diff options
Diffstat (limited to 'lib/l10n/pl.js')
-rw-r--r-- | lib/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index bab9d6c8c42..1a3f24d56b0 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -152,7 +152,6 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.", "Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.", "The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Osiągnięto limit użytkowników i użytkownik nie został utworzony. Sprawdź swoje powiadomienia, aby dowiedzieć się więcej.", "Could not find category \"%s\"" : "Nie można znaleźć kategorii \"%s\"", "Sunday" : "Niedziela", "Monday" : "Poniedziałek", @@ -286,6 +285,7 @@ OC.L10N.register( "Your data directory is readable by other users" : "Twój katalog danych jest widoczny dla innych użytkowników", "Your data directory must be an absolute path" : "Katalog danych musi mieć ścieżkę absolutną", "Check the value of \"datadirectory\" in your configuration" : "Sprawdź wartość \"datadirectory\" w swojej konfiguracji", - "Your data directory is invalid" : "Katalog danych jest nieprawidłowy" + "Your data directory is invalid" : "Katalog danych jest nieprawidłowy", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Osiągnięto limit użytkowników i użytkownik nie został utworzony. Sprawdź swoje powiadomienia, aby dowiedzieć się więcej." }, "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);"); |