diff options
author | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-22 03:55:13 +0200 |
---|---|---|
committer | Kamil Domanski <kdomanski@kdemail.net> | 2011-06-22 03:59:30 +0200 |
commit | 4f6ea7e64824888a0a704f6c5f1cd32369d46afc (patch) | |
tree | 51c6fa012aaf65340e65e9952352e6654503ba6c /settings/l10n | |
parent | 77f5fa0f078b03b96afe843ece35725a501ebe77 (diff) | |
download | nextcloud-server-4f6ea7e64824888a0a704f6c5f1cd32369d46afc.tar.gz nextcloud-server-4f6ea7e64824888a0a704f6c5f1cd32369d46afc.zip |
added polish translation
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/pl.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php new file mode 100644 index 00000000000..b65fdd15b4d --- /dev/null +++ b/settings/l10n/pl.php @@ -0,0 +1,19 @@ +<?php $TRANSLATIONS = array( +"Account information" => "Dane konta", +"You're currently using" => "Obecnie używasz", +"of your" => "ze swoich", +"space" => "przestrzeni", +"Change Password" => "Zmień hasło", +"Your password got changed" => "Twoje hasło zostało zmienione", +"Old password:" => "Stare hasło", +"New password" => "Nowe hasło", +"Show new password" => "Pokaż nowe hasło", +"Language" => "Język", +"Authentication error" => "Błąd uwierzytelniania", +"You have to enter the old and the new password!" => "Musisz wprowadzić zarówno stare, jak i nowe hasło!", +"Your old password is wrong!" => "Twoje stare hasło jest błędne!", +"Password changed" => "Hasło zmienione", +"Unable to change password" => "NIe można zmienić hasła", +"Language changed" => "Język zmieniony", +"Invalid request" => "Nieprawidłowe żądanie" +); |