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'] = '"关键词, 关键词, etc."<br> |
---|
38 | 描述网页的关键词。(用逗号分隔)'; |
---|
39 | $lang['meta_list'] = '元数据:'; |
---|
40 | $lang['meta_Description'] = '描述信息'; |
---|
41 | $lang['meta_Description_help'] = '网站的描述<br>可在搜索结果中给出有关网站的信息'; |
---|
42 | $lang['meta_author'] = '作者信息'; |
---|
43 | $lang['meta_author_help'] = '图片作者信息<br>网站作者的信息'; |
---|
44 | $lang['meta_choix'] = '编辑元数据'; |
---|
45 | $lang['meta_comp'] = '您想增加的元数据'; |
---|
46 | $lang['meta_robots'] = '机器人信息'; |
---|
47 | $lang['meta_robots_help'] = 'all:允许机器人引用整页(默认)<br> |
---|
48 | follow:允许机器人跟踪页面的链接<br> |
---|
49 | index:允许机器人建立页面索引<br> |
---|
50 | nofollow:禁止机器人跟踪页面的链接<br> |
---|
51 | noindex:禁止机器人建立页面索引<br> |
---|
52 | none:不允许机器人追踪网站指标<br>'; |
---|
53 | $lang['Metadata - Plugin meta'] = '元数据 - Plugin meta'; |
---|
54 | $lang['meta_select'] = '选择需要编辑的元数据'; |
---|
55 | $lang['meta_select2'] = '选择元数据'; |
---|
56 | $lang['Add Personal metadata'] = '添加个人元数据'; |
---|
57 | $lang['List Personal Metadata'] = '列出个人元数据'; |
---|
58 | $lang['Manage tag Metadata'] = '管理标签元数据'; |
---|
59 | $lang['Personal Metadata'] = '个人元数据'; |
---|
60 | $lang['Personal metadata update'] = '更新个人元数据'; |
---|
61 | ?> |
---|