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['Random'] = '随机'; |
---|
24 | $lang['Number of images'] = '相片数量'; |
---|
25 | $lang['Number of archives'] = '文件数量'; |
---|
26 | $lang['Remove from download set'] = '从下载设置中删除'; |
---|
27 | $lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = '警告:ZipArchive 不接受特殊字符,例如:重音符号、引号和非拉丁字母。'; |
---|
28 | $lang['real number of archives can differ'] = '实际文件数量可能不一致'; |
---|
29 | $lang['hours'] = '小时'; |
---|
30 | $lang['download'] = '下载中'; |
---|
31 | $lang['done'] = '完成'; |
---|
32 | $lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = '你选择要下载 %d 张图片, 但是系统限制只能下载 %d 张图片。你可以编辑这个设置, 否则最后的 %d 张图片将不会被下载。'; |
---|
33 | $lang['You can not edit this set'] = '你不能编辑这个设置'; |
---|
34 | $lang['Whole gallery'] = '整个相册'; |
---|
35 | $lang['User collection'] = '用户选定'; |
---|
36 | $lang['User groups'] = '用户组'; |
---|
37 | $lang['Total size'] = '总大小'; |
---|
38 | $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = '文档正在下载中,如果没有开始自动下载请点击<a href="%s">这里</a>'; |
---|
39 | $lang['Set type'] = '类型'; |
---|
40 | $lang['Return to download page'] = '返回下载页面'; |
---|
41 | $lang['Download set deleted'] = '删除下载设置'; |
---|
42 | $lang['Remove all finished downloads'] = '删除所有已完成下载'; |
---|
43 | $lang['Estimated number of archives'] = '估计文档数量'; |
---|
44 | $lang['Downloads'] = '下载'; |
---|
45 | $lang['Archives'] = '文件'; |
---|
46 | $lang['Archive prefix'] = '文件名前缀'; |
---|
47 | $lang['Archive comment'] = '文件注释'; |
---|
48 | $lang['Maximum size of each archive (in Megabytes)'] = '单个文件最大大小(M)'; |
---|
49 | $lang['Maximum photo size'] = '最大图片大小'; |
---|
50 | $lang['Maximum number of photos per download set'] = '每次最大下载图片数量设置'; |
---|
51 | $lang['Generate ZIP'] = '生成ZIP'; |
---|
52 | $lang['Estimated size'] = '估计大小'; |
---|
53 | $lang['Edit the set'] = '编辑设置'; |
---|
54 | $lang['Download permissions'] = '下载权限'; |
---|
55 | $lang['Download links'] = '下载链接'; |
---|
56 | $lang['Download info'] = '下载信息'; |
---|
57 | $lang['Download history'] = '下载历史'; |
---|
58 | $lang['Download all pictures of this selection'] = '下载所有选定图片'; |
---|
59 | $lang['Delete this set'] = '删除这个'; |
---|
60 | $lang['Delete downloads after'] = '删除下载时间'; |
---|
61 | $lang['Confirm the download of %d pictures?'] = '确定下载 %d 张图片?'; |
---|
62 | $lang['Cancel this set'] = '取消这个设置'; |
---|
63 | $lang['Cancel this download'] = '取消本次下载'; |
---|
64 | $lang['Batch Downloader'] = '批量下载器'; |
---|
65 | $lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>警告:</b> 所有文件将会在 %d 小时内被删除'; |
---|
66 | $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = '未发现PHP的ZipArchive扩展,打包下载器将使用PclZip作为替代,但表现将会不佳。'; |
---|
67 | $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = '正在开始下载的存档 #%d 将会损坏存档 #%d,请确认你已完成下载。继续吗?'; |
---|
68 | ?> |
---|