diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-04 00:07:11 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-04 00:07:11 +0100 |
commit | a53a946c20031e891e781b38cfd0fcb849db3cb1 (patch) | |
tree | ab213db2bd883f4e05e2950e5c1424df25c6c2af /apps/files/l10n/pl.php | |
parent | 4cb760a92402ab3eb8550fb05b05eae800030680 (diff) | |
download | nextcloud-server-a53a946c20031e891e781b38cfd0fcb849db3cb1.tar.gz nextcloud-server-a53a946c20031e891e781b38cfd0fcb849db3cb1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.php')
-rw-r--r-- | apps/files/l10n/pl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index 6667cb66dfd..8051eae8c42 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( "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: ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Rozmiar przesłanego pliku przekracza maksymalną wartość dyrektywy upload_max_filesize, zawartą formularzu HTML", "The uploaded file was only partially uploaded" => "Plik przesłano tylko częściowo", "No file was uploaded" => "Nie przesłano żadnego pliku", |