diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/pl.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php new file mode 100644 index 00000000000..6914e11557a --- /dev/null +++ b/core/l10n/pl.php @@ -0,0 +1,27 @@ +<?php $TRANSLATIONS = array( +"Error 404, Cloud not found" => "Błąd 404, Chmura nie znaleziona", +"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Witaj w <strong>ownCloud</strong>, Twojej osobistej chmurze.", +"To finish the installation, please follow the steps below." => "By zakończyć instalację, podążaj poniższymi krokami.", +"Create an <strong>admin account.</strong>" => "Utwórz <strong>konto administratora</strong>.", +"Login:" => "Login:", +"Password:" => "Hasło:", +"Advanced" => "Zaawansowane", +"Set where to store the data." => "Ustaw, gdzie przechowywać dane.", +"Data directory:" => "Katalog danych:", +"Configure your database." => "Skonfiguruj Twoją bazę danych.", +"I will use a SQLite database. You have nothing to do!" => "Użyję bazy SQLite. Nie masz tu nic do roboty!", +"SQLite" => "SQLite", +"I will use a MySQL database." => "Użyję bazy danych MySQL.", +"Host:" => "Host:", +"Database name:" => "Nazwa bazy:", +"Table prefix:" => "Przedrostek tabeli:", +"MySQL user login:" => "Login użytkownika MySQL:", +"MySQL user password:" => "Hasło użytkownika MySQL:", +"Finish setup" => "Zakończ instalację", +"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> jest osobistą chmurą działającą na Twoim własnym serwerze.</p>", +"Login failed!" => "Nie udało się zalogować!", +"You are logged out." => "Jesteś wylogowany.", +"prev" => "wstecz", +"next" => "dalej", +"Search" => "Szukaj" +); |