source: extensions/AddInfousers/language/zh_CN/plugin.lang.php @ 25782

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

[addinfousers] Update zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.3 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['addinfousers_explication_update_non_help'] = '为此,您需要在您的语言文件中添加以下内容:<br>
24$lang[\'addinfousers_info1\'] = \'信息1的名称\'; <br>
25$lang[\'addinfousers_info2\'] = \'信息2的名称\'; <br>
26$lang[\'addinfousers_info3\'] = \'信息3的名称\'; <br>
27$lang[\'addinfousers_info4\'] = \'信息4的名称\'; <br>
28$lang[\'addinfousers_info5\'] = \'信息5的名称\'; <br>
29$lang[\'addinfousers_info6\'] = \'信息6的名称\'; <br>
30$lang[\'addinfousers_info7\'] = \'信息7的名称\'; <br>';
31$lang['addinfousers_explication'] = '介绍';
32$lang['addinfousers_explication_help'] = '本插件使您可以为注册页和用户资料增加7项信息';
33$lang['addinfousers_explication_update_non'] = '替换姓、名,...,信息6, 信息7';
34$lang['addinfousers_h2'] = '管理用户资料附加信息';
35$lang['addinfousers_info1'] = '姓';
36$lang['addinfousers_info2'] = '名';
37$lang['addinfousers_info3'] = '地址';
38$lang['addinfousers_info4'] = '国家';
39$lang['addinfousers_info5'] = '信息5';
40$lang['addinfousers_info6'] = '信息6';
41$lang['addinfousers_info7'] = '信息7';
42$lang['addinfousers_complete'] = '附加信息';
43$lang['addinfousers_explication_cache_info'] = '隐藏不需要的信息';
44$lang['addinfousers_explication_cache_info_help'] = '在您的本地CSS文件中添加以下内容,您可隐藏这些信息:<br>
45hide info 1 : #addinfouser_1 {display:none} <br>
46hide info 2 : #addinfouser_2 {display:none} <br>
47hide info 3 : #addinfouser_3 {display:none} <br>
48hide info 4 : #addinfouser_4 {display:none} <br>
49hide info 5 : #addinfouser_5 {display:none} <br>
50hide info 6 : #addinfouser_6 {display:none} <br>
51hide info 7 : #addinfouser_7 {display:none} <br>';
52?>
Note: See TracBrowser for help on using the repository browser.