5 lines
198 B
PHP
5 lines
198 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Încriptare",
|
|
"Exclude the following file types from encryption" => "Exclude următoarele tipuri de fișiere de la încriptare",
|
|
"None" => "Niciuna"
|
|
);
|