]> git.mxchange.org Git - friendica-addons.git/blob - js_upload/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / js_upload / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["Upload a file"] = "Nahrát soubor";
9 $a->strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání";
10 $a->strings["Cancel"] = "Zrušit";
11 $a->strings["Failed"] = "Neúspěch";
12 $a->strings["No files were uploaded."] = "Žádné soubory nebyly nahrány.";
13 $a->strings["Uploaded file is empty"] = "Nahraný soubor je prázdný";
14 $a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti";
15 $a->strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z";
16 $a->strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru";