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

11 lines
752 B
PHP

<?php
App::$strings["Upload a file"] = "Carica un file";
App::$strings["Drop files here to upload"] = "Trascina un file qui per caricarlo";
App::$strings["Cancel"] = "Annulla";
App::$strings["Failed"] = "Caricamento fallito";
App::$strings["No files were uploaded."] = "Nessun file è stato caricato.";
App::$strings["Uploaded file is empty"] = "Il file caricato è vuoto";
App::$strings["Image exceeds size limit of "] = "L'immagine supera il limite di";
App::$strings["File has an invalid extension, it should be one of "] = "Il file ha un'estensione non valida, dovrebbe essere una tra ";
App::$strings["Upload was cancelled, or server error encountered"] = "Il caricamento è stato cancellato, o si è verificato un errore sul server";