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:22:43 +0300
committerGitHub <noreply@github.com>2021-11-04 01:22:43 +0300
commit61092169045f90451ce020fd9012dbe78bb1d4a9 (patch)
tree1cfeffa618f895ca1df50c9d91ebf8de3b33cc56
parent76f04d20295d4b92cbdd26a17fa88e276bbe037d (diff)
Complete translation from "js"
-rw-r--r--l10n/pl.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/l10n/pl.json b/l10n/pl.json
index 71575a8..eee282b 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -1,7 +1,9 @@
{ "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"
+ "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"
},"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
+}