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:
authorNextcloud bot <bot@nextcloud.com>2022-08-03 06:23:45 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-03 06:23:45 +0300
commit0b33cd1d6e0af83d1ebdd989e5782ebc77097835 (patch)
tree7e863fc15a5182c0ff136918ef64523dff3fd703
parent0c9356a24dccd1e3b8b23261a4bafe9d4b22f9ae (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/pl.js4
-rw-r--r--l10n/pl.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 829d88c..6bc4fdd 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -3,6 +3,10 @@ OC.L10N.register(
{
"Saved" : "Zapisano",
"Error" : "Błąd",
+ "Custom CSS" : "Niestandardowe CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Dostosuj motyw Nextcloud za pomocą niestandardowego 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 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
index 5be6bdb..fabb942 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -1,6 +1,10 @@
{ "translations": {
"Saved" : "Zapisano",
"Error" : "Błąd",
+ "Custom CSS" : "Niestandardowe CSS",
+ "Adjust the Nextcloud theme with custom CSS" : "Dostosuj motyw Nextcloud za pomocą niestandardowego 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 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