diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-21 02:09:12 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-21 02:09:12 +0200 |
commit | b819aa33f7d0053155cc382ab03c9cf8124c8a47 (patch) | |
tree | c24206f726a32f691fed6f5d3d89b4f98778fd4c /apps/user_migrate | |
parent | 1e42cd162e70b6c9498c806a05c5c52402035c65 (diff) | |
download | nextcloud-server-b819aa33f7d0053155cc382ab03c9cf8124c8a47.tar.gz nextcloud-server-b819aa33f7d0053155cc382ab03c9cf8124c8a47.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_migrate')
-rw-r--r-- | apps/user_migrate/l10n/pl.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_migrate/l10n/pl.php b/apps/user_migrate/l10n/pl.php new file mode 100644 index 00000000000..c3a6332578e --- /dev/null +++ b/apps/user_migrate/l10n/pl.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Eksport", +"Something went wrong while the export file was being generated" => "Coś poszło źle, podczas generowania pliku eksportu", +"An error has occurred" => "Wystąpił błąd", +"Export your user account" => "Eksportuj konto użytkownika", +"This will create a compressed file that contains your ownCloud account." => "Spowoduje to utworzenie pliku skompresowanego, który zawiera konto ownCloud.", +"Import user account" => "Importuj konto użytkownika", +"ownCloud User Zip" => "paczka Zip użytkownika ownCloud", +"Import" => "Importuj" +); |