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-05-01 03:38:06 +04:00
|
|
|
"None" => "Nessuna"
|
2012-08-15 04:07:20 +04:00
|
|
|
);
|