diff options
author | hung nguyen <bancuamoinguoi999@gmail.com> | 2015-07-30 03:05:29 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-30 03:05:29 +0200 |
commit | a4fb25f78eda9f7ef1442a800ed0956a9a4e4101 (patch) | |
tree | 005333a678b50c0e896b0b3cc546106cec17e610 /lib | |
parent | ac22af2a506846c3c8e25ccd82f11d03434cf511 (diff) | |
download | rpg-a4fb25f78eda9f7ef1442a800ed0956a9a4e4101.tar.gz rpg-a4fb25f78eda9f7ef1442a800ed0956a9a4e4101.tar.bz2 |
translation update
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authplain/lang/vi/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/vi/lang.php b/lib/plugins/authplain/lang/vi/lang.php index 7ecb0a27c..f384949b7 100644 --- a/lib/plugins/authplain/lang/vi/lang.php +++ b/lib/plugins/authplain/lang/vi/lang.php @@ -1,6 +1,7 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * */ -$lang['userexists'] = 'Bạn khác đã dùng username này rồi.'; +$lang['userexists'] = 'Bạn khác đã dùng username này rồi.'; |