5 lines
241 B
PHP
5 lines
241 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Шифрование",
|
|
"Exclude the following file types from encryption" => "Исключите следующие типы файлов из шифрования",
|
|
"None" => "Ни один"
|
|
);
|