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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-11-04 00:38:27 +0300
committerGitHub <noreply@github.com>2021-11-04 00:38:27 +0300
commit6dd5a40be5c83769035114752fe3c068618480c4 (patch)
tree8fbdbb85903bd9e1adc585e10d672edfbbe359ff
parent7c0110102ff44b2b05e2675d7e61526ebac05575 (diff)
l10n: Add Polish translation
-rw-r--r--l10n/pl.js9
-rw-r--r--l10n/pl.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
new file mode 100644
index 0000000..518ca02
--- /dev/null
+++ b/l10n/pl.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "theming_customcss",
+ {
+ "Custom CSS" : "Niestandardowe CSS",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.",
+ "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…",
+ "Save" : "Zapisz"
+},
+"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
new file mode 100644
index 0000000..71575a8
--- /dev/null
+++ b/l10n/pl.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Custom CSS" : "Niestandardowe CSS",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Tutaj możesz określić swój własny CSS. Pamiętaj, że po aktualizacji może to coś zepsuć.",
+ "Insert your custom CSS here …" : "Wstaw tutaj swój niestandardowy kod CSS…",
+ "Save" : "Zapisz"
+},"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