diff --git a/ChangeLog b/ChangeLog index f34db0a69..41cbfd8a1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ $Source$ * lang/italian: Updated, thanks to Pietro Danesi. * lang/indonesian: Updated, thanks to Rachim Tamsjadi. * lang/lithuanian: Updated, thanks to Vilius Zigmantas. + * lang/chinesse: Updated, thanks to Siu Sun. 2003-03-18 Garvin Hicking * libraries/display_export.lib.php3: Fixed variable usage. diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 5604df38f..96fbbdd42 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -22,7 +22,12 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O // variable below $datefmt = '%B %d, %Y at %I:%M %p'; +$timespanfmt = '%s 日, %s 小時, %s 分鐘 and %s 秒'; + + + $strAPrimaryKey = '主鍵已經新增到 %s'; +$strAbortedClients = '取消'; $strAccessDenied = '拒絕存取'; $strAction = '執行'; $strAddDeleteColumn = '新增/減少 選擇欄'; @@ -34,6 +39,7 @@ $strAddSearchConditions = '增加檢索條件 ("where" 子句的主體)'; $strAddToIndex = '新增  %s  組索引欄'; $strAddUser = '新增使用者'; $strAddUserMessage = '您已新增了一個新使用者.'; +$strAdministration = '系統管理'; $strAffectedRows = '影響列數: '; $strAfter = '在 %s 之後'; $strAfterInsertBack = '返回'; @@ -54,6 +60,7 @@ $strAscending = '遞增'; $strAtBeginningOfTable = '於資料表開頭'; $strAtEndOfTable = '於資料表尾端'; $strAttr = '屬性'; +$strAutomaticLayout = '自動格式'; $strBack = '回上一頁'; $strBeginCut = '開始 剪取'; @@ -66,8 +73,11 @@ $strBookmarkQuery = 'SQL 語法書籤'; $strBookmarkThis = '將此 SQL 語法加入書籤'; $strBookmarkView = '查看'; $strBrowse = '瀏覽'; +$strBzError = 'phpMyAdmin 無法壓縮因於這個 php 版本的 Bz2 模組錯誤. 強列要求於 phpMyAdmin 設定檔設定 $cfg[\'BZipDump\']FALSE. 如果想使用 Bz2 壓縮功能,請更新 php 到最新版本. 詳情請參看 php 錯誤報報 %s .'; $strBzip = '"bzipped"'; +$strCSVOptions = 'CSV 選項'; +$strCannotLogin = '無法登入 MySQL 伺服器'; $strCantLoadMySQL = '不能載入 MySQL 模組,
請檢查 PHP 的組態設定'; $strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.'; $strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!'; @@ -85,15 +95,18 @@ $strChoosePage = '請選擇需要編輯的頁碼'; $strColComFeat = '顯示欄位註解'; $strColumn = '欄位'; $strColumnNames = '欄位名稱'; +$strCommand = '指令'; $strComments = '註解'; $strCompleteInserts = '使用完整新增指令'; $strCompression = '壓縮'; $strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.
請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.
如果按下連結後出現空白頁, 即代表沒有任何問題.'; $strConfigureTableCoord = '請設定表格 %s 內的坐標'; $strConfirm = '您確定要這樣做?'; +$strConnections = '連線'; $strCookiesRequired = 'Cookies 必須啟動才能登入.'; $strCopyTable = '複製資料表到: (格式為 資料庫名稱.資料表名稱):'; $strCopyTableOK = '已經將資料表 %s 複製為 %s.'; +$strCouldNotKill = 'phpMyAdmin 無法中斷指令 %s. 可能這指令已經結束.'; $strCreate = '建立'; $strCreateIndex = '新增  %s  組索引欄'; $strCreateIndexTopic = '新增一組索引'; @@ -103,6 +116,9 @@ $strCreatePage = '建立新一頁'; $strCreatePdfFeat = '建立 PDF'; $strCriteria = '篩選'; +$strDBGHits = '次數'; +$strDBGLine = '行'; +$strDBGModule = '模組'; $strData = '資料'; $strDataDict = '數據字典'; $strDataOnly = '只有資料'; @@ -113,10 +129,13 @@ $strDatabases = '資料庫'; $strDatabasesStats = '資料庫統計'; $strDefault = '預設值'; $strDelete = '刪除'; +$strDeleteAndFlush = '刪除使用者及重新讀取權限.'; +$strDeleteAndFlushDescr = '這是一個最清潔的做法,但重新讀取權限需一段時間.'; $strDeleteFailed = '刪除失敗!'; $strDeleteUserMessage = '您已經將用戶 %s 刪除.'; $strDeleted = '記錄已被刪除'; $strDeletedRows = '已刪除欄數:'; +$strDeleting = '刪除 %s'; $strDescending = '遞減'; $strDisabled = '未啟動'; $strDisplay = '顯示'; @@ -151,6 +170,7 @@ $strExportToXML = '輸出為 XML 格式'; $strExtendedInserts = '伸延新增模式'; $strExtra = '附加'; +$strFailedAttempts = '嘗試失敗'; $strField = '欄位'; $strFieldHasBeenDropped = '資料表 %s 已被刪除'; $strFields = '欄位'; @@ -158,7 +178,9 @@ $strFieldsEmpty = ' 欄位總數是空的! '; $strFieldsEnclosedBy = '「欄位」使用字元:'; $strFieldsEscapedBy = '「ESCAPE」使用字元:'; $strFieldsTerminatedBy = '「欄位分隔」使用字元:'; +$strFileCouldNotBeRead = '讀案無法讀取'; $strFixed = '固定'; +$strFlushPrivilegesNote = '註: phpMyAdmin 直接由 MySQL 權限資料表取得用戶權限. 如果用戶自行更改資料表, 資料表內容將可能與實際用戶情況有異. 在這情況下, 您應在繼續前 %s重新載入%s 權限資料表.'; $strFlushTable = '強迫更新資料表 ("FLUSH")'; $strFormEmpty = '表格內漏填一些資料!'; $strFormat = '格式'; @@ -168,7 +190,10 @@ $strFunction = '函數'; $strGenBy = '建立'; $strGenTime = '建立日期'; $strGeneralRelationFeat = '一般關聯功能'; +$strGlobalPrivileges = '整體權限'; +$strGlobalValue = '整體值'; $strGo = '執行'; +$strGrantOption = '授權'; $strGrants = 'Grants'; //should expressed in English $strGzip = '"gzipped"'; @@ -181,9 +206,13 @@ $strHomepageSourceforge = 'phpMyAdmin 下載網頁'; $strHost = '主機'; $strHostEmpty = '請輸入主機名稱!'; +$strId = 'ID'; // use eng $strIdxFulltext = '全文檢索'; $strIfYouWish = '如果您要指定資料匯入的欄位,請輸入用逗號隔開的欄位名稱'; $strIgnore = '忽略'; +$strImportDocSQL = '讀取 docSQL 檔案'; +$strImportFiles = '輸入檔案'; +$strImportFinished = '輸入完成'; $strInUse = '使用中'; $strIndex = '索引'; $strIndexHasBeenDropped = '索引 %s 已被刪除'; @@ -199,10 +228,15 @@ $strInsertedRows = '新增列數:'; $strInstructions = '指令'; $strInvalidName = '"%s" 是一個保留字,您不能將保留字使用為 資料庫/資料表/欄位 名稱.'; +$strJustDelete = '只從權限資料庫刪除用戶.'; +$strJustDeleteDescr = ' "刪除" 的用戶仍然能夠登入資料庫直至重新載入資料庫為止.'; + $strKeepPass = '請不要更改密碼'; $strKeyname = '鍵名'; $strKill = 'Kill'; //should expressed in English +$strLaTeX = 'LaTeX'; // use eng +$strLandscape = '橫向'; $strLength = '長度'; $strLengthSet = '長度/集合*'; $strLimitNumRows = '筆記錄/每頁'; @@ -211,16 +245,19 @@ $strLines = '行數'; $strLinesTerminatedBy = '「下一行」使用字元:'; $strLinkNotFound = '找不到連結'; $strLinksTo = '連結到'; +$strLocalhost = '本地'; $strLocationTextfile = '文字檔案的位置'; $strLogPassword = '密碼:'; $strLogUsername = '登入名稱:'; $strLogin = '登入'; +$strLoginInformation = '登入資訊'; $strLogout = '登出系統'; $strMissingBracket = '找不到括號'; $strModifications = '修改已儲存'; $strModify = '修改'; $strModifyIndexTopic = '修改索引'; +$strMoreStatusVars = '更多狀況資訊'; $strMoveTable = '移動資料表到:(格式為 資料庫名稱.資料表名稱)'; $strMoveTableOK = '資料表 %s 已經移動到 %s.'; $strMySQLCharset = 'MySQL 文字編碼'; @@ -242,6 +279,7 @@ $strNoFrames = 'phpMyAdmin 較為適合使用在支援頁框的瀏覽器. $strNoIndex = '沒有已定義的索引!'; $strNoIndexPartsDefined = '部份索引資料還未定義!'; $strNoModification = '沒有變更'; +$strNoOptions = '這種格式並無選項'; $strNoPassword = '不用密碼'; $strNoPhp = '移除 PHP 程式碼'; $strNoPrivileges = '沒有權限'; @@ -249,6 +287,7 @@ $strNoQuery = '沒有 SQL 語法!'; $strNoRights = '您現在沒有足夠的權限!'; $strNoTablesFound = '資料庫中沒有資料表'; $strNoUsersFound = '找不到使用者'; +$strNoUsersSelected = '沒有選擇用戶.'; $strNoValidateSQL = '略過檢查 SQL'; $strNone = '不適用'; $strNotNumber = '這不是一個數字!'; @@ -258,6 +297,7 @@ $strNotValidNumber = '不是有效的列數!'; $strNull = 'Null'; //should expressed in English $strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 %s'; $strNumSearchResultsTotal = '總計: %s 項資料符合'; +$strNumTables = '個資料表'; $strOK = '確定'; $strOftenQuotation = '最常用的是引號,「非必須」表示只有 char 和 varchar 欄位會被包括起來'; @@ -274,15 +314,20 @@ $strPHPVersion = 'PHP 版本'; $strPageNumber = '頁碼:'; $strPartialText = '顯示部份文字'; $strPassword = '密碼'; +$strPasswordChanged = '%s 的密碼已成功更改.'; $strPasswordEmpty = '請輸入密碼!'; $strPasswordNotSame = '第二次輸入的密碼不同!'; $strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁'; $strPdfInvalidPageNum = 'PDF 頁碼沒有設定!'; $strPdfInvalidTblName = '資料表 "%s" 不存在!'; $strPdfNoTables = '沒有資料表'; +$strPerHour = '每小時'; +$strPerMinute = '每分鐘'; +$strPerSecond = '每秒'; $strPhp = '建立 PHP 程式碼'; $strPmaDocumentation = 'phpMyAdmin 說明文件'; $strPmaUriError = ' 必須設定 $cfg[\'PmaAbsoluteUri\'] 在設定檔內!'; +$strPortrait = '直向'; $strPos1 = '第一頁'; $strPrevious = '前一頁'; $strPrimary = '主鍵'; @@ -292,10 +337,19 @@ $strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" 必須是主鍵的名稱以及是唯一一組主鍵!)'; $strPrint = '列印'; $strPrintView = '列印檢視'; +$strPrivDescAllPrivileges = '包括所有權限除了受權 (GRNANT).'; +$strPrivDescAlter = '容許修改現有資料表的結構.'; +$strPrivDescCreateDb = '容許建立新資料庫及資料表.'; +$strPrivDescCreateTbl = '容許建立新資料表.'; +$strPrivDescCreateTmpTable = '容許建立暫時性資料表.'; +$strPrivDescDelete = '容許刪除記錄.'; +$strPrivDescDropDb = '容許刪除資料庫及資料表.'; +$strPrivDescDropTbl = '容許刪除資料表.'; $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; $strPrivileges = '權限'; +$strProcesslist = '系統執行清單'; $strProperties = '屬性'; $strPutColNames = '將欄位名稱放在首列'; @@ -304,8 +358,10 @@ $strQBEDel = '移除'; $strQBEIns = '新增'; $strQueryOnDb = '在資料庫 %s 執行 SQL 語法:'; $strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQueryType = '查詢方式' $strReType = '確認密碼'; +$strReceived = '接收'; $strRecords = '記錄'; $strReferentialIntegrity = '檢查指示完整性:'; $strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.'; @@ -337,6 +393,7 @@ $strRunSQLQuery = '在資料庫 %s 執行以下指令'; $strRunning = '在 %s 執行'; $strSQL = 'SQL'; // should express in english +$strSQLOptions = 'SQL 選項'; $strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:'; $strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。'; $strSQLQuery = 'SQL 語法'; @@ -363,15 +420,22 @@ $strSelectFields = '選擇欄位 (至少一個)'; $strSelectNumRows = '查詢中'; $strSelectTables = '選擇資料表'; $strSend = '下載儲存'; +$strSent = '送出'; $strServer = '伺服器 %s'; $strServerChoice = '選擇伺服器'; +$strServerStatus = '運行資訊'; +$strServerTabProcesslist = '處理'; +$strServerTabVariables = '資訊'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVars = '伺服器資訊及設定'; $strServerVersion = '伺服器版本'; +$strSessionValue = '程序數值'; $strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...
如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').'; $strShow = '顯示'; $strShowAll = '顯示全部'; $strShowColor = '顯示顏色'; $strShowCols = '顯示欄'; +$strShowDatadictAs = '數據字典格式'; $strShowGrid = '顯示框格'; $strShowPHPInfo = '顯示 PHP 資訊'; $strShowTableDimension = '顯示表格大小'; @@ -383,7 +447,11 @@ $strSize = '大小'; $strSort = '排序'; $strSpaceUsage = '已使用空間'; $strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.'; +$strStatCheckTime = '最後檢查'; +$strStatCreateTime = '建立'; +$strStatUpdateTime = '最後更新'; $strStatement = '敘述'; +$strStatus = '狀態'; $strStrucCSV = 'CSV 資料'; $strStrucData = '結構與資料'; $strStrucDrop = '增加 \'drop table\''; @@ -402,6 +470,7 @@ $strTableHasBeenDropped = '資料表 %s 已被刪除'; $strTableHasBeenEmptied = '資料表 %s 已被清空'; $strTableHasBeenFlushed = '資料表 %s 已被強迫更新'; $strTableMaintenance = '資料表維護'; +$strTableOfContents = '目錄'; $strTableStructure = '資料表格式:'; $strTableType = '資料表類型'; $strTables = '%s 資料表'; @@ -409,7 +478,13 @@ $strTextAreaLength = ' 由於長度限制
此欄位不能編輯 '; $strTheContent = '檔案內容已經匯入資料表'; $strTheContents = '檔案內容將會取代選定的資料表中具有相同主鍵或唯一鍵的記錄'; $strTheTerminator = '分隔欄位的字元'; +$strThisHost = '指定主機'; +$strThisNotDirectory = '這並不是一個目錄'; +$strThreadSuccessfullyKilled = '指令 %s 已成功中止.'; +$strTime = '時間'; $strTotal = '總計'; +$strTotalUC = '總共'; +$strTraffic = '流量'; $strType = '型態'; $strUncheckAll = '全部取消'; @@ -422,14 +497,19 @@ $strUpdateQuery = '更新語法'; $strUsage = '使用'; $strUseBackquotes = '請在資料表及欄位使用引號'; $strUseTables = '使用資料表'; +$strUseTextField = '文字輸入'; $strUser = '使用者'; $strUserEmpty = '請輸入使用者名稱!'; $strUserName = '使用者名稱'; +$strUserNotFound = '選擇的用戶在權限資料表內找不到.'; +$strUserOverview = '用戶一覽'; $strUsers = '使用者'; +$strUsersDeleted = '選擇的用戶已成功刪除.'; $strValidateSQL = '檢查 SQL'; $strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。'; $strValue = '值'; +$strVar = '資訊'; $strViewDump = '檢視資料表的備份概要 (dump schema)'; $strViewDumpDB = '檢視資料庫的備份概要 (dump schema)'; @@ -439,59 +519,75 @@ $strWelcome = '歡迎使用 %s'; $strWithChecked = '選擇的資料表:'; $strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取'; +$strXML = 'XML'; //USE ENG + $strYes = ' 是 '; $strZip = '"zipped"'; - // To translate -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strAbortedClients = 'Aborted'; //to translate -$strAdministration = 'Administration'; //to translate +$strAbsolutePathToDocSqlDir = '請輸入 docSQL 目錄於網頁伺服器的絕對路徑'; //to translate +$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate +$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate +$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate +$strChangeCopyModeCopy = '... keep the old one.'; //to translate +$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate +$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate +$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate +$strCheckPrivs = 'Check Privileges'; //to translate +$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate +$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCommand = 'Command'; //to translate -$strConnections = 'Connections'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate +$strDBComment = 'Database comment: ';//to translate +$strDBGContext = 'Context'; //to translate +$strDBGContextID = 'Context ID'; //to translate +$strDBGMaxTimeMs = 'Max time, ms'; //to translate +$strDBGMinTimeMs = 'Min time, ms'; //to translate +$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate +$strDBGTotalTimeMs = 'Total time, ms'; //to translate +$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate +$strDatabasesStatsDisable = 'Disable Statistics'; //to translate +$strDatabasesStatsEnable = 'Enable Statistics'; //to translate +$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate +$strDbPrivileges = 'Database-specific privileges'; //to translate +$strDbSpecific = 'database-specific'; //to translate +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate +$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate +$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate +$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate +$strDumpComments = 'Include column comments as inline SQL-comments';//to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleting = 'Deleting %s'; //to translate +$strFileNameTemplate = 'File name template';//to translate +$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate +$strFileNameTemplateRemember = 'remember template';//to translate -$strFailedAttempts = 'Failed attempts'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate +$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate +$strIgnoringFile = '忽略檔案 %s'; //to translate +$strInnodbStat = 'InnoDB 狀態'; //to translate -$strId = 'ID'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate +$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate +$strMIME_MIMEtype = 'MIME-type';//to translate +$strMIME_available_mime = 'Available MIME-types';//to translate +$strMIME_available_transform = 'Available transformations';//to translate +$strMIME_description = 'Description';//to translate +$strMIME_file = 'Filename';//to translate +$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate +$strMIME_transformation = 'Browser transformation';//to translate +$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate +$strMIME_transformation_options = 'Transformation options';//to translate +$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate +$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLandscape = 'Landscape'; //to translate +$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strMoreStatusVars = 'More status variables'; //to translate - -$strNumTables = 'Tables'; //to translate - - -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPerHour = 'per hour'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate @@ -511,137 +607,40 @@ $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections i $strPrivDescUpdate = 'Allows changing data.'; //to translate $strPrivDescUsage = 'No privileges.'; //to translate $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesslist = 'Process list'; //to translate -$strQueryType = 'Query type'; //to translate +$strQueryFrame = 'Query window';//to translate +$strQueryFrameDebug = 'Debugging information';//to translate +$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate +$strQuerySQLHistory = 'SQL-history';//to translate +$strQueryTime = 'Query took %01.4f sec';//to translate -$strReceived = 'Received'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strReloadingThePrivileges = 'Reloading the privileges'; //to translate $strRemoveSelectedUsers = 'Remove selected users'; //to translate $strResourceLimits = 'Resource limits'; //to translate $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate +$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strSent = 'Sent'; //to translate -$strServerStatus = 'Runtime Information'; //to translate $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabProcesslist = 'Processes'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strStatus = 'Status'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTime = 'Time'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraffic = 'Traffic'; //to translate +$strTblPrivileges = 'Table-specific privileges'; //to translate +$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate +$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate +$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate +$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate +$strUserAlreadyExists = '用戶 %s 己存在!'; //to translate +$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strVar = 'Variable'; //to translate +$strWildcard = 'wildcard'; //to translate +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strLocalhost = 'Local'; -$strLoginInformation = 'Login Information'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strThisHost = 'This Host'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUseTextField = 'Use text field'; //to translate - -$strNoUsersSelected = 'No users selected.'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strGlobal = 'global'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strWildcard = 'wildcard'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strDumpComments = 'Include column comments as inline SQL-comments';//to translate -$strDBComment = 'Database comment: ';//to translate -$strQueryFrame = 'Query window';//to translate -$strQueryFrameDebug = 'Debugging information';//to translate -$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_file = 'Filename';//to translate -$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strXML = 'XML';//to translate -$strCSVOptions = 'CSV options';//to translate -$strNoOptions = 'This format has no options';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatCheckTime = 'Last check';//to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strAutomaticLayout = 'Automatic layout'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 8e7cc232c..f4ae52b42 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -21,7 +21,12 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O // variable below $datefmt = '%B %d, %Y at %I:%M %p'; +$timespanfmt = '%s , %s p, %s and %s '; + + + $strAPrimaryKey = 'DwgsW %s'; +$strAbortedClients = ''; $strAccessDenied = 'ڵs'; $strAction = ''; $strAddDeleteColumn = 'sW/ '; @@ -33,6 +38,7 @@ $strAddSearchConditions = ' $strAddToIndex = 'sW  %s  կ'; $strAddUser = 'sWϥΪ'; $strAddUserMessage = 'zwsWF@ӷsϥΪ.'; +$strAdministration = 'tκ޲z'; $strAffectedRows = 'vTC: '; $strAfter = 'b %s '; $strAfterInsertBack = '^'; @@ -53,6 +59,7 @@ $strAscending = ' $strAtBeginningOfTable = 'ƪ}Y'; $strAtEndOfTable = 'ƪ'; $strAttr = 'ݩ'; +$strAutomaticLayout = '۰ʮ榡'; $strBack = '^W@'; $strBeginCut = '}l Ũ'; @@ -65,8 +72,11 @@ $strBookmarkQuery = 'SQL $strBookmarkThis = 'N SQL yk[J'; $strBookmarkView = 'd'; $strBrowse = 's'; +$strBzError = 'phpMyAdmin LkY]o php Bz2 Ҳտ~. jCnD phpMyAdmin ]wɳ]w $cfg[\'BZipDump\'] FALSE. pGQϥ Bz2 Y\,Чs php ̷s. ԱаѬ php ~ %s .'; $strBzip = '"bzipped"'; +$strCSVOptions = 'CSV ﶵ'; +$strCannotLogin = 'LknJ MySQL A'; $strCantLoadMySQL = 'J MySQL Ҳ,
ˬd PHP պA]w'; $strCantLoadRecodeIconv = 'Ū iconv έssX{ӧ@rsXഫ, г]w php ӱҰʳoǼҲթΨ phpMyAdmin ϥΤrsXഫ\.'; $strCantRenameIdxToPrimary = 'LkNާW PRIMARY!'; @@ -84,15 +94,18 @@ $strChoosePage = ' $strColComFeat = ''; $strColumn = ''; $strColumnNames = 'W'; +$strCommand = 'O'; $strComments = ''; $strCompleteInserts = 'ϥΧsWO'; $strCompression = 'Y'; $strConfigFileError = 'phpMyAdmin Ūz]w! oiO] php ykW~ php ɮצӦ.
йժUU誺s}Ҩìd php ~H. q`~Ӧ۬YB|F޸ΤO.
pGUsX{ťխ, YNSD.'; $strConfigureTableCoord = 'г]w %s '; $strConfirm = 'zTwno˰H'; +$strConnections = 'su'; $strCookiesRequired = 'Cookies Ұʤ~nJ.'; $strCopyTable = 'ƻsƪG (榡 ƮwW.ƪW):'; $strCopyTableOK = 'wgNƪ %s ƻs %s.'; +$strCouldNotKill = 'phpMyAdmin Lk_O %s. ioOwg.'; $strCreate = 'إ'; $strCreateIndex = 'sW  %s  կ'; $strCreateIndexTopic = 'sW@կ'; @@ -102,6 +115,9 @@ $strCreatePage = ' $strCreatePdfFeat = 'إ PDF'; $strCriteria = 'z'; +$strDBGHits = ''; +$strDBGLine = ''; +$strDBGModule = 'Ҳ'; $strData = ''; $strDataDict = 'ƾڦr'; $strDataOnly = 'u'; @@ -112,10 +128,13 @@ $strDatabases = ' $strDatabasesStats = 'Ʈwέp'; $strDefault = 'w]'; $strDelete = 'R'; +$strDeleteAndFlush = 'RϥΪ̤έsŪv.'; +$strDeleteAndFlushDescr = 'oO@ӳ̲M䪺k,sŪvݤ@qɶ.'; $strDeleteFailed = 'R!'; $strDeleteUserMessage = 'zwgNΤ %s R.'; $strDeleted = 'OwQR'; $strDeletedRows = 'wR:'; +$strDeleting = 'R %s'; $strDescending = ''; $strDisabled = 'Ұ'; $strDisplay = ''; @@ -150,6 +169,7 @@ $strExportToXML = ' $strExtendedInserts = 'sWҦ'; $strExtra = '['; +$strFailedAttempts = 'ե'; $strField = ''; $strFieldHasBeenDropped = 'ƪ %s wQR'; $strFields = ''; @@ -157,7 +177,9 @@ $strFieldsEmpty = ' $strFieldsEnclosedBy = 'uvϥΦrG'; $strFieldsEscapedBy = 'uESCAPEvϥΦrG'; $strFieldsTerminatedBy = 'ujvϥΦrG'; +$strFileCouldNotBeRead = 'Ū׵LkŪ'; $strFixed = 'Tw'; +$strFlushPrivilegesNote = ': phpMyAdmin MySQL vƪoΤv. pGΤۦƪ, ƪeNiPڥΤᱡp. bopU, zb~e %ssJ%s vƪ.'; $strFlushTable = 'jsƪ ("FLUSH")'; $strFormEmpty = '椺|@Ǹ!'; $strFormat = '榡'; @@ -167,7 +189,10 @@ $strFunction = ' $strGenBy = 'إ'; $strGenTime = 'إߤ'; $strGeneralRelationFeat = '@p\'; +$strGlobalPrivileges = 'v'; +$strGlobalValue = ''; $strGo = ''; +$strGrantOption = 'v'; $strGrants = 'Grants'; //should expressed in English $strGzip = '"gzipped"'; @@ -180,9 +205,13 @@ $strHomepageSourceforge = 'phpMyAdmin $strHost = 'D'; $strHostEmpty = 'пJDW!'; +$strId = 'ID'; // use eng $strIdxFulltext = '˯'; $strIfYouWish = 'pGznwƶפJAпJγrj}W'; $strIgnore = ''; +$strImportDocSQL = 'Ū docSQL ɮ'; +$strImportFiles = 'Jɮ'; +$strImportFinished = 'J'; $strInUse = 'ϥΤ'; $strIndex = ''; $strIndexHasBeenDropped = ' %s wQR'; @@ -198,10 +227,15 @@ $strInsertedRows = ' $strInstructions = 'O'; $strInvalidName = '"%s" O@ӫOdr,zNOdrϥά Ʈw/ƪ/ W.'; +$strJustDelete = 'uqvƮwRΤ.'; +$strJustDeleteDescr = ' "R" ΤᤴMnJƮwܭsJƮw.'; + $strKeepPass = 'ФnKX'; $strKeyname = 'W'; $strKill = 'Kill'; //should expressed in English +$strLaTeX = 'LaTeX'; // use eng +$strLandscape = 'V'; $strLength = ''; $strLengthSet = '/X*'; $strLimitNumRows = 'O/C'; @@ -210,16 +244,19 @@ $strLines = ' $strLinesTerminatedBy = 'uU@vϥΦrG'; $strLinkNotFound = '䤣s'; $strLinksTo = 's'; +$strLocalhost = 'a'; $strLocationTextfile = 'rɮתm'; $strLogPassword = 'KX:'; $strLogUsername = 'nJW:'; $strLogin = 'nJ'; +$strLoginInformation = 'nJT'; $strLogout = 'nXt'; $strMissingBracket = '䤣A'; $strModifications = 'קwxs'; $strModify = 'ק'; $strModifyIndexTopic = 'ק'; +$strMoreStatusVars = 'hpT'; $strMoveTable = 'ʸƪG(榡 ƮwW.ƪW)'; $strMoveTableOK = 'ƪ %s wgʨ %s.'; $strMySQLCharset = 'MySQL rsX'; @@ -241,6 +278,7 @@ $strNoFrames = 'phpMyAdmin $strNoIndex = 'Swwq!'; $strNoIndexPartsDefined = '޸٥wq!'; $strNoModification = 'Sܧ'; +$strNoOptions = 'oخ榡õLﶵ'; $strNoPassword = 'αKX'; $strNoPhp = ' PHP {X'; $strNoPrivileges = 'Sv'; @@ -248,6 +286,7 @@ $strNoQuery = ' $strNoRights = 'z{bSv!'; $strNoTablesFound = 'ƮwSƪ'; $strNoUsersFound = '䤣ϥΪ'; +$strNoUsersSelected = 'SܥΤ.'; $strNoValidateSQL = 'Lˬd SQL'; $strNone = 'A'; $strNotNumber = 'oO@ӼƦr!'; @@ -257,6 +296,7 @@ $strNotValidNumber = ' $strNull = 'Null'; //should expressed in English $strNumSearchResultsInTable = '%s ƲŦX - ƪ %s'; $strNumSearchResultsTotal = '`p: %s ƲŦX'; +$strNumTables = 'Ӹƪ'; $strOK = 'Tw'; $strOftenQuotation = '̱`ΪO޸AuDvܥu char M varchar |Q]A_'; @@ -273,15 +313,20 @@ $strPHPVersion = 'PHP $strPageNumber = 'X:'; $strPartialText = 'ܳr'; $strPassword = 'KX'; +$strPasswordChanged = '%s KXw\.'; $strPasswordEmpty = 'пJKX!'; $strPasswordNotSame = 'ĤGJKXP!'; $strPdfDbSchema = '"%s" Ʈwn - %s '; $strPdfInvalidPageNum = 'PDF XS]w!'; $strPdfInvalidTblName = 'ƪ "%s" sb!'; $strPdfNoTables = 'Sƪ'; +$strPerHour = 'Cp'; +$strPerMinute = 'C'; +$strPerSecond = 'C'; $strPhp = 'إ PHP {X'; $strPmaDocumentation = 'phpMyAdmin '; $strPmaUriError = ' ]w $cfg[\'PmaAbsoluteUri\'] b]wɤ!'; +$strPortrait = 'V'; $strPos1 = 'Ĥ@'; $strPrevious = 'e@'; $strPrimary = 'D'; @@ -291,10 +336,19 @@ $strPrimaryKeyName = ' $strPrimaryKeyWarning = '("PRIMARY" OD䪺W٥HάOߤ@@եD!)'; $strPrint = 'CL'; $strPrintView = 'CL˵'; +$strPrivDescAllPrivileges = ']AҦvFv (GRNANT).'; +$strPrivDescAlter = 'e\ק{ƪc.'; +$strPrivDescCreateDb = 'e\إ߷sƮwθƪ.'; +$strPrivDescCreateTbl = 'e\إ߷sƪ.'; +$strPrivDescCreateTmpTable = 'e\إ߼Ȯɩʸƪ.'; +$strPrivDescDelete = 'e\RO.'; +$strPrivDescDropDb = 'e\RƮwθƪ.'; +$strPrivDescDropTbl = 'e\Rƪ.'; $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; $strPrivileges = 'v'; +$strProcesslist = 'tΰM'; $strProperties = 'ݩ'; $strPutColNames = 'NW٩bC'; @@ -303,8 +357,10 @@ $strQBEDel = ' $strQBEIns = 'sW'; $strQueryOnDb = 'bƮw %s SQL yk:'; $strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQueryType = 'dߤ覡' $strReType = 'T{KX'; +$strReceived = ''; $strRecords = 'O'; $strReferentialIntegrity = 'ˬdܧ:'; $strRelationNotWorking = 'pƪ[\ॼҰ, %sЫ%s dXD].'; @@ -336,6 +392,7 @@ $strRunSQLQuery = ' $strRunning = 'b %s '; $strSQL = 'SQL'; // should express in english +$strSQLOptions = 'SQL ﶵ'; $strSQLParserBugMessage = 'oiOzF SQL R{@ǵ{~AвӤ߬dݱzykAˬd@U޸OTΨS|ALiX]iӦ۱zWɮ׮ɦb޸~aϥΤFGiXCziHզb MySQL ROCӻykCp MySQL AoX~HAoiUzhXDҦbCpzMѨMDAΦbR{X{~AbROCҦॿ`AбNӥyX{~ SQL ykXAñNHU"Ũ"@P:'; $strSQLParserUserError = 'iOz SQL ykX{~Ap MySQL AoX~HAoiUzhXDҦbC'; $strSQLQuery = 'SQL yk'; @@ -362,15 +419,22 @@ $strSelectFields = ' $strSelectNumRows = 'dߤ'; $strSelectTables = 'ܸƪ'; $strSend = 'Uxs'; +$strSent = 'eX'; $strServer = 'A %s'; $strServerChoice = 'ܦA'; +$strServerStatus = 'BT'; +$strServerTabProcesslist = 'Bz'; +$strServerTabVariables = 'T'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVars = 'ATγ]w'; $strServerVersion = 'A'; +$strSessionValue = '{Ǽƭ'; $strSetEnumVal = 'p榡O "enum" "set", ШϥΥHU榡J: \'a\',\'b\',\'c\'...
pbƭȤWݭnJϱ׽u (\) γ޸ (\') , ЦA[Wϱ׽u (Ҧp \'\\\\xyz\' or \'a\\\'b\').'; $strShow = ''; $strShowAll = 'ܥ'; $strShowColor = 'C'; $strShowCols = ''; +$strShowDatadictAs = 'ƾڦr榡'; $strShowGrid = 'ܮخ'; $strShowPHPInfo = ' PHP T'; $strShowTableDimension = 'ܪjp'; @@ -382,7 +446,11 @@ $strSize = ' $strSort = 'Ƨ'; $strSpaceUsage = 'wϥΪŶ'; $strSplitWordsWithSpace = 'CդrHŮ (" ") j.'; +$strStatCheckTime = '̫ˬd'; +$strStatCreateTime = 'إ'; +$strStatUpdateTime = '̫s'; $strStatement = 'ԭz'; +$strStatus = 'A'; $strStrucCSV = 'CSV '; $strStrucData = 'cP'; $strStrucDrop = 'W[ \'drop table\''; @@ -401,6 +469,7 @@ $strTableHasBeenDropped = ' $strTableHasBeenEmptied = 'ƪ %s wQM'; $strTableHasBeenFlushed = 'ƪ %s wQjs'; $strTableMaintenance = 'ƪ@'; +$strTableOfContents = 'ؿ'; $strTableStructure = 'ƪ榡G'; $strTableType = 'ƪ'; $strTables = '%s ƪ'; @@ -408,7 +477,13 @@ $strTextAreaLength = ' $strTheContent = 'ɮפewgפJƪ'; $strTheContents = 'ɮפeN|Nwƪ㦳ۦPDΰߤ@䪺O'; $strTheTerminator = 'j쪺r'; +$strThisHost = 'wD'; +$strThisNotDirectory = 'oäO@ӥؿ'; +$strThreadSuccessfullyKilled = 'O %s w\.'; +$strTime = 'ɶ'; $strTotal = '`p'; +$strTotalUC = '`@'; +$strTraffic = 'yq'; $strType = 'A'; $strUncheckAll = ''; @@ -421,14 +496,19 @@ $strUpdateQuery = ' $strUsage = 'ϥ'; $strUseBackquotes = 'ЦbƪϥΤ޸'; $strUseTables = 'ϥθƪ'; +$strUseTextField = 'rJ'; $strUser = 'ϥΪ'; $strUserEmpty = 'пJϥΪ̦W!'; $strUserName = 'ϥΪ̦W'; +$strUserNotFound = 'ܪΤbvƪ䤣.'; +$strUserOverview = 'Τ@'; $strUsers = 'ϥΪ'; +$strUsersDeleted = 'ܪΤw\R.'; $strValidateSQL = 'ˬd SQL'; $strValidatorError = 'SQL R{ҰʡAˬdO_wN %s%s PHP ɮצwˡC'; $strValue = ''; +$strVar = 'T'; $strViewDump = '˵ƪƥn (dump schema)'; $strViewDumpDB = '˵Ʈwƥn (dump schema)'; @@ -438,59 +518,75 @@ $strWelcome = ' $strWithChecked = 'ܪƪG'; $strWrongUser = '~ϥΪ̦W٩αKXAڵs'; +$strXML = 'XML'; //USE ENG + $strYes = ' O '; $strZip = '"zipped"'; - // To translate -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strAbortedClients = 'Aborted'; //to translate -$strAdministration = 'Administration'; //to translate +$strAbsolutePathToDocSqlDir = 'пJ docSQL ؿA|'; //to translate +$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate +$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate +$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate +$strChangeCopyModeCopy = '... keep the old one.'; //to translate +$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate +$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate +$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate +$strCheckPrivs = 'Check Privileges'; //to translate +$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate +$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCommand = 'Command'; //to translate -$strConnections = 'Connections'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate +$strDBComment = 'Database comment: ';//to translate +$strDBGContext = 'Context'; //to translate +$strDBGContextID = 'Context ID'; //to translate +$strDBGMaxTimeMs = 'Max time, ms'; //to translate +$strDBGMinTimeMs = 'Min time, ms'; //to translate +$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate +$strDBGTotalTimeMs = 'Total time, ms'; //to translate +$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate +$strDatabasesStatsDisable = 'Disable Statistics'; //to translate +$strDatabasesStatsEnable = 'Enable Statistics'; //to translate +$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate +$strDbPrivileges = 'Database-specific privileges'; //to translate +$strDbSpecific = 'database-specific'; //to translate +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate +$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate +$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate +$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate +$strDumpComments = 'Include column comments as inline SQL-comments';//to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleting = 'Deleting %s'; //to translate +$strFileNameTemplate = 'File name template';//to translate +$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate +$strFileNameTemplateRemember = 'remember template';//to translate -$strFailedAttempts = 'Failed attempts'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate +$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate +$strIgnoringFile = 'ɮ %s'; //to translate +$strInnodbStat = 'InnoDB A'; //to translate -$strId = 'ID'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate +$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate +$strMIME_MIMEtype = 'MIME-type';//to translate +$strMIME_available_mime = 'Available MIME-types';//to translate +$strMIME_available_transform = 'Available transformations';//to translate +$strMIME_description = 'Description';//to translate +$strMIME_file = 'Filename';//to translate +$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate +$strMIME_transformation = 'Browser transformation';//to translate +$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate +$strMIME_transformation_options = 'Transformation options';//to translate +$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate +$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLandscape = 'Landscape'; //to translate +$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strMoreStatusVars = 'More status variables'; //to translate - -$strNumTables = 'Tables'; //to translate - - -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPerHour = 'per hour'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate @@ -510,137 +606,40 @@ $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections i $strPrivDescUpdate = 'Allows changing data.'; //to translate $strPrivDescUsage = 'No privileges.'; //to translate $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesslist = 'Process list'; //to translate -$strQueryType = 'Query type'; //to translate +$strQueryFrame = 'Query window';//to translate +$strQueryFrameDebug = 'Debugging information';//to translate +$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate +$strQuerySQLHistory = 'SQL-history';//to translate +$strQueryTime = 'Query took %01.4f sec';//to translate -$strReceived = 'Received'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strReloadingThePrivileges = 'Reloading the privileges'; //to translate $strRemoveSelectedUsers = 'Remove selected users'; //to translate $strResourceLimits = 'Resource limits'; //to translate $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate +$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strSent = 'Sent'; //to translate -$strServerStatus = 'Runtime Information'; //to translate $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabProcesslist = 'Processes'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strStatus = 'Status'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTime = 'Time'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraffic = 'Traffic'; //to translate +$strTblPrivileges = 'Table-specific privileges'; //to translate +$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate +$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate +$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate +$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate +$strUserAlreadyExists = 'Τ %s vsb!'; //to translate +$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strVar = 'Variable'; //to translate +$strWildcard = 'wildcard'; //to translate +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strLocalhost = 'Local'; -$strLoginInformation = 'Login Information'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strThisHost = 'This Host'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUseTextField = 'Use text field'; //to translate - -$strNoUsersSelected = 'No users selected.'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strGlobal = 'global'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strWildcard = 'wildcard'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strDumpComments = 'Include column comments as inline SQL-comments';//to translate -$strDBComment = 'Database comment: ';//to translate -$strQueryFrame = 'Query window';//to translate -$strQueryFrameDebug = 'Debugging information';//to translate -$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_file = 'Filename';//to translate -$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strXML = 'XML';//to translate -$strCSVOptions = 'CSV options';//to translate -$strNoOptions = 'This format has no options';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatCheckTime = 'Last check';//to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strAutomaticLayout = 'Automatic layout'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 922679fb1..ad5cfffc0 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -21,7 +21,12 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O // variable below $datefmt = '%B %d, %Y at %I:%M %p'; +$timespanfmt = '%s 日, %s 小时, %s 分钟 and %s 秒'; + + + $strAPrimaryKey = '主键已经添加到 %s'; +$strAbortedClients = '取消'; $strAccessDenied = '访问被拒绝'; $strAction = '执行操作'; $strAddDeleteColumn = '添加/删除 选择栏'; @@ -33,6 +38,7 @@ $strAddSearchConditions = '添加检索条件 ("where" 语句的主体):'; $strAddToIndex = '添加  %s  组索引栏'; $strAddUser = '添增使用者'; $strAddUserMessage = '您已添增了一个新使用者.'; +$strAdministration = '系统管理'; $strAffectedRows = '影响列数:'; $strAfter = '在 %s 之后'; $strAfterInsertBack = '返回'; @@ -53,6 +59,7 @@ $strAscending = '递增'; $strAtBeginningOfTable = '于数据表开头'; $strAtEndOfTable = '于数据表尾端'; $strAttr = '属性'; +$strAutomaticLayout = '自动格式'; $strBack = '返回'; $strBinary = ' 二进制码 '; @@ -63,8 +70,11 @@ $strBookmarkQuery = 'SQL 语法书签'; $strBookmarkThis = '加入此 SQL 语法到书签'; $strBookmarkView = '查看'; $strBrowse = '浏览'; +$strBzError = 'phpMyAdmin 无法压缩因於这个 php 版本的 Bz2 模组错误. 强列要求於 phpMyAdmin 设定档设定 $cfg[\'BZipDump\']FALSE. 如果想使用 Bz2 压缩功能,请更新 php 到最新版本. 详情请参看 php 错误报报 %s .'; $strBzip = '"bzipped"'; +$strCSVOptions = 'CSV 选项'; +$strCannotLogin = '无法登入 MySQL 伺服器'; $strCantLoadMySQL = '不能载入 MySQL 附件,
请检查 PHP 的组态设定'; $strCantLoadRecodeIconv = '未能读取 iconv 或重新编码程式来作文字编码转换, 请设定 php 来启动这些模组或取消 phpMyAdmin 使用文字编码转换功能.'; $strCantRenameIdxToPrimary = '无法将索引更名为 PRIMARY!'; @@ -81,15 +91,18 @@ $strChoosePage = '请选择需要编辑的页码'; $strColComFeat = '显示栏位注解'; $strColumn = '栏位'; $strColumnNames = '栏位名'; +$strCommand = '指令'; $strComments = '注解'; $strCompleteInserts = '使用完整添增指令'; $strCompression = '压缩'; $strConfigFileError = 'phpMyAdmin 未能读取您的设定档! 这可能是因为 php 找到语法上的错误或 php 未能找到档案而成.
请尝试直接按下下方的连结开启并查看 php 的错误信息. 通常的错误都来自某处漏了引号或分别.
如果按下连结後出现空白页, 即代表没有任何问题.'; $strConfigureTableCoord = '请设定数据表 %s 内的坐标'; $strConfirm = '您确定要这样做?'; +$strConnections = '连线'; $strCookiesRequired = 'Cookies 必须启动才能登入.'; $strCopyTable = '复制数据表到: (格式为 数据库名称.数据表名称):'; $strCopyTableOK = '数据表 %s 已经成功复制为 %s。'; +$strCouldNotKill = 'phpMyAdmin 无法中断指令 %s. 可能这指令已经结束.'; $strCreate = '建立'; $strCreateIndex = '新增  %s  组索引栏'; $strCreateIndexTopic = '添加一组索引'; @@ -99,6 +112,9 @@ $strCreatePage = '建立新一页'; $strCreatePdfFeat = '建立 PDF'; $strCriteria = '规范'; +$strDBGHits = '次数'; +$strDBGLine = '行'; +$strDBGModule = '模组'; $strData = '数据'; $strDataDict = '数据字典'; $strDataOnly = '只有数据'; @@ -109,10 +125,13 @@ $strDatabases = '数据库'; $strDatabasesStats = '数据库统计'; $strDefault = '缺省值'; $strDelete = '删除'; +$strDeleteAndFlush = '删除使用者及重新读取权限.'; +$strDeleteAndFlushDescr = '这是一个最清洁的做法,但重新读取权限需一段时间.'; $strDeleteFailed = '删除失败!'; $strDeleteUserMessage = '您已经将用户 %s 删除.'; $strDeleted = '该记录已经被删除。'; $strDeletedRows = '已删除栏数:'; +$strDeleting = '删除 %s'; $strDescending = '递减'; $strDisabled = '未启动'; $strDisplay = '显示'; @@ -145,6 +164,7 @@ $strExportToXML = '输出到 XML 格式'; $strExtendedInserts = '伸延添加模式'; $strExtra = '额外'; +$strFailedAttempts = '尝试失败'; $strField = '字段'; $strFieldHasBeenDropped = '数据表 %s 已被删除'; $strFields = '字段'; @@ -152,7 +172,9 @@ $strFieldsEmpty = ' 栏位总数是空的! '; $strFieldsEnclosedBy = '「栏位」使用字元:'; $strFieldsEscapedBy = '「ESCAPE」使用字元:'; $strFieldsTerminatedBy = '「栏位分隔」使用字元:'; +$strFileCouldNotBeRead = '读案无法读取'; $strFixed = '固定'; +$strFlushPrivilegesNote = '注: phpMyAdmin 直接由 MySQL 权限数据表取得用户权限. 如果用户自行更改数据表, 数据表内容将可能与实际用户情况有异. 在这情况下, 您应在继续前 %s重新载入%s 权限数据表.'; $strFlushTable = '强迫更新资料表 ("FLUSH")'; $strFormEmpty = '表格内缺少了一些资料!'; $strFormat = '格式'; @@ -162,7 +184,10 @@ $strFunction = '功能'; $strGenBy = '建立'; $strGenTime = '建立日期'; $strGeneralRelationFeat = '一般联系功能'; +$strGlobalPrivileges = '整体权限'; +$strGlobalValue = '整体值'; $strGo = '开始'; +$strGrantOption = '授权'; $strGrants = 'Grants'; // should expressed in English $strGzip = '"gzipped"'; @@ -175,9 +200,13 @@ $strHomepageSourceforge = 'phpMyAdmin 下载网页'; $strHost = '主机'; $strHostEmpty = '主机名称是空的!'; +$strId = 'ID'; // use eng $strIdxFulltext = '全文检索'; $strIfYouWish = '如果你要指定调入的字段,那么请给出用逗号隔开的字段列表。'; $strIgnore = '忽略'; +$strImportDocSQL = '读取 docSQL 档案'; +$strImportFiles = '输入档案'; +$strImportFinished = '输入完成'; $strInUse = '使用中'; $strIndex = '索引'; $strIndexHasBeenDropped = '索引 %s 已被删除'; @@ -193,10 +222,15 @@ $strInsertedRows = '新增列数:'; $strInstructions = '指示'; $strInvalidName = '"%s" 是一个保留字,您不能将保留字使用为 资料库/资料表/栏位 名称.'; +$strJustDelete = '只从权限数据库删除用户.'; +$strJustDeleteDescr = ' "删除" 的用户仍然能够登入数据库直至重新载入数据库为止.'; + $strKeepPass = '请不要更改密码'; $strKeyname = '键名'; $strKill = 'Kill'; //should expressed in English +$strLaTeX = 'LaTeX'; // use eng +$strLandscape = '横向'; $strLength = '长度'; $strLengthSet = '长度/集合*'; $strLimitNumRows = '笔记录/每页'; @@ -205,16 +239,19 @@ $strLines = '行数 '; $strLinesTerminatedBy = '「下一行」使用字符:'; $strLinkNotFound = '找不到连结'; $strLinksTo = '连结到'; +$strLocalhost = '本地'; $strLocationTextfile = '文本文件的位置'; $strLogPassword = '密码:'; $strLogUsername = '登入名称:'; $strLogin = '登入'; +$strLoginInformation = '登入资讯'; $strLogout = '退出系统'; $strMissingBracket = '找不到括号'; $strModifications = '修改后的数据已经存盘。'; $strModify = '修改'; $strModifyIndexTopic = '修改索引'; +$strMoreStatusVars = '更多状况资讯'; $strMoveTable = '移动数据表到:(格式为 数据库名称.数据表名称)'; $strMoveTableOK = '数据表 %s 已经移动到 %s.'; $strMySQLCharset = 'MySQL 文字编码'; @@ -236,6 +273,7 @@ $strNoFrames = 'phpMyAdmin 较为适合使用在支持页框的浏览器. $strNoIndex = '没有已定义的索引!'; $strNoIndexPartsDefined = '部份索引资料还未定义!'; $strNoModification = '没有变更'; +$strNoOptions = '这种格式并无选项'; $strNoPassword = '不用密码'; $strNoPhp = '移除 PHP 程式码'; $strNoPrivileges = '没有权限'; @@ -243,6 +281,7 @@ $strNoQuery = '没有 SQL 语句!'; $strNoRights = '您现在没有足够的权限!'; $strNoTablesFound = '数据库中没有数据表。'; $strNoUsersFound = '找不到使用者'; +$strNoUsersSelected = '没有选择用户.'; $strNoValidateSQL = '略过检查 SQL'; $strNone = '不适用'; $strNotNumber = '这不是一个数字!'; @@ -252,6 +291,7 @@ $strNotValidNumber = ' 不是有效的列数!'; $strNull = 'Null'; $strNumSearchResultsInTable = '%s 项资料符合 - 於数据表 %s'; $strNumSearchResultsTotal = '总计: %s 项资料符合'; +$strNumTables = '个数据表'; $strOK = '确定'; $strOftenQuotation = '通常为引号。 "选中“ 表示使用引号。因为只有 char 和 varchar 类型的数据需要用引号括起来。'; @@ -268,15 +308,20 @@ $strPHPVersion = 'PHP 版本'; $strPageNumber = '页码:'; $strPartialText = '显示部份文字'; $strPassword = '密码'; +$strPasswordChanged = '%s 的密码已成功更改.'; $strPasswordEmpty = '密码是空的!'; $strPasswordNotSame = '密码并非相同!'; $strPdfDbSchema = '"%s" 数据库概要 - 第 %s 页'; $strPdfInvalidPageNum = 'PDF 页码没有设定!'; $strPdfInvalidTblName = '数据表 "%s" 不存在!'; $strPdfNoTables = '没有数据表'; +$strPerHour = '每小时'; +$strPerMinute = '每分钟'; +$strPerSecond = '每秒'; $strPhp = '建立 PHP 程式码'; $strPmaDocumentation = 'phpMyAdmin 说明文本'; $strPmaUriError = '必须设定 $cfg[\'PmaAbsoluteUri\'] 在设定档案内!'; +$strPortrait = '直向'; $strPos1 = '开始'; $strPrevious = '前一个'; $strPrimary = '键名'; @@ -286,10 +331,19 @@ $strPrimaryKeyName = '主键的名称必须称为 PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" 必须是主键的名称以及是唯一一组主键!)'; $strPrint = '列印'; $strPrintView = '打印检视'; +$strPrivDescAllPrivileges = '包括所有权限除了受权 (GRNANT).'; +$strPrivDescAlter = '容许修改现有数据表的结构.'; +$strPrivDescCreateDb = '容许建立新数据库及数据表.'; +$strPrivDescCreateTbl = '容许建立新数据表.'; +$strPrivDescCreateTmpTable = '容许建立暂时性数据表.'; +$strPrivDescDelete = '容许删除记录.'; +$strPrivDescDropDb = '容许删除数据库及数据表.'; +$strPrivDescDropTbl = '容许删除数据表.'; $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; $strPrivileges = '权限'; +$strProcesslist = '系统执行清单'; $strProperties = '属性'; $strPutColNames = '将栏位名称放在首列'; @@ -298,8 +352,10 @@ $strQBEDel = '删除'; $strQBEIns = '添加'; $strQueryOnDb = '在资料库 %s 执行 SQL 语句:'; $strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQueryType = '查询方式' $strReType = '重新输入'; +$strReceived = '接收'; $strRecords = '记录'; $strReferentialIntegrity = '检查指示完整性:'; $strRelationNotWorking = '联系数据表的附加功能未能启动, %s请按此%s 查出问题原因.'; @@ -331,6 +387,7 @@ $strRunSQLQuery = '在数据库 %s 执行以下指令'; $strRunning = '运行于 %s'; $strSQL = 'SQL'; // should express in english +$strSQLOptions = 'SQL 选项'; $strSQLQuery = 'SQL 语句'; $strSQLResult = 'SQL 查询结果'; $strSave = '存储'; @@ -352,15 +409,22 @@ $strSelectFields = '至少选择一个字段:'; $strSelectNumRows = '查询中'; $strSelectTables = '选择数据表'; $strSend = '发送'; +$strSent = '送出'; $strServer = '伺服器 %s'; $strServerChoice = '选择伺服机'; +$strServerStatus = '运行资讯'; +$strServerTabProcesslist = '处理'; +$strServerTabVariables = '资讯'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVars = '伺服器资讯及设定'; $strServerVersion = '伺服机版本'; +$strSessionValue = '程序数值'; $strSetEnumVal = '如栏位格式是 "enum" 或 "set", 请使用以下的格式输入: \'a\',\'b\',\'c\'...
如在数值上需要输入反斜线 (\) 或单引号 (\') , 请再加上反斜线 (例如 \'\\\\xyz\' or \'a\\\'b\').'; $strShow = '显示'; $strShowAll = '显示全部'; $strShowColor = '显示颜色'; $strShowCols = '显示栏'; +$strShowDatadictAs = '数据字典格式'; $strShowGrid = '显示框格'; $strShowPHPInfo = '显示 PHP 资讯'; $strShowTableDimension = '显示表格大小'; @@ -372,7 +436,11 @@ $strSize = '大小'; $strSort = '排序'; $strSpaceUsage = '已使用空间'; $strSplitWordsWithSpace = '每组文字以空格 (" ") 分隔.'; +$strStatCheckTime = '最後检查'; +$strStatCreateTime = '建立'; +$strStatUpdateTime = '最後更新'; $strStatement = '叙述'; +$strStatus = '状态'; $strStrucCSV = 'CSV 数据'; $strStrucData = '结构和数据'; $strStrucDrop = '添加 \'drop table\''; @@ -391,6 +459,7 @@ $strTableHasBeenDropped = '数据表 %s 已被删除'; $strTableHasBeenEmptied = '数据表 %s 已被清空'; $strTableHasBeenFlushed = '数据表 %s 已被强迫更新'; $strTableMaintenance = '数据表维护'; +$strTableOfContents = '目录'; $strTableStructure = '数据表的结构'; $strTableType = '数据表类型'; $strTables = '%s 数据表'; @@ -398,7 +467,13 @@ $strTextAreaLength = ' 由于长度限制
此栏位不能编辑 '; $strTheContent = '文件中的内容已经插入到数据表中。'; $strTheContents = '文件中的内容将会取代 所选定的数据表中具有 相同的主键或唯一键的 记录。'; $strTheTerminator = '这些字段的结束符'; +$strThisHost = '指定主机'; +$strThisNotDirectory = '这并不是一个目录'; +$strThreadSuccessfullyKilled = '指令 %s 已成功中止.'; +$strTime = '时间'; $strTotal = '总计'; +$strTotalUC = '总共'; +$strTraffic = '流量'; $strType = '类型'; $strUncheckAll = '全部取消'; @@ -411,14 +486,19 @@ $strUpdateQuery = '更新语句'; $strUsage = '使用'; $strUseBackquotes = '请在数据表及栏位使用引号'; $strUseTables = '使用数据表'; +$strUseTextField = '文字输入'; $strUser = '使用者'; $strUserEmpty = '使用者名称是空的!'; $strUserName = '使用者名称'; +$strUserNotFound = '选择的用户在权限数据表内找不到.'; +$strUserOverview = '用户一览'; $strUsers = '使用者'; +$strUsersDeleted = '选择的用户已成功删除.'; $strValidateSQL = '检查 SQL'; $strValidatorError = 'SQL 分析程式未能启动,请检查是否已将 %s文本%s 内的 PHP 档案安装。'; $strValue = '值'; +$strVar = '资讯'; $strViewDump = '查看数据表的结构和摘要信息。'; $strViewDumpDB = '查看数据库的结构和摘要信息。'; @@ -428,64 +508,82 @@ $strWelcome = '欢迎使用 %s'; $strWithChecked = '选择的数据表:'; $strWrongUser = '密码错误,访问被拒绝。'; +$strXML = 'XML'; //USE ENG + $strYes = '是'; $strZip = '"zipped"'; // To translate -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strAbortedClients = 'Aborted'; //to translate -$strAdministration = 'Administration'; //to translate +$strAbsolutePathToDocSqlDir = '请输入 docSQL 目录於网页伺服器的绝对路径'; //to translate +$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate +$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate $strBeginCut = 'BEGIN CUT'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate +$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate +$strChangeCopyModeCopy = '... keep the old one.'; //to translate +$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate +$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate +$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate $strCharsetOfFile = 'Character set of the file:'; //to translate -$strCommand = 'Command'; //to translate -$strConnections = 'Connections'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate +$strCheckPrivs = 'Check Privileges'; //to translate +$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate +$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleting = 'Deleting %s'; //to translate +$strDBComment = 'Database comment: ';//to translate +$strDBGContext = 'Context'; //to translate +$strDBGContextID = 'Context ID'; //to translate +$strDBGMaxTimeMs = 'Max time, ms'; //to translate +$strDBGMinTimeMs = 'Min time, ms'; //to translate +$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate +$strDBGTotalTimeMs = 'Total time, ms'; //to translate +$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate +$strDatabasesStatsDisable = 'Disable Statistics'; //to translate +$strDatabasesStatsEnable = 'Enable Statistics'; //to translate +$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate +$strDbPrivileges = 'Database-specific privileges'; //to translate +$strDbSpecific = 'database-specific'; //to translate +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate +$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate +$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate +$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate +$strDumpComments = 'Include column comments as inline SQL-comments';//to translate $strEndCut = 'END CUT'; //to translate $strEndRaw = 'END RAW'; //to translate -$strFailedAttempts = 'Failed attempts'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate +$strFileNameTemplate = 'File name template';//to translate +$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate +$strFileNameTemplateRemember = 'remember template';//to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate +$strGlobal = 'global'; //to translate -$strId = 'ID'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate +$strIgnoringFile = '忽略档案 %s'; //to translate +$strInnodbStat = 'InnoDB 状态'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate +$strJumpToDB = 'Jump to database "%s".'; //to translate -$strLaTeX = 'LaTeX'; //to translate -$strLandscape = 'Landscape'; //to translate +$strMIME_MIMEtype = 'MIME-type';//to translate +$strMIME_available_mime = 'Available MIME-types';//to translate +$strMIME_available_transform = 'Available transformations';//to translate +$strMIME_description = 'Description';//to translate +$strMIME_file = 'Filename';//to translate +$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate +$strMIME_transformation = 'Browser transformation';//to translate +$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate +$strMIME_transformation_options = 'Transformation options';//to translate +$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate +$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoreStatusVars = 'More status variables'; //to translate +$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNumTables = 'Tables'; //to translate - - -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPerHour = 'per hour'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate @@ -505,142 +603,45 @@ $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections i $strPrivDescUpdate = 'Allows changing data.'; //to translate $strPrivDescUsage = 'No privileges.'; //to translate $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesslist = 'Process list'; //to translate -$strQueryType = 'Query type'; //to translate +$strQueryFrame = 'Query window';//to translate +$strQueryFrameDebug = 'Debugging information';//to translate +$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate +$strQuerySQLHistory = 'SQL-history';//to translate +$strQueryTime = 'Query took %01.4f sec';//to translate -$strReceived = 'Received'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strReloadingThePrivileges = 'Reloading the privileges'; //to translate $strRemoveSelectedUsers = 'Remove selected users'; //to translate $strResourceLimits = 'Resource limits'; //to translate $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate +$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strSent = 'Sent'; //to translate -$strServerStatus = 'Runtime Information'; //to translate $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabProcesslist = 'Processes'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strStatus = 'Status'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTime = 'Time'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraffic = 'Traffic'; //to translate +$strTblPrivileges = 'Table-specific privileges'; //to translate +$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate +$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate +$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate +$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate +$strUserAlreadyExists = '用户 %s 己存在!'; //to translate +$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strVar = 'Variable'; //to translate +$strWildcard = 'wildcard'; //to translate +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strLocalhost = 'Local'; -$strLoginInformation = 'Login Information'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strThisHost = 'This Host'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUseTextField = 'Use text field'; //to translate - -$strNoUsersSelected = 'No users selected.'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strGlobal = 'global'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strWildcard = 'wildcard'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strDumpComments = 'Include column comments as inline SQL-comments';//to translate -$strDBComment = 'Database comment: ';//to translate -$strQueryFrame = 'Query window';//to translate -$strQueryFrameDebug = 'Debugging information';//to translate -$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_file = 'Filename';//to translate -$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strXML = 'XML';//to translate -$strCSVOptions = 'CSV options';//to translate -$strNoOptions = 'This format has no options';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatCheckTime = 'Last check';//to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strAutomaticLayout = 'Automatic layout'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index a8280e871..c1ab8b9fc 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -20,7 +20,12 @@ $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'O // variable below $datefmt = '%B %d, %Y at %I:%M %p'; +$timespanfmt = '%s , %s Сʱ, %s and %s '; + + + $strAPrimaryKey = 'Ѿӵ %s'; +$strAbortedClients = 'ȡ'; $strAccessDenied = 'ʱܾ'; $strAction = 'ִв'; $strAddDeleteColumn = '/ɾ ѡ'; @@ -32,6 +37,7 @@ $strAddSearchConditions = ' $strAddToIndex = '  %s  '; $strAddUser = 'ʹ'; $strAddUserMessage = 'һʹ.'; +$strAdministration = 'ϵͳ'; $strAffectedRows = 'Ӱ:'; $strAfter = ' %s ֮'; $strAfterInsertBack = ''; @@ -52,6 +58,7 @@ $strAscending = ' $strAtBeginningOfTable = 'ݱͷ'; $strAtEndOfTable = 'ݱβ'; $strAttr = ''; +$strAutomaticLayout = 'Զʽ'; $strBack = ''; $strBinary = ' '; @@ -62,8 +69,11 @@ $strBookmarkQuery = 'SQL $strBookmarkThis = ' SQL ﷨ǩ'; $strBookmarkView = '鿴'; $strBrowse = ''; +$strBzError = 'phpMyAdmin ޷ѹ php 汾 Bz2 ģ. ǿҪ phpMyAdmin 趨趨 $cfg[\'BZipDump\'] ΪFALSE. ʹ Bz2 ѹ, php °汾. ο php 󱨱 %s .'; $strBzip = '"bzipped"'; +$strCSVOptions = 'CSV ѡ'; +$strCannotLogin = '޷ MySQL ŷ'; $strCantLoadMySQL = ' MySQL ,
PHP ̬趨'; $strCantLoadRecodeIconv = 'δܶȡ iconv ±ʽֱת, 趨 php Щģȡ phpMyAdmin ʹֱת.'; $strCantRenameIdxToPrimary = '޷Ϊ PRIMARY!'; @@ -80,15 +90,18 @@ $strChoosePage = ' $strColComFeat = 'ʾλע'; $strColumn = 'λ'; $strColumnNames = 'λ'; +$strCommand = 'ָ'; $strComments = 'ע'; $strCompleteInserts = 'ʹָ'; $strCompression = 'ѹ'; $strConfigFileError = 'phpMyAdmin δܶȡ趨! Ϊ php ҵ﷨ϵĴ php δҵ.
볢ֱӰ·Ὺ鿴 php ĴϢ. ͨĴij©Żֱ.
ֿհҳ, ûκ.'; $strConfigureTableCoord = '趨ݱ %s ڵ'; $strConfirm = 'ȷҪ?'; +$strConnections = ''; $strCookiesRequired = 'Cookies ܵ.'; $strCopyTable = 'ݱ (ʽΪ ݿ.ݱ):'; $strCopyTableOK = 'ݱ %s ѾɹΪ %s'; +$strCouldNotKill = 'phpMyAdmin ޷жָ %s. ָѾ.'; $strCreate = ''; $strCreateIndex = '  %s  '; $strCreateIndexTopic = 'һ'; @@ -98,6 +111,9 @@ $strCreatePage = ' $strCreatePdfFeat = ' PDF'; $strCriteria = '淶'; +$strDBGHits = ''; +$strDBGLine = ''; +$strDBGModule = 'ģ'; $strData = ''; $strDataDict = 'ֵ'; $strDataOnly = 'ֻ'; @@ -108,10 +124,13 @@ $strDatabases = ' $strDatabasesStats = 'ݿͳ'; $strDefault = 'ȱʡֵ'; $strDelete = 'ɾ'; +$strDeleteAndFlush = 'ɾʹ߼¶ȡȨ.'; +$strDeleteAndFlushDescr = 'һ,¶ȡȨһʱ.'; $strDeleteFailed = 'ɾʧ!'; $strDeleteUserMessage = 'Ѿû %s ɾ.'; $strDeleted = 'ü¼Ѿɾ'; $strDeletedRows = 'ɾ:'; +$strDeleting = 'ɾ %s'; $strDescending = 'ݼ'; $strDisabled = 'δ'; $strDisplay = 'ʾ'; @@ -144,6 +163,7 @@ $strExportToXML = ' $strExtendedInserts = 'ģʽ'; $strExtra = ''; +$strFailedAttempts = 'ʧ'; $strField = 'ֶ'; $strFieldHasBeenDropped = 'ݱ %s ѱɾ'; $strFields = 'ֶ'; @@ -151,7 +171,9 @@ $strFieldsEmpty = ' $strFieldsEnclosedBy = 'λʹԪ'; $strFieldsEscapedBy = 'ESCAPEʹԪ'; $strFieldsTerminatedBy = 'λָʹԪ'; +$strFileCouldNotBeRead = '޷ȡ'; $strFixed = '̶'; +$strFlushPrivilegesNote = 'ע: phpMyAdmin ֱ MySQL ȨݱȡûȨ. ûиݱ, ݱݽʵû. , Ӧڼǰ %s%s Ȩݱ.'; $strFlushTable = 'ǿȸϱ ("FLUSH")'; $strFormEmpty = 'ȱһЩ!'; $strFormat = 'ʽ'; @@ -161,7 +183,10 @@ $strFunction = ' $strGenBy = ''; $strGenTime = ''; $strGeneralRelationFeat = 'һϵ'; +$strGlobalPrivileges = 'Ȩ'; +$strGlobalValue = 'ֵ'; $strGo = 'ʼ'; +$strGrantOption = 'Ȩ'; $strGrants = 'Grants'; // should expressed in English $strGzip = '"gzipped"'; @@ -174,9 +199,13 @@ $strHomepageSourceforge = 'phpMyAdmin $strHost = ''; $strHostEmpty = 'ǿյ!'; +$strId = 'ID'; // use eng $strIdxFulltext = 'ȫļ'; $strIfYouWish = 'ҪֶָΣôöŸֶб'; $strIgnore = ''; +$strImportDocSQL = 'ȡ docSQL '; +$strImportFiles = '뵵'; +$strImportFinished = ''; $strInUse = 'ʹ'; $strIndex = ''; $strIndexHasBeenDropped = ' %s ѱɾ'; @@ -192,10 +221,15 @@ $strInsertedRows = ' $strInstructions = 'ָʾ'; $strInvalidName = '"%s" һ,ܽʹΪ Ͽ/ϱ/λ .'; +$strJustDelete = 'ֻȨݿɾû.'; +$strJustDeleteDescr = ' "ɾ" ûȻܹݿֱݿΪֹ.'; + $strKeepPass = '벻Ҫ'; $strKeyname = ''; $strKill = 'Kill'; //should expressed in English +$strLaTeX = 'LaTeX'; // use eng +$strLandscape = ''; $strLength = ''; $strLengthSet = '/*'; $strLimitNumRows = 'ʼ¼/ÿҳ'; @@ -204,16 +238,19 @@ $strLines = ' $strLinesTerminatedBy = 'һСʹַ'; $strLinkNotFound = 'Ҳ'; $strLinksTo = 'ᵽ'; +$strLocalhost = ''; $strLocationTextfile = 'ıļλ'; $strLogPassword = ':'; $strLogUsername = ':'; $strLogin = ''; +$strLoginInformation = 'Ѷ'; $strLogout = '˳ϵͳ'; $strMissingBracket = 'Ҳ'; $strModifications = '޸ĺѾ̡'; $strModify = '޸'; $strModifyIndexTopic = '޸'; +$strMoreStatusVars = '״Ѷ'; $strMoveTable = 'ƶݱ(ʽΪ ݿ.ݱ)'; $strMoveTableOK = 'ݱ %s Ѿƶ %s.'; $strMySQLCharset = 'MySQL ֱ'; @@ -235,6 +272,7 @@ $strNoFrames = 'phpMyAdmin $strNoIndex = 'ûѶ!'; $strNoIndexPartsDefined = 'ϻδ!'; $strNoModification = 'ûб'; +$strNoOptions = 'ָʽѡ'; $strNoPassword = ''; $strNoPhp = 'Ƴ PHP ʽ'; $strNoPrivileges = 'ûȨ'; @@ -242,6 +280,7 @@ $strNoQuery = 'û $strNoRights = 'û㹻Ȩ!'; $strNoTablesFound = 'ݿûݱ'; $strNoUsersFound = 'Ҳʹ'; +$strNoUsersSelected = 'ûѡû.'; $strNoValidateSQL = 'Թ SQL'; $strNone = ''; $strNotNumber = 'ⲻһ!'; @@ -251,6 +290,7 @@ $strNotValidNumber = ' $strNull = 'Null'; $strNumSearchResultsInTable = '%s Ϸ - ݱ %s'; $strNumSearchResultsTotal = 'ܼ: %s Ϸ'; +$strNumTables = 'ݱ'; $strOK = 'ȷ'; $strOftenQuotation = 'ͨΪš ѡС ʾʹšΪֻ char varchar ͵Ҫ'; @@ -267,15 +307,20 @@ $strPHPVersion = 'PHP $strPageNumber = 'ҳ:'; $strPartialText = 'ʾ'; $strPassword = ''; +$strPasswordChanged = '%s ѳɹ.'; $strPasswordEmpty = 'ǿյ!'; $strPasswordNotSame = '벢ͬ!'; $strPdfDbSchema = '"%s" ݿҪ - %s ҳ'; $strPdfInvalidPageNum = 'PDF ҳû趨!'; $strPdfInvalidTblName = 'ݱ "%s" !'; $strPdfNoTables = 'ûݱ'; +$strPerHour = 'ÿСʱ'; +$strPerMinute = 'ÿ'; +$strPerSecond = 'ÿ'; $strPhp = ' PHP ʽ'; $strPmaDocumentation = 'phpMyAdmin ˵ı'; $strPmaUriError = '趨 $cfg[\'PmaAbsoluteUri\'] 趨!'; +$strPortrait = 'ֱ'; $strPos1 = 'ʼ'; $strPrevious = 'ǰһ'; $strPrimary = ''; @@ -285,10 +330,19 @@ $strPrimaryKeyName = ' $strPrimaryKeyWarning = '("PRIMARY" ԼΨһһ!)'; $strPrint = 'ӡ'; $strPrintView = 'ӡ'; +$strPrivDescAllPrivileges = 'Ȩ޳Ȩ (GRNANT).'; +$strPrivDescAlter = '޸ݱĽṹ.'; +$strPrivDescCreateDb = 'ݿ⼰ݱ.'; +$strPrivDescCreateTbl = 'ݱ.'; +$strPrivDescCreateTmpTable = 'ʱݱ.'; +$strPrivDescDelete = 'ɾ¼.'; +$strPrivDescDropDb = 'ɾݿ⼰ݱ.'; +$strPrivDescDropTbl = 'ɾݱ.'; $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; $strPrivileges = 'Ȩ'; +$strProcesslist = 'ϵͳִ嵥'; $strProperties = ''; $strPutColNames = 'λƷ'; @@ -297,8 +351,10 @@ $strQBEDel = 'ɾ $strQBEIns = ''; $strQueryOnDb = 'Ͽ %s ִ SQL :'; $strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQueryType = 'ѯʽ' $strReType = ''; +$strReceived = ''; $strRecords = '¼'; $strReferentialIntegrity = 'ָʾ:'; $strRelationNotWorking = 'ϵݱĸӹδ, %s밴%s ԭ.'; @@ -330,6 +386,7 @@ $strRunSQLQuery = ' $strRunning = ' %s'; $strSQL = 'SQL'; // should express in english +$strSQLOptions = 'SQL ѡ'; $strSQLQuery = 'SQL '; $strSQLResult = 'SQL ѯ'; $strSave = '洢'; @@ -351,15 +408,22 @@ $strSelectFields = ' $strSelectNumRows = 'ѯ'; $strSelectTables = 'ѡݱ'; $strSend = ''; +$strSent = 'ͳ'; $strServer = 'ŷ %s'; $strServerChoice = 'ѡŷ'; +$strServerStatus = 'Ѷ'; +$strServerTabProcesslist = ''; +$strServerTabVariables = 'Ѷ'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVars = 'ŷѶ趨'; $strServerVersion = 'ŷ汾'; +$strSessionValue = 'ֵ'; $strSetEnumVal = 'λʽ "enum" "set", ʹµĸʽ: \'a\',\'b\',\'c\'...
ֵҪ뷴б (\) (\') , ټϷб ( \'\\\\xyz\' or \'a\\\'b\').'; $strShow = 'ʾ'; $strShowAll = 'ʾȫ'; $strShowColor = 'ʾɫ'; $strShowCols = 'ʾ'; +$strShowDatadictAs = 'ֵʽ'; $strShowGrid = 'ʾ'; $strShowPHPInfo = 'ʾ PHP Ѷ'; $strShowTableDimension = 'ʾС'; @@ -371,7 +435,11 @@ $strSize = ' $strSort = ''; $strSpaceUsage = 'ʹÿռ'; $strSplitWordsWithSpace = 'ÿԿո (" ") ָ.'; +$strStatCheckTime = ''; +$strStatCreateTime = ''; +$strStatUpdateTime = ''; $strStatement = ''; +$strStatus = '״̬'; $strStrucCSV = 'CSV '; $strStrucData = 'ṹ'; $strStrucDrop = ' \'drop table\''; @@ -390,6 +458,7 @@ $strTableHasBeenDropped = ' $strTableHasBeenEmptied = 'ݱ %s ѱ'; $strTableHasBeenFlushed = 'ݱ %s ѱǿȸ'; $strTableMaintenance = 'ݱά'; +$strTableOfContents = 'Ŀ¼'; $strTableStructure = 'ݱĽṹ'; $strTableType = 'ݱ'; $strTables = '%s ݱ'; @@ -397,7 +466,14 @@ $strTextAreaLength = ' $strTheContent = 'ļеѾ뵽ݱС'; $strTheContents = 'ļеݽȡ ѡݱо ͬΨһ ¼'; $strTheTerminator = 'ЩֶεĽ'; +$strThisHost = 'ָ'; +$strThisNotDirectory = 'ⲢһĿ¼'; +$strThreadSuccessfullyKilled = 'ָ %s ѳɹֹ.'; +$strTime = 'ʱ'; $strTotal = 'ܼ'; +$strTotalUC = 'ܹ'; +$strTraffic = ''; +$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; $strType = ''; $strUncheckAll = 'ȫȡ'; @@ -410,14 +486,19 @@ $strUpdateQuery = ' $strUsage = 'ʹ'; $strUseBackquotes = 'ݱλʹ'; $strUseTables = 'ʹݱ'; +$strUseTextField = ''; $strUser = 'ʹ'; $strUserEmpty = 'ʹǿյ!'; $strUserName = 'ʹ'; +$strUserNotFound = 'ѡûȨݱҲ.'; +$strUserOverview = 'ûһ'; $strUsers = 'ʹ'; +$strUsersDeleted = 'ѡûѳɹɾ.'; $strValidateSQL = ' SQL'; $strValidatorError = 'SQL ʽδǷѽ %sı%s ڵ PHP װ'; $strValue = 'ֵ'; +$strVar = 'Ѷ'; $strViewDump = '鿴ݱĽṹժҪϢ'; $strViewDumpDB = '鿴ݿĽṹժҪϢ'; @@ -427,64 +508,82 @@ $strWelcome = ' $strWithChecked = 'ѡݱ'; $strWrongUser = '󣬷ʱܾ'; +$strXML = 'XML'; //USE ENG + $strYes = ''; $strZip = '"zipped"'; // To translate -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strAbortedClients = 'Aborted'; //to translate -$strAdministration = 'Administration'; //to translate +$strAbsolutePathToDocSqlDir = ' docSQL Ŀ¼ҳŷľ·'; //to translate +$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate +$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate $strBeginCut = 'BEGIN CUT'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate +$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate +$strChangeCopyModeCopy = '... keep the old one.'; //to translate +$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate +$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate +$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate $strCharsetOfFile = 'Character set of the file:'; //to translate -$strCommand = 'Command'; //to translate -$strConnections = 'Connections'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate +$strCheckPrivs = 'Check Privileges'; //to translate +$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate +$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleting = 'Deleting %s'; //to translate +$strDBComment = 'Database comment: ';//to translate +$strDBGContext = 'Context'; //to translate +$strDBGContextID = 'Context ID'; //to translate +$strDBGMaxTimeMs = 'Max time, ms'; //to translate +$strDBGMinTimeMs = 'Min time, ms'; //to translate +$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate +$strDBGTotalTimeMs = 'Total time, ms'; //to translate +$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate +$strDatabasesStatsDisable = 'Disable Statistics'; //to translate +$strDatabasesStatsEnable = 'Enable Statistics'; //to translate +$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate +$strDbPrivileges = 'Database-specific privileges'; //to translate +$strDbSpecific = 'database-specific'; //to translate +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate +$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate +$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate +$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate +$strDumpComments = 'Include column comments as inline SQL-comments';//to translate $strEndCut = 'END CUT'; //to translate $strEndRaw = 'END RAW'; //to translate -$strFailedAttempts = 'Failed attempts'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate +$strFileNameTemplate = 'File name template';//to translate +$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate +$strFileNameTemplateRemember = 'remember template';//to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate +$strGlobal = 'global'; //to translate -$strId = 'ID'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate +$strIgnoringFile = 'Ե %s'; //to translate +$strInnodbStat = 'InnoDB ״̬'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate +$strJumpToDB = 'Jump to database "%s".'; //to translate -$strLaTeX = 'LaTeX'; //to translate -$strLandscape = 'Landscape'; //to translate +$strMIME_MIMEtype = 'MIME-type';//to translate +$strMIME_available_mime = 'Available MIME-types';//to translate +$strMIME_available_transform = 'Available transformations';//to translate +$strMIME_description = 'Description';//to translate +$strMIME_file = 'Filename';//to translate +$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate +$strMIME_transformation = 'Browser transformation';//to translate +$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate +$strMIME_transformation_options = 'Transformation options';//to translate +$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate +$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoreStatusVars = 'More status variables'; //to translate +$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNumTables = 'Tables'; //to translate - - -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPerHour = 'per hour'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate @@ -504,142 +603,44 @@ $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections i $strPrivDescUpdate = 'Allows changing data.'; //to translate $strPrivDescUsage = 'No privileges.'; //to translate $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesslist = 'Process list'; //to translate -$strQueryType = 'Query type'; //to translate +$strQueryFrame = 'Query window';//to translate +$strQueryFrameDebug = 'Debugging information';//to translate +$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate +$strQuerySQLHistory = 'SQL-history';//to translate +$strQueryTime = 'Query took %01.4f sec';//to translate -$strReceived = 'Received'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strReloadingThePrivileges = 'Reloading the privileges'; //to translate $strRemoveSelectedUsers = 'Remove selected users'; //to translate $strResourceLimits = 'Resource limits'; //to translate $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate +$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strSent = 'Sent'; //to translate -$strServerStatus = 'Runtime Information'; //to translate $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabProcesslist = 'Processes'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strStatus = 'Status'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTime = 'Time'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraffic = 'Traffic'; //to translate +$strTblPrivileges = 'Table-specific privileges'; //to translate +$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate +$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate +$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate +$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate +$strUserAlreadyExists = 'û %s !'; //to translate +$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strVar = 'Variable'; //to translate +$strWildcard = 'wildcard'; //to translate +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strLocalhost = 'Local'; -$strLoginInformation = 'Login Information'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strThisHost = 'This Host'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUseTextField = 'Use text field'; //to translate - -$strNoUsersSelected = 'No users selected.'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strGlobal = 'global'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strWildcard = 'wildcard'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strDumpComments = 'Include column comments as inline SQL-comments';//to translate -$strDBComment = 'Database comment: ';//to translate -$strQueryFrame = 'Query window';//to translate -$strQueryFrameDebug = 'Debugging information';//to translate -$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_file = 'Filename';//to translate -$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strXML = 'XML';//to translate -$strCSVOptions = 'CSV options';//to translate -$strNoOptions = 'This format has no options';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatCheckTime = 'Last check';//to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strAutomaticLayout = 'Automatic layout'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate ?>