diff options
Diffstat (limited to 'lib/plugins/config')
-rw-r--r-- | lib/plugins/config/lang/th/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/th/lang.php b/lib/plugins/config/lang/th/lang.php new file mode 100644 index 000000000..8b6ee2040 --- /dev/null +++ b/lib/plugins/config/lang/th/lang.php @@ -0,0 +1,9 @@ +<?php +/** + * Thai language file + * + * @author Komgrit Niyomrath <n.komgrit@gmail.com> + */ +$lang['deaccent_o_0'] = 'ปิด'; +$lang['showuseras_o_loginname'] = 'ชื่อผู้ใช้'; +$lang['showuseras_o_username'] = 'ชื่อ-นามสกุล'; |