diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-04-04 19:13:51 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-04-04 19:13:51 +0000 |
commit | 0d7fea9358e956057a3ed03dddfdc287bf783322 (patch) | |
tree | cde0bec2c7e1e1ca6e8da8c2a7f27f301d257397 /language/vi_VN/common.lang.php | |
parent | dc9d308cd733e0ce95549d7505f013ec437f3d7a (diff) |
[trunk] - language - update vi_VN - Tiếng Việt - Vietnamese thanks to Em Ku - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13899 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/vi_VN/common.lang.php')
-rw-r--r-- | language/vi_VN/common.lang.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/language/vi_VN/common.lang.php b/language/vi_VN/common.lang.php index 7834bd2c7..e955ad99f 100644 --- a/language/vi_VN/common.lang.php +++ b/language/vi_VN/common.lang.php @@ -388,5 +388,20 @@ $lang['Mobile'] = 'Di động'; $lang['2small'] = 'XXS - nhỏ'; $lang['xsmall'] = 'XS - cực nhỏ'; $lang['Desktop'] = 'Desktop'; +$lang['File name, A → Z'] = 'Tên tệp tin, A → Z'; +$lang['File name, Z → A'] = 'Tên tệp tin, Z → A'; +$lang['Photo title, A → Z'] = 'Tựa đề ảnh, A → Z'; +$lang['Photo title, Z → A'] = 'Tựa đề ảnh, Z → A'; +$lang['Date created, new → old'] = 'Ngày tháng khởi tạo, mới → cũ'; +$lang['Date created, old → new'] = 'Ngày tháng khởi tạo, cũ → mới'; +$lang['Date posted, new → old'] = 'Ngày tháng gởi ảnh, mới→ cũ'; +$lang['Date posted, old → new'] = 'Ngày tháng gởi ảnh, cũ → mới'; +$lang['Rating score, high → low'] = 'Tỉ lệ xếp hạng, cao → thấp'; +$lang['Rating score, low → high'] = 'Tỉ lệ xếp hạng, thấp → cao'; +$lang['Visits, high → low'] = 'Số lần xem, cao → thấp'; +$lang['Visits, low → high'] = 'Số lần xem, thấp → cao'; +$lang['Numeric identifier, 1 → 9'] = 'Ký hiệu nhận dạng số học, 1 → 9'; +$lang['Numeric identifier, 9 → 1'] = 'Ký hiệu nhận dạng số học, 9 → 1'; +$lang['Manual sort order'] = 'Sắp xếp vị trí thủ công'; ?>
\ No newline at end of file |