7 lines
234 B
PHP
7 lines
234 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Encryption" => "Mã hóa",
|
||
|
"Exclude the following file types from encryption" => "Loại trừ các loại tập tin sau đây từ mã hóa",
|
||
|
"None" => "none",
|
||
|
"Enable Encryption" => "BẬT mã hóa"
|
||
|
);
|