diff options
Diffstat (limited to 'lang/th')
-rw-r--r-- | lang/th/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/th/lang.php b/lang/th/lang.php new file mode 100644 index 000000000..9c0de5fe2 --- /dev/null +++ b/lang/th/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Thai language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = 'อภิปราย'; +$lang['back_to_article'] = 'กลับไปที่บทความ'; +$lang['userpage'] = 'หน้าผู้ใช้'; + +//Setup VIM: ex: et ts=2 : |