source: extensions/AdditionalPages/trunk/language/zh_CN/plugin.lang.php @ 12951

Last change on this file since 12951 was 12951, checked in by TranslationTeam, 12 years ago

[Additional Pages] Update zh_CN, thanks to : quqibing

File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['ap_add_page'] = '添加页面';
24$lang['ap_all_group'] = '所有';
25$lang['ap_all_lang'] = '所有';
26$lang['ap_authorized_group'] = '权限组';
27$lang['ap_authorized_users'] = '权限用户';
28$lang['ap_config'] = '配置';
29$lang['ap_conf_saved'] = '配置已保存';
30$lang['ap_convert_bbcode_ok'] = '转换成功';
31$lang['ap_create'] = '创建一个新的附加页面';
32$lang['ap_default_language'] = '默认';
33$lang['ap_delete'] = '删除';
34$lang['ap_deleted_page'] = '页面已删除';
35$lang['ap_edit_page'] = '编辑页面';
36$lang['ap_group_perm'] = '按组权限';
37$lang['ap_guest'] = '(如果是公共页面则留空)';
38$lang['ap_homepage_tip'] = '替换为相册的首页';
39$lang['ap_language_perm'] = '按语言';
40$lang['ap_level_perm'] = '使用隐私级别';
41$lang['ap_menu_name'] = '菜单名称';
42$lang['ap_modify'] = '修改附加页面';
43$lang['ap_no_name'] = '未填写名称字段';
44$lang['ap_page_content'] = '内容';
45$lang['ap_page_lang'] = '语言';
46$lang['ap_page_name'] = '页面名称';
47$lang['ap_page_pos'] = '位置';
48$lang['ap_parse_bbcode'] = '转换含有BBCode代码的页面';
49$lang['ap_perm'] = '激活权限管理';
50$lang['ap_permalink_already_used'] = '固定链接%s已经被页面%s使用了';
51$lang['ap_pos0'] = '为0则不在菜单中显示页面';
52$lang['ap_redirect'] = '自动重定向到保存的页面';
53$lang['ap_save'] = '保存';
54$lang['ap_saved_page'] = '页面已保存';
55$lang['ap_select_all'] = '全选';
56$lang['ap_set_as_homepage'] = '设置为主页';
57$lang['ap_show_edit'] = '在菜单中显示编辑链接';
58$lang['ap_show_home'] = '在附加页面显示“返回主页”按钮';
59$lang['ap_show_menu'] = '菜单中显示';
60$lang['ap_standalone_page'] = '独立页面';
61$lang['ap_standalone_tip'] = '页面需要有完整的HTML代码结构';
62$lang['ap_unselect_all'] = '全不选';
63$lang['ap_user_perm'] = '按用户类型';
64?>
Note: See TracBrowser for help on using the repository browser.