source: extensions/autoupdate/trunk/language/zh_CN/plugin.lang.php @ 9721

Last change on this file since 9721 was 9721, checked in by patdenice, 13 years ago

Add ajax loader bar.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = '点击此自动升级';
4$lang['autoupdate_alert'] = '您确定要自动升级 piwigo 吗?\n警告!!! 曾经手工修改过的文件将被覆盖.';
5$lang['autoupdate_success'] = 'Piwigo 已经升级成功 (当前版本 %s)';
6$lang['autoupdate_fail'] = '在升级过程中出现了一个错误.';
7
8$lang['autoupdate_extract_fail'] = '在解压程序时出现了一个错误。请检查您 piwigo 安装文件的读写权限.<br><a href="%s">点击此查看错误日志</a>.';
9
10$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo 不能从服务器中获取升级文件';
11$lang['Click here to see Piwigo %s release notes'] = '点击此查看 Piwigo %s 的版通知';
12$lang['Unable to check upgrades...'] = '不能检查更新...';
13$lang['Click here to check upgrades now'] = '点击此检查更新';
14
15$lang['Notify on admin homepage'] = '在管理员首页显示通知';
16$lang['Don\'t notify on admin homepage'] = '不要在管理员首页显示通知';
17
18$lang['Upgrade in progress... Please wait.'] = '正在升级... 请稍等。';
19$lang['Checking upgrades for gallery and plugins...'] = '正在检查图库和插件的更新...';
20
21$lang['Upgrade to Piwigo %s'] = '升级到 Piwigo %s';
22$lang['Two upgrades are available'] = '有2个可以升级的';
23$lang['This is a minor upgrade, with only bug corrections.'] = '这是一个次要的升级,只有错误的修正.';
24$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = '这是一个重大的升级, 有 <a href="%s">令人兴奋的新功能</a>.';
25$lang['Some themes and plugins may be not available yet.'] = '一些主题和插件也许还未能用.';
26$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = '您可以直接升级到 Piwigo %s , 而并不需要先升级到 Piwigo %s (recommended).';
27$lang['autoupdate_step_1'] = '第一步';
28$lang['autoupdate_step_2'] = '第二步';
29$lang['autoupdate_step_3'] = '第三步';
30$lang['Save Template Directory'] = '保存模板目录';
31$lang['Dump Database'] = '转存数据库';
32$lang['Include history data (Warning: server memory limit may be exceeded)'] = '包含历史数据 (警告:也许服务器内存已超过限制)';
33$lang['Unable to write new local directory.'] = '不能写到新的本地目录.';
34$lang['Unable to send template directory.'] = '不能发送到模板目录.';
35$lang['Unable to dump database.'] = '不能转存数据库.';
36
37/*TODO*/$lang['autoupdate_ignore'] = 'Ignore this update';
38/*TODO*/$lang['autoupdate_reset_ignore'] = 'Reset ignored updates';
39/*TODO*/$lang['autoupdate_update_all'] = 'All update';
40/*TODO*/$lang['ERROR'] = 'ERROR';
41/*TODO*/$lang['Upgrade Complete'] = 'Upgrade Complete';
42/*TODO*/$lang['Piwigo Upgrade'] = 'Piwigo Upgrade';
43/*TODO*/$lang['Extensions Upgrade'] = 'Extensions Upgrade';
44
45/*TODO*/$lang['Some upgrades are available for extensions'] = 'Some upgrades are available for extensions';
46/*TODO*/$lang['Click here to see upgrades'] = 'Click here to see upgrades';
47/*TODO*/$lang['Gallery and extensions are up to date'] = 'Gallery and extensions are up to date';
48/*TODO*/$lang['All extensions are up to date.'] = 'All extensions are up to date.';
49/*TODO*/$lang['Update in progress...'] = 'Update in progress...';
50?>
Note: See TracBrowser for help on using the repository browser.