blob: 9c0de5fe20ed2a5e5772344abdaeef0e69dd55da (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 :
|