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['Logged in as'] = '已以该身份登入'; |
---|
24 | $lang['Processing...'] = '正在处理...'; |
---|
25 | $lang['Reproduce Google albums'] = '复制 Google 相册'; |
---|
26 | $lang['Successfully logged to you Google account'] = '已成功登入Google帐户'; |
---|
27 | $lang['Fill these fields from Google datas'] = 'Fill these fields from Google datas'; |
---|
28 | $lang['Logged out'] = '已登出'; |
---|
29 | $lang['Open Google page in a new tab'] = '在新标签中打开Google页面'; |
---|
30 | $lang['Photo "%s" imported'] = '图片 "%s" 已导入'; |
---|
31 | $lang['%d albums'] = '%d 个相册'; |
---|
32 | $lang['%d elements ready for importation'] = '%d 个元素准备导入'; |
---|
33 | $lang['%d pictures are not displayed because already existing in the database.'] = '%d 张图片未显示,因为数据库中已存在。'; |
---|
34 | $lang['%d pictures imported'] = '%d 张图片已导入'; |
---|
35 | $lang['(%d photos)'] = '(%d 张图片)'; |
---|
36 | $lang['API not authenticated'] = 'API未被认证'; |
---|
37 | $lang['Begin transfer'] = '开始传输'; |
---|
38 | $lang['Geolocalization'] = 'Geolocalization'; |
---|
39 | $lang['Import all my pictures'] = '导入所有图片'; |
---|
40 | $lang['Import all photos in this album'] = '导入此相册中的所有图片'; |
---|
41 | $lang['Import options'] = '导入选项'; |
---|
42 | $lang['List my albums'] = '列出我的相册'; |
---|
43 | $lang['List pictures of this album'] = '列出此相册中的图片'; |
---|
44 | $lang['No download method available'] = '没有可用的下载方法'; |
---|
45 | $lang['One picture is not displayed because already existing in the database.'] = '有1张图片未显示,因为数据库中已存在。'; |
---|
46 | ?> |
---|