diff options
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 79ba6162dff..2e544d4e9a8 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -1,8 +1,27 @@ <?php $TRANSLATIONS = array( +"Users" => "Użytkownicy", +"Apps" => "Aplikacje", +"Help" => "Pomoc", +"Personal" => "Ustawienia osobiste", "Login failed!" => "Nie udało się zalogować!", +"remember" => "zapamiętaj", +"Create an <strong>admin account</strong>" => "Stwórz jako <strong>konto administratora</strong>", +"Username" => "Użytkownik", +"Password" => "Hasło", +"Configure the database" => "Konfiguracja bazy danych", +"will be used" => "zostanie użyte", +"Database user" => "Użytkownik bazy danych", +"Database password" => "Hasło do bazy danych", +"Database name" => "Nazwa bazy danych", "Advanced" => "Zaawansowane", +"Host" => "Host", +"Table prefix" => "Prefiks tablicy", +"Data folder" => "Katalog danych", "Finish setup" => "Zakończ instalację", +"Cloud not found" => "Konta nie znaleziono ", +"gives you the freedom to control your own data on the internet" => "daje Ci wolność kontroli nad Twoimi danymi w Internecie", "prev" => "wstecz", "next" => "dalej", -"You are logged out." => "Jesteś wylogowany." +"You are logged out." => "Zostałeś wylogowany.", +"Settings" => "Ustawienia" ); |