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