diff options
Diffstat (limited to 'apps/user_migrate/l10n/pl.php')
-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" +); |