8 lines
361 B
PHP
8 lines
361 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Cifratura",
|
|
"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:",
|
|
"None" => "Nessuna"
|
|
);
|