441 lines
18 KiB
PHP
441 lines
18 KiB
PHP
<?php
|
||
/* $Id$ */
|
||
|
||
/**
|
||
* Last translation by: Siu Sun <siusun@best-view.net>
|
||
* Follow by the original translation of Taiyen Hung 洪泰元<yen789@pchome.com.tw>
|
||
*/
|
||
|
||
$charset = 'utf-8';
|
||
$allow_recoding = TRUE;
|
||
$text_dir = 'ltr';
|
||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||
$right_font_family = 'helvetica, sans-serif';
|
||
$number_thousands_separator = ',';
|
||
$number_decimal_separator = '.';
|
||
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa
|
||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
||
|
||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||
// variable below
|
||
$datefmt = '%B %d, %Y at %I:%M %p';
|
||
|
||
$strAccessDenied = '拒絕存取';
|
||
$strAction = '執行';
|
||
$strAddDeleteColumn = '新增/減少 選擇欄';
|
||
$strAddDeleteRow = '新增/減少 篩選列';
|
||
$strAddNewField = '增加新欄位';
|
||
$strAddPriv = '增加新權限';
|
||
$strAddPrivMessage = '您已經為下面這位使用者增加了新權限.';
|
||
$strAddSearchConditions = '增加檢索條件 ("where" 子句的主體)';
|
||
$strAddToIndex = '新增 %s 組索引欄';
|
||
$strAddUser = '新增使用者';
|
||
$strAddUserMessage = '您已新增了一個新使用者.';
|
||
$strAffectedRows = '影響列數: ';
|
||
$strAfter = '在 %s 之後';
|
||
$strAfterInsertBack = '返回';
|
||
$strAfterInsertNewInsert = '新增一筆記錄';
|
||
$strAll = '全部';
|
||
$strAllTableSameWidth = '以相同寬度顯示所有資料表?';
|
||
$strAlterOrderBy = '根據欄位內容排序記錄';
|
||
$strAnalyzeTable = '分析資料表';
|
||
$strAnd = '與';
|
||
$strAnIndex = '索引已經新增到 %s';
|
||
$strAny = '任何';
|
||
$strAnyColumn = '任何欄位';
|
||
$strAnyDatabase = '任何資料庫';
|
||
$strAnyHost = '任何主機';
|
||
$strAnyTable = '任何資料表';
|
||
$strAnyUser = '任何使用者';
|
||
$strAPrimaryKey = '主鍵已經新增到 %s';
|
||
$strAscending = '遞增';
|
||
$strAtBeginningOfTable = '於資料表開頭';
|
||
$strAtEndOfTable = '於資料表尾端';
|
||
$strAttr = '屬性';
|
||
|
||
$strBack = '回上一頁';
|
||
$strBeginCut = '開始 剪取';
|
||
$strBeginRaw = '開始 原始資料';
|
||
$strBinary = '二進制碼';
|
||
$strBinaryDoNotEdit = '二進制碼 - 不能編輯';
|
||
$strBookmarkDeleted = '書籤已經刪除.';
|
||
$strBookmarkLabel = '書籤名稱';
|
||
$strBookmarkQuery = 'SQL 語法書籤';
|
||
$strBookmarkThis = '將此 SQL 語法加入書籤';
|
||
$strBookmarkView = '查看';
|
||
$strBrowse = '瀏覽';
|
||
$strBzip = '"bzipped"';
|
||
|
||
$strCantLoadMySQL = '不能載入 MySQL 模組,<br />請檢查 PHP 的組態設定';
|
||
$strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.';
|
||
$strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!';
|
||
$strCantUseRecodeIconv = '當文編碼模組讀取後,未能使用 iconv 、 libiconv 或 recode_string 功能. 請檢查您的 php 設定.';
|
||
$strCardinality = '組別';
|
||
$strCarriage = '歸位: \\r';
|
||
$strChange = '修改';
|
||
$strChangeDisplay = '選擇顯示之欄位';
|
||
$strChangePassword = '更改密碼';
|
||
$strCharsetOfFile = '字元表檔案:';
|
||
$strCheckAll = '全選';
|
||
$strCheckDbPriv = '檢查資料庫權限';
|
||
$strCheckTable = '檢查資料表';
|
||
$strChoosePage = '請選擇需要編輯的頁碼';
|
||
$strColComFeat = '顯示欄位註解';
|
||
$strColumn = '欄位';
|
||
$strColumnNames = '欄位名稱';
|
||
$strComments = '註解';
|
||
$strCompleteInserts = '使用完整新增指令';
|
||
$strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.<br />請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.<br />如果按下連結後出現空白頁, 即代表沒有任何問題.';
|
||
$strConfigureTableCoord = '請設定表格 %s 內的坐標';
|
||
$strConfirm = '您確定要這樣做?';
|
||
$strCookiesRequired = 'Cookies 必須啟動才能登入.';
|
||
$strCopyTable = '複製資料表到: (格式為 資料庫名稱<b>.</b>資料表名稱):';
|
||
$strCopyTableOK = '已經將資料表 %s 複製為 %s.';
|
||
$strCreate = '建立';
|
||
$strCreateIndex = '新增 %s 組索引欄';
|
||
$strCreateIndexTopic = '新增一組索引';
|
||
$strCreateNewDatabase = '建立新資料庫';
|
||
$strCreateNewTable = '建立新資料表於資料庫 %s';
|
||
$strCreatePage = '建立新一頁';
|
||
$strCreatePdfFeat = '建立 PDF';
|
||
$strCriteria = '篩選';
|
||
|
||
$strData = '資料';
|
||
$strDatabase = '資料庫';
|
||
$strDatabaseHasBeenDropped = '資料庫 %s 已被刪除';
|
||
$strDatabases = '資料庫';
|
||
$strDatabasesStats = '資料庫統計';
|
||
$strDatabaseWildcard = '資料庫 (允許使用萬用字元):';
|
||
$strDataOnly = '只有資料';
|
||
$strDefault = '預設值';
|
||
$strDelete = '刪除';
|
||
$strDeleted = '記錄已被刪除';
|
||
$strDeletedRows = '已刪除欄數:';
|
||
$strDeleteFailed = '刪除失敗!';
|
||
$strDeleteUserMessage = '您已經將用戶 %s 刪除.';
|
||
$strDescending = '遞減';
|
||
$strDisabled = '未啟動';
|
||
$strDisplay = '顯示';
|
||
$strDisplayFeat = '功能顯示';
|
||
$strDisplayOrder = '顯示次序';
|
||
$strDisplayPDF = '顯示 PDF 概要';
|
||
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
|
||
$strDocu = '說明文件';
|
||
$strDoYouReally = '您確定要 ';
|
||
$strDrop = '刪除';
|
||
$strDropDB = '刪除資料庫 %s';
|
||
$strDropTable = '刪除資料表';
|
||
$strDumpingData = '列出以下資料庫的數據:';
|
||
$strDumpXRows = '備份 %s 行, 由 %s 行開始.';
|
||
$strDynamic = '動態';
|
||
|
||
$strEdit = '編輯';
|
||
$strEditPDFPages = '編輯 PDF 頁碼';
|
||
$strEditPrivileges = '編輯權限';
|
||
$strEffective = '實際';
|
||
$strEmpty = '清空';
|
||
$strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
|
||
$strEnabled = '啟動';
|
||
$strEnd = '最後一頁';
|
||
$strEndCut = '結束 剪取';
|
||
$strEndRaw = '結束 原始資料';
|
||
$strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
|
||
$strError = '錯誤';
|
||
$strExplain = '說明 SQL';
|
||
$strExport = '輸出';
|
||
$strExportToXML = '輸出為 XML 格式';
|
||
$strExtendedInserts = '伸延新增模式';
|
||
$strExtra = '附加';
|
||
|
||
$strField = '欄位';
|
||
$strFieldHasBeenDropped = '資料表 %s 已被刪除';
|
||
$strFields = '欄位';
|
||
$strFieldsEmpty = ' 欄位總數是空的! ';
|
||
$strFieldsEnclosedBy = '「欄位」使用字元:';
|
||
$strFieldsEscapedBy = '「ESCAPE」使用字元:';
|
||
$strFieldsTerminatedBy = '「欄位分隔」使用字元:';
|
||
$strFixed = '固定';
|
||
$strFlushTable = '強迫更新資料表 ("FLUSH")';
|
||
$strFormat = '格式';
|
||
$strFormEmpty = '表格內漏填一些資料!';
|
||
$strFullText = '顯示完整文字';
|
||
$strFunction = '函數';
|
||
|
||
$strGenBy = '建立';
|
||
$strGeneralRelationFeat = '一般關聯功能';
|
||
$strGenTime = '建立日期';
|
||
$strGo = '執行';
|
||
$strGrants = 'Grants'; //should expressed in English
|
||
$strGzip = '"gzipped"';
|
||
|
||
$strHasBeenAltered = '已經修改';
|
||
$strHasBeenCreated = '已經建立';
|
||
$strHaveToShow = '您需要選擇最少顯示一行欄位';
|
||
$strHome = '主目錄';
|
||
$strHomepageOfficial = 'phpMyAdmin 官方網站';
|
||
$strHomepageSourceforge = 'phpMyAdmin 下載網頁';
|
||
$strHost = '主機';
|
||
$strHostEmpty = '請輸入主機名稱!';
|
||
|
||
$strIdxFulltext = '全文檢索';
|
||
$strIfYouWish = '如果您要指定資料匯入的欄位,請輸入用逗號隔開的欄位名稱';
|
||
$strIgnore = '忽略';
|
||
$strIndex = '索引';
|
||
$strIndexes = '索引';
|
||
$strIndexHasBeenDropped = '索引 %s 已被刪除';
|
||
$strIndexName = '索引名稱 :';
|
||
$strIndexType = '索引類型 :';
|
||
$strInsert = '新增';
|
||
$strInsertAsNewRow = '儲存為新記錄';
|
||
$strInsertedRows = '新增列數:';
|
||
$strInsertNewRow = '新增一筆記錄';
|
||
$strInsertTextfiles = '將文字檔資料匯入資料表';
|
||
$strInstructions = '指令';
|
||
$strInUse = '使用中';
|
||
$strInvalidName = '"%s" 是一個保留字,您不能將保留字使用為 資料庫/資料表/欄位 名稱.';
|
||
|
||
$strKeepPass = '請不要更改密碼';
|
||
$strKeyname = '鍵名';
|
||
$strKill = 'Kill'; //should expressed in English
|
||
|
||
$strLength = '長度';
|
||
$strLengthSet = '長度/集合*';
|
||
$strLimitNumRows = '筆記錄/每頁';
|
||
$strLineFeed = '換行: \\n';
|
||
$strLines = '行數';
|
||
$strLinesTerminatedBy = '「下一行」使用字元:';
|
||
$strLinkNotFound = '找不到連結';
|
||
$strLinksTo = '連結到';
|
||
$strLocationTextfile = '文字檔案的位置';
|
||
$strLogin = '登入';
|
||
$strLogout = '登出系統';
|
||
$strLogPassword = '密碼:';
|
||
$strLogUsername = '登入名稱:';
|
||
|
||
$strMissingBracket = '找不到括號';
|
||
$strModifications = '修改已儲存';
|
||
$strModify = '修改';
|
||
$strModifyIndexTopic = '修改索引';
|
||
$strMoveTable = '移動資料表到:(格式為 資料庫名稱<b>.</b>資料表名稱)';
|
||
$strMoveTableOK = '資料表 %s 已經移動到 %s.';
|
||
$strMySQLCharset = 'MySQL 文字編碼';
|
||
$strMySQLReloaded = 'MySQL 重新載入完成';
|
||
$strMySQLSaid = 'MySQL 傳回: ';
|
||
$strMySQLServerProcess = 'MySQL 版本 %pma_s1% 在 %pma_s2% 執行,登入者為 %pma_s3%';
|
||
$strMySQLShowProcess = '顯示程序 (Process)';
|
||
$strMySQLShowStatus = '顯示 MySQL 執行狀態';
|
||
$strMySQLShowVars = '顯示 MySQL 系統變數';
|
||
|
||
$strName = '名稱';
|
||
$strNext = '下一個';
|
||
$strNo = ' 否 ';
|
||
$strNoDatabases = '沒有資料庫';
|
||
$strNoDescription = '沒有說明';
|
||
$strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
|
||
$strNoExplain = '略過說明 SQL';
|
||
$strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
|
||
$strNoIndex = '沒有已定義的索引!';
|
||
$strNoIndexPartsDefined = '部份索引資料還未定義!';
|
||
$strNoModification = '沒有變更';
|
||
$strNone = '不適用';
|
||
$strNoPassword = '不用密碼';
|
||
$strNoPhp = '移除 PHP 程式碼';
|
||
$strNoPrivileges = '沒有權限';
|
||
$strNoQuery = '沒有 SQL 語法!';
|
||
$strNoRights = '您現在沒有足夠的權限!';
|
||
$strNoTablesFound = '資料庫中沒有資料表';
|
||
$strNotNumber = '這不是一個數字!';
|
||
$strNotOK = '未能確定';
|
||
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
|
||
$strNotValidNumber = '不是有效的列數!';
|
||
$strNoUsersFound = '找不到使用者';
|
||
$strNoValidateSQL = '略過檢查 SQL';
|
||
$strNull = 'Null'; //should expressed in English
|
||
$strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
|
||
$strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
|
||
|
||
$strOftenQuotation = '最常用的是引號,「非必須」表示只有 char 和 varchar 欄位會被包括起來';
|
||
$strOK = '確定';
|
||
$strOperations = '管理';
|
||
$strOptimizeTable = '最佳化資料表';
|
||
$strOptionalControls = '非必要選項,用來讀寫特殊字元';
|
||
$strOptionally = '非必須';
|
||
$strOptions = '選項';
|
||
$strOr = '或';
|
||
$strOverhead = '多餘';
|
||
|
||
$strPageNumber = '頁碼:';
|
||
$strPartialText = '顯示部份文字';
|
||
$strPassword = '密碼';
|
||
$strPasswordEmpty = '請輸入密碼!';
|
||
$strPasswordNotSame = '第二次輸入的密碼不同!';
|
||
$strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
|
||
$strPdfInvalidPageNum = 'PDF 頁碼沒有設定!';
|
||
$strPdfInvalidTblName = '資料表 "%s" 不存在!';
|
||
$strPdfNoTables = '沒有資料表';
|
||
$strPhp = '建立 PHP 程式碼';
|
||
$strPHPVersion = 'PHP 版本';
|
||
$strPmaDocumentation = 'phpMyAdmin 說明文件';
|
||
$strPmaUriError = ' 必須設定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 在設定檔內!';
|
||
$strPos1 = '第一頁';
|
||
$strPrevious = '前一頁';
|
||
$strPrimary = '主鍵';
|
||
$strPrimaryKey = '主鍵';
|
||
$strPrimaryKeyHasBeenDropped = '主鍵已被刪除';
|
||
$strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!';
|
||
$strPrimaryKeyWarning = '("PRIMARY" <b>必須</b>是主鍵的名稱以及是<b>唯一</b>一組主鍵!)';
|
||
$strPrintView = '列印檢視';
|
||
$strPrivileges = '權限';
|
||
$strProperties = '屬性';
|
||
|
||
$strQBE = '依範例查詢 (QBE)';
|
||
$strQBEDel = '移除';
|
||
$strQBEIns = '新增';
|
||
$strQueryOnDb = '在資料庫 <b>%s</b> 執行 SQL 語法:';
|
||
|
||
$strRecords = '記錄';
|
||
$strReferentialIntegrity = '檢查指示完整性:';
|
||
$strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.';
|
||
$strRelationView = '關聯檢視';
|
||
$strReloadFailed = '重新載入MySQL失敗';
|
||
$strReloadMySQL = '重新載入 MySQL';
|
||
$strRememberReload = '請記著重新啟動伺服器.';
|
||
$strRenameTable = '將資料表改名為';
|
||
$strRenameTableOK = '已經將資料表 %s 改名成 %s';
|
||
$strRepairTable = '修復資料表';
|
||
$strReplace = '取代';
|
||
$strReplaceTable = '以檔案取代資料表資料';
|
||
$strReset = '重置';
|
||
$strReType = '確認密碼';
|
||
$strRevoke = '移除';
|
||
$strRevokeGrant = '移除 Grant 權限';
|
||
$strRevokeGrantMessage = '您已移除這位使用者的 Grant 權限: %s';
|
||
$strRevokeMessage = '您已移除這位使用者的權限: %s';
|
||
$strRevokePriv = '移除權限';
|
||
$strRowLength = '資料列長度';
|
||
$strRows = '資料列列數';
|
||
$strRowsFrom = '筆記錄,開始列數:';
|
||
$strRowSize = '資料列大小';
|
||
$strRowsModeHorizontal = '水平';
|
||
$strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
|
||
$strRowsModeVertical = '垂直';
|
||
$strRowsStatistic = '資料列統計數值';
|
||
$strRunning = '在 %s 執行';
|
||
$strRunQuery = '執行語法';
|
||
$strRunSQLQuery = '在資料庫 %s 執行以下指令';
|
||
|
||
$strSave = '儲存';
|
||
$strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
|
||
$strSearch = '搜索';
|
||
$strSearchFormTitle = '搜索資料庫';
|
||
$strSearchInTables = '於以下資料表:';
|
||
$strSearchNeedle = '尋找之文字或數值 (萬用字元: "%"):';
|
||
$strSearchOption1 = '任何一組文字';
|
||
$strSearchOption2 = '所有文字';
|
||
$strSearchOption3 = '完整詞語';
|
||
$strSearchOption4 = '以規則表示法 (regular expression) 搜索';
|
||
$strSearchResultsFor = '搜索 "<i>%s</i>" 的結果 %s:';
|
||
$strSearchType = '尋找:';
|
||
$strSelect = '選擇';
|
||
$strSelectADb = '請選擇資料庫';
|
||
$strSelectAll = '全選';
|
||
$strSelectFields = '選擇欄位 (至少一個)';
|
||
$strSelectNumRows = '查詢中';
|
||
$strSelectTables = '選擇資料表';
|
||
$strSend = '下載儲存';
|
||
$strSequence = '序列';
|
||
$strServerChoice = '選擇伺服器';
|
||
$strServerVersion = '伺服器版本';
|
||
$strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...<br />如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
|
||
$strShow = '顯示';
|
||
$strShowAll = '顯示全部';
|
||
$strShowColor = '顯示顏色';
|
||
$strShowCols = '顯示欄';
|
||
$strShowGrid = '顯示框格';
|
||
$strShowingRecords = '顯示記錄';
|
||
$strShowPHPInfo = '顯示 PHP 資訊';
|
||
$strShowTableDimension = '顯示表格大小';
|
||
$strShowTables = '顯示資料表';
|
||
$strShowThisQuery = '重新顯示 SQL 語法 ';
|
||
$strSingly = '(只會排序現時的記錄)';
|
||
$strSize = '大小';
|
||
$strSort = '排序';
|
||
$strSpaceUsage = '已使用空間';
|
||
$strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
|
||
$strSQL = 'SQL'; // should express in english
|
||
$strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
|
||
$strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
|
||
$strSQLQuery = 'SQL 語法';
|
||
$strSQLResult = 'SQL 查詢結果';
|
||
$strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
|
||
$strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
|
||
$strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
|
||
$strStatement = '敘述';
|
||
$strStrucCSV = 'CSV 資料';
|
||
$strStrucData = '結構與資料';
|
||
$strStrucDrop = '增加 \'drop table\'';
|
||
$strStrucExcelCSV = 'Ms Excel 的 CSV 格式';
|
||
$strStrucOnly = '只有結構';
|
||
$strStructPropose = '分析資料表結構';
|
||
$strStructure = '結構';
|
||
$strSubmit = '送出';
|
||
$strSuccess = '您的SQL語法已順利執行';
|
||
$strSum = '總計';
|
||
|
||
$strTable = '資料表';
|
||
$strTableComments = '資料表註解文字';
|
||
$strTableEmpty = '請輸入資料表名稱!';
|
||
$strTableHasBeenDropped = '資料表 %s 已被刪除';
|
||
$strTableHasBeenEmptied = '資料表 %s 已被清空';
|
||
$strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
|
||
$strTableMaintenance = '資料表維護';
|
||
$strTables = '%s 資料表';
|
||
$strTableStructure = '資料表格式:';
|
||
$strTableType = '資料表類型';
|
||
$strTextAreaLength = ' 由於長度限制<br /> 此欄位不能編輯 ';
|
||
$strTheContent = '檔案內容已經匯入資料表';
|
||
$strTheContents = '檔案內容將會取代選定的資料表中具有相同主鍵或唯一鍵的記錄';
|
||
$strTheTerminator = '分隔欄位的字元';
|
||
$strTotal = '總計';
|
||
$strType = '型態';
|
||
|
||
$strUncheckAll = '全部取消';
|
||
$strUnique = '唯一';
|
||
$strUnselectAll = '全部取消';
|
||
$strUpdatePrivMessage = '您已經更新了 %s 的權限.';
|
||
$strUpdateProfile = '更新資料:';
|
||
$strUpdateProfileMessage = '資料己經更新.';
|
||
$strUpdateQuery = '更新語法';
|
||
$strUsage = '使用';
|
||
$strUseBackquotes = '請在資料表及欄位使用引號';
|
||
$strUser = '使用者';
|
||
$strUserEmpty = '請輸入使用者名稱!';
|
||
$strUserName = '使用者名稱';
|
||
$strUsers = '使用者';
|
||
$strUseTables = '使用資料表';
|
||
|
||
$strValidateSQL = '檢查 SQL';
|
||
$strValue = '值';
|
||
$strViewDump = '檢視資料表的備份概要 (dump schema)';
|
||
$strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
|
||
|
||
$strWelcome = '歡迎使用 %s';
|
||
$strWithChecked = '選擇的資料表:';
|
||
$strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
|
||
|
||
$strYes = ' 是 ';
|
||
|
||
$strZip = '"zipped"';
|
||
// To translate
|
||
|
||
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
|
||
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
|
||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
|
||
$strServer = 'Server %s'; //to translate
|
||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||
$strImportDocSQL = 'Import docSQL Files'; //to translate
|
||
?>
|