1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addons/js_upload/lang/pl/strings.php
2016-04-17 19:59:18 +05:30

11 lines
733 B
PHP

<?php
App::$strings["Upload a file"] = "Załaduj plik";
App::$strings["Drop files here to upload"] = "Wrzuć tu pliki by je załadować";
App::$strings["Cancel"] = "Anuluj";
App::$strings["Failed"] = "Niepowodzenie";
App::$strings["No files were uploaded."] = "Nie załadowano żadnych plików.";
App::$strings["Uploaded file is empty"] = "Wysłany plik jest pusty";
App::$strings["Image exceeds size limit of "] = "obrazek przekracza limit rozmiaru";
App::$strings["File has an invalid extension, it should be one of "] = "Pilk ma nieprawidłowe rozszerzenie, powinien być jednym z";
App::$strings["Upload was cancelled, or server error encountered"] = "Przesyłanie zostało anulowane lub wystąpił błąd serwera.";