[5847] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 3 | // | Piwigo - a PHP based picture gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
| 5 | // | Copyright(C) 2008-2010 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 | |
---|
| 24 | |
---|
| 25 | $lang['Upgrade'] = "升级"; |
---|
[6127] | 26 | $lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = "此页面将把您的 Piwigo 旧版本的数据库升级为新版本。 |
---|
[5847] | 27 | 升级助手将会认为您正在运行 <strong>版本 %s</strong> (或者相同的版本)."; |
---|
| 28 | $lang['Upgrade from version %s to %s'] = "从 %s 版升级到 %s"; |
---|
| 29 | $lang['Statistics'] = "统计"; |
---|
| 30 | $lang['total upgrade time'] = "总共升级时间"; |
---|
| 31 | $lang['total SQL time'] = "总共 SQL 时间"; |
---|
| 32 | $lang['SQL queries'] = "SQL 查询"; |
---|
| 33 | $lang['Upgrade informations'] = "升级信息"; |
---|
[6335] | 34 | $lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = "如果您遇到任何问题,请在[管理员>工具>维护]执行维护检测"; |
---|
[6053] | 35 | $lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = "为了预防万一,以下插件已被停用。在您重新启用它们之前,必须先检查这些插件的更新:"; |
---|
[5847] | 36 | $lang['Only administrator can run upgrade: please sign in below.'] = "只有管理员能运行升级操作:请先登录。"; |
---|
| 37 | $lang['You do not have access rights to run upgrade'] = "您没有执行升级程序的权限"; |
---|
| 38 | $lang['All sub-categories of private categories become private'] = "所有私有类别下的子类别都将成为私有。"; |
---|
| 39 | $lang['User permissions and group permissions have been erased'] = "用户和组的权限已被清除"; |
---|
| 40 | $lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "在前一个配置操作中,只有缩略图的前缀和网站管理员的邮件地址被保存了。"; |
---|
[6155] | 41 | $lang['In <i>%s</i>, before <b>?></b>, insert:'] = '在 <i>%s</i>, 之前 <b>?></b>, 插入:'; |
---|
[5847] | 42 | ?> |
---|