source: extensions/Fotorama/language/vi_VN/plugin.lang.php

Last change on this file was 30330, checked in by TranslationTeam, 9 years ago

[fotorama] Update vi_VN, thanks to : thanhphan467

  • Property svn:executable set to *
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Allows fullscreen'] = 'Cho phép toàn màn hình';
24$lang['Enables autoplay'] = 'Cho phép trình diễn tự động';
25$lang['Enables loop'] = 'Cho phép lặp lại';
26$lang['Enables shadows'] = 'Cho phép đổ bóng';
27$lang['How to fit an image'] = 'Cách co dãn ảnh';
28$lang['Navigation style'] = 'Cách tương tác';
29$lang['Stops slideshow at any user action with the fotorama'] = 'Dừng trình chiếu khi có tương tác hình ảnh bất kỳ';
30$lang['What transition to use'] = 'Hiệu ứng chuyển hình';
31$lang['stop the slideshow'] = 'dừng trình chiếu';
32$lang['Fullscreen navigation style'] = 'Kiểu thao tác toàn màn hình';
33$lang['Only fullscreen mode'] = 'Chỉ chế độ toàn màn hình';
34$lang['Add close button'] = 'Thêm nút đóng';
35$lang['Add image info button'] = 'Thêm nút thông tin ảnh';
36$lang['Replace picture page'] = 'Thay trang hình';
37$lang['Resize to fit window'] = 'Co giãn vừa với cửa sổ';
38$lang['Show caption with image title'] = 'Hiện tiêu đề bằng tiêu đề ảnh';
39$lang['Thumbnail height (when present)'] = 'Chiều cao ảnh đại diện (nếu có)';
40$lang['Use crossfade transition on click'] = 'Dùng hiệu ứng chuyển mờ khi nhấp chuột';
41$lang['Waiting time before loading a new image'] = 'Thời gian chờ trước khi tải một ảnh mới';
42$lang['except an administrator'] = 'ngoại trừ quản trị viên';
43$lang['milliseconds'] = 'mili giây';
44$lang['Thumbnail is a square (when present)'] = 'Hình nhỏ là một hình vuông(nếu có)';
Note: See TracBrowser for help on using the repository browser.