mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
11
js_upload/lang/it/strings.php
Normal file
11
js_upload/lang/it/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
$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";
|
Loading…
Add table
Add a link
Reference in a new issue