nextcloud/apps/files_encryption/l10n/it.php

7 lines
230 B
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Cifratura",
"Exclude the following file types from encryption" => "Escludi i seguenti tipi di file dalla cifratura",
"None" => "Nessuna",
"Enable Encryption" => "Abilita cifratura"
);