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/cs/strings.php
2016-04-17 19:59:18 +05:30

11 lines
743 B
PHP

<?php
App::$strings["Upload a file"] = "Nahrát soubor";
App::$strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání";
App::$strings["Cancel"] = "Zrušit";
App::$strings["Failed"] = "Neúspěch";
App::$strings["No files were uploaded."] = "Žádné soubory nebyly nahrány.";
App::$strings["Uploaded file is empty"] = "Nahraný soubor je prázdný";
App::$strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti";
App::$strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z";
App::$strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru";