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

Last change on this file since 4846 was 4846, checked in by ddtddt, 14 years ago

[extensions]- [autoupdate] Add CN thanks to Winson

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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['Some upgrades are available for you plugins'] = '您的插件已有更新了';
13$lang['Click here see upgrade plugins page'] = '点击此查看插件升级页面';
14$lang['Gallery and plugins are up to date'] = '图库和插件已是最新版';
15$lang['Unable to check upgrades...'] = '不能检查更新...';
16$lang['Piwigo will automaticaly try again later.'] = 'Piwigo 稍后将会自动再次尝试.';
17$lang['Click here to check upgrades now'] = '点击此检查更新';
18
19$lang['Notify on admin homepage'] = '在管理员首页显示通知';
20$lang['Don\'t notify on admin homepage'] = '不要在管理员首页显示通知';
21
22$lang['Upgrade in progress... Please wait.'] = '正在升级... 请稍等。';
23$lang['Checking upgrades for gallery and plugins...'] = '正在检查图库和插件的更新...';
24
25?>
Note: See TracBrowser for help on using the repository browser.