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

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 1e655cd..6ffda6d 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -3,9 +3,9 @@ OC.L10N.register(
{
"Please enter valid urls - they have to start with either http://, https:// or /" : "Proszę wprowadzić poprawne adresy - muszą zaczynać się od http://, https:// lub /",
"External sites saved." : "Zewnętrzne strony zostały zapisane.",
- "External Sites" : "Zewnętrzne strony",
+ "External sites" : "Zewnętrzne strony",
"Please note that some browsers will block displaying of sites via http if you are running https." : "Zauważ, że niektóre przeglądarki będą blokować wyświetlanie stron przez http, jeśli używasz https.",
- "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Ponadto należy pamiętać, że wiele stron w dzisiejszych czasach zabrania używanie iframe ze względów bezpieczeństwa.",
+ "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Ponadto należy pamiętać, że wiele stron w dzisiejszych czasach zabrania używania iframe ze względów bezpieczeństwa.",
"We highly recommend to test the configured sites below properly." : "Wysoce zalecane jest przetestowanie skonfigurowanych poniżej stron.",
"Name" : "Nazwa",
"URL" : "URL",
@@ -13,4 +13,4 @@ OC.L10N.register(
"Remove site" : "Usuń stronę",
"Add" : "Dodaj"
},
-"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"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);");