source: extensions/see_photos_by_user/language/zh_CN/plugin.lang.php

Last change on this file was 30634, checked in by TranslationTeam, 9 years ago

[see_photos_by_user] Update zh_CN, thanks to dennisyan

  • Property svn:executable set to *
File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['by decreasing number of photos'] = '按照片数量降序';
24$lang['by increasing number of photos'] = '按照片数量升序';
25$lang['link Specials menu'] = '在"特色浏览"的链接';
26$lang['select other user'] = '选择另一个用户';
27$lang['select user'] = '选择一个用户';
28$lang['select users box'] = '用户选择';
29$lang['Users order'] = '用户排序';
30$lang['bloc menu users'] = '用户菜单区块';
31$lang['submit'] = '提交';
32$lang['users by reverse alphabetical order'] = '以字母逆序排列用户';
33$lang['users in alphabetical order'] = '以字母顺序排列用户';
34$lang['Photos by user'] = '由用户上传的照片';
35$lang['See photos by user'] = '根据用户显示照片';
36$lang['Minimal number photos for show users'] = '向用户显示的最少图片数量';
37$lang['Minimal number photos for show users is incorrect !'] = '向用户显示的最少图片数量不正确!';
38$lang['Maximal number users'] = '最大用户数';
39$lang['Maximal number users is incorrect !'] = '最大用户数不正确!';
40$lang['Choose a presentation'] = '选择一个表现形式';
41$lang['horizontal cylinder'] = '水平圆柱';
42$lang['horizontal ring'] = '水平环';
43$lang['vertical cylinder'] = '垂直圆柱';
44$lang['vertical ring'] = '垂直环';
45$lang['sphere'] = '球形';
46$lang['Show home page users'] = '在用户主页上显示';
47$lang['You must use colorpicker'] = '你必须使用拾色器';
48$lang['Show menu'] = '在菜单上显示';
49$lang['Choose a color'] = '选择一个颜色';
50$lang['cumulus users cloud'] = '动态用户云';
51$lang['users cloud'] = '用户云';
Note: See TracBrowser for help on using the repository browser.