13 lines
997 B
PHP
13 lines
997 B
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",
|
|
"Encryption" => "Cifratura",
|
|
"File encryption is enabled." => "La cifratura dei file è abilitata.",
|
|
"The following file types will not be encrypted:" => "I seguenti tipi di file non saranno cifrati:",
|
|
"Exclude the following file types from encryption:" => "Escludi i seguenti tipi di file dalla cifratura:",
|
|
"None" => "Nessuna"
|
|
);
|