bug #3008411 Last dropped database remains active in navi
[phpmyadmin/crack.git] / lang / chinese_traditional-utf-8.inc.php
blob3ad6cd6608d2cd41311d0642c49fe330b4c8b39e
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 $text_dir = 'ltr';
11 $number_thousands_separator = ',';
12 $number_decimal_separator = '.';
13 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
14 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
16 $mysql_5_1_doc_lang = 'zh';
18 $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
19 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
20 // See http://www.php.net/manual/en/function.strftime.php to define the
21 // variable below
22 $datefmt = '%B %d, %Y, %I:%M %p';
24 $timespanfmt = '%s 日, %s 小時, %s 分鐘 %s 秒';
26 $strAbortedClients = '取消';
27 $strAccessDenied = '拒絕存取';
28 $strAccessDeniedCreateConfig = '有可能你未建立設定檔. 你可利用此 %1$s安裝程序%2$s 建立設定檔.';
29 $strAccessDeniedExplanation = 'phpMyAdmin 嘗試連線到 MySQL 伺服器, 但伺服器拒絕了連線. 您應於 config.inc.php 內檢查主機名稱, 登入名稱及密碼及確保這些資料是與系統管理人員所提供的 MySQL 伺服器資料相同';
30 $strAction = '執行';
31 $strAddAutoIncrement = '新增 AUTO_INCREMENT 數值';
32 $strAddConstraints = '加入限制';
33 $strAddDeleteColumn = '新增/減少 選擇欄';
34 $strAddDeleteRow = '新增/減少 篩選列';
35 $strAddFields = '新增 %s 個欄位';
36 $strAddHeaderComment = '於標題加入個人註解 (\\n 開新行)';
37 $strAddIntoComments = '加入註解文字';
38 $strAddNewField = '增加新欄位';
39 $strAddPrivilegesOnDb = '於以下資料庫加入權限';
40 $strAddPrivilegesOnTbl = '於以下資料表加入權限';
41 $strAddSearchConditions = '增加檢索條件 ("where" 子句的主體)';
42 $strAddToIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
43 $strAddUser = '新增使用者';
44 $strAddUserMessage = '您已新增了一個新使用者.';
45 $strAdministration = '系統管理';
46 $strAfterInsertBack = '返回';
47 $strAfterInsertNewInsert = '新增一筆記錄';
48 $strAfterInsertNext = '編輯新一列';
49 $strAfterInsertSame = '返回這頁';
50 $strAfter = '在 %s 之後';
51 $strAll = '全部';
52 $strAllTableSameWidth = '以相同寬度顯示所有資料表?';
53 $strAlterOrderBy = '根據欄位內容排序記錄';
54 $strAnalyzeTable = '分析資料表';
55 $strAnd = '與';
56 $strAndThen = '然後';
57 $strAnIndex = '索引已經新增到 %s';
58 $strAny = '任何';
59 $strAnyHost = '任何主機';
60 $strAnyUser = '任何使用者';
61 $strApproximateCount = '可能接近. 請參看 FAQ 3.11';
62 $strAPrimaryKey = '主鍵已經新增到 %s';
63 $strArabic = '阿拉伯語';
64 $strArmenian = '美式英語';
65 $strAscending = '遞增';
66 $strAtBeginningOfTable = '於資料表開頭';
67 $strAtEndOfTable = '於資料表尾端';
68 $strAttr = '屬性';
69 $strAutomaticLayout = '自動格式';
71 $strBack = '回上一頁';
72 $strBaltic = '波羅的海語';
73 $strBeginCut = '開始 剪取';
74 $strBeginRaw = '開始 原始資料';
75 $strBinary = '二進制碼';
76 $strBinaryDoNotEdit = '二進制碼 - 不能編輯';
77 $strBinaryLog = '二進制記錄';
78 $strBinLogEventType = '事件方式';
79 $strBinLogInfo = '資料';
80 $strBinLogName = '記錄檔案稱';
81 $strBinLogOriginalPosition = '原有位置';
82 $strBinLogPosition = '位置';
83 $strBinLogServerId = '伺服器 ID';
84 $strBookmarkAllUsers = '所有用者可讀取此書籤';
85 $strBookmarkCreated = '書籤 %s 已建立';
86 $strBookmarkDeleted = '書籤已經刪除.';
87 $strBookmarkLabel = '書籤名稱';
88 $strBookmarkQuery = 'SQL 語法書籤';
89 $strBookmarkReplace = '取代相同名稱之書籤';
90 $strBookmarkThis = '將此 SQL 語法加入書籤';
91 $strBookmarkView = '查看';
92 $strBrowse = '瀏覽';
93 $strBrowseDistinctValues = '瀏覽不同數值';
94 $strBrowseForeignValues = '瀏覽外來值';
95 $strBufferPool = '緩衝區';
96 $strBufferPoolActivity = '緩衝區活動率';
97 $strBufferPoolUsage = '緩衝區使用空間';
98 $strBufferReadMisses = '讀取遺漏';
99 $strBufferReadMissesInPercent = '讀取遺漏 %';
100 $strBufferWriteWaits = '寫入等候';
101 $strBufferWriteWaitsInPercent = '寫入等候 %';
102 $strBulgarian = '保加利亞語';
103 $strBusyPages = '繁忙頁';
104 $strBzip = '"bzipped"';
106 $strCalendar = '日曆';
107 $strCanNotLoadImportPlugins = '無法讀取載入的外掛程式, 請檢查安裝程序!';
108 $strCannotLogin = '無法登入 MySQL 伺服器';
109 $strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.';
110 $strCantLoad = '無法讀取 %s 模組,<br />請檢查 PHP 設定';
111 $strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!';
112 $strCantUseRecodeIconv = '當文編碼模組讀取後,未能使用 iconv, libiconv 或 recode_string 功能. 請檢查您的 php 設定.';
113 $strCardinality = '組別';
114 $strCaseInsensitive = '大小寫不相符';
115 $strCaseSensitive = '大小寫相符';
116 $strCentralEuropean = '中歐語';
117 $strColComFeat = '顯示欄位註解';
118 $strCollation = '校對';
119 $strColumnNames = '欄位名稱';
120 $strColumnPrivileges = '指定欄位權限';
121 $strCommand = '指令';
122 $strComments = '註解';
123 $strCompatibleHashing = 'MySQL&nbsp;4.0 相容';
124 $strCompleteInserts = '使用完整新增指令';
125 $strCompression = '壓縮';
126 $strCompressionWillBeDetected = '載入檔案壓縮會自動檢查: %s';
127 $strConfigDefaultFileError = '無法讀取預設設定: "%1$s"';
128 $strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.<br />請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.<br />如果按下連結後出現空白頁, 即代表沒有任何問題.';
129 $strConfigureTableCoord = '請設定表格 %s 內的坐標';
130 $strConnectionError = '無法連線: 錯誤設定.';
131 $strConnections = '連線';
132 $strConstraintsForDumped = '備份資料表限制';
133 $strConstraintsForTable = '資料表限制';
134 $strCookiesRequired = 'Cookies 必須啟動才能登入.';
135 $strCopy = '複製';
136 $strCopyDatabaseOK = '資料庫 %s 已複製到 %s';
137 $strCopyTable = '複製資料表到: (格式為 資料庫名稱<b>.</b>資料表名稱):';
138 $strCopyTableOK = '已經將資料表 %s 複製為 %s.';
139 $strCopyTableSameNames = '無法複製到相同資料表!';
140 $strCouldNotKill = 'phpMyAdmin 無法中斷指令 %s. 可能這指令已經結束.';
141 $strCreate = '建立';
142 $strCreateDatabaseBeforeCopying = '複製前建立資料庫 (CREATE DATABASE)';
143 $strCreateIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
144 $strCreateIndexTopic = '新增一組索引';
145 $strCreateNewDatabase = '建立新資料庫';
146 $strCreateNewTable = '建立新資料表於資料庫 %s';
147 $strCreatePage = '建立新一頁';
148 $strCreatePdfFeat = '建立 PDF';
149 $strCreationDates = '建立/更新/檢查 日期';
150 $strCriteria = '篩選';
151 $strCroatian = '克羅西亞語';
152 $strCSV = 'CSV'; //USE ENG
153 $strCyrillic = '西里爾語';
154 $strCzech = '捷克語';
155 $strCzechSlovak = '捷克語';
156 $strChange = '修改';
157 $strChangeCopyMode = '建立新使用者及使用相同之權限, 及 ...';
158 $strChangeCopyModeCopy = '... 保留舊使用者.';
159 $strChangeCopyModeDeleteAndReload = ' ... 刪除舊使用者及重新讀取權限資料表.';
160 $strChangeCopyModeJustDelete = ' ... 刪除舊使用者.';
161 $strChangeCopyModeRevoke = ' ... 廢除所有舊使用者有效之權限並刪除.';
162 $strChangeCopyUser = '更改登入資訊 / 複製使用者';
163 $strChangeDisplay = '選擇顯示之欄位';
164 $strChangePassword = '更改密碼';
165 $strCharset = '文字編碼 (Charset)';
166 $strCharsetOfFile = '文字編碼檔案:';
167 $strCharsets = '文字編碼';
168 $strCharsetsAndCollations = '文字編碼及校對';
169 $strCheckAll = '全選';
170 $strCheckOverhead = '檢查額外記錄 (overhead)';
171 $strCheckPrivs = '查詢權限';
172 $strCheckPrivsLong = '查詢資料庫 &quot;%s&quot; 之權限.';
173 $strCheckTable = '檢查資料表';
174 $strChoosePage = '請選擇需要編輯的頁碼';
176 $strDanish = '丹麥語';
177 $strData = '資料';
178 $strDatabase = '資料庫';
179 $strDatabaseEmpty = '資料庫名稱並未輸入!!';
180 $strDatabaseExportOptions = '資料庫輸出選項';
181 $strDatabaseHasBeenDropped = '資料庫 %s 已被刪除';
182 $strDatabases = '資料庫';
183 $strDatabasesDropped = '%s 個資料庫已成功刪除.';
184 $strDatabasesStats = '資料庫統計';
185 $strDatabasesStatsDisable = '停止統計數據';
186 $strDatabasesStatsEnable = '啟動統計數據';
187 $strDatabasesStatsHeavyTraffic = '註: 啟動資料庫統計數據可能會產生大量由 Web 伺服器及 MySQL 之間的流量.';
188 $strDataDict = '數據字典';
189 $strDataOnly = '只有資料';
190 $strDataPages = '包含資料頁';
191 $strDBComment = '資料庫註解文字: ';
192 $strDBCopy = '複製資料庫到';
193 $strDbPrivileges = '指定資料庫權限';
194 $strDBRename = '更改資料庫名稱到';
195 $strDbSpecific = '指定資料庫';
196 $strDefault = '預設值';
197 $strDefaultEngine = '這 MySQL 伺服器的預設儲存引擎是 %s ';
198 $strDefaultValueHelp = '預設值: 請只輸入該預設值, 無需加上任何反斜線或引號';
199 $strDefragment = '整理資料表';
200 $strDelayedInserts = '使用延遲式新增';
201 $strDelete = '刪除';
202 $strDeleteAndFlush = '刪除使用者及重新讀取權限.';
203 $strDeleteAndFlushDescr = '這是一個最清潔的做法,但重新讀取權限需一段時間.';
204 $strDeleted = '記錄已被刪除';
205 $strDeleteNoUsersSelected = '並未選擇需要刪除之使用者!';
206 $strDeleting = '刪除 %s';
207 $strDelOld = '本頁的參考到資料表已不存在. 您希望刪除這些參考嗎?';
208 $strDescending = '遞減';
209 $strDescription = '說明';
210 $strDictionary = '字典';
211 $strDirtyPages = '問題頁';
212 $strDisabled = '未啟動';
213 $strDisableForeignChecks = '暫定外來鍵 (Foreign Key) 檢查';
214 $strDisplayFeat = '功能顯示';
215 $strDisplayOrder = '顯示次序';
216 $strDisplayPDF = '顯示 PDF 概要';
217 $strDoAQuery = '以範例查詢 (萬用字元 : "%")';
218 $strDocu = '說明文件';
219 $strDoYouReally = '您確定要 ';
220 $strDrop = '刪除';
221 $strDropDatabaseStrongWarning = '您將會刪除整個資料庫!';
222 $strDropUsersDb = '刪除與使用者相同名稱之資料庫.';
223 $strDumpingData = '列出以下資料庫的數據:';
224 $strDumpSaved = '備份已儲到檔案 %s.';
225 $strDumpXRows = '備份 %s 行, 由 %s 行開始.';
226 $strDynamic = '動態';
228 $strEdit = '編輯';
229 $strEditPDFPages = '編輯 PDF 頁碼';
230 $strEditPrivileges = '編輯權限';
231 $strEffective = '實際';
232 $strEmpty = '清空';
233 $strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
234 $strEnabled = '啟動';
235 $strEncloseInTransaction = '使用事務塊 (Transaction) 方式';
236 $strEnd = '最後一頁';
237 $strEndCut = '結束 剪取';
238 $strEndRaw = '結束 原始資料';
239 $strEngineAvailable = '%s 已支援這 MySQL 伺服器.';
240 $strEngineDisabled = '%s 己於這個 MySQL 伺服器中停用.';
241 $strEngines = '引擎';
242 $strEngineUnsupported = '這 MySQL 版本並不接受 %s 儲存引擎.';
243 $strEnglish = '英語';
244 $strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
245 $strError = '錯誤';
246 $strErrorInZipFile = 'ZIP 檔案錯誤:';
247 $strEscapeWildcards = '萬用符號 _ 及 % 應正確地加入 \ ';
248 $strEsperanto = '世界語';
249 $strEstonian = '愛沙尼亞語';
250 $strExcelEdition = 'Excel 版本';
251 $strExecuteBookmarked = '執行書籤查詢';
252 $strExplain = '說明 SQL';
253 $strExport = '輸出';
254 $strExtendedInserts = '伸延新增模式';
255 $strExtra = '附加';
257 $strFailedAttempts = '嘗試失敗';
258 $strField = '欄位';
259 $strFieldHasBeenDropped = '資料表 %s 已被刪除';
260 $strFields = '欄位';
261 $strFieldsEnclosedBy = '「欄位」使用字元:';
262 $strFieldsEscapedBy = '「ESCAPE」使用字元:';
263 $strFieldsTerminatedBy = '「欄位分隔」使用字元:';
264 $strFileAlreadyExists = '檔案 %s 已存在,請更改檔案名稱或選擇「覆寫己存在檔案」選項.';
265 $strFileCouldNotBeRead = '讀案無法讀取';
266 $strFileNameTemplate = '檔案名稱樣式';
267 $strFileNameTemplateDescriptionDatabase = '資料庫名稱';
268 $strFileNameTemplateDescriptionServer = '伺服器名稱';
269 $strFileNameTemplateDescriptionTable = '資料表名稱';
270 $strFileNameTemplateRemember = '保留樣式名稱';
271 $strFileToImport = '載入檔案';
272 $strFlushPrivilegesNote = '註: phpMyAdmin 直接由 MySQL 權限資料表取得使用者權限. 如果使用者自行更改資料表, 資料表內容將可能與實際使用者情況有異. 在這情況下, 您應在繼續前 %s重新載入%s 權限資料表.';
273 $strFlushQueryCache = '強迫更新語法快取';
274 $strFlushTable = '強迫更新資料表 ("FLUSH")';
275 $strFlushTables = '強迫更新 (關閉) 所有資料表';
276 $strFormat = '格式';
277 $strFormEmpty = '表格內漏填一些資料!';
278 $strFreePages = '閒置頁';
279 $strFullText = '顯示完整文字';
280 $strFunction = '函數';
282 $strGenBy = '建立';
283 $strGeneralRelationFeat = '一般關聯功能';
284 $strGenerate = '產生';
285 $strGeneratePassword = '產生密碼';
286 $strGenTime = '建立日期';
287 $strGeorgian = '格魯吉亞語';
288 $strGerman = '德語';
289 $strGlobal = '整體';
290 $strGlobalPrivileges = '整體權限';
291 $strGlobalValue = '整體值';
292 $strGo = '執行';
293 $strGrantOption = '授權';
294 $strGreek = '希臘語';
295 $strGzip = '"gzipped"';
297 $strHandler = '操作者';
298 $strHasBeenAltered = '已經修改';
299 $strHaveToShow = '您需要選擇最少顯示一行欄位';
300 $strHebrew = '希伯來語';
301 $strHome = '主目錄';
302 $strHomepageOfficial = 'phpMyAdmin 官方網站';
303 $strHost = '主機';
304 $strHostEmpty = '請輸入主機名稱!';
305 $strHTMLExcel = 'Microsoft Excel 2000';
306 $strHTMLWord = 'Microsoft Word 2000';
307 $strHungarian = '匈牙利語';
309 $strIcelandic = '冰島語';
310 $strId = 'ID';
311 $strIdxFulltext = '全文檢索';
312 $strIgnore = '忽略';
313 $strIgnoreDuplicates = '略過重覆列';
314 $strIgnoreInserts = '使用忽略加入 (insert)';
315 $strImport = '載入';
316 $strImportFiles = '輸入檔案';
317 $strImportFormat = '載入檔案格式';
318 $strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.';
319 $strIndexes = '索引';
320 $strIndexHasBeenDropped = '索引 %s 已被刪除';
321 $strIndex = '索引鍵 INDEX';
322 $strIndexName = '索引名稱&nbsp;:';
323 $strIndexType = '索引類型&nbsp;:';
324 $strIndexWarningTable = '於資料表 `%s` 中有索引問題';
325 $strInnoDBAutoextendIncrement = '自動伸延大小';
326 $strInnoDBAutoextendIncrementDesc = '當資料表容量接近滿時, 自動增大容量的大小.';
327 $strInnoDBBufferPoolSize = '緩衝區大小';
328 $strInnoDBBufferPoolSizeDesc = 'InnoDB 資料表用於快取資料及索引時使用的記憶體綬緩衝大小.';
329 $strInnoDBDataFilePath = '資料檔案';
330 $strInnoDBDataHomeDir = '資料主目錄';
331 $strInnoDBDataHomeDirDesc = '所有 InnoDB 資料檔案的主資料目錄位置.';
332 $strInnoDBPages = '頁';
333 $strInnodbStat = 'InnoDB 狀態';
334 $strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。';
335 $strInsert = '新增';
336 $strInsertAsNewRow = '儲存為新記錄';
337 $strInternalRelations = '內部關聯';
338 $strInUse = '使用中';
339 $strInvalidAuthMethod = '於設定內設定錯誤認證方式:';
340 $strInvalidColumnCount = '欄位數目需要大於零.';
341 $strInvalidColumn = '欄 (%s) 區分錯誤.!';
342 $strInvalidCSVFieldCount = 'CSV 檔案第 %d 行中之欄位總數錯誤.';
343 $strInvalidCSVFormat = 'Invalid format of CSV 檔案第 %d 行中之格式錯誤.';
344 $strInvalidCSVParameter = 'CSV 載入時參數錯誤: %s';
345 $strInvalidFieldAddCount = '你最少要加入一個欄位.';
346 $strInvalidFieldCount = '資料表最少需要有一個欄位.';
347 $strInvalidLDIImport = '這外掛程式不支援壓縮輸入!';
348 $strInvalidRowNumber = '%d 不是一個有效的列數數目.';
349 $strInvalidServerHostname = '伺服器 %1$s 主機名稱錯誤, 請翻查設定值.';
350 $strInvalidServerIndex = '伺服器索引錯誤: "%s"';
352 $strJapanese = '日語';
353 $strJoins = '結合';
354 $strJumpToDB = '跳到資料庫 &quot;%s&quot;.';
355 $strJustDelete = '只從權限資料庫刪除使用者.';
356 $strJustDeleteDescr = ' &quot;刪除&quot; 的使用者仍然能夠登入資料庫直至重新載入資料庫為止.';
358 $strKeepPass = '請不要更改密碼';
359 $strKeyCache = '鍵快取';
360 $strKeyname = '鍵名';
361 $strKill = 'Kill';
362 $strKorean = '韓語';
364 $strLandscape = '橫向';
365 $strLanguageUnknown = '不知名語言: %1$s.';
366 $strLatexCaption = '資料表標題';
367 $strLatexContent = '資料表 __TABLE__ 內容';
368 $strLatexContinued = '(連續)';
369 $strLatexContinuedCaption = '連續資料表標題';
370 $strLatexIncludeCaption = '包括資料表標題';
371 $strLatexLabel = '標記鍵名';
372 $strLaTeX = 'LaTeX';
373 $strLatexStructure = '資料表 __TABLE__ 結構';
374 $strLatchedPages = '鎖上頁';
375 $strLatvian = '拉脫維亞語';
376 $strLDI = 'CSV 使用 LOAD DATA';
377 $strLDILocal = '使用 LOCAL 關鍵字';
378 $strLengthSet = '長度/集合*';
379 $strLimitNumRows = '筆記錄/每頁';
380 $strLinesTerminatedBy = '「下一行」使用字元:';
381 $strLinkNotFound = '找不到連結';
382 $strLinksTo = '連結到';
383 $strLithuanian = '立陶宛語';
384 $strLocalhost = '本地';
385 $strLocationTextfile = '文字檔案的位置';
386 $strLogin = '登入';
387 $strLoginInformation = '登入資訊';
388 $strLogout = '登出系統';
389 $strLogPassword = '密碼:';
390 $strLogServer = '伺服器';
391 $strLogUsername = '登入名稱:';
392 $strLongOperation = '這個作業所用時間會較長, 繼續?';
394 $strMaxConnects = '最大連線數目';
395 $strMaximalQueryLength = '建立之查詢最大長度';
396 $strMaximumSize = '最大容量: %s%s';
397 $strMbExtensionMissing = '找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, phpMyAdmin 無法準確地分割雙字元文字, 而可能產生問題.';
398 $strMbOverloadWarning = '你在 PHP 設定內啟動了 mbstring.func_overload 選項, 這個選項暫時不兼容 phpMyAdmin , 你可能會損失部份資料!';
399 $strMIME_available_mime = '可使用 MIME 類型';
400 $strMIME_available_transform = '可使用轉換方式';
401 $strMIME_description = '說明';
402 $strMIME_MIMEtype = 'MIME 類型';
403 $strMIME_nodescription = '這個轉換方式沒有說明.<br />請向作者查詢 %s 是甚麼用途.';
404 $strMIME_transformation = '瀏覽器轉換方式';
405 $strMIME_transformation_note = '有關可使用之轉換方式選項及 MINE 類型轉換選項, 請查看 %s轉換方式說明%s';
406 $strMIME_transformation_options = '轉換方式選項';
407 $strMIME_transformation_options_note = '請用以下的格式輸入轉換選項值: \'a\', 100, b,\'c\'...<br />如您需要輸入反斜線 ("\") 或單引號 ("\'") 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
408 $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
409 $strMIME_without = 'MIME 類型以斜體顯示是沒有分隔轉換功能';
410 $strModifications = '修改已儲存';
411 $strModify = '修改';
412 $strModifyIndexTopic = '修改索引';
413 $strMoveTable = '移動資料表到:(格式為 資料庫名稱<b>.</b>資料表名稱)';
414 $strMoveTableOK = '資料表 %s 已經移動到 %s.';
415 $strMoveTableSameNames = '無法移動到相同資料表!';
416 $strMultilingual = '多語言';
417 $strMyISAMDataPointerSize = '資料指標大小';
418 $strMyISAMDataPointerSizeDesc = '預設的資料指標大小時當以 CREATE TABLE 建立 MyISAM 資料表, 而並無設定最大列數 (MAX_ROWS) 時, 將會以位完組為設定大小';
419 $strMyISAMMaxExtraSortFileSize = '臨時檔案建立索引時最大的容量';
420 $strMyISAMMaxExtraSortFileSizeDesc = '如臨時檔案用作快速 MyISAM 索引時大於這個設定的容量, 建議使用鍵名快取方式.';
421 $strMyISAMMaxSortFileSize = '臨時排序檔案最大容量';
422 $strMyISAMMaxSortFileSizeDesc = 'MySQL 用於重建 MyISAM 索引 (REPAIR TABLE, ALTER TABLE, 或 LOAD DATA INFILE) 時的臨時檔案大小.';
423 $strMyISAMRecoverOptions = '自動修復模式';
424 $strMyISAMRecoverOptionsDesc = '這個模式將會自動修復損壞之 MyISAM 資料表, 如同於伺服器啟動設定加入 --myisam-recover 選項.';
425 $strMyISAMRepairThreads = '修復工作';
426 $strMyISAMRepairThreadsDesc = '如數值大於 1 , MyISAM 資料表於修復時之索引將會以同步建立.';
427 $strMyISAMSortBufferSize = '排序緩衝大小';
428 $strMyISAMSortBufferSizeDesc = '這個緩衝大小是分配給在執行修復資料表指令 (REPAIR TABLE) 、執行 CREATE INDEX 或 ALTER TABLE 指令時, 用於排序 MyISAM 索引之用';
429 $strMysqlClientVersion = 'MySQL 客戶端版本';
430 $strMySQLConnectionCollation = 'MySQL 連線校對';
431 $strMySQLCharset = 'MySQL 文字編碼';
432 $strMySQLSaid = 'MySQL 傳回: ';
433 $strMySQLShowProcess = '顯示程序 (Process)';
435 $strName = '名稱';
436 $strNext = '下一個';
437 $strNo = ' 否 ';
438 $strNoActivity = '由於已閒置了達 %s 秒, 請重新登入';
439 $strNoDatabases = '沒有資料庫';
440 $strNoDatabasesSelected = '沒有資料庫選擇.';
441 $strNoDescription = '沒有說明';
442 $strNoDetailsForEngine = '這儲存引擎並無詳細的狀態資料.';
443 $strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
444 $strNoExplain = '略過說明 SQL';
445 $strNoFilesFoundInZip = '於 ZIP 檔案內找不到任何檔案!';
446 $strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
447 $strNoIndex = '沒有已定義的索引!';
448 $strNoIndexPartsDefined = '部份索引資料還未定義!';
449 $strNoModification = '沒有變更';
450 $strNone = '不適用';
451 $strNoOptions = '這種格式並無選項';
452 $strNoPassword = '不用密碼';
453 $strNoPermission = 'Web 伺服器沒有權限儲存檔案 %s.';
454 $strNoPhp = '移除 PHP 程式碼';
455 $strNoPrivileges = '沒有權限';
456 $strNoRights = '您現在沒有足夠的權限!';
457 $strNoRowsSelected = '並無資料列已選擇';
458 $strNoSpace = '空間不足儲存檔案 %s.';
459 $strNoTablesFound = '資料庫中沒有資料表';
460 $strNoThemeSupport = '不支援款式功能, 請查看設定案及儲存款式檔案的資料夾 %s.';
461 $strNotNumber = '這不是一個數字!';
462 $strNotOK = '未能確定';
463 $strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
464 $strNoUsersFound = '找不到使用者';
465 $strNoValidateSQL = '略過檢查 SQL';
466 $strNull = 'Null';
467 $strNumberOfFields = '欄位數目';
468 $strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
469 $strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
470 $strNumTables = '個資料表';
472 $strOK = '確定';
473 $strOpenNewWindow = '開啟新 phpMyAdmin 視窗';
474 $strOperations = '管理';
475 $strOperator = '操作員';
476 $strOptimizeTable = '最佳化資料表';
477 $strOr = '或';
478 $strOverhead = '多餘';
479 $strOverwriteExisting = '覆寫已存在檔案';
481 $strPageNumber = '頁碼:';
482 $strPagesToBeFlushed = '強迫更新頁';
483 $strPaperSize = '紙張大小';
484 $strPartialImport = '部份載入';
485 $strPartialText = '顯示部份文字';
486 $strPassword = '密碼';
487 $strPasswordEmpty = '請輸入密碼!';
488 $strPasswordHashing = '密碼雜湊';
489 $strPasswordChanged = '%s 的密碼已成功更改.';
490 $strPasswordNotSame = '第二次輸入的密碼不同!';
491 $strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
492 $strPdfInvalidTblName = '資料表 "%s" 不存在!';
493 $strPdfNoTables = '沒有資料表';
494 $strPDF = 'PDF';
495 $strPDFReportTitle = '報告標題';
496 $strPerHour = '每小時';
497 $strPerMinute = '每分鐘';
498 $strPerSecond = '每秒';
499 $strPersian = '波斯語';
500 $strPhoneBook = '電話簿';
501 $strPhp = '建立 PHP 程式碼';
502 $strPHPVersion = 'PHP 版本';
503 $strPmaDocumentation = 'phpMyAdmin 說明文件';
504 $strPmaUriError = ' 必須在設定檔內設定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> !';
505 $strPolish = '波蘭語';
506 $strPortrait = '直向';
507 $strPos1 = '第一頁';
508 $strPrevious = '前一頁';
509 $strPrimaryKeyHasBeenDropped = '主鍵已被刪除';
510 $strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!';
511 $strPrimaryKeyWarning = '("PRIMARY" <b>必須</b>是主鍵的名稱以及是<b>唯一</b>一組主鍵!)';
512 $strPrimary = '主鍵 PRIMARY';
513 $strPrint = '列印';
514 $strPrintView = '列印檢視';
515 $strPrintViewFull = '列印檢視 (顯示完整文字)';
516 $strPrivDescAllPrivileges = '包括所有權限除了授權 (GRNANT).';
517 $strPrivDescAlter = '容許修改現有資料表的結構.';
518 $strPrivDescAlterRoutine = '容許修改及刪除儲存程序.';
519 $strPrivDescCreateDb = '容許建立新資料庫及資料表.';
520 $strPrivDescCreateRoutine = '容許建立儲存程序';
521 $strPrivDescCreateTbl = '容許建立新資料表.';
522 $strPrivDescCreateTmpTable = '容許建立暫時性資料表.';
523 $strPrivDescCreateUser = '容許建立、刪除及重新命名使用者戶口.';
524 $strPrivDescCreateView = '容許建立新的檢視.';
525 $strPrivDescDelete = '容許刪除記錄.';
526 $strPrivDescDropDb = '容許刪除資料庫及資料表.';
527 $strPrivDescDropTbl = '容許刪除資料表.';
528 $strPrivDescExecute = '容許 執行預先儲存之程式. 於本 MySQL 版本無效.';
529 $strPrivDescExecute5 = '容許執行儲存程序.';
530 $strPrivDescFile = '容許輸入及輸出數據到檔案.';
531 $strPrivDescGrant = '容許新增使用者及權限而無需重新讀取權限資料表.';
532 $strPrivDescIndex = '容許建立及刪除索引.';
533 $strPrivDescInsert = '容許新增及取代數據.';
534 $strPrivDescLockTables = '容許鎖上現時連線之資料表.';
535 $strPrivDescMaxConnections = '限制每小時使用者開啟新連線的數目.';
536 $strPrivDescMaxQuestions = '限制每小時使用者查詢的數目.';
537 $strPrivDescMaxUpdates = '限制每小時使用者更改資料表及數據表之指令的數目.';
538 $strPrivDescMaxUserConnections = '限制每個使用者之同步連線.';
539 $strPrivDescReferences = '於本 MySQL 版本無效.';
540 $strPrivDescReload = '容許重新讀取伺服器設定及強行更新伺服器快取記憶.';
541 $strPrivDescReplClient = '容許用戶查詢 slaves / masters 在何處.';
542 $strPrivDescReplSlave = '需要複製的 slaves.';
543 $strPrivDescSelect = '容許讀取數據.';
544 $strPrivDescShowDb = '可讀取整個資料庫清單.';
545 $strPrivDescShowView = '容許執行 SHOW CREATE VIEW 查詢.';
546 $strPrivDescShutdown = '容許停止伺服器.';
547 $strPrivDescSuper = '容許連線, 就算超過了最大連線限制; 用於最高系統管理如設定整體權限或中止其他使用者指令.';
548 $strPrivDescUpdate = '容許更新數據.';
549 $strPrivDescUsage = '沒有權限.';
550 $strPrivileges = '權限';
551 $strPrivilegesReloaded = '權限已成功重新讀取.';
552 $strProcesses = '處理';
553 $strProcesslist = '系統執行清單';
554 $strProtocolVersion = '通訊協定版本';
555 $strPutColNames = '將欄位名稱放在首行';
557 $strQBEDel = '移除';
558 $strQBEIns = '新增';
559 $strQBE = '依範例查詢 (QBE)';
560 $strQueryCache = '查詢快取';
561 $strQueryFrame = '查詢視窗';
562 $strQueryOnDb = '在資料庫 <b>%s</b> 執行 SQL 語法:';
563 $strQueryResultsOperations = '查詢結果操作';
564 $strQuerySQLHistory = 'SQL 歷程';
565 $strQueryStatistics = '<b>查詣統計</b>: 當統計啟動後, 共有 %s 個查詢傳送到此伺服器.';
566 $strQueryTime = '查詢需時 %01.4f 秒';
567 $strQueryType = '查詢方式';
568 $strQueryWindowLock = '不要將這語法覆蓋到本視窗外的SQL語法';
570 $strReadRequests = '讀取要求';
571 $strReceived = '接收';
572 $strRecords = '記錄';
573 $strReferentialIntegrity = '檢查指示完整性:';
574 $strRefresh = '更新';
575 $strRelationalSchema = '關聯概要';
576 $strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.';
577 $strRelations = '關聯';
578 $strRelationsForTable = 'RELATIONS FOR TABLE';
579 $strRelationView = '關聯檢視';
580 $strReloadingThePrivileges = '重新讀取權限';
581 $strRemoveSelectedUsers = '移除已選擇使用者';
582 $strRenameDatabaseOK = '資料庫 %s 已更改名稱為 %s';
583 $strRenameTable = '將資料表改名為';
584 $strRenameTableOK = '已經將資料表 %s 改名成 %s';
585 $strRepairTable = '修復資料表';
586 $strReplaceNULLBy = '將 NULL 取代為';
587 $strReplaceTable = '以檔案取代資料表資料';
588 $strReplication = '複製';
589 $strReset = '重置';
590 $strResourceLimits = '資源限制';
591 $strReType = '確認密碼';
592 $strRevoke = '移除';
593 $strRevokeAndDelete = '廢除使用者所有有效之權限並刪除.';
594 $strRevokeAndDeleteDescr = '使用者仍然有 USAGE 權限直至權限資料表更新讀取.';
595 $strRevokeMessage = '您已移除這位使用者的權限: %s';
596 $strRomanian = '羅馬尼亞語';
597 $strRowLength = '資料列長度';
598 $strRows = '資料列列數';
599 $strRowsFrom = '筆記錄,開始列數:';
600 $strRowSize = '資料列大小';
601 $strRowsModeFlippedHorizontal = '垂直 (旋轉標題)';
602 $strRowsModeHorizontal = '水平';
603 $strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
604 $strRowsModeVertical = '垂直';
605 $strRowsStatistic = '資料列統計數值';
606 $strRunning = '在 %s 執行';
607 $strRunQuery = '執行語法';
608 $strRunSQLQueryOnServer = '於伺服器 %s 執行 SQL 語法';
609 $strRunSQLQuery = '在資料庫 %s 執行以下指令';
610 $strRussian = '俄語';
612 $strSave = '儲存';
613 $strSaveOnServer = '儲存到伺服器於 %s 目錄';
614 $strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
615 $strSearch = '搜索';
616 $strSearchFormTitle = '搜索資料庫';
617 $strSearchInTables = '於以下資料表:';
618 $strSearchNeedle = '尋找之文字或數值 (萬用字元: "%"):';
619 $strSearchOption1 = '任何一組文字';
620 $strSearchOption2 = '所有文字';
621 $strSearchOption3 = '完整詞語';
622 $strSearchOption4 = '以規則表示法 (regular expression) 搜索';
623 $strSearchResultsFor = '搜索 "<i>%s</i>" 的結果 %s:';
624 $strSearchType = '尋找:';
625 $strSecretRequired = '設定檔案現在需要密碼 (passphrase) (blowfish_secret).';
626 $strSelectADb = '請選擇資料庫';
627 $strSelectAll = '全選';
628 $strSelectBinaryLog = '選擇檢視二進制記錄';
629 $strSelectFields = '選擇欄位 (至少一個)';
630 $strSelectNumRows = '查詢中';
631 $strSelectTables = '選擇資料表';
632 $strSend = '下載儲存';
633 $strSent = '送出';
634 $strServer = '伺服器';
635 $strServerChoice = '選擇伺服器';
636 $strServerNotResponding = '伺服器並無回應';
637 $strServerStatus = '運行資訊';
638 $strServerStatusDelayedInserts = '延遲插入';
639 $strServerStatusUptime = '這 MySQL 伺服器已啟動了 %s. 伺服器於 %s 啟動.';
640 $strServerTabVariables = '資訊';
641 $strServerTrafficNotes = '<b>伺服器流量</b>: 這些表顯示了此 MySQL 伺服器自啟動以來的網絡流量統計。';
642 $strServerVars = '伺服器資訊及設定';
643 $strServerVersion = '伺服器版本';
644 $strSessionValue = '程序數值';
645 $strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...<br />如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
646 $strSetupExport_asfile_name = '下載儲存';
647 $strSetupExport_compression_name = '壓縮';
648 $strSetupExport_format_name = '格式';
649 $strSetupExport_onserver_overwrite_name = '覆寫已存在檔案';
650 $strSetupForm_Left_databases = '資料庫';
651 $strSetupForm_Left_tables = '個資料表';
652 $strSetupForm_Query_window = '查詢視窗';
653 $strSetupImport_format_name = '載入檔案格式';
654 $strSetupSQLQuery_Edit_name = '編輯';
655 $strSetupSQLQuery_Explain_name = '說明 SQL';
656 $strSetupSQLQuery_Refresh_name = '更新';
657 $strSetupSQLQuery_ShowAsPHP_name = '建立 PHP 程式碼';
658 $strShow = '顯示';
659 $strShowAll = '顯示全部';
660 $strShowColor = '顯示顏色';
661 $strShowDatadictAs = '數據字典格式';
662 $strShowFullQueries = '顯示完整查詢';
663 $strShowGrid = '顯示框格';
664 $strShowingBookmark = '顯示書籤';
665 $strShowingRecords = '顯示記錄';
666 $strShowOpenTables = '顯示開啟資料表';
667 $strShowPHPInfo = '顯示 PHP 資訊';
668 $strShowSlaveHosts = '顯示 slave 主機';
669 $strShowSlaveStatus = '顯示 slave 狀態';
670 $strShowStatusReset = '重設';
671 $strShowTableDimension = '顯示表格大小';
672 $strShowTables = '顯示資料表';
673 $strShowThisQuery = '重新顯示 SQL 語法 ';
674 $strSimplifiedChinese = '簡體中文';
675 $strSingly = '(只會排序現時的記錄)';
676 $strSize = '大小';
677 $strSkipQueries = '開始時略過多少行記錄 (語法)';
678 $strSlovak = '斯洛伐克語';
679 $strSlovenian = '斯洛文尼亞語';
680 $strSocketProblem = '( 或者本機 MySQL 伺服器之 socket 並未正確設定)';
681 $strSort = '排序';
682 $strSortByKey = '依鍵名排序';
683 $strSorting = '排序';
684 $strSpaceUsage = '已使用空間';
685 $strSpanish = '西班牙語';
686 $strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
687 $strSQLCompatibility = 'SQL 兼容模式';
688 $strSQLExportType = '輸出方式';
689 $strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
690 $strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
691 $strSQLQuery = 'SQL 語法';
692 $strSQLResult = 'SQL 查詢結果';
693 $strSQL = 'SQL';
694 $strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
695 $strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
696 $strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
697 $strStatCreateTime = '建立';
698 $strStatement = '敘述';
699 $strStatCheckTime = '最後檢查';
700 $strStatisticsOverrun = '於較繁忙的伺服器, 計算器可能會溢出, 令 MySQL 伺服器提供之統計有誤差.';
701 $strStatUpdateTime = '最後更新';
702 $strStatus = '狀態';
703 $strStorageEngine = '儲存引擎';
704 $strStorageEngines = '儲存引擎';
705 $strStrucCSV = 'CSV 資料';
706 $strStrucData = '結構與資料';
707 $strStrucExcelCSV = 'MS Excel 的 CSV 格式';
708 $strStrucOnly = '只有結構';
709 $strStructPropose = '分析資料表結構';
710 $strStructure = '結構';
711 $strSubmit = '送出';
712 $strSuccess = '您的SQL語法已順利執行';
713 $strSum = '總計';
714 $strSwedish = '瑞典語';
715 $strSwitchToDatabase = '轉移到複製之資料庫';
716 $strSwitchToTable = '跳到已複製之資料表';
718 $strTable = '資料表';
719 $strTableAlreadyExists = '資料表 %s 已存在!';
720 $strTableComments = '資料表註解文字';
721 $strTableEmpty = '請輸入資料表名稱!';
722 $strTableHasBeenDropped = '資料表 %s 已被刪除';
723 $strTableHasBeenEmptied = '資料表 %s 已被清空';
724 $strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
725 $strTableMaintenance = '資料表維護';
726 $strTableOfContents = '目錄';
727 $strTableOptions = '資料表選項';
728 $strTables = '%s 資料表';
729 $strTableStructure = '資料表格式:';
730 $strTakeIt = '選用';
731 $strTblPrivileges = '指定資料表權限';
732 $strTempData = '暫存資料';
733 $strTextAreaLength = ' 由於長度限制<br /> 此欄位不能編輯 ';
734 $strThai = '泰語';
735 $strTheme = '款式';
736 $strThemeDefaultNotFound = '找不到預設佈景主題 %s !';
737 $strThemeNoPreviewAvailable = '並無預覽.';
738 $strThemeNotFound = '找不到佈景主題 %s !';
739 $strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!';
740 $strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!';
741 $strThisHost = '指定主機';
742 $strThreads = '線程';
743 $strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
744 $strTime = '時間';
745 $strToggleScratchboard = '轉換便條';
746 $strTotal = '總計';
747 $strTotalUC = '總共';
748 $strTraditionalChinese = '繁體中文';
749 $strTraditionalSpanish = '傳統西班牙語';
750 $strTraffic = '流量';
751 $strTransactionCoordinator = '交易協調器';
752 $strTransformation_application_octetstream__download = '於欄位顯示連線來下載二進制資料. 第一個選項是二進制的檔案名稱. 第二個選項可設定可用的欄位名稱用作檔案名稱. 如您設定了第二個選項, 第一個選項無需設定';
753 $strTransformation_application_octetstream__hex = '以十六進制方式顯示.';
754 $strTransformation_image_jpeg__inline = '顯示可按式圖像; 選項; 寬度,高度[以像素為單位] (保時原有比例)';
755 $strTransformation_image_jpeg__link = '顯示圖像的連線 (直接下載).';
756 $strTransformation_image_png__inline = '參看 image/jpeg: 內建';
757 $strTransformation_text_plain__external = '只限於 LINUX : 執行外部程式及將內容以標準輸入模式輸入. 輸出程式之標準輸出. 預設是整齊的, 方便顯示 HTML 碼. 由於保安理由, 您需要自行編輯 libraries/transformations/text_plain__external.inc.php 及加入需要使用工具作為執行. 第一個選項為有多少個程式需要使用, 第二個選項為這式程式的參數, 第三個選項, 如設定為 1 將會使用 htmlspecialchars() 轉換輸出 (預設: 1). 第四個選項, 如設定為 1 將會加入 NOWRAP 於內容的表格內, 令輸出之所有內容都不會重新排位 (預設: 1)';
758 $strTransformation_text_plain__formatted = '保存原本內容之格式. 不進行任何 Escaping 處理.';
759 $strTransformation_text_plain__imagelink = '顯示圖像及連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二個選項是寬度的像素,第三個選項是高度的像素.';
760 $strTransformation_text_plain__link = '顯示連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二選項是連結的標題.';
761 $strTransformation_text_plain__sql = '格式化文字為 SQL 查詢及特出語法.';
762 $strTransformation_text_plain__substr = '只顯示部份的字串. 第一個選項為字串開始輸出的位置 (offset) (預設: 0). 第二個選項為多少個字串輸出. 留空為輸出餘下所有字串. 第三個選項為當部份字串取回後顯示什麼字串於結尾 (預設: ...) .';
763 $strTruncateQueries = '刪除已顯示查詢';
764 $strTurkish = '土耳其語';
765 $strType = '型態';
767 $strUkrainian = '烏克蘭語';
768 $strUncheckAll = '全部取消';
769 $strUnicode = '統一碼 (Unicode)';
770 $strUnique = '唯一鍵 UNIQUE';
771 $strUnknown = '不詳';
772 $strUnselectAll = '全部取消';
773 $strUpdatePrivMessage = '您已經更新了 %s 的權限.';
774 $strUpdateProfileMessage = '資料己經更新.';
775 $strUpdateQuery = '更新語法';
776 $strUpdComTab = '請參看說明文件查詢如何更新 Column_comments 資料表';
777 $strUpgrade = '您應該更新到 %s %s 或之後.';
778 $strUploadLimit = '你正嘗試上載大容量檔案,請查看此 %s文件%s 如何略過此限制.';
779 $strUsage = '使用';
780 $strUseBackquotes = '在資料表及欄位使用引號';
781 $strUseHostTable = '使用主機資料表';
782 $strUser = '使用者';
783 $strUserAlreadyExists = '使用者 %s 己存在!';
784 $strUserEmpty = '請輸入使用者名稱!';
785 $strUserName = '使用者名稱';
786 $strUserNotFound = '選擇的使用者在權限資料表內找不到.';
787 $strUserOverview = '使用者一覽';
788 $strUsersDeleted = '選擇的使用者已成功刪除.';
789 $strUsersHavingAccessToDb = '可讀取 &quot;%s&quot; 之使用者';
790 $strUseTabKey = '按 TAB 鍵跳到下一個數值, 或 CTRL+方向鍵 作隨意移動';
791 $strUseTables = '使用資料表';
792 $strUseTextField = '文字輸入';
793 $strUseThisValue = '使用此值';
795 $strValidateSQL = '檢查 SQL';
796 $strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。';
797 $strValue = '值';
798 $strVar = '資訊';
799 $strVersionInformation = '版本資訊';
800 $strView = '檢視';
801 $strViewDumpDatabases = '顯示資料庫概要 (schema)';
802 $strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
803 $strViewDump = '檢視資料表的備份概要 (dump schema)';
804 $strViewHasBeenDropped = '檢視 %s 己被刪除.';
806 $strWebServerUploadDirectoryError = '設定之上載目錄錯誤,未能使用';
807 $strWebServerUploadDirectory = 'Web 伺服器上載目錄';
808 $strWelcome = '歡迎使用 %s';
809 $strWestEuropean = '西歐語文';
810 $strWildcard = '萬用字元';
811 $strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新';
812 $strWithChecked = '選擇的資料表:';
813 $strWriteRequests = '寫入要求';
814 $strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
816 $strXML = 'XML';
818 $strYes = ' 是 ';
820 $strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
821 $strZip = '"zipped"';
823 // To translate:
824 $strActions = 'Actions'; //to translate
825 $strAddClause = 'Add %s'; //to translate
826 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
827 $strAnalyze = 'Analyze'; //to translate
828 $strAndSmall = 'and'; //to translate
829 $strAngularLinks = 'Angular links'; //to translate
830 $strApplyChanges = 'Apply Selected Changes'; //to translate
831 $strAsDefined = 'As defined:'; //to translate
833 $strBLOBRepository = 'BLOB Repository'; //to translate
834 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
835 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
836 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
837 $strBLOBRepositoryDisable = 'Disable'; //to translate
838 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
839 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
840 $strBLOBRepositoryEnable = 'Enable'; //to translate
841 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
842 $strBLOBRepositoryRepair = 'Repair'; //to translate
843 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
845 $strCancel = 'Cancel'; //to translate
846 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
847 $strClickToSelect = 'Click to select'; //to translate
848 $strClickToUnselect = 'Click to unselect'; //to translate
849 $strComment = 'Comment'; //to translate
850 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
851 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
852 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
853 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
854 $strCreateRelation = 'Create relation'; //to translate
855 $strCreateTable = 'Create table'; //to translate
856 $strCreateUserDatabase = 'Database for user'; //to translate
857 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
858 $strCreateUserDatabaseNone = 'None'; //to translate
859 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
860 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
861 $strCurrentServer = 'Current server'; //to translate
862 $strCustomColor = 'Custom color'; //to translate
863 $strCheck = 'Check'; //to translate
865 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
866 $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
867 $strDatabase_src = 'Source database'; //to translate
868 $strDatabase_trg = 'Target database'; //to translate
869 $strDataDiff = 'Data Difference'; //to translate
870 $strDataSyn = 'Data Synchronization'; //to translate
871 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
872 $strDeleteRelation = 'Delete relation'; //to translate
873 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
874 $strDelimiter = 'Delimiter'; //to translate
875 $strDesigner = 'Designer'; //to translate
876 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
877 $strDetails = 'Details...'; //to translate
878 $strDifference = 'Difference'; //to translate
879 $strDirectLinks = 'Direct links'; //to translate
880 $strDocSQL = 'DocSQL'; //to translate
881 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
882 $strDownloadFile = 'Download file'; //to translate
883 $strDumpAllRows = 'Dump all rows'; //to translate
885 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
886 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
887 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
888 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
889 $strEvent = 'Event'; //to translate
890 $strEvents = 'Events'; //to translate
891 $strExportImportToScale = 'Export/Import to scale'; //to translate
892 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
894 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
895 $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
896 $strFiles = 'Files'; //to translate
897 $strFontSize = 'Font size'; //to translate
898 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
899 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
900 $strFullStart = 'Full start'; //to translate
901 $strFullStop = 'Full stop'; //to translate
902 $strFunctions = 'Functions'; //to translate
904 $strGetMoreThemes = 'Get more themes!'; //to translate
905 $strGoToDatabase = 'Go to database'; //to translate
906 $strGoToTable = 'Go to table'; //to translate
907 $strGoToView = 'Go to view'; //to translate
909 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
910 $strHelp = 'Help'; //to translate
911 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
912 $strHide = 'Hide'; //to translate
913 $strHideShowAll = 'Hide/Show all'; //to translate
914 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
915 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
917 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
918 $strImportColNames = 'Column names in first row'; //to translate
919 $strImportEmptyRows = 'Do not import empty rows'; //to translate
920 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
921 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
922 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
923 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
924 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
925 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
926 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
927 $strImportODS = 'Open Document Spreadsheet'; //to translate
928 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
929 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
930 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
931 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
932 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
933 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
934 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
935 $strInterface = 'Interface'; //to translate
936 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
937 $strInternalRelationAdded = 'Internal relation added'; //to translate
938 $strInvalidDatabase = 'Invalid database'; //to translate
939 $strInvalidTableName = 'Invalid table name'; //to translate
941 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
943 $strLanguage = 'Language'; //to translate
944 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
945 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
947 $strMediaWiki = 'MediaWiki Table'; //to translate
948 $strMoveMenu = 'Move Menu'; //to translate
949 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
951 $strNavTableFilter = 'Filter'; //to translate
952 $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
953 $strNoneDefault = 'None'; //to translate
954 $strNotPresent = 'not present'; //to translate
955 $strNumberOfTables = 'Number of tables'; //to translate
957 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
958 $strOpenDocumentText = 'Open Document Text'; //to translate
959 $strOptimize = 'Optimize'; //to translate
960 $strOptions = 'Options'; //to translate
962 $strPacked = 'Packed'; //to translate
963 $strPartitionDefinition = 'PARTITION definition'; //to translate
964 $strPartitioned = 'partitioned'; //to translate
965 $strPartitionMaintenance = 'Partition maintenance'; //to translate
966 $strPartition = 'Partition %s'; //to translate
967 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
968 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
969 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
970 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
971 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
972 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
973 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
974 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
975 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
976 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
977 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
978 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
979 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
980 $strPBXTLogCacheSize = 'Log cache size'; //to translate
981 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
982 $strPBXTLogFileCount = 'Log file count'; //to translate
983 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
984 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
985 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
986 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
987 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
988 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
989 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
990 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
991 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
992 $strPhpArray = 'PHP array'; //to translate
993 $strPHPExtension = 'PHP extension'; //to translate
994 $strPlayAudio = 'Play audio'; //to translate
995 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
996 $strPort = 'Port'; //to translate
997 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
998 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
999 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1000 $strProcedures = 'Procedures'; //to translate
1001 $strProfiling = 'Profiling'; //to translate
1003 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
1005 $strRebuild = 'Rebuild'; //to translate
1006 $strRecommended = 'recommended'; //to translate
1007 $strRelationalDisplayField = 'Relational display field'; //to translate
1008 $strRelationalKey = 'Relational key'; //to translate
1009 $strRelationDeleted = 'Relation deleted'; //to translate
1010 $strReloadPrivileges = '重新讀取權限'; //to translate
1011 $strReload = 'Reload'; //to translate
1012 $strRemoteServer = 'Remote server'; //to translate
1013 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1014 $strRemovePartitioning = 'Remove partitioning'; //to translate
1015 $strRepair = 'Repair'; //to translate
1016 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1017 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1018 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1019 $strReplicationControlSlave = 'Control slave:'; //to translate
1020 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1021 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1022 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1023 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1024 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1025 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1026 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1027 $strReplicationMaster = 'Master replication'; //to translate
1028 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1029 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1030 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1031 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1032 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1033 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1034 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1035 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1036 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1037 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1038 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1039 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1040 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate
1041 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1042 $strReplicationSlaveReset = 'Reset slave'; //to translate
1043 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1044 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1045 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1046 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1047 $strReplicationSlave = 'Slave replication'; //to translate
1048 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1049 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1050 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1051 $strReplicationStatus_master = 'Master status'; //to translate
1052 $strReplicationStatus = 'Replication status'; //to translate
1053 $strReplicationStatus_slave = 'Slave status'; //to translate
1054 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1055 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1056 $strReplicationUnknownError = 'Unknown error'; //to translate
1057 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1058 $strRoutineReturnType = 'Return type'; //to translate
1059 $strRoutines = 'Routines'; //to translate
1060 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1061 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1062 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1064 $strSavePosition = 'Save position'; //to translate
1065 $strSearchInField = 'Inside field:'; //to translate
1066 $strSelectForeignKey = 'Select Foreign Key'; //to translate
1067 $strSelectReferencedKey = 'Select referenced key'; //to translate
1068 $strServers = 'Servers'; //to translate
1069 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1070 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1071 $strSettings = 'settings'; //to translate
1072 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1073 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1074 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1075 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1076 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1077 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1078 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1079 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1080 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1081 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1082 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1083 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1084 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1085 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1086 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1087 $strSetupBZipDump_name = 'Bzip2'; //to translate
1088 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1089 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1090 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1091 $strSetupClear = 'Clear'; //to translate
1092 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1093 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1094 $strSetupConfigurationFile = 'Configuration file'; //to translate
1095 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1096 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1097 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1098 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1099 $strSetupDefaultLanguage = 'Default language'; //to translate
1100 $strSetupDefaultServer = 'Default server'; //to translate
1101 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1102 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1103 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1104 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1105 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1106 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1107 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1108 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1109 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1110 $strSetupDisplay = 'Display'; //to translate
1111 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1112 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1113 $strSetupDonateLink = 'Donate'; //to translate
1114 $strSetupDownload = 'Download'; //to translate
1115 $strSetupEndOfLine = 'End of line'; //to translate
1116 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1117 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1118 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1119 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1120 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1121 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1122 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1123 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1124 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1125 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1126 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1127 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1128 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1129 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1130 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1131 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1132 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1133 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1134 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1135 $strSetupExport_onserver_name = 'Save on server'; //to translate
1136 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1137 $strSetupFalse = 'no'; //to translate
1138 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1139 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1140 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1141 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1142 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1143 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1144 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1145 $strSetupForm_Browse = 'Browse mode'; //to translate
1146 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1147 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1148 $strSetupForm_Edit = 'Edit mode'; //to translate
1149 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1150 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1151 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1152 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1153 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1154 $strSetupForm_Import_export = 'Import / export'; //to translate
1155 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1156 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1157 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1158 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1159 $strSetupForm_Left_servers = 'Servers'; //to translate
1160 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1161 $strSetupForm_Main_frame = 'Main frame'; //to translate
1162 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1163 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1164 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1165 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1166 $strSetupForm_Security = 'Security'; //to translate
1167 $strSetupForm_Server = 'Basic settings'; //to translate
1168 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1169 $strSetupForm_Server_config = 'Server configuration'; //to translate
1170 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1171 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1172 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1173 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1174 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1175 $strSetupFormset_customization = 'Customization'; //to translate
1176 $strSetupFormset_export = 'Customize export options'; //to translate
1177 $strSetupFormset_features = 'Features'; //to translate
1178 $strSetupFormset_import = 'Customize import defaults'; //to translate
1179 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1180 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1181 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1182 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1183 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1184 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1185 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1186 $strSetupForm_Startup = 'Startup'; //to translate
1187 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1188 $strSetupForm_Tabs = 'Tabs'; //to translate
1189 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1190 $strSetupGZipDump_name = 'GZip'; //to translate
1191 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1192 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1193 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1194 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1195 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1196 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1197 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1198 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1199 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1200 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1201 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1202 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1203 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1204 $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
1205 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1206 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1207 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1208 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1209 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1210 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1211 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1212 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1213 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1214 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1215 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1216 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1217 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1218 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1219 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1220 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1221 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1222 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1223 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1224 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1225 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1226 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1227 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1228 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1229 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1230 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1231 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1232 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1233 $strSetupLetUserChoose = 'let the user choose'; //to translate
1234 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1235 $strSetupLightTabs_name = 'Light tabs'; //to translate
1236 $strSetupLoad = 'Load'; //to translate
1237 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1238 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1239 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1240 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1241 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1242 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1243 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1244 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1245 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1246 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1247 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1248 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1249 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1250 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1251 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1252 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1253 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1254 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1255 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1256 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1257 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1258 $strSetupNewServer = 'New server'; //to translate
1259 $strSetupNoServers = 'There are no configured servers'; //to translate
1260 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1261 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1262 $strSetupOptionNone = '- none -'; //to translate
1263 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1264 $strSetupOrder_name = 'Default sorting order'; //to translate
1265 $strSetupOverview = 'Overview'; //to translate
1266 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1267 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1268 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1269 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1270 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1271 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1272 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1273 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1274 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1275 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1276 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1277 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1278 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1279 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1280 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1281 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1282 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1283 $strSetupSaveDir_name = 'Save directory'; //to translate
1284 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1285 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1286 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1287 $strSetupServersAdd = 'Add a new server'; //to translate
1288 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1289 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1290 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1291 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1292 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1293 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1294 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1295 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1296 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1297 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1298 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1299 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1300 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1301 $strSetupServers_column_info_name = 'Column information table'; //to translate
1302 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1303 $strSetupServers_compress_name = 'Compress connection'; //to translate
1304 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1305 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1306 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1307 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1308 $strSetupServers_controluser_name = 'Control user'; //to translate
1309 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1310 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1311 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1312 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1313 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1314 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1315 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1316 $strSetupServersEdit = 'Edit server'; //to translate
1317 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1318 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1319 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1320 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1321 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1322 $strSetupServers_history_name = 'SQL query history table'; //to translate
1323 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1324 $strSetupServers_host_name = 'Server hostname'; //to translate
1325 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1326 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1327 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1328 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1329 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1330 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1331 $strSetupServers_password_name = 'Password for config auth'; //to translate
1332 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1333 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1334 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1335 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1336 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1337 $strSetupServers_port_name = 'Server port'; //to translate
1338 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1339 $strSetupServers_relation_name = 'Relation table'; //to translate
1340 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1341 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1342 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1343 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1344 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1345 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1346 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1347 $strSetupServers_socket_name = 'Server socket'; //to translate
1348 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1349 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1350 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1351 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1352 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1353 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1354 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1355 $strSetupServers_user_name = 'User for config auth'; //to translate
1356 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1357 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1358 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1359 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1360 $strSetupSetValue = 'Set value: %s'; //to translate
1361 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1362 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1363 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1364 $strSetupShowForm = 'Show form'; //to translate
1365 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1366 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1367 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1368 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1369 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1370 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1371 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1372 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1373 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1374 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1375 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1376 $strSetupShowStats_name = 'Show statistics'; //to translate
1377 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1378 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1379 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1380 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1381 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1382 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1383 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1384 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1385 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1386 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1387 $strSetupTrue = 'yes'; //to translate
1388 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1389 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1390 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1391 $strSetupUploadDir_name = 'Upload directory'; //to translate
1392 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1393 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1394 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1395 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1396 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1397 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1398 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1399 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1400 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1401 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1402 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1403 $strSetupVersionCheck = 'Version check'; //to translate
1404 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1405 $strSetupWarning = 'Warning'; //to translate
1406 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1407 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1408 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1409 $strSetupZipDump_name = 'ZIP'; //to translate
1410 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1411 $strShowBinaryContents = 'Show binary contents'; //to translate
1412 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1413 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1414 $strShowingPhp = 'Showing as PHP code'; //to translate
1415 $strShowingSQL = 'Showing SQL query'; //to translate
1416 $strShowKeys = 'Only show keys'; //to translate
1417 $strShowMasterStatus = 'Show master status'; //to translate
1418 $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
1419 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
1420 $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
1421 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
1422 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
1423 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
1424 $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
1425 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
1426 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
1427 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
1428 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
1429 $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
1430 $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
1431 $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
1432 $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
1433 $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
1434 $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
1435 $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
1436 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
1437 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
1438 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
1439 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
1440 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
1441 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
1442 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
1443 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
1444 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
1445 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
1446 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
1447 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
1448 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
1449 $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
1450 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
1451 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
1452 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
1453 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
1454 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
1455 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
1456 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
1457 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
1458 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
1459 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
1460 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
1461 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
1462 $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
1463 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
1464 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
1465 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
1466 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
1467 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
1468 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
1469 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
1470 $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
1471 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
1472 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
1473 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
1474 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
1475 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
1476 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
1477 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
1478 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
1479 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
1480 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
1481 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
1482 $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
1483 $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
1484 $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
1485 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
1486 $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
1487 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
1488 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
1489 $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
1490 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
1491 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
1492 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
1493 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
1494 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
1495 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
1496 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
1497 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
1498 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
1499 $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
1500 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
1501 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
1502 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
1503 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
1504 $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
1505 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
1506 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
1507 $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
1508 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
1509 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
1510 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
1511 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
1512 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
1513 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
1514 $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
1515 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
1516 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
1517 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
1518 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
1519 $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
1520 $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
1521 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
1522 $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
1523 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
1524 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1525 $strSmallBigAll = 'Small/Big All'; //to translate
1526 $strSnapToGrid = 'Snap to grid'; //to translate
1527 $strSocket = 'Socket'; //to translate
1528 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1529 $strStart = 'Start'; //to translate
1530 $strStatic = 'static'; //to translate
1531 $strStop = 'Stop'; //to translate
1532 $strStructureDiff = 'Structure Difference' ; //to translate
1533 $strStructureForView = 'Structure for view'; //to translate
1534 $strStructureLC = 'structure'; //to translate
1535 $strStructureSyn = 'Structure Synchronization'; //to translate
1536 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1537 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1538 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1539 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1540 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1541 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1542 $strSynchronizeDb = 'Synchronize Databases'; //to translate
1543 $strSynchronize = 'Synchronize'; //to translate
1545 $strTableAddColumn = 'Add column(s)'; //to translate
1546 $strTableAlterColumn = 'Alter column(s)'; //to translate
1547 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1548 $strTableAlterIndex = 'Alter index(s)'; //to translate
1549 $strTableApplyIndex = 'Apply index(s)'; //to translate
1550 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1551 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1552 $strTableInsertRow = 'Insert row(s)'; //to translate
1553 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
1554 $strTableName = 'Table name'; //to translate
1555 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1556 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1557 $strTableUpdateRow = 'Update row(s)'; //to translate
1558 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1559 $strTexyText = 'Texy! text'; //to translate
1560 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
1561 $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
1562 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
1563 $strToFromPage = 'to/from page'; //to translate
1564 $strToggleSmallBig = 'Toggle small/big'; //to translate
1565 $strToSelectRelation = 'To select relation, click :'; //to translate
1566 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1567 $strTrackingActivateNow = 'Activate now'; //to translate
1568 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1569 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1570 $strTrackingCreateVersion = 'Create version'; //to translate
1571 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1572 $strTrackingDatabaseLog = 'Database Log'; //to translate
1573 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1574 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1575 $strTrackingDate = 'Date'; //to translate
1576 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1577 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1578 $strTrackingExportAs = 'Export as %s'; //to translate
1579 $strTrackingIsActive = 'Tracking is active.'; //to translate
1580 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1581 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1582 $strTrackingReportClose = 'Close'; //to translate
1583 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1584 $strTrackingReport = 'Tracking report'; //to translate
1585 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1586 $strTrackingShowVersions = 'Show versions'; //to translate
1587 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1588 $strTrackingSQLDump = 'SQL dump'; //to translate
1589 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1590 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1591 $strTrackingSQLExecution = 'SQL execution'; //to translate
1592 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1593 $strTrackingStatements = 'Tracking statements'; //to translate
1594 $strTrackingStatusActive = 'active'; //to translate
1595 $strTrackingStatusNotActive = 'not active'; //to translate
1596 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1597 $strTrackingThCreated = 'Created'; //to translate
1598 $strTrackingThLastVersion = 'Last version'; //to translate
1599 $strTrackingThUpdated = 'Updated'; //to translate
1600 $strTrackingThVersion = 'Version'; //to translate
1601 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1602 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1603 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1604 $strTracking = 'Tracking'; //to translate
1605 $strTrackingTrackTable = 'Track table'; //to translate
1606 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1607 $strTrackingUsername = 'Username'; //to translate
1608 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1609 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1610 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1611 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1612 $strTrackingVersions = 'Versions'; //to translate
1613 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1614 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
1615 $strTriggers = 'Triggers'; //to translate
1617 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
1618 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1619 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1620 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1621 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1622 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1623 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1624 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1625 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
1627 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1628 $strViewImage = 'View image'; //to translate
1629 $strViewName = 'VIEW name'; //to translate
1630 $strViewVideo = 'View video'; //to translate
1632 $strWebServer = 'Web server'; //to translate
1633 $strWiki = 'Wiki'; //to translate
1635 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1636 $strXMLExportContents = 'Export contents'; //to translate
1637 $strXMLExportFunctions = 'Export functions'; //to translate
1638 $strXMLExportProcedures = 'Export procedures'; //to translate
1639 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1640 $strXMLExportTables = 'Export tables'; //to translate
1641 $strXMLExportTriggers = 'Export triggers'; //to translate
1642 $strXMLExportViews = 'Export views'; //to translate