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['Activate image preloading'] = '激活图片预加载'; |
---|
24 | $lang['Additional bottom margin after resize'] = '缩放后底部留出一定边缘'; |
---|
25 | $lang['Animate menu'] = '动画菜单效果'; |
---|
26 | $lang['Animate tabs on picture page'] = '图片页面显示动画标签'; |
---|
27 | $lang['Default tab to be displayed'] = '显示默认标签'; |
---|
28 | $lang['Display frame around image'] = '图片周围显示边框'; |
---|
29 | $lang['Display frame around thumbnails'] = '缩略图显示边框'; |
---|
30 | $lang['fit to screen'] = '适合屏幕'; |
---|
31 | $lang['Force text to lowercase'] = '文本全部小写'; |
---|
32 | $lang['full size'] = '全尺寸'; |
---|
33 | $lang['GMap'] = '地图'; |
---|
34 | $lang['HD picture default display'] = '默认显示HD图片'; |
---|
35 | $lang['Hide menu by default on category page'] = '目录页默认隐藏菜单'; |
---|
36 | $lang['Image autosize options'] = '图片自动缩放选项'; |
---|
37 | $lang['Image preloading options'] = '图片预加载选项'; |
---|
38 | $lang['Include title after resize'] = '缩放后包含标题高度'; |
---|
39 | $lang['Information'] = '信息'; |
---|
40 | $lang['Interface options'] = '界面选项'; |
---|
41 | $lang['Interface style'] = '界面样式'; |
---|
42 | $lang['Last displayed'] = '显示最后的'; |
---|
43 | $lang['Metadata'] = '元数据'; |
---|
44 | $lang['Minimum image height after resize'] = '缩放后最小图片高度'; |
---|
45 | $lang['On picture page, number of next images to preload'] = '在图片页,预加载的图片数'; |
---|
46 | $lang['Picture page options'] = '图片页选项'; |
---|
47 | $lang['Preload images on thumbnails page'] = '在缩略图页预加载的图片'; |
---|
48 | $lang['Property to display below picture'] = '属性显示在图片下方'; |
---|
49 | $lang['Resize image to fit window'] = '缩放图片适合窗口'; |
---|
50 | $lang['Show image title on top of the page (after browse path)'] = '在图片上方显示图片标题(在浏览路径之后)'; |
---|
51 | $lang['Show Information tab only to admins'] = '只对管理员显示信息标签'; |
---|
52 | $lang['Show thumbnail caption'] = '显示缩略图标题'; |
---|
53 | $lang['Show/hide menu'] = '显示/隐藏菜单'; |
---|
54 | $lang['stripped Configuration updated'] = '选项更新成功'; |
---|
55 | $lang['Title'] = '标题'; |
---|
56 | $lang['Use navigation arrows on picture'] = '在图片上使用导航箭头'; |
---|
57 | $lang['Use navigation arrows outside picture'] = '在图片外使用导航箭头'; |
---|
58 | $lang['validate'] = '有效'; |
---|
59 | $lang['1 album per row (description beside thumbnail)'] = '每行1个相册(描述在缩略图旁边)'; |
---|
60 | $lang['2 albums per row (description beside thumbnail)'] = '每行2个相册(描述在缩略图旁边)'; |
---|
61 | $lang['3 albums per row (description below thumbnail)'] = '每行3个相册(描述在缩略图下)'; |
---|
62 | $lang['5 albums per row (no album description)'] = '每行5个相册(没有相册描述)'; |
---|
63 | $lang['Album list layout'] = '相册列表布局'; |
---|
64 | $lang['Display frame around albums'] = '相册周围显示边框'; |
---|
65 | ?> |
---|