8 lines
362 B
PHP
8 lines
362 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Mã hóa",
|
|
"File encryption is enabled." => "Mã hóa file đã mở",
|
|
"The following file types will not be encrypted:" => "Loại file sau sẽ không được mã hóa",
|
|
"Exclude the following file types from encryption:" => "Việc mã hóa không bao gồm loại file sau",
|
|
"None" => "Không có gì hết"
|
|
);
|