source: extensions/user_tags/language/zh_CN/plugin.lang.php @ 9573

Last change on this file since 9573 was 9573, checked in by ddtddt, 13 years ago

[extensions] - user_tags - add zh_CN thanks to chouyh

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | User Tags  - a plugin for Piwigo                                      |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22$lang['Click to add tags'] = '点选增加标签';
23$lang['Start to type'] = '开始输入';
24$lang['Update tags'] = '更新标签';
25$lang['Tags updated'] = '标签已更新';
26$lang['Cancel'] = '取消';
27
28// admin
29$lang['That plugin allow visitors to add tags to image.'] = '这个插件允许访客添加图片的标签.';
30$lang['You can choose which users (per status) can add and delete tags.'] = '你可设定哪些類別的使用者有权添加和删除标签.';
31$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = '请注意: 不论设定值为何,新的标签都可能被删除.';
32$lang['Who can add tags?'] = '谁能添加标签?';
33$lang['Who can delete related tags?'] = '谁能删除相关连的标签?';
34
35$lang['Add permission updated'] = '加入更新权限';
36$lang['Delete permission updated'] = '删除更新权限'; 
37?>
Note: See TracBrowser for help on using the repository browser.