diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-03-11 19:26:52 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-03-11 19:26:52 +0000 |
commit | 740dc4a73cbcc188f9206eb113653fb1f76e2401 (patch) | |
tree | 339d6ac8a2c203351f67f8d4ce6e1dc200af1bb5 /language/zh_TW/upgrade.lang.php | |
parent | 6cbde1553b3c71b9532fe1bc43e13936b4290f84 (diff) |
[trunk] - language - add zh_TW
git-svn-id: http://piwigo.org/svn/trunk@9616 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_TW/upgrade.lang.php | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/language/zh_TW/upgrade.lang.php b/language/zh_TW/upgrade.lang.php new file mode 100644 index 000000000..7840d3567 --- /dev/null +++ b/language/zh_TW/upgrade.lang.php @@ -0,0 +1,42 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + + +$lang['Upgrade'] = "升級"; +$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 舊版本的數據庫升級為新版本。 +升級助手將會認為您正在運行 <strong>版本 %s</strong> (或者相同的版本)."; +$lang['Upgrade from version %s to %s'] = "從 %s 版升級到 %s"; +$lang['Statistics'] = "統計"; +$lang['total upgrade time'] = "總共升級時間"; +$lang['total SQL time'] = "總共 SQL 時間"; +$lang['SQL queries'] = "SQL 查詢"; +$lang['Upgrade informations'] = "升級信息"; +$lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = "如果您遇到任何問題,請在[管理員>工具>維護]執行維護檢測"; +$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = "為了預防萬一,以下插件已被停用。在您重新啟用它們之前,必須先檢查這些插件的更新:"; +$lang['Only administrator can run upgrade: please sign in below.'] = "只有管理員能運行升級操作:請先登錄。"; +$lang['You do not have access rights to run upgrade'] = "您沒有執行升級程序的權限"; +$lang['All sub-albums of private albums become private'] = '相冊裡的所有子相冊都成為私有'; +$lang['User permissions and group permissions have been erased'] = "用戶和組的權限已被清除"; +$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = "在前一個配置操作中,只有縮略圖的前綴和網站管理員的郵件地址被保存了。"; +$lang['In <i>%s</i>, before <b>?></b>, insert:'] = '在 <i>%s</i>, 之前 <b>?></b>, 插入:'; +?>
\ No newline at end of file |