Blame view
sources/apps/files_sharing/l10n/it.php
2.19 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
"Server to server sharing is not enabled on this server" => "La condivisione tra server non è abilitata su questo server",
"Couldn't add remote share" => "Impossibile aggiungere la condivisione remota",
"Shared with you" => "Condiviso con te",
"Shared with others" => "Condiviso con altri",
"Shared by link" => "Condiviso tramite collegamento",
"No files have been shared with you yet." => "Non è stato ancora condiviso alcun file con te.",
"You haven't shared any files yet." => "Non hai ancora condiviso alcun file.",
"You haven't shared any files by link yet." => "Non hai ancora condiviso alcun file tramite collegamento.",
"Add {name} from {owner}@{remote}" => "Aggiungi {name} da {owner}@{remote}",
"Add Share" => "Aggiungi condivisione",
"Password" => "Password",
"No ownCloud installation found at {remote}" => "Nessuna installazione di ownCloud trovata su {remote}",
"Invalid ownCloud url" => "URL di ownCloud non valido",
"Shared by {owner}" => "Condiviso da {owner}",
"Shared by" => "Condiviso da",
|
|
31b7f2792
|
18 19 |
"This share is password-protected" => "Questa condivione è protetta da password", "The password is wrong. Try again." => "La password è errata. Prova ancora.", |
|
6d9380f96
|
20 21 |
"Name" => "Nome", "Share time" => "Tempo di condivisione", |
|
31b7f2792
|
22 23 24 25 26 27 |
"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.", |
|
6d9380f96
|
28 |
"Save" => "Salva", |
|
03e52840d
|
29 |
"Download" => "Scarica", |
|
6d9380f96
|
30 31 32 33 34 |
"Download %s" => "Scarica %s", "Direct link" => "Collegamento diretto", "Remote Shares" => "Condivisioni remote", "Allow other instances to mount public links shared from this server" => "Permetti ad altre istanze di montare collegamenti pubblici condivisi da questo server", "Allow users to mount public link shares" => "Permetti agli utenti di montare condivisioni con collegamento pubblico" |
|
03e52840d
|
35 |
); |
|
31b7f2792
|
36 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |