source: extensions/instagram2piwigo/language/zh_CN/plugin.lang.php @ 19561

Last change on this file since 19561 was 19561, checked in by mistic100, 11 years ago

first commit

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