missing semicolon
[phpmyadmin/crack.git] / lang / chinese_big5-utf-8.inc.php3
blobf3e68129c0a2fccda1136b762f50885ce3dae365
1 <?php
2 /* $Id$ */
4 /**
5 * Last translation by: Siu Sun <siusun@best-view.net>
6 * Follow by the original translation of Taiyen Hung 洪泰元<yen789@pchome.com.tw>
7 */
9 $charset = 'utf-8';
10 $allow_recoding = TRUE;
11 $text_dir = 'ltr';
12 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
13 $right_font_family = 'helvetica, sans-serif';
14 $number_thousands_separator = ',';
15 $number_decimal_separator = '.';
16 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
17 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
19 $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
20 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
21 // See http://www.php.net/manual/en/function.strftime.php to define the
22 // variable below
23 $datefmt = '%B %d, %Y at %I:%M %p';
25 $timespanfmt = '%s 日, %s 小時, %s 分鐘 and %s 秒';
29 $strAPrimaryKey = '主鍵已經新增到 %s';
30 $strAbortedClients = '取消';
31 $strAccessDenied = '拒絕存取';
32 $strAction = '執行';
33 $strAddDeleteColumn = '新增/減少 選擇欄';
34 $strAddDeleteRow = '新增/減少 篩選列';
35 $strAddNewField = '增加新欄位';
36 $strAddPriv = '增加新權限';
37 $strAddPrivMessage = '您已經為下面這位使用者增加了新權限.';
38 $strAddSearchConditions = '增加檢索條件 ("where" 子句的主體)';
39 $strAddToIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
40 $strAddUser = '新增使用者';
41 $strAddUserMessage = '您已新增了一個新使用者.';
42 $strAdministration = '系統管理';
43 $strAffectedRows = '影響列數: ';
44 $strAfter = '在 %s 之後';
45 $strAfterInsertBack = '返回';
46 $strAfterInsertNewInsert = '新增一筆記錄';
47 $strAll = '全部';
48 $strAllTableSameWidth = '以相同寬度顯示所有資料表?';
49 $strAlterOrderBy = '根據欄位內容排序記錄';
50 $strAnIndex = '索引已經新增到 %s';
51 $strAnalyzeTable = '分析資料表';
52 $strAnd = '與';
53 $strAny = '任何';
54 $strAnyColumn = '任何欄位';
55 $strAnyDatabase = '任何資料庫';
56 $strAnyHost = '任何主機';
57 $strAnyTable = '任何資料表';
58 $strAnyUser = '任何使用者';
59 $strAscending = '遞增';
60 $strAtBeginningOfTable = '於資料表開頭';
61 $strAtEndOfTable = '於資料表尾端';
62 $strAttr = '屬性';
63 $strAutomaticLayout = '自動格式';
65 $strBack = '回上一頁';
66 $strBeginCut = '開始 剪取';
67 $strBeginRaw = '開始 原始資料';
68 $strBinary = '二進制碼';
69 $strBinaryDoNotEdit = '二進制碼 - 不能編輯';
70 $strBookmarkDeleted = '書籤已經刪除.';
71 $strBookmarkLabel = '書籤名稱';
72 $strBookmarkQuery = 'SQL 語法書籤';
73 $strBookmarkThis = '將此 SQL 語法加入書籤';
74 $strBookmarkView = '查看';
75 $strBrowse = '瀏覽';
76 $strBzError = 'phpMyAdmin 無法壓縮因於這個 php 版本的 Bz2 模組錯誤. 強列要求於 phpMyAdmin 設定檔設定 <code>$cfg[\'BZipDump\']</code> 為<code>FALSE</code>. 如果想使用 Bz2 壓縮功能,請更新 php 到最新版本. 詳情請參看 php 錯誤報報 %s .';
77 $strBzip = '"bzipped"';
79 $strCSVOptions = 'CSV 選項';
80 $strCannotLogin = '無法登入 MySQL 伺服器';
81 $strCantLoadMySQL = '不能載入 MySQL 模組,<br />請檢查 PHP 的組態設定';
82 $strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.';
83 $strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!';
84 $strCantUseRecodeIconv = '當文編碼模組讀取後,未能使用 iconv 、 libiconv 或 recode_string 功能. 請檢查您的 php 設定.';
85 $strCardinality = '組別';
86 $strCarriage = '歸位: \\r';
87 $strChange = '修改';
88 $strChangeDisplay = '選擇顯示之欄位';
89 $strChangePassword = '更改密碼';
90 $strCharsetOfFile = '字元表檔案:';
91 $strCheckAll = '全選';
92 $strCheckDbPriv = '檢查資料庫權限';
93 $strCheckTable = '檢查資料表';
94 $strChoosePage = '請選擇需要編輯的頁碼';
95 $strColComFeat = '顯示欄位註解';
96 $strColumn = '欄位';
97 $strColumnNames = '欄位名稱';
98 $strCommand = '指令';
99 $strComments = '註解';
100 $strCompleteInserts = '使用完整新增指令';
101 $strCompression = '壓縮';
102 $strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.<br />請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.<br />如果按下連結後出現空白頁, 即代表沒有任何問題.';
103 $strConfigureTableCoord = '請設定表格 %s 內的坐標';
104 $strConfirm = '您確定要這樣做?';
105 $strConnections = '連線';
106 $strCookiesRequired = 'Cookies 必須啟動才能登入.';
107 $strCopyTable = '複製資料表到: (格式為 資料庫名稱<b>.</b>資料表名稱):';
108 $strCopyTableOK = '已經將資料表 %s 複製為 %s.';
109 $strCouldNotKill = 'phpMyAdmin 無法中斷指令 %s. 可能這指令已經結束.';
110 $strCreate = '建立';
111 $strCreateIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
112 $strCreateIndexTopic = '新增一組索引';
113 $strCreateNewDatabase = '建立新資料庫';
114 $strCreateNewTable = '建立新資料表於資料庫 %s';
115 $strCreatePage = '建立新一頁';
116 $strCreatePdfFeat = '建立 PDF';
117 $strCriteria = '篩選';
119 $strDBGHits = '次數';
120 $strDBGLine = '行';
121 $strDBGModule = '模組';
122 $strData = '資料';
123 $strDataDict = '數據字典';
124 $strDataOnly = '只有資料';
125 $strDatabase = '資料庫';
126 $strDatabaseHasBeenDropped = '資料庫 %s 已被刪除';
127 $strDatabaseWildcard = '資料庫 (允許使用萬用字元):';
128 $strDatabases = '資料庫';
129 $strDatabasesStats = '資料庫統計';
130 $strDefault = '預設值';
131 $strDelete = '刪除';
132 $strDeleteAndFlush = '刪除使用者及重新讀取權限.';
133 $strDeleteAndFlushDescr = '這是一個最清潔的做法,但重新讀取權限需一段時間.';
134 $strDeleteFailed = '刪除失敗!';
135 $strDeleteUserMessage = '您已經將用戶 %s 刪除.';
136 $strDeleted = '記錄已被刪除';
137 $strDeletedRows = '已刪除欄數:';
138 $strDeleting = '刪除 %s';
139 $strDescending = '遞減';
140 $strDisabled = '未啟動';
141 $strDisplay = '顯示';
142 $strDisplayFeat = '功能顯示';
143 $strDisplayOrder = '顯示次序';
144 $strDisplayPDF = '顯示 PDF 概要';
145 $strDoAQuery = '以範例查詢 (萬用字元 : "%")';
146 $strDoYouReally = '您確定要 ';
147 $strDocu = '說明文件';
148 $strDrop = '刪除';
149 $strDropDB = '刪除資料庫 %s';
150 $strDropTable = '刪除資料表';
151 $strDumpXRows = '備份 %s 行, 由 %s 行開始.';
152 $strDumpingData = '列出以下資料庫的數據:';
153 $strDynamic = '動態';
155 $strEdit = '編輯';
156 $strEditPDFPages = '編輯 PDF 頁碼';
157 $strEditPrivileges = '編輯權限';
158 $strEffective = '實際';
159 $strEmpty = '清空';
160 $strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
161 $strEnabled = '啟動';
162 $strEnd = '最後一頁';
163 $strEndCut = '結束 剪取';
164 $strEndRaw = '結束 原始資料';
165 $strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
166 $strError = '錯誤';
167 $strExplain = '說明 SQL';
168 $strExport = '輸出';
169 $strExportToXML = '輸出為 XML 格式';
170 $strExtendedInserts = '伸延新增模式';
171 $strExtra = '附加';
173 $strFailedAttempts = '嘗試失敗';
174 $strField = '欄位';
175 $strFieldHasBeenDropped = '資料表 %s 已被刪除';
176 $strFields = '欄位';
177 $strFieldsEmpty = ' 欄位總數是空的! ';
178 $strFieldsEnclosedBy = '「欄位」使用字元:';
179 $strFieldsEscapedBy = '「ESCAPE」使用字元:';
180 $strFieldsTerminatedBy = '「欄位分隔」使用字元:';
181 $strFileCouldNotBeRead = '讀案無法讀取';
182 $strFixed = '固定';
183 $strFlushPrivilegesNote = '註: phpMyAdmin 直接由 MySQL 權限資料表取得用戶權限. 如果用戶自行更改資料表, 資料表內容將可能與實際用戶情況有異. 在這情況下, 您應在繼續前 %s重新載入%s 權限資料表.';
184 $strFlushTable = '強迫更新資料表 ("FLUSH")';
185 $strFormEmpty = '表格內漏填一些資料!';
186 $strFormat = '格式';
187 $strFullText = '顯示完整文字';
188 $strFunction = '函數';
190 $strGenBy = '建立';
191 $strGenTime = '建立日期';
192 $strGeneralRelationFeat = '一般關聯功能';
193 $strGlobalPrivileges = '整體權限';
194 $strGlobalValue = '整體值';
195 $strGo = '執行';
196 $strGrantOption = '授權';
197 $strGrants = 'Grants'; //should expressed in English
198 $strGzip = '"gzipped"';
200 $strHasBeenAltered = '已經修改';
201 $strHasBeenCreated = '已經建立';
202 $strHaveToShow = '您需要選擇最少顯示一行欄位';
203 $strHome = '主目錄';
204 $strHomepageOfficial = 'phpMyAdmin 官方網站';
205 $strHomepageSourceforge = 'phpMyAdmin 下載網頁';
206 $strHost = '主機';
207 $strHostEmpty = '請輸入主機名稱!';
209 $strId = 'ID'; // use eng
210 $strIdxFulltext = '全文檢索';
211 $strIfYouWish = '如果您要指定資料匯入的欄位,請輸入用逗號隔開的欄位名稱';
212 $strIgnore = '忽略';
213 $strImportDocSQL = '讀取 docSQL 檔案';
214 $strImportFiles = '輸入檔案';
215 $strImportFinished = '輸入完成';
216 $strInUse = '使用中';
217 $strIndex = '索引';
218 $strIndexHasBeenDropped = '索引 %s 已被刪除';
219 $strIndexName = '索引名稱&nbsp;:';
220 $strIndexType = '索引類型&nbsp;:';
221 $strIndexes = '索引';
222 $strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。';
223 $strInsert = '新增';
224 $strInsertAsNewRow = '儲存為新記錄';
225 $strInsertNewRow = '新增一筆記錄';
226 $strInsertTextfiles = '將文字檔資料匯入資料表';
227 $strInsertedRows = '新增列數:';
228 $strInstructions = '指令';
229 $strInvalidName = '"%s" 是一個保留字,您不能將保留字使用為 資料庫/資料表/欄位 名稱.';
231 $strJustDelete = '只從權限資料庫刪除用戶.';
232 $strJustDeleteDescr = ' &quot;刪除&quot; 的用戶仍然能夠登入資料庫直至重新載入資料庫為止.';
234 $strKeepPass = '請不要更改密碼';
235 $strKeyname = '鍵名';
236 $strKill = 'Kill'; //should expressed in English
238 $strLaTeX = 'LaTeX'; // use eng
239 $strLandscape = '橫向';
240 $strLength = '長度';
241 $strLengthSet = '長度/集合*';
242 $strLimitNumRows = '筆記錄/每頁';
243 $strLineFeed = '換行: \\n';
244 $strLines = '行數';
245 $strLinesTerminatedBy = '「下一行」使用字元:';
246 $strLinkNotFound = '找不到連結';
247 $strLinksTo = '連結到';
248 $strLocalhost = '本地';
249 $strLocationTextfile = '文字檔案的位置';
250 $strLogPassword = '密碼:';
251 $strLogUsername = '登入名稱:';
252 $strLogin = '登入';
253 $strLoginInformation = '登入資訊';
254 $strLogout = '登出系統';
256 $strMissingBracket = '找不到括號';
257 $strModifications = '修改已儲存';
258 $strModify = '修改';
259 $strModifyIndexTopic = '修改索引';
260 $strMoreStatusVars = '更多狀況資訊';
261 $strMoveTable = '移動資料表到:(格式為 資料庫名稱<b>.</b>資料表名稱)';
262 $strMoveTableOK = '資料表 %s 已經移動到 %s.';
263 $strMySQLCharset = 'MySQL 文字編碼';
264 $strMySQLReloaded = 'MySQL 重新載入完成';
265 $strMySQLSaid = 'MySQL 傳回: ';
266 $strMySQLServerProcess = 'MySQL 版本 %pma_s1% 在 %pma_s2% 執行,登入者為 %pma_s3%';
267 $strMySQLShowProcess = '顯示程序 (Process)';
268 $strMySQLShowStatus = '顯示 MySQL 執行狀態';
269 $strMySQLShowVars = '顯示 MySQL 系統變數';
271 $strName = '名稱';
272 $strNext = '下一個';
273 $strNo = ' 否 ';
274 $strNoDatabases = '沒有資料庫';
275 $strNoDescription = '沒有說明';
276 $strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
277 $strNoExplain = '略過說明 SQL';
278 $strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
279 $strNoIndex = '沒有已定義的索引!';
280 $strNoIndexPartsDefined = '部份索引資料還未定義!';
281 $strNoModification = '沒有變更';
282 $strNoOptions = '這種格式並無選項';
283 $strNoPassword = '不用密碼';
284 $strNoPhp = '移除 PHP 程式碼';
285 $strNoPrivileges = '沒有權限';
286 $strNoQuery = '沒有 SQL 語法!';
287 $strNoRights = '您現在沒有足夠的權限!';
288 $strNoTablesFound = '資料庫中沒有資料表';
289 $strNoUsersFound = '找不到使用者';
290 $strNoUsersSelected = '沒有選擇用戶.';
291 $strNoValidateSQL = '略過檢查 SQL';
292 $strNone = '不適用';
293 $strNotNumber = '這不是一個數字!';
294 $strNotOK = '未能確定';
295 $strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
296 $strNotValidNumber = '不是有效的列數!';
297 $strNull = 'Null'; //should expressed in English
298 $strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
299 $strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
300 $strNumTables = '個資料表';
302 $strOK = '確定';
303 $strOftenQuotation = '最常用的是引號,「非必須」表示只有 char 和 varchar 欄位會被包括起來';
304 $strOperations = '管理';
305 $strOptimizeTable = '最佳化資料表';
306 $strOptionalControls = '非必要選項,用來讀寫特殊字元';
307 $strOptionally = '非必須';
308 $strOptions = '選項';
309 $strOr = '或';
310 $strOverhead = '多餘';
312 $strPHP40203 = '您正使用 PHP 版本 4.2.3, 這版本有一個雙字節字元的嚴重錯誤(mbstring). 請參閱 PHP 臭蟲報告編號 19404. phpMyAdmin 並不建議使用這個版本的 PHP .';
313 $strPHPVersion = 'PHP 版本';
314 $strPageNumber = '頁碼:';
315 $strPartialText = '顯示部份文字';
316 $strPassword = '密碼';
317 $strPasswordChanged = '%s 的密碼已成功更改.';
318 $strPasswordEmpty = '請輸入密碼!';
319 $strPasswordNotSame = '第二次輸入的密碼不同!';
320 $strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
321 $strPdfInvalidPageNum = 'PDF 頁碼沒有設定!';
322 $strPdfInvalidTblName = '資料表 "%s" 不存在!';
323 $strPdfNoTables = '沒有資料表';
324 $strPerHour = '每小時';
325 $strPerMinute = '每分鐘';
326 $strPerSecond = '每秒';
327 $strPhp = '建立 PHP 程式碼';
328 $strPmaDocumentation = 'phpMyAdmin 說明文件';
329 $strPmaUriError = ' 必須設定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 在設定檔內!';
330 $strPortrait = '直向';
331 $strPos1 = '第一頁';
332 $strPrevious = '前一頁';
333 $strPrimary = '主鍵';
334 $strPrimaryKey = '主鍵';
335 $strPrimaryKeyHasBeenDropped = '主鍵已被刪除';
336 $strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!';
337 $strPrimaryKeyWarning = '("PRIMARY" <b>必須</b>是主鍵的名稱以及是<b>唯一</b>一組主鍵!)';
338 $strPrint = '列印';
339 $strPrintView = '列印檢視';
340 $strPrivDescAllPrivileges = '包括所有權限除了受權 (GRNANT).';
341 $strPrivDescAlter = '容許修改現有資料表的結構.';
342 $strPrivDescCreateDb = '容許建立新資料庫及資料表.';
343 $strPrivDescCreateTbl = '容許建立新資料表.';
344 $strPrivDescCreateTmpTable = '容許建立暫時性資料表.';
345 $strPrivDescDelete = '容許刪除記錄.';
346 $strPrivDescDropDb = '容許刪除資料庫及資料表.';
347 $strPrivDescDropTbl = '容許刪除資料表.';
348 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
349 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
350 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
351 $strPrivileges = '權限';
352 $strProcesslist = '系統執行清單';
353 $strProperties = '屬性';
354 $strPutColNames = '將欄位名稱放在首列';
356 $strQBE = '依範例查詢 (QBE)';
357 $strQBEDel = '移除';
358 $strQBEIns = '新增';
359 $strQueryOnDb = '在資料庫 <b>%s</b> 執行 SQL 語法:';
360 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
361 $strQueryType = '查詢方式';
363 $strReType = '確認密碼';
364 $strReceived = '接收';
365 $strRecords = '記錄';
366 $strReferentialIntegrity = '檢查指示完整性:';
367 $strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.';
368 $strRelationView = '關聯檢視';
369 $strReloadFailed = '重新載入MySQL失敗';
370 $strReloadMySQL = '重新載入 MySQL';
371 $strRememberReload = '請記著重新啟動伺服器.';
372 $strRenameTable = '將資料表改名為';
373 $strRenameTableOK = '已經將資料表 %s 改名成 %s';
374 $strRepairTable = '修復資料表';
375 $strReplace = '取代';
376 $strReplaceTable = '以檔案取代資料表資料';
377 $strReset = '重置';
378 $strRevoke = '移除';
379 $strRevokeGrant = '移除 Grant 權限';
380 $strRevokeGrantMessage = '您已移除這位使用者的 Grant 權限: %s';
381 $strRevokeMessage = '您已移除這位使用者的權限: %s';
382 $strRevokePriv = '移除權限';
383 $strRowLength = '資料列長度';
384 $strRowSize = '資料列大小';
385 $strRows = '資料列列數';
386 $strRowsFrom = '筆記錄,開始列數:';
387 $strRowsModeHorizontal = '水平';
388 $strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
389 $strRowsModeVertical = '垂直';
390 $strRowsStatistic = '資料列統計數值';
391 $strRunQuery = '執行語法';
392 $strRunSQLQuery = '在資料庫 %s 執行以下指令';
393 $strRunning = '在 %s 執行';
395 $strSQL = 'SQL'; // should express in english
396 $strSQLOptions = 'SQL 選項';
397 $strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
398 $strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
399 $strSQLQuery = 'SQL 語法';
400 $strSQLResult = 'SQL 查詢結果';
401 $strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
402 $strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
403 $strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
404 $strSave = '儲存';
405 $strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
406 $strSearch = '搜索';
407 $strSearchFormTitle = '搜索資料庫';
408 $strSearchInTables = '於以下資料表:';
409 $strSearchNeedle = '尋找之文字或數值 (萬用字元: "%"):';
410 $strSearchOption1 = '任何一組文字';
411 $strSearchOption2 = '所有文字';
412 $strSearchOption3 = '完整詞語';
413 $strSearchOption4 = '以規則表示法 (regular expression) 搜索';
414 $strSearchResultsFor = '搜索 "<i>%s</i>" 的結果 %s:';
415 $strSearchType = '尋找:';
416 $strSelect = '選擇';
417 $strSelectADb = '請選擇資料庫';
418 $strSelectAll = '全選';
419 $strSelectFields = '選擇欄位 (至少一個)';
420 $strSelectNumRows = '查詢中';
421 $strSelectTables = '選擇資料表';
422 $strSend = '下載儲存';
423 $strSent = '送出';
424 $strServer = '伺服器 %s';
425 $strServerChoice = '選擇伺服器';
426 $strServerStatus = '運行資訊';
427 $strServerTabProcesslist = '處理';
428 $strServerTabVariables = '資訊';
429 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
430 $strServerVars = '伺服器資訊及設定';
431 $strServerVersion = '伺服器版本';
432 $strSessionValue = '程序數值';
433 $strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...<br />如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
434 $strShow = '顯示';
435 $strShowAll = '顯示全部';
436 $strShowColor = '顯示顏色';
437 $strShowCols = '顯示欄';
438 $strShowDatadictAs = '數據字典格式';
439 $strShowGrid = '顯示框格';
440 $strShowPHPInfo = '顯示 PHP 資訊';
441 $strShowTableDimension = '顯示表格大小';
442 $strShowTables = '顯示資料表';
443 $strShowThisQuery = '重新顯示 SQL 語法 ';
444 $strShowingRecords = '顯示記錄';
445 $strSingly = '(只會排序現時的記錄)';
446 $strSize = '大小';
447 $strSort = '排序';
448 $strSpaceUsage = '已使用空間';
449 $strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
450 $strStatCheckTime = '最後檢查';
451 $strStatCreateTime = '建立';
452 $strStatUpdateTime = '最後更新';
453 $strStatement = '敘述';
454 $strStatus = '狀態';
455 $strStrucCSV = 'CSV 資料';
456 $strStrucData = '結構與資料';
457 $strStrucDrop = '增加 \'drop table\'';
458 $strStrucExcelCSV = 'Ms Excel 的 CSV 格式';
459 $strStrucOnly = '只有結構';
460 $strStructPropose = '分析資料表結構';
461 $strStructure = '結構';
462 $strSubmit = '送出';
463 $strSuccess = '您的SQL語法已順利執行';
464 $strSum = '總計';
466 $strTable = '資料表';
467 $strTableComments = '資料表註解文字';
468 $strTableEmpty = '請輸入資料表名稱!';
469 $strTableHasBeenDropped = '資料表 %s 已被刪除';
470 $strTableHasBeenEmptied = '資料表 %s 已被清空';
471 $strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
472 $strTableMaintenance = '資料表維護';
473 $strTableOfContents = '目錄';
474 $strTableStructure = '資料表格式:';
475 $strTableType = '資料表類型';
476 $strTables = '%s 資料表';
477 $strTextAreaLength = ' 由於長度限制<br /> 此欄位不能編輯 ';
478 $strTheContent = '檔案內容已經匯入資料表';
479 $strTheContents = '檔案內容將會取代選定的資料表中具有相同主鍵或唯一鍵的記錄';
480 $strTheTerminator = '分隔欄位的字元';
481 $strThisHost = '指定主機';
482 $strThisNotDirectory = '這並不是一個目錄';
483 $strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
484 $strTime = '時間';
485 $strTotal = '總計';
486 $strTotalUC = '總共';
487 $strTraffic = '流量';
488 $strType = '型態';
490 $strUncheckAll = '全部取消';
491 $strUnique = '唯一';
492 $strUnselectAll = '全部取消';
493 $strUpdatePrivMessage = '您已經更新了 %s 的權限.';
494 $strUpdateProfile = '更新資料:';
495 $strUpdateProfileMessage = '資料己經更新.';
496 $strUpdateQuery = '更新語法';
497 $strUsage = '使用';
498 $strUseBackquotes = '請在資料表及欄位使用引號';
499 $strUseTables = '使用資料表';
500 $strUseTextField = '文字輸入';
501 $strUser = '使用者';
502 $strUserEmpty = '請輸入使用者名稱!';
503 $strUserName = '使用者名稱';
504 $strUserNotFound = '選擇的用戶在權限資料表內找不到.';
505 $strUserOverview = '用戶一覽';
506 $strUsers = '使用者';
507 $strUsersDeleted = '選擇的用戶已成功刪除.';
509 $strValidateSQL = '檢查 SQL';
510 $strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。';
511 $strValue = '值';
512 $strVar = '資訊';
513 $strViewDump = '檢視資料表的備份概要 (dump schema)';
514 $strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
516 $strWebServerUploadDirectory = 'Web 伺服器上載目錄';
517 $strWebServerUploadDirectoryError = '設定之上載目錄錯誤,未能使用';
518 $strWelcome = '歡迎使用 %s';
519 $strWithChecked = '選擇的資料表:';
520 $strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
522 $strXML = 'XML'; //USE ENG
524 $strYes = ' 是 ';
526 $strZip = '"zipped"';
527 // To translate
528 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
530 $strAbsolutePathToDocSqlDir = '請輸入 docSQL 目錄於網頁伺服器的絕對路徑'; //to translate
531 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
532 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
533 $strAddedColumnComment = 'Added comment for column'; //to translate
534 $strAddedColumnRelation = 'Added relation for column'; //to translate
536 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
537 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
538 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
539 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
540 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
541 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
542 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
543 $strCheckPrivs = 'Check Privileges'; //to translate
544 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
545 $strColumnPrivileges = 'Column-specific privileges'; //to translate
547 $strDBComment = 'Database comment: ';//to translate
548 $strDBGContext = 'Context'; //to translate
549 $strDBGContextID = 'Context ID'; //to translate
550 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
551 $strDBGMinTimeMs = 'Min time, ms'; //to translate
552 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
553 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
554 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
555 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
556 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
557 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
558 $strDbPrivileges = 'Database-specific privileges'; //to translate
559 $strDbSpecific = 'database-specific'; //to translate
560 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
561 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
562 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
563 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
564 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
566 $strFileNameTemplate = 'File name template';//to translate
567 $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
568 $strFileNameTemplateRemember = 'remember template';//to translate
570 $strGlobal = 'global'; //to translate
572 $strIgnoringFile = '忽略檔案 %s'; //to translate
573 $strInnodbStat = 'InnoDB 狀態'; //to translate
575 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
577 $strMIME_MIMEtype = 'MIME-type';//to translate
578 $strMIME_available_mime = 'Available MIME-types';//to translate
579 $strMIME_available_transform = 'Available transformations';//to translate
580 $strMIME_description = 'Description';//to translate
581 $strMIME_file = 'Filename';//to translate
582 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
583 $strMIME_transformation = 'Browser transformation';//to translate
584 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
585 $strMIME_transformation_options = 'Transformation options';//to translate
586 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />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
587 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
589 $strNoDatabasesSelected = 'No databases selected.'; //to translate
591 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
592 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
593 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
594 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
595 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
596 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
597 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
598 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
599 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
600 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
601 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
602 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
603 $strPrivDescSelect = 'Allows reading data.'; //to translate
604 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
605 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
606 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
607 $strPrivDescUpdate = 'Allows changing data.'; //to translate
608 $strPrivDescUsage = 'No privileges.'; //to translate
609 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
611 $strQueryFrame = 'Query window';//to translate
612 $strQueryFrameDebug = 'Debugging information';//to translate
613 $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
614 $strQuerySQLHistory = 'SQL-history';//to translate
615 $strQueryTime = 'Query took %01.4f sec';//to translate
617 $strRelationalSchema = 'Relational schema'; //to translate
618 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
619 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
620 $strResourceLimits = 'Resource limits'; //to translate
621 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
622 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
623 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
625 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
627 $strTblPrivileges = 'Table-specific privileges'; //to translate
628 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
629 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
630 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
631 $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
632 $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
633 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
634 $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
635 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
637 $strUserAlreadyExists = '用戶 %s 己存在!'; //to translate
638 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
640 $strWildcard = 'wildcard'; //to translate
641 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
642 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
644 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
645 $strAutodetect = 'Autodetect'; //to translate
646 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
647 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
648 $strUseHostTable = 'Use Host Table'; //to translate
649 $strShowFullQueries = 'Show Full Queries'; //to translate
650 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
651 $strSwitchToTable = 'Switch to copied table'; //to translate
652 $strCharset = 'Charset'; //to translate