source: extensions/header_manager/language/vi_VN/plugin.lang.php @ 24269

Last change on this file since 24269 was 24269, checked in by TranslationTeam, 11 years ago

[header_manager] Add vi_VN, thanks to : dummy

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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$lang['Random'] = 'Ngẫu nhiên';
24$lang['Recursive'] = 'Đệ quy';
25$lang['Restore default banner'] = 'Khôi phục banner mặc định';
26$lang['Select an image'] = 'Chọn một ảnh';
27$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Số định danh có thể tìm thấy trong trang biên tập hình, gần với ảnh thu nhỏ.';
28$lang['Unknown picture id'] = 'Định danh ảnh không xác định';
29$lang['Use'] = 'Dùng';
30$lang['With text'] = 'Với văn bản';
31$lang['You can customize the display by adding CSS rules to'] = 'Bạn có thể điều chỉnh việc hiển thị bằng cách thêm các quy định CSS vào';
32$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Bạn có thể upload một ảnh header tùy chọn hoặc chọn từ gallery cá nhân. Trong màn hình tiếp theo bạn có thể cắt gọt hình.';
33$lang['or choose a picture from the gallery'] = 'hoặc chọn một ảnh từ gallery';
34$lang['Add a banner'] = 'Thêm một banner';
35$lang['Album specific banners'] = 'Các banner cụ thể của album';
36$lang['Banner'] = 'Banner';
37$lang['Banner added'] = 'Banner đã được thêm';
38$lang['Banner deleted'] = 'Banner đã được xóa';
39$lang['Choose an image from your computer'] = 'Chọn một ảnh từ máy tính';
40$lang['Choose the part of the image you want to use as your header.'] = 'Chọn phần của hình ảnh mà bạn muốn dùng để làm header';
41$lang['Crop banner image'] = 'Cắt ảnh banner';
42$lang['Default banner'] = 'Banner mặc định';
43$lang['Default banner size'] = 'Kích thước banner mặc định';
44$lang['Display banner on photo page'] = 'Hiển thị banner trong trang ảnh';
45$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Đối với MontBlancXL và BlancMontXL, kích thước khuyến cáo là 900&times;190.';
46$lang['Gallery title above image'] = 'Tiêu đề gallery nằm trên ảnh';
47$lang['Image only'] = 'Chỉ hình ảnh';
48$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Để thêm một banner cụ thể, hãy vào trang quản trị của album đó';
49$lang['Incorrect file type,'] = 'Loại file không đúng,';
50$lang['No banner added yet'] = 'Chưa có banner được thêm';
51$lang['Non recursive'] = 'Không đệ quy';
52$lang['Picture id.'] = 'Định danh ảnh';
53$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Đặt <b>%header_manager%</b>tại nơi muốn hiển thị ảnh.';
54?>
Note: See TracBrowser for help on using the repository browser.