This commit is contained in:
Marc Delisle 2002-05-21 17:28:50 +00:00
parent d75032be81
commit 7464d44298
2 changed files with 20 additions and 22 deletions

View File

@ -73,6 +73,7 @@ $strCheckTable = '
$strColumn = '欄位';
$strColumnNames = '欄位名稱';
$strCompleteInserts = '使用完整新增指令';
$strConfigureTableCoord = '請設定表格 %s 內的坐標';
$strConfirm = '您確定要這樣做?';
$strCookiesRequired = 'Cookies 必須啟動才能登入.';
$strCopyTable = '複製資料表到: (格式為 資料庫名稱<b>.</b>資料表名稱):';
@ -100,6 +101,7 @@ $strDeleteUserMessage = '
$strDescending = '遞減';
$strDisplay = '顯示';
$strDisplayOrder = '顯示次序';
$strDisplayPDF = '顯示 PDF 圖表';
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
$strDocu = '說明文件';
$strDoYouReally = '您確定要 ';
@ -177,6 +179,7 @@ $strLimitNumRows = '
$strLineFeed = '換行: \\n';
$strLines = '行數';
$strLinesTerminatedBy = '「下一行」使用字元:';
$strLinkNotFound = '找不到連結';
$strLinksTo = '連結到';
$strLocationTextfile = '文字檔案的位置';
$strLogin = '登入';
@ -225,6 +228,7 @@ $strOptions = '
$strOr = '或';
$strOverhead = '多餘';
$strPageNumber = '頁碼:';
$strPartialText = '顯示部份文字';
$strPassword = '密碼';
$strPasswordEmpty = '請輸入密碼!';
@ -279,6 +283,7 @@ $strRunQuery = '
$strRunSQLQuery = '在資料庫 %s 執行以下指令';
$strSave = '儲存';
$strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
$strSelect = '選擇';
$strSelectADb = '請選擇資料庫';
$strSelectAll = '全選';
@ -292,14 +297,18 @@ $strSetEnumVal = '
$strShow = '顯示';
$strShowAll = '顯示全部';
$strShowCols = '顯示欄';
$strShowColor = '顯示顏色';
$strShowGrid = '顯示框格';
$strShowingRecords = '顯示記錄';
$strShowPHPInfo = '顯示 PHP 資訊';
$strShowTableDimension = '顯示表格大小';
$strShowTables = '顯示資料表';
$strShowThisQuery = '重新顯示 SQL 語法 ';
$strSingly = '(只會排序現時的記錄)';
$strSize = '大小';
$strSort = '排序';
$strSpaceUsage = '已使用空間';
$strSQL = 'SQL'; // should express in english
$strSQLQuery = 'SQL 語法';
$strStatement = '敘述';
$strStrucCSV = 'CSV 資料';
@ -356,16 +365,6 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strSQL = 'SQL'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
?>

View File

@ -71,6 +71,7 @@ $strCheckTable = '
$strColumn = '栏位';
$strColumnNames = '字段名';
$strCompleteInserts = '使用完整添增指令';
$strConfigureTableCoord = '请设定数据表 %s 内的坐标';
$strConfirm = '您确定要这样做?';
$strCookiesRequired = 'Cookies 必须启动才能登入.';
$strCopyTable = '复制数据表到: (格式为 数据库名称<b>.</b>数据表名称):';
@ -98,6 +99,7 @@ $strDeletedRows = '
$strDescending = '递减';
$strDisplay = '显示';
$strDisplayOrder = '显示次序';
$strDisplayPDF = '显示 PDF 图表';
$strDoAQuery = '请执行 "查询示例" (通配符: "%")';
$strDoYouReally = '请确认要 ';
$strDocu = '文档';
@ -178,7 +180,8 @@ $strLimitNumRows = '
$strLineFeed = '换行:\\n';
$strLines = '行数 ';
$strLinesTerminatedBy = '「下一行」使用字符:';
$strLinksTo = 'Á¬½Óµ½';
$strLinkNotFound = '找不到连结';
$strLinksTo = '连结到';
$strLocationTextfile = '文本文件的位置';
$strLogPassword = '密码:';
$strLogUsername = '登入名称:';
@ -226,6 +229,7 @@ $strOptions = 'ѡ
$strOr = '或';
$strOverhead = '多余';
$strPageNumber = '页码:';
$strPHPVersion = 'PHP 版本';
$strPartialText = '显示部份文字';
$strPassword = '密码';
@ -281,6 +285,7 @@ $strRunning = '
$strSQLQuery = 'SQL 语句';
$strSave = '存储';
$strScaleFactorSmall = '比例倍数太细, 无法将图表放在一页内';
$strSelect = '选择';
$strSelectADb = '请选择数据库';
$strSelectAll = '全选';
@ -292,8 +297,11 @@ $strServerVersion = '
$strSetEnumVal = '如栏位格式是 "enum" 或 "set", 请使用以下的格式输入: \'a\',\'b\',\'c\'...<br />如在数值上需要输入反斜线 (\) 或单引号 (\') , 请再加上反斜线 (例如 \'\\\\xyz\' or \'a\\\'b\').';
$strShow = '显示';
$strShowAll = '显示全部';
$strShowColor = '显示颜色';
$strShowCols = '显示栏';
$strShowGrid = '显示框格';
$strShowPHPInfo = '显示 PHP 资讯';
$strShowTableDimension = '显示表格大小';
$strShowTables = '显示数据表';
$strShowThisQuery = ' 重新显示 SQL 语句 ';
$strShowingRecords = '显示记录 ';
@ -301,6 +309,7 @@ $strSingly = '(ֻ
$strSize = '大小';
$strSort = '排序';
$strSpaceUsage = '已使用空间';
$strSQL = 'SQL'; // should express in english
$strStatement = '叙述';
$strStrucCSV = 'CSV 数据';
$strStrucData = '结构和数据';
@ -320,7 +329,7 @@ $strTableHasBeenEmptied = '
$strTableHasBeenFlushed = '数据表 %s 已被强迫关闭';
$strTableMaintenance = '数据表维护';
$strTableStructure = '数据表的结构';
$strTableType = '×ÊÁϱíÀàÐÍ';
$strTableType = '数据表类型';
$strTables = '%s 数据表';
$strTextAreaLength = ' 由于长度限制<br /> 此栏位不能编辑 ';
$strTheContent = '文件中的内容已经插入到数据表中。';
@ -356,16 +365,6 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strSQL = 'SQL'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
?>