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 01:21:13 +0300
committerGitHub <noreply@github.com>2021-11-04 01:21:13 +0300
commit76f04d20295d4b92cbdd26a17fa88e276bbe037d (patch)
tree23bc675c9fe02b21a743ef228dd372709514a3f0
parent6dd5a40be5c83769035114752fe3c068618480c4 (diff)
Complete translation from "js"
-rw-r--r--l10n/pl.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 518ca02..af5d829 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -2,8 +2,10 @@ 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"
+ "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",
+ "Saved" : "Zapisano",
+ "Error" : "Błąd"
},
"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);");