nextcloud/apps/files_encryption/l10n/it.php

8 lines
361 B
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Cifratura",
2013-02-07 03:11:04 +04:00
"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:",
2013-01-23 03:06:18 +04:00
"None" => "Nessuna"
2012-08-15 04:07:20 +04:00
);