summaryrefslogtreecommitdiffstats
path: root/apps/user_migrate/l10n/pl.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-08-26 17:30:07 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-08-26 17:30:07 +0200
commit72e9a2ce57ee88503db83614cec5ccda71f0b58e (patch)
tree8bc301ca22d9ca08ea54426bcb61f62bd1c1cb75 /apps/user_migrate/l10n/pl.php
parent32bad688bdb4fea55eba9d4255fc55f1c60a0aca (diff)
downloadnextcloud-server-72e9a2ce57ee88503db83614cec5ccda71f0b58e.tar.gz
nextcloud-server-72e9a2ce57ee88503db83614cec5ccda71f0b58e.zip
moved to apps repository
Diffstat (limited to 'apps/user_migrate/l10n/pl.php')
-rw-r--r--apps/user_migrate/l10n/pl.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/user_migrate/l10n/pl.php b/apps/user_migrate/l10n/pl.php
deleted file mode 100644
index c3a6332578e..00000000000
--- a/apps/user_migrate/l10n/pl.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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"
-);