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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/pl.js')
-rw-r--r--lib/l10n/pl.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index 658d67184d9..de999209f55 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -60,14 +60,11 @@ OC.L10N.register(
"Log out" : "Wyloguj",
"Users" : "Użytkownicy",
"Unknown user" : "Nieznany użytkownik",
- "APCu" : "APCu",
- "Redis" : "Redis",
"Basic settings" : "Ustawienia podstawowe",
"Sharing" : "Udostępnianie",
"Security" : "Bepieczeństwo",
"Encryption" : "Szyfrowanie",
"Additional settings" : "Ustawienia dodatkowe",
- "Tips & tricks" : "Porady i wskazówki",
"Personal info" : "Informacje Osobiste",
"Unlimited" : "Nielimitowane",
"Verifying" : "Weryfikacja",
@@ -222,6 +219,9 @@ OC.L10N.register(
"Storage connection error. %s" : "Błąd połączenia z magazynem. %s",
"Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
"Storage connection timeout. %s" : "Limit czasu połączenia do magazynu został przekroczony. %s",
+ "APCu" : "APCu",
+ "Redis" : "Redis",
+ "Tips & tricks" : "Porady i wskazówki",
"Sync clients" : "Synchronizuj z klientami"
},
"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);");