source: extensions/WiredForSound/language/vi_VN/plugin.lang.php @ 31810

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

[wired_for_sound] Update vi_VN, thanks to : thanhphan467

  • Property svn:executable set to *
File size: 3.2 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['wfs_associate_category'] = 'Lên âm thanh cho danh mục';
24$lang['wfs_associate_image'] = 'Lên âm thanh cho hình ảnh';
25$lang['wfs_associate_sound'] = 'Đã lên cho âm thanh - Thêm âm thanh';
26$lang['wfs_show_default_path'] = 'Hiện thư mục mặc định';
27$lang['wfs_volume'] = 'Âm lượng';
28$lang['wfs_player_width'] = 'Chiều rộng Player';
29$lang['wfs_optional'] = 'Tùy chọn';
30$lang['wfs_path'] = 'Đường dẫn thư mục';
31$lang['wfs_only_this_cat'] = 'Thư mục hiện tại';
32$lang['wfs_no_path'] = 'Không tìm thấy thư mục';
33$lang['wfs_no_mp3'] = 'Không có âm thanh trong thư mục';
34$lang['wfs_medium'] = 'Vừa';
35$lang['wfs_loop'] = 'Tự động lặp';
36$lang['wfs_actual_file'] = 'Tin liên kết hiện tại';
37$lang['wfs_all_cat'] = 'Tất cả danh mục';
38$lang['wfs_apply_only_this_cat'] = 'Liên kết duy nhất trong danh mục hiện tại';
39$lang['wfs_associate_to_cat'] = 'Địa chỉ liên kết đến danh mục hiện tại';
40$lang['wfs_associate_to_pic'] = 'Địa chỉ hình ảnh';
41$lang['wfs_autostart'] = 'Tự khởi động';
42$lang['wfs_back_cat'] = 'Quay lại danh mục';
43$lang['wfs_back_pic'] = 'Quay lại hình ảnh';
44$lang['wfs_change_path'] = 'Thay đổi thư mực';
45$lang['wfs_conf_saved'] = 'Cấu hình đã được lưu';
46$lang['wfs_configuration'] = 'Cấu hình';
47$lang['wfs_default_directory'] = 'Thư mục mặc định';
48$lang['wfs_default_volume'] = 'Âm lượng mặc định';
49$lang['wfs_delete'] = 'Bỏ liên kết';
50$lang['wfs_file'] = 'Tập tin';
51$lang['wfs_large'] = 'Lớn';
52$lang['wfs_litle'] = 'Ít';
Note: See TracBrowser for help on using the repository browser.