From e31c56a5af23257a18275d59bf01e921a8eb60f6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 03 Jan 2012 11:40:06 -0500
Subject: [PATCH] Imported localization files from launchpad

---
 program/localization/vi_VN/messages.inc |   25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/program/localization/vi_VN/messages.inc b/program/localization/vi_VN/messages.inc
index 3e44e29..71262b3 100644
--- a/program/localization/vi_VN/messages.inc
+++ b/program/localization/vi_VN/messages.inc
@@ -1,24 +1,21 @@
 <?php
 
 /*
-
  +-----------------------------------------------------------------------+
- | language/vn/messages.inc                                              |
+ | localization/vi_VN/messages.inc                                       |
  |                                                                       |
  | Language file of the Roundcube Webmail client                         |
- | Copyright (C) 2005-2010, The Roundcube Dev Team                       |
- | Licensed under the GNU GPL                                            |
+ | Copyright (C) 2012, The Roundcube Dev Team                            |
+ | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Vinh Bui <bqvinh@buivinh.info>                                |
+ | Author: Thomas <Unknown>                                              |
  +-----------------------------------------------------------------------+
-
  @version $Id$
-
 */
 
 $messages = array();
-$messages['loginfailed']  = 'Không đăng nhập được';
+$messages['loginfailed'] = 'Không đăng nhập được';
 $messages['cookiesdisabled'] = 'Trình duyệt không hỗ trợ cookies';
 $messages['sessionerror'] = 'Phiên làm việc không hợp lệ hoặc đã hết hạn';
 $messages['imaperror'] = 'Không kết nối được với máy chủ IMAP';
@@ -42,19 +39,18 @@
 $messages['errorsaving'] = 'Lỗi khi lưu';
 $messages['errormoving'] = 'Không thể chuyển được thư';
 $messages['errordeleting'] = 'Không thể xóa được thư';
-$messages['deletecontactconfirm']  = 'Xóa bỏ các địa chỉ được chọn?';
-$messages['deletefolderconfirm']  = 'Xóa bỏ thư mục này?';
-$messages['purgefolderconfirm']  = 'Xóa toàn bộ thư trong thư mục nào?';
+$messages['deletecontactconfirm'] = 'Xóa bỏ các địa chỉ được chọn?';
+$messages['deletefolderconfirm'] = 'Xóa bỏ thư mục này?';
+$messages['purgefolderconfirm'] = 'Xóa toàn bộ thư trong thư mục nào?';
 $messages['formincomplete'] = 'Mẫu chưa được điền xong';
 $messages['noemailwarning'] = 'Nhập địa chỉ email';
-$messages['nonamewarning']  = 'Nhập tên';
+$messages['nonamewarning'] = 'Nhập tên';
 $messages['nopagesizewarning'] = 'Nhập kích cỡ của trang';
 $messages['norecipientwarning'] = 'Thư cần có it nhất 1 người nhận';
-$messages['nosubjectwarning']  = 'Mục "Tiêu đề" chưa có. Điền tiêu đề ?';
+$messages['nosubjectwarning'] = 'Mục "Tiêu đề" chưa có. Điền tiêu đề ?';
 $messages['nobodywarning'] = 'Thư không nội dung, vẫn tiếp tục gửi?';
 $messages['notsentwarning'] = 'Thư chưa được gửi. Bỏ qua thư đang soạn?';
 $messages['noldapserver'] = 'Chọn máy chủ ldap server để tìm';
-$messages['nocontactsreturned'] = 'Không tìm thấy địa chỉ';
 $messages['nosearchname'] = 'Nhập địa chỉ hoặc email';
 $messages['searchsuccessful'] = '$nr messages found';
 $messages['searchnomatch'] = 'Không tìm thấy';
@@ -63,4 +59,3 @@
 $messages['nospellerrors'] = 'Không có lỗi chính tả';
 $messages['folderdeleted'] = 'Thư mục đã được xóa';
 
-?>
\ No newline at end of file

--
Gitblit v1.9.1