Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/pl.js1
-rw-r--r--l10n/pl.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 85b293c..4e455c8 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"File mtime not supplied" : "Plik mtime nie został podany",
"Share not found" : "Udział nie znaleziony",
"You are not authorized to open this share" : "Nie masz uprawnień do otwarcia tego udziału",
+ "Invalid range request" : "Nieprawidłowe żądanie zakresu",
"Text editor" : "Edytor tekstu"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/l10n/pl.json b/l10n/pl.json
index 98127da..117e1d2 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -24,6 +24,7 @@
"File mtime not supplied" : "Plik mtime nie został podany",
"Share not found" : "Udział nie znaleziony",
"You are not authorized to open this share" : "Nie masz uprawnień do otwarcia tego udziału",
+ "Invalid range request" : "Nieprawidłowe żądanie zakresu",
"Text editor" : "Edytor tekstu"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file