source: extensions/Back2Front/language/zh_CN/plugin.lang.php @ 22236

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

[back2front] Add zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = '以 | 符号分隔两个标记。留空则使用默认转换。';
24$lang['...of the picture n°'] = '...of 图片 n°';
25$lang['This picture is no longer a backside'] = '本图片已不再是反面';
26$lang['This picture is now the backside of the picture n°%s'] = '本图片是图片 n°%s 的反面';
27$lang['Toolbar'] = '工具条';
28$lang['Top'] = '顶部';
29$lang['Transition'] = '转换';
30$lang['Unknown id %d for frontside picture'] = '未知的正面图片id %d';
31$lang['Backside and frontside can\'t be the same picture'] = '反面和正面不能是同一张图片';
32$lang['Backside management'] = '反面设置';
33$lang['Bottom'] = '底部';
34$lang['Click'] = '点击';
35$lang['Display a mark on thumbnails list'] = '在缩略图列表中显示一个标记';
36$lang['Fade'] = '渐隐';
37$lang['Link name'] = '按钮名称';
38$lang['Link position'] = '按钮位置';
39$lang['Modify backside information'] = '修改反面信息';
40$lang['Mouseover'] = '鼠标悬停';
41$lang['Move backside to private album'] = '将反面移至非公开相册';
42$lang['See back'] = '查看反面';
43$lang['See front'] = '查看正面';
44$lang['Switch mode'] = '切换模式';
45$lang['The picture n°%d has already a backside : %s'] = '图片 n°%d 已有反面: %s';
46$lang['The picture n°%s is already a backside'] = '图片 n°%s 已被设为反面';
47$lang['This picture has a backside :'] = '本图片有反面:';
48$lang['This picture is a backside...'] = '本图片为反面...';
49?>
Note: See TracBrowser for help on using the repository browser.