nextcloud/apps/files_encryption/l10n/it.php

10 lines
717 B
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
2013-01-24 03:07:38 +04:00
"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",
2013-01-28 03:05:43 +04:00
"Change encryption password to login password" => "Converti la password di cifratura nella password di accesso",
2013-01-24 03:07:38 +04:00
"Please check your passwords and try again." => "Controlla la password e prova ancora.",
2013-01-28 03:05:43 +04:00
"Could not change your file encryption password to your login password" => "Impossibile convertire la password di cifratura nella password di accesso",
2012-08-15 04:07:20 +04:00
"Encryption" => "Cifratura",
2013-01-23 03:06:18 +04:00
"None" => "Nessuna"
2012-08-15 04:07:20 +04:00
);