Changeset 23897
- Timestamp:
- Jul 10, 2013, 7:18:51 AM (11 years ago)
- Location:
- extensions/BatchDownloader/language/zh_CN
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/language/zh_CN/plugin.lang.php
r23573 r23897 22 22 // +-----------------------------------------------------------------------+ 23 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'] = '实际 文件数量可能不一致';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 29 $lang['hours'] = '小时'; 30 $lang['download'] = '下载 中';30 $lang['download'] = '下载'; 31 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'] = '你不能编辑这个 设置';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 34 $lang['Whole gallery'] = '整个相册'; 35 $lang['User collection'] = '用户 选定';35 $lang['User collection'] = '用户精选集'; 36 36 $lang['User groups'] = '用户组'; 37 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'] = ' 类型';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 40 $lang['Return to download page'] = '返回下载页面'; 41 $lang['Download set deleted'] = ' 删除下载设置';41 $lang['Download set deleted'] = '下载集合已删除'; 42 42 $lang['Remove all finished downloads'] = '删除所有已完成下载'; 43 $lang['Estimated number of archives'] = ' 估计文档数量';43 $lang['Estimated number of archives'] = '预估的压缩包数量'; 44 44 $lang['Downloads'] = '下载'; 45 $lang['Archives'] = ' 文件';46 $lang['Archive prefix'] = ' 文件名前缀';47 $lang['Archive comment'] = ' 文件注释';48 $lang['Maximum size of each archive (in Megabytes)'] = '单个 文件最大大小(M)';45 $lang['Archives'] = '压缩文件'; 46 $lang['Archive prefix'] = '压缩文件前缀'; 47 $lang['Archive comment'] = '压缩文件注释'; 48 $lang['Maximum size of each archive (in Megabytes)'] = '单个压缩文件的最大大小(Mb)'; 49 49 $lang['Maximum photo size'] = '最大图片大小'; 50 $lang['Maximum number of photos per download set'] = '每 次最大下载图片数量设置';50 $lang['Maximum number of photos per download set'] = '每个下载集合的最大图片数量'; 51 51 $lang['Generate ZIP'] = '生成ZIP'; 52 $lang['Estimated size'] = ' 估计大小';53 $lang['Edit the set'] = '编辑 设置';52 $lang['Estimated size'] = '预估的大小'; 53 $lang['Edit the set'] = '编辑本集合'; 54 54 $lang['Download permissions'] = '下载权限'; 55 55 $lang['Download links'] = '下载链接'; … … 57 57 $lang['Download history'] = '下载历史'; 58 58 $lang['Download all pictures of this selection'] = '下载所有选定图片'; 59 $lang['Delete this set'] = '删除 这个';60 $lang['Delete downloads after'] = ' 删除下载时间';59 $lang['Delete this set'] = '删除本集合'; 60 $lang['Delete downloads after'] = '在此之后删除压缩文件:'; 61 61 $lang['Confirm the download of %d pictures?'] = '确定下载 %d 张图片?'; 62 $lang['Cancel this set'] = '取消 这个设置';62 $lang['Cancel this set'] = '取消本集合'; 63 63 $lang['Cancel this download'] = '取消本次下载'; 64 64 $lang['Batch Downloader'] = 'Batch Downloader'; 65 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 $lang['Warning: Only registered users can use Batch Downloader.'] = '警告:只有注册用户才 可以批量下载';69 $lang['What can be downloaded?'] = '可以下载什么 呢?';66 $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = '未发现ZipArchive的PHP扩展,Batch Downloader将使用PclZip作为替代,但表现将不如前者。'; 67 $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = '开始下载压缩文件 #%d 将破坏压缩文件 #%d,请确认你已完成此前的下载。继续?'; 68 $lang['Warning: Only registered users can use Batch Downloader.'] = '警告:只有注册用户才能使用Batch Downloader。'; 69 $lang['What can be downloaded?'] = '可以下载什么?'; 70 70 $lang['No result'] = '没有结果'; 71 71 $lang['%d MB'] = '%d MB'; 72 $lang['Archive #%d (already downloaded)'] = ' 存档#%d(已经下载)';73 $lang['Archive #%d (pending)'] = ' 存档#%d(等待中)';74 $lang['Archive #%d (ready)'] = ' 存档#%d(准备中)';75 $lang['Please wait, your download is being prepared. This page will automatically refresh when it is ready.'] = '请稍等, 你的下载正在准备中。当其准备好后此页面将会自动重载。';72 $lang['Archive #%d (already downloaded)'] = '压缩文件 #%d(已经下载)'; 73 $lang['Archive #%d (pending)'] = '压缩文件 #%d(等待中)'; 74 $lang['Archive #%d (ready)'] = '压缩文件 #%d(准备中)'; 75 $lang['Please wait, your download is being prepared. This page will automatically refresh when it is ready.'] = '请稍等,正在准备下载。准备完成后本页面将自动重载。'; 76 76 $lang['Preparation'] = '准备'; 77 $lang['Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.'] = '抱歉,没有 下载任何东西。某些文件可能因为 <i title="被认可的类型 : %s">文件类型被限制</i>被排除了。';77 $lang['Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.'] = '抱歉,没有可下载的文件。某些文件可能因为 <i title="被认可的类型 : %s">文件类型限制</i>而被排除了。'; 78 78 $lang['Unknown'] = '未知'; 79 $lang['Only check if you are experiencing corrupted archives with ZipArchive.'] = '仅在使用ZipArchive时遇到压缩文件损坏的情况下勾选。'; 80 $lang['Only check if your host complains about high PHP usage.'] = '仅在服务器报告高PHP使用量时勾选。'; 81 $lang['Delete previous archive when starting to download another one'] = '在开始下载另一个压缩文件时删除之前的压缩文件'; 82 $lang['Don\'t download archives through PHP'] = '不要通过PHP下载压缩文件'; 83 $lang['Force the usage of PclZip instead of ZipArchive as ZIP library'] = 'Force the usage of PclZip instead of ZipArchive as ZIP library'; 84 $lang['It saves space on the server but doesn\'t allow to restart failed downloads.'] = '这将节省服务器空间,但将不能重启已失败的下载。'; 79 85 ?>
Note: See TracChangeset
for help on using the changeset viewer.