diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 22d847fd2..ea7e154d0 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -226,6 +226,7 @@ $strPasswordEmpty = ' $strPasswordNotSame = '二次輸入的密碼不同!'; $strPHPVersion = 'PHP版本'; $strPmaDocumentation = 'phpMyAdmin 說明文件'; +$strPmaUriError = ' 必須設定 $cfgPmaAbsoluteUri 在設定檔內!'; $strPos1 = '第一頁'; $strPrevious = '前一頁'; $strPrimary = '主鍵'; @@ -277,6 +278,7 @@ $strSelectAll = ' $strSelectFields = '選擇欄位 (至少一個)'; $strSelectNumRows = '查詢中'; $strSend = '下載儲存'; +$strSequence = '序列'; $strServerChoice = '選擇伺服器'; $strServerVersion = '資料庫版本'; $strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...
如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').'; @@ -348,5 +350,4 @@ $strYes = ' $strZip = '"zipped"'; // To translate -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; ?>