5 lines
130 B
PHP
5 lines
130 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Rescan" => "ตรวจสอบอีกครั้ง",
|
||
|
"Back" => "ย้อนกลับ"
|
||
|
);
|