diff options
author | nikrou <nikrou@piwigo.org> | 2010-04-02 14:05:03 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-04-02 14:05:03 +0000 |
commit | 4061fefe7139792ac09687daec0013c2b1db62ae (patch) | |
tree | e60610f453b19d3ba2fcd0bc29bc1890362c4f55 /language/vi_VN/admin.lang.php | |
parent | 8406eef35349719b7c3ec7cb0ec8d742cde2ac7c (diff) |
Fix missing keys and misspelling keys in translations
git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/vi_VN/admin.lang.php')
-rw-r--r-- | language/vi_VN/admin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/vi_VN/admin.lang.php b/language/vi_VN/admin.lang.php index 6b65641a2..3346dbfe9 100644 --- a/language/vi_VN/admin.lang.php +++ b/language/vi_VN/admin.lang.php @@ -250,8 +250,8 @@ $lang['manage sub-categories'] = 'quản lý các đề mục con'; $lang['Manage'] = 'Quản lý'; $lang['maximum height'] = 'Chiều cao tối đa'; $lang['maximum width'] = 'Chiều rộng tối đa'; -$lang['Execution time is out, treatment must be continue [Estmated time: %d second].'] = 'Thời gian xử lý đã hết, quá trình xử lý cần phải được tiếp tục [Trong khoảng: %d giây].'; -$lang['Execution time is out, treatment must be continue [Estmated time: %d seconds].'] = 'Thời gian xử lý đã hết, quá trình xử lý cần phải được tiếp tục [Trong khoảng: %d giây].'; +$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = 'Thời gian xử lý đã hết, quá trình xử lý cần phải được tiếp tục [Trong khoảng: %d giây].'; +$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = 'Thời gian xử lý đã hết, quá trình xử lý cần phải được tiếp tục [Trong khoảng: %d giây].'; $lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = 'Thời gian chuẩn bị cho danh sách người dùng cần gởi email là có giới hạn. Các thành viên khác không được liệt kê ra.'; $lang['Time to send mail is limited. Others mails are skipped.'] = 'Thời gian gởi mail là có giới hạn. Các email khác đã được bỏ qua.'; $lang['To send ?'] = 'Để gởi ?'; |