source: extensions/BatchDownloader/language/zh_CN/plugin.lang.php @ 17706

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

[batch_downloader] Update zh_CN, thanks to : withhaojun

  • Property svn:executable set to *
File size: 4.5 KB
RevLine 
[17694]1<?php
2// +-----------------------------------------------------------------------+
[17704]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// +-----------------------------------------------------------------------+
[17694]23$lang['Random'] = '随机';
[17704]24$lang['Nb images'] = '相片数量';
25$lang['Nb archives'] = '文件数量';
[17694]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 不接受特殊字符,例如:重音符号、引号和非拉丁字母。';
[17704]28$lang['real number of archives can differ'] = '实际文件数量可能不一致';
[17694]29$lang['hours'] = '小时';
[17704]30$lang['download'] = '下载中';
[17694]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'] = '整个相册';
[17704]35$lang['User collection'] = '用户选定';
[17694]36$lang['User groups'] = '用户组';
37$lang['Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'] = '没有找到 ZipArchive 扩展,批量下载器缺少这个扩展不能工作。';
38$lang['Total size'] = '总大小';
39$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = '文档正在下载中,如果没有开始自动下载请点击<a href="%s">这里</a>';
40$lang['Set type'] = '类型';
41$lang['Return to download page'] = '返回下载页面';
42$lang['Download set deleted'] = '删除下载设置';
[17706]43$lang['Remove all finished downloads'] = '删除所有已完成下载';
[17694]44$lang['Estimated number of archives'] = '估计文档数量';
45$lang['Downloads'] = '下载';
[17704]46$lang['Archives'] = '文件';
47$lang['Archive prefix'] = '文件名前缀';
48$lang['Archive comment'] = '文件注释';
49$lang['Maximum size of each archive (in Megabytes)'] = '单个文件最大大小(M)';
[17694]50$lang['Maximum photo size'] = '最大图片大小';
51$lang['Maximum number of photos per download set'] = '每次最大下载图片数量设置';
52$lang['Generate ZIP'] = '生成ZIP';
53$lang['Estimated size'] = '估计大小';
54$lang['Edit the set'] = '编辑设置';
55$lang['Download permissions'] = '下载权限';
56$lang['Download links'] = '下载链接';
57$lang['Download info'] = '下载信息';
58$lang['Download history'] = '下载历史';
59$lang['Download all pictures of this selection'] = '下载所有选定图片';
[17706]60$lang['Delete this set'] = '删除这个';
61$lang['Delete downloads after'] = '删除下载时间';
[17694]62$lang['Confirm the download of %d pictures?'] = '确定下载 %d 张图片?';
63$lang['Cancel this set'] = '取消这个设置';
64$lang['Cancel this download'] = '取消本次下载';
65$lang['Batch Downloader'] = '批量下载器';
66$lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>警告:</b> 所有文件将会在 %d 小时内被删除';
67?>
Note: See TracBrowser for help on using the repository browser.