]> git.mxchange.org Git - friendica-addons.git/blobdiff - js_upload/lang/it/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / js_upload / lang / it / strings.php
index aef5365d791a3bd2324176d4d1c827146b915446..dd51f3853679f5479c9366d8efee0aa8f4ac6eef 100644 (file)
@@ -5,12 +5,12 @@ function string_plural_select_it($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Upload a file"] = "";
-$a->strings["Drop files here to upload"] = "";
-$a->strings["Cancel"] = "";
-$a->strings["Failed"] = "";
-$a->strings["No files were uploaded."] = "";
-$a->strings["Uploaded file is empty"] = "";
-$a->strings["Image exceeds size limit of "] = "";
-$a->strings["File has an invalid extension, it should be one of "] = "";
-$a->strings["Upload was cancelled, or server error encountered"] = "";
+$a->strings["Upload a file"] = "Carica un file";
+$a->strings["Drop files here to upload"] = "Trascina un file qui per caricarlo";
+$a->strings["Cancel"] = "Annulla";
+$a->strings["Failed"] = "Caricamento fallito";
+$a->strings["No files were uploaded."] = "Nessun file è stato caricato.";
+$a->strings["Uploaded file is empty"] = "Il file caricato è vuoto";
+$a->strings["Image exceeds size limit of "] = "L'immagine supera il limite di";
+$a->strings["File has an invalid extension, it should be one of "] = "Il file ha un'estensione non valida, dovrebbe essere una tra ";
+$a->strings["Upload was cancelled, or server error encountered"] = "Il caricamento è stato cancellato, o si è verificato un errore sul server";