]> git.mxchange.org Git - friendica-addons.git/blob - js_upload/lang/it/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / js_upload / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Upload a file"] = "Carica un file";
10 $a->strings["Drop files here to upload"] = "Trascina un file qui per caricarlo";
11 $a->strings["Cancel"] = "Annulla";
12 $a->strings["Failed"] = "Caricamento fallito";
13 $a->strings["No files were uploaded."] = "Nessun file è stato caricato.";
14 $a->strings["Uploaded file is empty"] = "Il file caricato è vuoto";
15 $a->strings["Image exceeds size limit of "] = "L'immagine supera il limite di";
16 $a->strings["File has an invalid extension, it should be one of "] = "Il file ha un'estensione non valida, dovrebbe essere una tra ";
17 $a->strings["Upload was cancelled, or server error encountered"] = "Il caricamento è stato cancellato, o si è verificato un errore sul server";