Blame view
sources/apps/files_sharing/l10n/it.php
1.08 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Questa condivione è protetta da password", "The password is wrong. Try again." => "La password è errata. Prova ancora.", |
|
03e52840d
|
5 |
"Password" => "Password", |
|
31b7f2792
|
6 7 8 9 10 11 |
"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.", |
|
03e52840d
|
12 13 14 |
"%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", |
|
31b7f2792
|
15 16 |
"Upload" => "Carica", "Cancel upload" => "Annulla il caricamento", |
|
03e52840d
|
17 |
"No preview available for" => "Nessuna anteprima disponibile per", |
|
31b7f2792
|
18 |
"Direct link" => "Collegamento diretto" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |