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['authors of'] = 'authors of'; |
---|
24 | $lang['Your configuration is saved.'] = '您的设置已保存。'; |
---|
25 | $lang['Your configuration is NOT saved due to above reasons.'] = '您的设置因以上原因而未被保存。'; |
---|
26 | $lang['You are not authorized to change this configuration (Webmaster only).'] = '您没有权限改变此项设置(仅限管理员)。'; |
---|
27 | $lang['Viewport width ratio is out of range (Correct range: 50-100).'] = '视口宽度数值设置错误(正确范围:50-100)。'; |
---|
28 | $lang['Viewport width ']['% between 50-100'] = '视口宽度 [% 介于 50-100]'; |
---|
29 | $lang['Start position ']['% between 0-99'] = '起始位置 [% 介于 0-99]'; |
---|
30 | $lang['Viewport minimal width ']['pixels > 320'] = '视口最小宽度 [像素 > 320]'; |
---|
31 | $lang['Viewport maximal width ']['pixels >= minimal width'] = '视口最大宽度 [像素 >= 最小宽度]'; |
---|
32 | $lang['Start position ratio is out of range (Correct range: 0-99).'] = '起始位置数值设置错误(正确范围:0-99)。'; |
---|
33 | $lang['Relative speed factor is out of range (Correct range: 10-90).'] = '相对速度系数超出范围(正确范围:10-90)。'; |
---|
34 | $lang['Picture name substrings must be different.'] = '图片名称子串必须不同。'; |
---|
35 | $lang['Picture name substring could not be empty.'] = '图片名称子串不能为空。'; |
---|
36 | $lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = '最小视口宽度设置错误(正确范围:320像素/+)。'; |
---|
37 | $lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = '最大视口宽度设置错误(正确范围:最小视口/+)。'; |
---|
38 | $lang['Special thanks to:'] = '特别感谢:'; |
---|
39 | $lang['Rotation direction'] = '卷动方向'; |
---|
40 | $lang['Right'] = '右'; |
---|
41 | $lang['Remove substring from picture title'] = '去除图片标题的子串'; |
---|
42 | $lang['Relative speed factor ']['10-90'] = '相对速度系数'; |
---|
43 | $lang['Picture name substring to display in Mode 360'] = '360度模式下图片名称子串的显示'; |
---|
44 | $lang['Picture name substring to display in Mode 180 '][' != previous substring '] = '180度模式下图片名称子串的显示[ != previous substring ]'; |
---|
45 | $lang['Permanent'] = '永久'; |
---|
46 | $lang['Panoramas configuration'] = '全景图设置'; |
---|
47 | $lang['On'] = 'On'; |
---|
48 | $lang['Off'] = 'Off'; |
---|
49 | $lang['Mode 360'] = '360度模式'; |
---|
50 | $lang['Mode 180 (Alternative left-right restart)'] = '180度模式(左右交替)'; |
---|
51 | $lang['Control display'] = '控制显示'; |
---|
52 | $lang['Auto'] = '自动'; |
---|
53 | $lang['Automatic start'] = '自动开始'; |
---|
54 | $lang['Left'] = '左'; |
---|
55 | $lang['Footer Color'] = '页脚背景颜色'; |
---|
56 | $lang['Footer Control Color'] = '页脚控制颜色'; |
---|
57 | $lang['Footer display'] = '页脚显示'; |
---|
58 | $lang['Border Width ratio is out of range (Correct range: 0-10).'] = '全景图边缘尺寸超过限制(正确范围:0-10)。'; |
---|
59 | $lang['Border color'] = '全景图边缘颜色'; |
---|
60 | $lang['Border width'] = '全景图边缘尺寸 [0-10]'; |
---|
61 | $lang['Caption Color'] = '描述文字颜色'; |
---|
62 | ?> |
---|