diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
commit | ab090d5277a836667d71e09d1ac5288de85a5434 (patch) | |
tree | 3c2fa3ef21ed24a0efabb2c1985ae6a4e0508b9b /lib/l10n/pl.php | |
parent | efa0478d2d6c78639d5839c9014f25dac1f11d98 (diff) | |
download | nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.tar.gz nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pl.php')
-rw-r--r-- | lib/l10n/pl.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php new file mode 100644 index 00000000000..169462fabb7 --- /dev/null +++ b/lib/l10n/pl.php @@ -0,0 +1,25 @@ +<?php $TRANSLATIONS = array( +"Help" => "Pomoc", +"Personal" => "Osobiste", +"Settings" => "Ustawienia", +"Users" => "Użytkownicy", +"Apps" => "Aplikacje", +"Admin" => "Administrator", +"ZIP download is turned off." => "Pobieranie ZIP jest wyłączone.", +"Files need to be downloaded one by one." => "Pliki muszą zostać pobrane pojedynczo.", +"Back to Files" => "Wróć do plików", +"Selected files too large to generate zip file." => "Wybrane pliki są zbyt duże, aby wygenerować plik zip.", +"Application is not enabled" => "Aplikacja nie jest włączona", +"Authentication error" => "Błąd uwierzytelniania", +"Token expired. Please reload page." => "Token wygasł. Proszę ponownie załadować stronę.", +"seconds ago" => "sekund temu", +"1 minute ago" => "1 minutę temu", +"%d minutes ago" => "%d minut temu", +"today" => "dzisiaj", +"yesterday" => "wczoraj", +"%d days ago" => "%d dni temu", +"last month" => "ostatni miesiąc", +"months ago" => "miesięcy temu", +"last year" => "ostatni rok", +"years ago" => "lat temu" +); |