From 4213a3712e8c6c2cae33ca0d0b74f13b4f5ba31b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 04 Oct 2012 04:31:08 -0400 Subject: [PATCH] Updated translations from launchpad --- plugins/password/localization/vi_VN.inc | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/password/localization/vi_VN.inc b/plugins/password/localization/vi_VN.inc index 5fd266e..7297493 100644 --- a/plugins/password/localization/vi_VN.inc +++ b/plugins/password/localization/vi_VN.inc @@ -9,13 +9,13 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Hung Pham <phamhung77@gmail.com> | + | Author: Kenny Tran <kennethanh@gmail.com> | +-----------------------------------------------------------------------+ */ $labels = array(); -$labels['changepasswd'] = 'Đổi mật khẩu'; -$labels['curpasswd'] = 'Mật khẩu hiện tại:'; +$labels['changepasswd'] = 'Thay đổi mật khẩu'; +$labels['curpasswd'] = 'Mật khẩu hiện tại'; $labels['newpasswd'] = 'Mật khẩu mới:'; $labels['confpasswd'] = 'Xác nhận mật khẩu mới'; $labels['nopassword'] = 'Mời nhập mật khẩu mới'; @@ -23,9 +23,9 @@ $labels['passwordincorrect'] = 'Mật khẩu hiện thời không đúng'; $labels['passwordinconsistency'] = 'Mật khẩu không khớp, hãy thử lại'; $labels['crypterror'] = 'Không thể lưu mật khẩu mới. Thiếu chức năng mã hóa'; -$labels['connecterror'] = 'Không thể lưu mật mã mới. Lỗi kết nối'; +$labels['connecterror'] = 'Không thể lưu mật mã mới. Lổi kết nối'; $labels['internalerror'] = 'Không thể lưu mật khẩu mới'; $labels['passwordshort'] = 'Mật khẩu phải dài ít nhất $ ký tự'; -$labels['passwordweak'] = 'Mật khẩu phải chứa ít nhất 1 con số và 1 ký tự dấu câu'; -$labels['passwordforbidden'] = 'Mật khẩu chứa ký bị không hợp lệ'; +$labels['passwordweak'] = 'Mật khẩu phải bao gồm ít nhất 1 con số và 1 ký tự dấu câu'; +$labels['passwordforbidden'] = 'Mật khẩu bao gồm ký tự không hợp lệ'; -- Gitblit v1.9.1