20 lines
1.0 KiB
PHP
20 lines
1.0 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"This share is password-protected" => "Questa condivione è protetta da password",
|
||
"The password is wrong. Try again." => "La password è errata. Prova ancora.",
|
||
"Password" => "Password",
|
||
"Sorry, this link doesn’t seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.",
|
||
"Reasons might be:" => "I motivi potrebbero essere:",
|
||
"the item was removed" => "l'elemento è stato rimosso",
|
||
"the link expired" => "il collegamento è scaduto",
|
||
"sharing is disabled" => "la condivisione è disabilitata",
|
||
"For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
|
||
"%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"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|