source: extensions/meta/language/zh_CN/plugin.lang.php @ 31805

Last change on this file since 31805 was 31805, checked in by TranslationTeam, 7 years ago

Update zh_CN, thanks to dennisyan

  • Property svn:executable set to *
File size: 4.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['meta_name'] = '元数据名称';
24$lang['meta_onglet_description'] = '关于元数据';
25$lang['meta_onglet_gestion'] = '一般元数据';
26$lang['meta_compcat'] = '相册的特定关键词';
27$lang['meta_compcatdes'] = '相册的特定描述';
28$lang['meta_compcatdeshelp'] = '将替换一般元描述';
29$lang['meta_compimg'] = '图片的特定关键词';
30$lang['meta_compimgdes'] = '图片的特定描述';
31$lang['meta_description'] = '描述';
32$lang['meta_desh3'] = '管理在所有页面的一般元数据';
33$lang['meta_diff_val'] = '可能的价值';
34$lang['meta_inscat'] = '插入元';
35$lang['meta_insmeta'] = '插入元数据';
36$lang['meta_keywords'] = '"关键词"元描述';
37$lang['meta_keywords_help'] = '"关键词, 关键词, 等。"<br>描述网页的关键词。(用半角逗号分隔)';
38$lang['meta_list'] = '元数据:';
39$lang['meta_Description'] = '"描述"元描述';
40$lang['meta_Description_help'] = '网站的描述<br>可在搜索引擎的搜索结果中显示有关网站的信息';
41$lang['meta_author'] = '"作者"元描述';
42$lang['meta_author_help'] = '作者信息<br>网站作者的姓名、绰号';
43$lang['meta_choix'] = '编辑元数据';
44$lang['meta_comp'] = '要完成的元数据';
45$lang['meta_robots'] = '"机器人"元描述';
46$lang['meta_robots_help'] = 'all:允许机器人引用整页(默认)<br>
47follow:允许机器人跟踪页面的链接<br>
48index:允许机器人建立页面索引<br>
49nofollow:禁止机器人跟踪页面的链接<br>
50noindex:禁止机器人建立页面索引<br>
51none:不允许机器人追踪网站指标<br>';
52$lang['Metadata - Plugin meta'] = '元数据 - 插件元';
53$lang['meta_select'] = '选择需要编辑的一般元数据';
54$lang['meta_select2'] = '选择元数据';
55$lang['Add Personal metadata'] = '添加自定义元数据';
56$lang['List Personal Metadata'] = '自定义元数据列表';
57$lang['Manage tag Metadata'] = '管理元标签';
58$lang['Personal Metadata'] = '自定义元数据';
59$lang['Personal metadata update'] = '自定义元数据已更新';
60$lang['Add metadata for page'] = '为页面添加元数据';
61$lang['Additional Pages Metadata'] = 'Additional pages 元数据';
62$lang['Choose Additional Pages'] = '选择 Additional pages';
63$lang['Contact page Metadata'] = 'Contact 页面元数据';
64$lang['Description of Additional Pages to be completed'] = '要完成的 Additional page "描述"元';
65$lang['Description of contact page to be completed'] = '要完成的 Contact page "描述"元';
66$lang['Keywords of Additional Pages to be completed'] = '要完成的 Additional page "关键词"元';
67$lang['Keywords of contact page to be completed'] = '要完成的 Contact page "关键词"元';
68$lang['Metadata updated'] = '元数据已更新';
69$lang['Choose it page'] = '选择一个页面';
Note: See TracBrowser for help on using the repository browser.