| | |
| | | <?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['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'; |
| | |
| | | $messages['nospellerrors'] = 'Không có lỗi chính tả'; |
| | | $messages['folderdeleted'] = 'Thư mục đã được xóa'; |
| | | |
| | | ?> |