4 lines
119 B
PHP
4 lines
119 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "การเข้ารหัส",
|
|
"None" => "ไม่ต้อง"
|
|
);
|