blob: b7bae028a0b3d64b8622e1638219f8a334bae460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Vietnamese language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'Thảo luận';
$lang['back_to_article'] = 'Trở lại bài viết';
$lang['userpage'] = 'Thành viên';
//Setup VIM: ex: et ts=2 :
|