10 lines
717 B
PHP
10 lines
717 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",
|
|
"None" => "Nessuna"
|
|
);
|