From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 plugins/password/localization/vi_VN.inc |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/plugins/password/localization/vi_VN.inc b/plugins/password/localization/vi_VN.inc
index f21d651..8dcf706 100644
--- a/plugins/password/localization/vi_VN.inc
+++ b/plugins/password/localization/vi_VN.inc
@@ -15,14 +15,9 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
-
-$labels = array();
-$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';
-
-$messages = array();
 $messages['nopassword'] = 'Mời nhập mật khẩu mới';
 $messages['nocurpassword'] = 'Mời nhập mật khẩu hiện tại';
 $messages['passwordincorrect'] = 'Mật khẩu hiện thời không đúng';
@@ -33,5 +28,4 @@
 $messages['passwordshort'] = 'Mật khẩu phải dài ít nhất $ ký tự';
 $messages['passwordweak'] = 'Mật khẩu phải bao gồm ít nhất 1 con số và 1 ký tự dấu câu';
 $messages['passwordforbidden'] = 'Mật khẩu bao gồm ký tự không hợp lệ';
-
 ?>

--
Gitblit v1.9.1