source: extensions/flickr2piwigo/language/zh_CN/plugin.lang.php @ 18471

Last change on this file since 18471 was 18471, checked in by TranslationTeam, 12 years ago

[flickr] Update zh_CN, thanks to : quqibing

  • Property svn:executable set to *
File size: 3.4 KB
Line 
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['Logued as'] = '登录为';
24$lang['Logued out'] = '登出';
25$lang['List my albums'] = '列出我的相册';
26$lang['List pictures of this album'] = '列出相册图片';
27$lang['No download method available'] = '没有可用的下载方法';
28$lang['One picture is not displayed because already existing in the database.'] = '一张图片没有显示,因为已经存在于数据库中。';
29$lang['Open Flickr page in a new tab'] = '在新的标签页打开Flickr';
30$lang['Photo "%s" imported'] = '导入了图片"%s"';
31$lang['Pictures without album'] = '没有相册的图片';
32$lang['Please fill your API keys on the configuration tab'] = '请填写您的API密钥到配置选项卡上';
33$lang['Processing...'] = '处理中...';
34$lang['Reproduce flickr albums'] = '复制Flickr相册';
35$lang['Successfully logued to you Flickr account'] = '成功登录到Flickr相册';
36$lang['(%d photos)'] = '(%d张图片)';
37$lang['API key'] = 'API key';
38$lang['API not authenticated'] = 'API未通过验证';
39$lang['API secret'] = 'API密钥';
40$lang['Begin transfer'] = '开始转换';
41$lang['Callback URL'] = '回调URL';
42$lang['Fill these fields from Flickr datas'] = '用来自Flickr的数据填写这些字段';
43$lang['Flickr logins'] = 'Flickr登录';
44$lang['How do I get my Flickr API key?'] = '我如何获得Flickr API key';
45$lang['Import'] = '导入';
46$lang['Import all my pictures'] = '导入我所有的照片';
47$lang['Import all photos in this album'] = '导入这个相册中所有图片';
48$lang['Import options'] = '导入选项';
49$lang['%d albums'] = '%d个相册';
50$lang['%d elements ready for importation'] = '将要导入%d元素';
51$lang['%d pictures are not displayed because already existing in the database.'] = '%d张图片没有显示,因为已经存在于数据库中。';
52$lang['%d pictures imported'] = '已经导入%d张图片';
53?>
Note: See TracBrowser for help on using the repository browser.