17 lines
1.6 KiB
PHP
17 lines
1.6 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Passa al tuo client ownCloud e cambia la password di cifratura per completare la conversione.",
|
|
"switched to client side encryption" => "passato alla cifratura lato client",
|
|
"Change encryption password to login password" => "Converti la password di cifratura nella password di accesso",
|
|
"Please check your passwords and try again." => "Controlla la password e prova ancora.",
|
|
"Could not change your file encryption password to your login password" => "Impossibile convertire la password di cifratura nella password di accesso",
|
|
"Choose encryption mode:" => "Scegli la modalità di cifratura.",
|
|
"Client side encryption (most secure but makes it impossible to access your data from the web interface)" => "Cifratura lato client (più sicura ma rende impossibile accedere ai propri dati dall'interfaccia web)",
|
|
"Server side encryption (allows you to access your files from the web interface and the desktop client)" => "Cifratura lato server (ti consente di accedere ai tuoi file dall'interfaccia web e dal client desktop)",
|
|
"None (no encryption at all)" => "Nessuna (senza alcuna cifratura)",
|
|
"Important: Once you selected an encryption mode there is no way to change it back" => "Importante: una volta selezionata la modalità di cifratura non sarà possibile tornare indietro",
|
|
"User specific (let the user decide)" => "Specificato dall'utente (lascia decidere all'utente)",
|
|
"Encryption" => "Cifratura",
|
|
"Exclude the following file types from encryption" => "Escludi i seguenti tipi di file dalla cifratura",
|
|
"None" => "Nessuna"
|
|
);
|