diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-06 00:07:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-06 00:07:50 +0000 |
commit | 7d9688c89ed9178bdbedfb9fb38774a73c6e0ffe (patch) | |
tree | 585f5a7013a492851ab0a11322a2d40610131a06 /settings/l10n/pl.js | |
parent | 56797fd6950fdf07002b61900d4f72324c91c630 (diff) | |
download | nextcloud-server-7d9688c89ed9178bdbedfb9fb38774a73c6e0ffe.tar.gz nextcloud-server-7d9688c89ed9178bdbedfb9fb38774a73c6e0ffe.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/pl.js')
-rw-r--r-- | settings/l10n/pl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index a1d69766114..2d7816f3c32 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -213,6 +213,7 @@ OC.L10N.register( "Allow apps to use the Share API" : "Zezwalaj aplikacjom na korzystanie z API udostępniania", "Allow users to share via link" : "Pozwól użytkownikom współdzielić przez link", "Allow public uploads" : "Pozwól na publiczne wczytywanie", + "Always ask for a password" : "Zawsze pytaj o hasło", "Enforce password protection" : "Wymuś zabezpieczenie hasłem", "Set default expiration date" : "Ustaw domyślną datę wygaśnięcia", "Expire after " : "Wygaś po", @@ -323,11 +324,9 @@ OC.L10N.register( "Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!", "Settings" : "Ustawienia", "Show storage location" : "Pokaż miejsce przechowywania", - "Show last log in" : "Pokaż ostatni login", "Show user backend" : "Pokaż moduł użytkownika", - "Send email to new user" : "Wyślij email do nowego użytkownika", - "When the password of the new user is left empty an activation email with a link to set the password is send to the user" : "Kiedy hasło nowego użytkownika jest puste użytkownikowi jest wysyłany e-mieil aktywacyjny z linkiem do ustawienia hasła", "Show email address" : "Pokaż adres email", + "Send email to new user" : "Wyślij email do nowego użytkownika", "E-Mail" : "E-mail", "Create" : "Utwórz", "Admin Recovery Password" : "Hasło klucza odzyskiwania", @@ -351,6 +350,7 @@ OC.L10N.register( "Admins can't remove themself from the admin group" : "Administratorzy nie mogą usunąć siebie samych z grupy administratorów", "Unable to add user to group %s" : "Nie można dodać użytkownika do grupy %s", "Unable to remove user from group %s" : "Nie można usunąć użytkownika z grupy %s", - "For password recovery and notifications" : "W celu odzyskania hasła i powiadomień" + "For password recovery and notifications" : "W celu odzyskania hasła i powiadomień", + "Show last log in" : "Pokaż ostatni login" }, "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);"); |