server/apps/files_encryption/l10n/it.php

8 lines
361 B
PHP
Raw Normal View History

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