source: extensions/music_player/language/zh_CN/plugin.lang.php @ 24069

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

[music_player] Add zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.8 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['mp_admin_3_opt10'] = '启用自动风格管理:播放器的风格将视用户而定。如不启用本选项,或不存在用户选定的风格,则将应用之前的预设。';
24$lang['mp_admin_2_opt1'] = '在菜单顶部以专门的区块突出显示插件';
25$lang['mp_adm_suppr_3'] = '删除数据库中的播放列表,并删除所有文件(mp3,xml文件将被删除)';
26$lang['mp_adm_suppr_2'] = '仅删除数据库中的播放列表(下次同步时将重新生成)';
27$lang['mp_admin_3_opt1_1'] = '总高度';
28$lang['mp_adm_info_img'] = '(添加一张新图片,覆盖旧图片)';
29$lang['mp_adm_return'] = '返回播放列表';
30$lang['mp_adm_return_2'] = '返回播放列表';
31$lang['mp_adm_suppr_1'] = '您想做什么?';
32$lang['mp_adm_thead1'] = '名称';
33$lang['mp_adm_thead2'] = 'url';
34$lang['mp_adm_thead3'] = '上';
35$lang['mp_adm_thead4'] = '下';
36$lang['mp_adm_thead5'] = '更改url/名称';
37$lang['mp_adm_thead6'] = '删除';
38$lang['mp_admin_2_opt2'] = '显示页头"header"';
39$lang['mp_admin_2_opt3'] = '显示页脚"footer",copyright';
40$lang['mp_admin_2_opt4'] = 'Pop_up';
41$lang['mp_admin_2_opt4_1'] = '高';
42$lang['mp_admin_2_opt4_2'] = '宽';
43$lang['mp_adm_et1_txt'] = '如果您在文件夹中添加或删除过mp3文件,则有必要同步数据库/文件:';
44$lang['mp_adm_et2_txt'] = '添加或远程mp3。';
45$lang['mp_adm_et2_nbr'] = '添加总数:';
46$lang['mp_adm_et2_rg'] = '插入行:';
47$lang['mp_adm_et2_rg2'] = '(留空,则在播放列表底部)';
48$lang['mp_adm_et4_ok'] = '提交修改';
49$lang['mp_adm_et4_txt'] = '生成 .xml 播放列表';
50$lang['mp_adm_etape_1'] = '第1步(可选)';
51$lang['mp_adm_etape_2'] = '第2步(可选)';
52$lang['mp_adm_etape_3'] = '第3步!';
53$lang['mp_adm_etape_4'] = '第4步!';
54$lang['mp_adm_ed_sup_ok'] = '确定?';
55$lang['mp_adm_edit_1'] = '描述文字';
56$lang['mp_adm_edit_2'] = '播放列表';
57$lang['mp_adm_edit_3'] = '同步播放列表';
58$lang['mp_adm_envoi_1'] = '描述';
59$lang['mp_adm_envoi_2'] = '包含';
60$lang['mp_adm_ed_sup_info'] = '如果它是\'/music\'文件夹中的文件,则将被删除:如果不是,则只有数据库条目将被删除。';
61$lang['lien_titre'] = '听音乐';
62$lang['lien_expl'] = '显示弹出的嵌入式播放器';
63?>
Note: See TracBrowser for help on using the repository browser.