summaryrefslogtreecommitdiffstats
path: root/core/l10n/pl.php
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-22 03:55:13 +0200
committerKamil Domanski <kdomanski@kdemail.net>2011-06-22 03:59:30 +0200
commit4f6ea7e64824888a0a704f6c5f1cd32369d46afc (patch)
tree51c6fa012aaf65340e65e9952352e6654503ba6c /core/l10n/pl.php
parent77f5fa0f078b03b96afe843ece35725a501ebe77 (diff)
downloadnextcloud-server-4f6ea7e64824888a0a704f6c5f1cd32369d46afc.tar.gz
nextcloud-server-4f6ea7e64824888a0a704f6c5f1cd32369d46afc.zip
added polish translation
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r--core/l10n/pl.php27
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"
+);