source: extensions/header_manager/language/zh_CN/plugin.lang.php @ 20241

Last change on this file since 20241 was 20241, checked in by TranslationTeam, 11 years ago

[header_manager] Update zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 3.8 KB
RevLine 
[17588]1<?php
2// +-----------------------------------------------------------------------+
[17870]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['Add a banner'] = '添加一个banner';
24$lang['Banner'] = 'Banner';
25$lang['Banner added'] = 'Banner已添加';
26$lang['Banner deleted'] = 'Banner已删除';
27$lang['Choose an image from your computer'] = '从您的电脑中选择一张图片';
28$lang['Choose the part of the image you want to use as your header.'] = '选择图片中您想用作banner的部分。';
29$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = '图片的数字id可在图片编辑页面靠近缩略图处找到。';
30$lang['Unknown picture id'] = '未知图片id';
31$lang['Use'] = '使用';
32$lang['With text'] = '包括文字';
33$lang['You can customize the display by adding CSS rules to'] = '您可以通过添加CSS规则的方式自定显示效果 ';
34$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = '您可以上传一张图片或从您的相册中选择一张图片,在下一页您可以对图片进行裁切。';
35$lang['or choose a picture from the gallery'] = '或从相册中选择一张图片';
36$lang['Crop banner image'] = '裁切banner图片';
37$lang['Default banner'] = '默认banner';
38$lang['Default banner size'] = '默认banner尺寸';
39$lang['Display banner on photo page'] = '在图片页面上显示banner';
40$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = '对于 MontBlancXL 和 BlancMontXL,建议使用的尺寸是 900&×;190。';
41$lang['Gallery title above image'] = '图片上方的相册标题';
42$lang['Image only'] = '仅图片';
43$lang['Incorrect file type,'] = '文件类型错误,';
44$lang['No banner added yet'] = '尚无已添加的banner';
45$lang['Picture id.'] = '图片id。';
46$lang['Put <b>%header_manager%</b> where you want to display the image.'] = '在您想显示图片的地方放置 <b>%header_manager%</b> 。';
47$lang['Random'] = '随机';
48$lang['Select an image'] = '选择一张图片';
[20241]49$lang['Album specific banners'] = '相册的横幅';
50$lang['In order to add a specific banner, go to the admin page of the desired album.'] = '要添加横幅,需要到相册的管理员页面';
51$lang['Non recursive'] = '不用递归';
52$lang['Recursive'] = '递归';
53$lang['Restore default banner'] = '恢复默认的横幅';
[17588]54?>
Note: See TracBrowser for help on using the repository browser.