diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-16 00:21:21 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-16 00:21:21 +0100 |
commit | 0398bfffca723077eaa2ba0db7d60562c7826483 (patch) | |
tree | a4ffe66d88e2d791ec5e55bb54c1c09ca420c3eb /apps/files/l10n/pl.php | |
parent | 4668f8c86e4477c05049f39ebc387115add61264 (diff) | |
download | nextcloud-server-0398bfffca723077eaa2ba0db7d60562c7826483.tar.gz nextcloud-server-0398bfffca723077eaa2ba0db7d60562c7826483.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.php')
-rw-r--r-- | apps/files/l10n/pl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index b96048cf002..226dae896c2 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( +"Could not move %s - File with this name already exists" => "Nie można było przenieść %s - Plik o takiej nazwie już istnieje", +"Could not move %s" => "Nie można było przenieść %s", +"Unable to rename file" => "Nie można zmienić nazwy pliku", "No file was uploaded. Unknown error" => "Plik nie został załadowany. Nieznany błąd", "There is no error, the file uploaded with success" => "Przesłano plik", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini: ", |