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.'] = '1张图片没有显示,因为已经存在于数据库中。'; |
---|
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 keys'; |
---|
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 | ?> |
---|