source: extensions/Prune_History/language/zh_CN/plugin.lang.php @ 26246

Last change on this file since 26246 was 26246, checked in by TranslationTeam, 10 years ago

[prune_history] Add zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 4.4 KB
Line 
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['PH_Save_Title_d'] = '由于精简是不可逆的,建议在精简前备份历史记录表。记录表默认以文件形式保存在服务器上,并可从那里被恢复。<br><br>
24但也可下载备份文件,在图库外保存。在这种情况下,恢复工作必须通过您的数据库管理工具来做(通常为phpMyAdmin)。';
25$lang['PH_Support'] = '本插件的唯一官方技术支持在Piwigo论坛的此主题:<br>
26<a href="http://piwigo.org/forum/viewtopic.php?id=19418" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=19418</a>';
27$lang['PH_ManualPrune_title_d'] = '此功能允许基于日期范围删除历史记录条目。请选择起始日期并执行。<br><br>
28<b style=&quot;color: red;&quot;>警告:历史数据删除后将不可恢复!</b>您可使用页面右侧的功能备份和恢复历史记录表。<br><br>
29注意:历史摘要不受自动精简影响。';
30$lang['PH_Prune_Error'] = '手动精简出错!请检查日期范围。';
31$lang['PH_Save'] = '备份历史记录';
32$lang['PH_Save_Title'] = '安全备份';
33$lang['PH_save_config'] = '设置已保存!';
34$lang['PH_submit'] = '保存设置';
35$lang['Start_Date'] = '开始日期';
36$lang['range']['1'] = '天';
37$lang['range']['2'] = '月';
38$lang['range']['3'] = '年';
39$lang['PH_No_Backup_File'] = '未发现可恢复的备份文件!';
40$lang['PH_Prune'] = '执行手动精简';
41$lang['PH_Prune_Done'] = '手动精简完成!';
42$lang['PH_Restoration_NOK'] = '恢复失败!';
43$lang['PH_Restoration_OK'] = '恢复成功!';
44$lang['PH_Restore'] = '从备份文件恢复历史记录表。<br>仅包括保存在服务器上的文件。';
45$lang['PH_Restore_File'] = '恢复历史记录';
46$lang['PH_ManualPrune_title'] = '手动精简';
47$lang['PH_Dump_OK'] = '备份成功!';
48$lang['PH_Dump_NOK'] = '备份失败!';
49$lang['PH_Dump_Download'] = '如需下载备份文件,请勾选:';
50$lang['PH_Bad_version_backup'] = '插件版本错误!您想恢复的备份已过期或是由旧版本插件创建的。';
51$lang['PH_AutoRange_title_d'] = '历史记录设置<b>保护设置</b> 自动精简规则。选项:<br><br>
52- 保留 x 天<br>
53- 保留 x 月<br>
54- 保留 x 年<br><br>
55如:如想保留历史记录长至3个月,可设为3个月或91天。<br><br>
56注意:历史摘要不受自动精简影响。';
57$lang['PH_AutoRange_title'] = '保留历史至:';
58$lang['PH_AutoPrune_true'] = '启用';
59$lang['PH_AutoPrune_title_d'] = '如启用自动精简,每位用户(包括管理员和站长)登录图库时它将自动开启,并将基于保护设置。<br><br>
60<b style=&quot;color: red;&quot;>请谨慎使用!被精简移除的数据将无法恢复!</b>';
61$lang['PH_AutoPrune_false'] = '禁用';
62$lang['PH_AutoPrune_title'] = '自动精简';
63?>
Note: See TracBrowser for help on using the repository browser.