source: extensions/ContactForm/language/vi_VN/plugin.lang.php @ 25896

Last change on this file since 25896 was 25896, checked in by TranslationTeam, 10 years ago

[contactform] Update vi_VN, thanks to : dummy

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['Your name'] = 'Tên của bạn';
25$lang['Your e-mail'] = 'Email của bạn';
26$lang['Subject'] = 'Tiêu đề';
27$lang['Message'] = 'Thông điệp';
28$lang['General configuration'] = 'Cấu hình tổng quát';
29$lang['Add link in menu'] = 'Thêm liên kết vào trình đơn';
30$lang['Allow guests to see the form'] = 'Cho phép khách xem các dạng';
31$lang['E-mail address is mandatory'] = 'Địa chỉ thư điện tử là bắt buộc';
32$lang['Name is mandatory'] = 'Họ tên là bắt buộc';
33$lang['E-mail configuration'] = 'Cấu hình thư điện tử';
34$lang['Text before the contact form'] = 'Chữ hiện trước form liên lạc';
35$lang['Text after the contact form'] = 'Chữ hiện sau form liên lạc';
36$lang['E-mail sent successfully'] = 'Email đã được gởi thành công';
37$lang['Please enter a name'] = 'Vui lòng nhập tên';
38$lang['Please enter a subject'] = 'Vui lòng nhập tiêu đề';
39$lang['Please enter a message'] = 'Vui lòng nhập nội dung';
40$lang['Error while sending e-mail'] = 'Có lỗi trong quá trình gởi email';
41$lang['%s must not be less than %d characters long'] = '%s phải có ít nhất %d ký tự';
42$lang['%s must not be more than %d characters long'] = '%s phải có ít hơn %d ký tự';
43$lang['+ Add an email'] = '+ Thêm địa chỉ email';
44$lang['Active'] = 'Đang chạy';
45$lang['Default e-mail subject'] = 'Chủ đề mặc định khi viết thư';
46$lang['E-mail format :'] = 'Định dạng thư';
47$lang['No active email address'] = 'Chưa cài đặt dùng email nào';
48$lang['Plain text'] = 'Thô (không có định dạng gì)';
49$lang['Please enter an e-mail'] = 'Hãy nhập địa chỉ thư';
50$lang['Prefix of the sent e-mail subject'] = 'Chủ đề gắn vào trước chủ đề thư';
51$lang['you can use "%gallery_title%"'] = 'ví dụ "%gallery_title%"';
52$lang['+ Add a category'] = '+ Thêm một phân loại';
53$lang['Category'] = 'Phân loại';
54$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Mỗi phân loại được hiển thị như là một "dịch vụ" duy nhất trong mẫu liên hệ (Ví dụ: "Kỹ thuật", "Thương mại", "Câu hỏi chung"). Việc sử dụng phân loại không bắt buộc.';
55$lang['Please choose a category'] = 'Hãy chọn một phân loại';
56$lang['Redirect after sending email (optional)'] = 'Đổi hướng sau khi gửi email (tùy chọn)';
57$lang['Send'] = 'Gửi';
58$lang['Send copy to my email'] = 'Gửi bản sao vào email của tôi';
59$lang['Tip'] = 'Mẹo';
60$lang['can be translated with LocalFiles Editor plugin'] = 'có thể dịch với plugin LocalFiles Editor';
61$lang['Invalid redirect URL'] = 'Chuyển hướng URL không hợp lệ';
62$lang['Name'] = 'Tên';
63?>
Note: See TracBrowser for help on using the repository browser.