12 lines
468 B
PHP
12 lines
468 B
PHP
<?php $TRANSLATIONS = array(
|
|
"The password is wrong. Try again." => "La password è errata. Prova ancora.",
|
|
"Password" => "Password",
|
|
"Submit" => "Invia",
|
|
"%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te",
|
|
"%s shared the file %s with you" => "%s ha condiviso il file %s con te",
|
|
"Download" => "Scarica",
|
|
"Upload" => "Carica",
|
|
"Cancel upload" => "Annulla il caricamento",
|
|
"No preview available for" => "Nessuna anteprima disponibile per"
|
|
);
|