nextcloud/apps/files_encryption/l10n/it.php

8 lines
361 B
PHP
Raw Normal View History

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