do not try to display a tab that was not built
[phpmyadmin/madhuracj.git] / lang / chinese_traditional-utf-8.inc.php
blob0e35c96e415e8a631bf6ccf95772b4eb01eb78e2
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 $strAfter = '在 %s 之後';
47 $strAfterInsertBack = '返回';
48 $strAfterInsertNewInsert = '新增一筆記錄';
49 $strAfterInsertNext = '編輯新一列';
50 $strAfterInsertSame = '返回這頁';
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 $strCantLoad = '無法讀取 %s 模組,<br />請檢查 PHP 設定';
110 $strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.';
111 $strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!';
112 $strCantUseRecodeIconv = '當文編碼模組讀取後,未能使用 iconv, libiconv 或 recode_string 功能. 請檢查您的 php 設定.';
113 $strCardinality = '組別';
114 $strCaseInsensitive = '大小寫不相符';
115 $strCaseSensitive = '大小寫相符';
116 $strCentralEuropean = '中歐語';
117 $strChange = '修改';
118 $strChangeCopyMode = '建立新使用者及使用相同之權限, 及 ...';
119 $strChangeCopyModeCopy = '... 保留舊使用者.';
120 $strChangeCopyModeDeleteAndReload = ' ... 刪除舊使用者及重新讀取權限資料表.';
121 $strChangeCopyModeJustDelete = ' ... 刪除舊使用者.';
122 $strChangeCopyModeRevoke = ' ... 廢除所有舊使用者有效之權限並刪除.';
123 $strChangeCopyUser = '更改登入資訊 / 複製使用者';
124 $strChangeDisplay = '選擇顯示之欄位';
125 $strChangePassword = '更改密碼';
126 $strCharset = '文字編碼 (Charset)';
127 $strCharsetOfFile = '文字編碼檔案:';
128 $strCharsets = '文字編碼';
129 $strCharsetsAndCollations = '文字編碼及校對';
130 $strCheckAll = '全選';
131 $strCheckOverhead = '檢查額外記錄 (overhead)'; // nor sure yet.
132 $strCheckPrivs = '查詢權限';
133 $strCheckPrivsLong = '查詢資料庫 &quot;%s&quot; 之權限.';
134 $strCheckTable = '檢查資料表';
135 $strChoosePage = '請選擇需要編輯的頁碼';
136 $strColComFeat = '顯示欄位註解';
137 $strCollation = '校對';
138 $strColumnNames = '欄位名稱';
139 $strColumnPrivileges = '指定欄位權限';
140 $strCommand = '指令';
141 $strComments = '註解';
142 $strCompatibleHashing = 'MySQL&nbsp;4.0 相容';
143 $strCompleteInserts = '使用完整新增指令';
144 $strCompression = '壓縮';
145 $strCompressionWillBeDetected = '載入檔案壓縮會自動檢查: %s';
146 $strConfigDefaultFileError = '無法讀取預設設定: "%1$s"';
147 $strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.<br />請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.<br />如果按下連結後出現空白頁, 即代表沒有任何問題.';
148 $strConfigureTableCoord = '請設定表格 %s 內的坐標';
149 $strConnectionError = '無法連線: 錯誤設定.';
150 $strConnections = '連線';
151 $strConstraintsForDumped = '備份資料表限制';
152 $strConstraintsForTable = '資料表限制';
153 $strCookiesRequired = 'Cookies 必須啟動才能登入.';
154 $strCopy = '複製';
155 $strCopyDatabaseOK = '資料庫 %s 已複製到 %s';
156 $strCopyTable = '複製資料表到: (格式為 資料庫名稱<b>.</b>資料表名稱):';
157 $strCopyTableOK = '已經將資料表 %s 複製為 %s.';
158 $strCopyTableSameNames = '無法複製到相同資料表!';
159 $strCouldNotKill = 'phpMyAdmin 無法中斷指令 %s. 可能這指令已經結束.';
160 $strCreate = '建立';
161 $strCreateDatabaseBeforeCopying = '複製前建立資料庫 (CREATE DATABASE)';
162 $strCreateIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
163 $strCreateIndexTopic = '新增一組索引';
164 $strCreateNewDatabase = '建立新資料庫';
165 $strCreateNewTable = '建立新資料表於資料庫 %s';
166 $strCreatePage = '建立新一頁';
167 $strCreatePdfFeat = '建立 PDF';
168 $strCreationDates = '建立/更新/檢查 日期';
169 $strCriteria = '篩選';
170 $strCroatian = '克羅西亞語';
171 $strCSV = 'CSV'; //USE ENG
172 $strCyrillic = '西里爾語';
173 $strCzech = '捷克語';
174 $strCzechSlovak = '捷克語';
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'; // use eng
311 $strIdxFulltext = '全文檢索';
312 $strIgnore = '忽略';
313 $strIgnoreDuplicates = '略過重覆列';
314 $strIgnoreInserts = '使用忽略加入 (insert)';
315 $strImport = '載入';
316 $strImportFiles = '輸入檔案';
317 $strImportFormat = '載入檔案格式';
318 $strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.';
319 $strIndex = '索引鍵 INDEX';
320 $strIndexes = '索引';
321 $strIndexHasBeenDropped = '索引 %s 已被刪除';
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 $strInvalidColumn = '欄 (%s) 區分錯誤.!';
341 $strInvalidColumnCount = '欄位數目需要大於零.';
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'; //should expressed in English
362 $strKorean = '韓語';
364 $strLandscape = '橫向';
365 $strLanguageUnknown = '不知名語言: %1$s.';
366 $strLatchedPages = '鎖上頁';
367 $strLaTeX = 'LaTeX'; // use eng
368 $strLatexCaption = '資料表標題';
369 $strLatexContent = '資料表 __TABLE__ 內容';
370 $strLatexContinued = '(連續)';
371 $strLatexContinuedCaption = '連續資料表標題';
372 $strLatexIncludeCaption = '包括資料表標題';
373 $strLatexLabel = '標記鍵名';
374 $strLatexStructure = '資料表 __TABLE__ 結構';
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 $strMIME_without = 'MIME 類型以斜體顯示是沒有分隔轉換功能';
409 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
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 $strMySQLCharset = 'MySQL 文字編碼';
430 $strMysqlClientVersion = 'MySQL 客戶端版本';
431 $strMySQLConnectionCollation = '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'; //should expressed in English
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 $strPasswordChanged = '%s 的密碼已成功更改.';
488 $strPasswordEmpty = '請輸入密碼!';
489 $strPasswordHashing = '密碼雜湊';
490 $strPasswordNotSame = '第二次輸入的密碼不同!';
491 $strPDF = 'PDF'; // USE ENG
492 $strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
493 $strPdfInvalidTblName = '資料表 "%s" 不存在!';
494 $strPdfNoTables = '沒有資料表';
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 $strPrimary = '主鍵 PRIMARY';
510 $strPrimaryKeyHasBeenDropped = '主鍵已被刪除';
511 $strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!';
512 $strPrimaryKeyWarning = '("PRIMARY" <b>必須</b>是主鍵的名稱以及是<b>唯一</b>一組主鍵!)';
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 $strQBE = '依範例查詢 (QBE)';
558 $strQBEDel = '移除';
559 $strQBEIns = '新增';
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'; // keep in SQL statement
579 $strRelationView = '關聯檢視';
580 $strReloadingThePrivileges = '重新讀取權限';
581 $strReloadPrivileges = '重新讀取權限'; //to translate
582 $strRemoveSelectedUsers = '移除已選擇使用者';
583 $strRenameDatabaseOK = '資料庫 %s 已更改名稱為 %s';
584 $strRenameTable = '將資料表改名為';
585 $strRenameTableOK = '已經將資料表 %s 改名成 %s';
586 $strRepairTable = '修復資料表';
587 $strReplaceNULLBy = '將 NULL 取代為';
588 $strReplaceTable = '以檔案取代資料表資料';
589 $strReplication = '複製';
590 $strReset = '重置';
591 $strResourceLimits = '資源限制';
592 $strReType = '確認密碼';
593 $strRevoke = '移除';
594 $strRevokeAndDelete = '廢除使用者所有有效之權限並刪除.';
595 $strRevokeAndDeleteDescr = '使用者仍然有 USAGE 權限直至權限資料表更新讀取.';
596 $strRevokeMessage = '您已移除這位使用者的權限: %s';
597 $strRomanian = '羅馬尼亞語';
598 $strRowLength = '資料列長度';
599 $strRows = '資料列列數';
600 $strRowsFrom = '筆記錄,開始列數:';
601 $strRowSize = '資料列大小';
602 $strRowsModeFlippedHorizontal = '垂直 (旋轉標題)';
603 $strRowsModeHorizontal = '水平';
604 $strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
605 $strRowsModeVertical = '垂直';
606 $strRowsStatistic = '資料列統計數值';
607 $strRunning = '在 %s 執行';
608 $strRunQuery = '執行語法';
609 $strRunSQLQuery = '在資料庫 %s 執行以下指令';
610 $strRunSQLQueryOnServer = '於伺服器 %s 執行 SQL 語法';
611 $strRussian = '俄語';
613 $strSave = '儲存';
614 $strSaveOnServer = '儲存到伺服器於 %s 目錄';
615 $strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
616 $strSearch = '搜索';
617 $strSearchFormTitle = '搜索資料庫';
618 $strSearchInTables = '於以下資料表:';
619 $strSearchNeedle = '尋找之文字或數值 (萬用字元: "%"):';
620 $strSearchOption1 = '任何一組文字';
621 $strSearchOption2 = '所有文字';
622 $strSearchOption3 = '完整詞語';
623 $strSearchOption4 = '以規則表示法 (regular expression) 搜索';
624 $strSearchResultsFor = '搜索 "<i>%s</i>" 的結果 %s:';
625 $strSearchType = '尋找:';
626 $strSecretRequired = '設定檔案現在需要密碼 (passphrase) (blowfish_secret).';
627 $strSelectADb = '請選擇資料庫';
628 $strSelectAll = '全選';
629 $strSelectBinaryLog = '選擇檢視二進制記錄';
630 $strSelectFields = '選擇欄位 (至少一個)';
631 $strSelectNumRows = '查詢中';
632 $strSelectTables = '選擇資料表';
633 $strSend = '下載儲存';
634 $strSent = '送出';
635 $strServer = '伺服器';
636 $strServerChoice = '選擇伺服器';
637 $strServerNotResponding = '伺服器並無回應';
638 $strServerStatus = '運行資訊';
639 $strServerStatusDelayedInserts = '延遲插入';
640 $strServerStatusUptime = '這 MySQL 伺服器已啟動了 %s. 伺服器於 %s 啟動.';
641 $strServerTabVariables = '資訊';
642 $strServerTrafficNotes = '<b>伺服器流量</b>: 這些表顯示了此 MySQL 伺服器自啟動以來的網絡流量統計。';
643 $strServerVars = '伺服器資訊及設定';
644 $strServerVersion = '伺服器版本';
645 $strSessionValue = '程序數值';
646 $strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...<br />如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
647 $strShow = '顯示';
648 $strShowAll = '顯示全部';
649 $strShowColor = '顯示顏色';
650 $strShowDatadictAs = '數據字典格式';
651 $strShowFullQueries = '顯示完整查詢';
652 $strShowGrid = '顯示框格';
653 $strShowingBookmark = '顯示書籤';
654 $strShowingRecords = '顯示記錄';
655 $strShowOpenTables = '顯示開啟資料表';
656 $strShowPHPInfo = '顯示 PHP 資訊';
657 $strShowSlaveHosts = '顯示 slave 主機';
658 $strShowSlaveStatus = '顯示 slave 狀態';
659 $strShowStatusReset = '重設';
660 $strShowTableDimension = '顯示表格大小';
661 $strShowTables = '顯示資料表';
662 $strShowThisQuery = '重新顯示 SQL 語法 ';
663 $strSimplifiedChinese = '簡體中文';
664 $strSingly = '(只會排序現時的記錄)';
665 $strSize = '大小';
666 $strSkipQueries = '開始時略過多少行記錄 (語法)';
667 $strSlovak = '斯洛伐克語';
668 $strSlovenian = '斯洛文尼亞語';
669 $strSocketProblem = '( 或者本機 MySQL 伺服器之 socket 並未正確設定)';
670 $strSort = '排序';
671 $strSortByKey = '依鍵名排序';
672 $strSorting = '排序';
673 $strSpaceUsage = '已使用空間';
674 $strSpanish = '西班牙語';
675 $strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
676 $strSQL = 'SQL'; // should express in english
677 $strSQLCompatibility = 'SQL 兼容模式';
678 $strSQLExportType = '輸出方式';
679 $strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
680 $strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
681 $strSQLQuery = 'SQL 語法';
682 $strSQLResult = 'SQL 查詢結果';
683 $strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
684 $strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
685 $strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
686 $strStatCheckTime = '最後檢查';
687 $strStatCreateTime = '建立';
688 $strStatement = '敘述';
689 $strStatisticsOverrun = '於較繁忙的伺服器, 計算器可能會溢出, 令 MySQL 伺服器提供之統計有誤差.';
690 $strStatUpdateTime = '最後更新';
691 $strStatus = '狀態';
692 $strStorageEngine = '儲存引擎';
693 $strStorageEngines = '儲存引擎';
694 $strStrucCSV = 'CSV 資料';
695 $strStrucData = '結構與資料';
696 $strStrucExcelCSV = 'MS Excel 的 CSV 格式';
697 $strStrucNativeExcel = '原始 MS Excel 資料';
698 $strStrucOnly = '只有結構';
699 $strStructPropose = '分析資料表結構';
700 $strStructure = '結構';
701 $strSubmit = '送出';
702 $strSuccess = '您的SQL語法已順利執行';
703 $strSum = '總計';
704 $strSwedish = '瑞典語';
705 $strSwitchToDatabase = '轉移到複製之資料庫';
706 $strSwitchToTable = '跳到已複製之資料表';
708 $strTable = '資料表';
709 $strTableAlreadyExists = '資料表 %s 已存在!';
710 $strTableComments = '資料表註解文字';
711 $strTableEmpty = '請輸入資料表名稱!';
712 $strTableHasBeenDropped = '資料表 %s 已被刪除';
713 $strTableHasBeenEmptied = '資料表 %s 已被清空';
714 $strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
715 $strTableMaintenance = '資料表維護';
716 $strTableOfContents = '目錄';
717 $strTableOptions = '資料表選項';
718 $strTables = '%s 資料表';
719 $strTableStructure = '資料表格式:';
720 $strTakeIt = '選用';
721 $strTblPrivileges = '指定資料表權限';
722 $strTempData = '暫存資料';
723 $strTextAreaLength = ' 由於長度限制<br /> 此欄位不能編輯 ';
724 $strThai = '泰語';
725 $strTheme = '款式';
726 $strThemeDefaultNotFound = '找不到預設佈景主題 %s !';
727 $strThemeNoPreviewAvailable = '並無預覽.';
728 $strThemeNotFound = '找不到佈景主題 %s !';
729 $strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!';
730 $strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!';
731 $strThisHost = '指定主機';
732 $strThreads = '線程';
733 $strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
734 $strTime = '時間';
735 $strToggleScratchboard = '轉換便條';
736 $strTotal = '總計';
737 $strTotalUC = '總共';
738 $strTraditionalChinese = '繁體中文';
739 $strTraditionalSpanish = '傳統西班牙語';
740 $strTraffic = '流量';
741 $strTransactionCoordinator = '交易協調器';
742 $strTransformation_application_octetstream__download = '於欄位顯示連線來下載二進制資料. 第一個選項是二進制的檔案名稱. 第二個選項可設定可用的欄位名稱用作檔案名稱. 如您設定了第二個選項, 第一個選項無需設定';
743 $strTransformation_application_octetstream__hex = '以十六進制方式顯示.';
744 $strTransformation_image_jpeg__inline = '顯示可按式圖像; 選項; 寬度,高度[以像素為單位] (保時原有比例)';
745 $strTransformation_image_jpeg__link = '顯示圖像的連線 (直接下載).';
746 $strTransformation_image_png__inline = '參看 image/jpeg: 內建';
747 $strTransformation_text_plain__external = '只限於 LINUX : 執行外部程式及將內容以標準輸入模式輸入. 輸出程式之標準輸出. 預設是整齊的, 方便顯示 HTML 碼. 由於保安理由, 您需要自行編輯 libraries/transformations/text_plain__external.inc.php 及加入需要使用工具作為執行. 第一個選項為有多少個程式需要使用, 第二個選項為這式程式的參數, 第三個選項, 如設定為 1 將會使用 htmlspecialchars() 轉換輸出 (預設: 1). 第四個選項, 如設定為 1 將會加入 NOWRAP 於內容的表格內, 令輸出之所有內容都不會重新排位 (預設: 1)';
748 $strTransformation_text_plain__formatted = '保存原本內容之格式. 不進行任何 Escaping 處理.';
749 $strTransformation_text_plain__imagelink = '顯示圖像及連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二個選項是寬度的像素,第三個選項是高度的像素.';
750 $strTransformation_text_plain__link = '顯示連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二選項是連結的標題.';
751 $strTransformation_text_plain__sql = '格式化文字為 SQL 查詢及特出語法.';
752 $strTransformation_text_plain__substr = '只顯示部份的字串. 第一個選項為字串開始輸出的位置 (offset) (預設: 0). 第二個選項為多少個字串輸出. 留空為輸出餘下所有字串. 第三個選項為當部份字串取回後顯示什麼字串於結尾 (預設: ...) .';
753 $strTruncateQueries = '刪除已顯示查詢';
754 $strTurkish = '土耳其語';
755 $strType = '型態';
757 $strUkrainian = '烏克蘭語';
758 $strUncheckAll = '全部取消';
759 $strUnicode = '統一碼 (Unicode)';
760 $strUnique = '唯一鍵 UNIQUE';
761 $strUnknown = '不詳';
762 $strUnselectAll = '全部取消';
763 $strUpdatePrivMessage = '您已經更新了 %s 的權限.';
764 $strUpdateProfileMessage = '資料己經更新.';
765 $strUpdateQuery = '更新語法';
766 $strUpdComTab = '請參看說明文件查詢如何更新 Column_comments 資料表';
767 $strUpgrade = '您應該更新到 %s %s 或之後.';
768 $strUploadLimit = '你正嘗試上載大容量檔案,請查看此 %s文件%s 如何略過此限制.';
769 $strUsage = '使用';
770 $strUseBackquotes = '在資料表及欄位使用引號';
771 $strUseHostTable = '使用主機資料表';
772 $strUser = '使用者';
773 $strUserAlreadyExists = '使用者 %s 己存在!';
774 $strUserEmpty = '請輸入使用者名稱!';
775 $strUserName = '使用者名稱';
776 $strUserNotFound = '選擇的使用者在權限資料表內找不到.';
777 $strUserOverview = '使用者一覽';
778 $strUsersDeleted = '選擇的使用者已成功刪除.';
779 $strUsersHavingAccessToDb = '可讀取 &quot;%s&quot; 之使用者';
780 $strUseTabKey = '按 TAB 鍵跳到下一個數值, 或 CTRL+方向鍵 作隨意移動';
781 $strUseTables = '使用資料表';
782 $strUseTextField = '文字輸入';
783 $strUseThisValue = '使用此值';
785 $strValidateSQL = '檢查 SQL';
786 $strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。';
787 $strValue = '值';
788 $strVar = '資訊';
789 $strVersionInformation = '版本資訊';
790 $strView = '檢視';
791 $strViewDump = '檢視資料表的備份概要 (dump schema)';
792 $strViewDumpDatabases = '顯示資料庫概要 (schema)';
793 $strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
794 $strViewHasBeenDropped = '檢視 %s 己被刪除.';
796 $strWebServerUploadDirectory = 'Web 伺服器上載目錄';
797 $strWebServerUploadDirectoryError = '設定之上載目錄錯誤,未能使用';
798 $strWelcome = '歡迎使用 %s';
799 $strWestEuropean = '西歐語文';
800 $strWildcard = '萬用字元';
801 $strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新';
802 $strWithChecked = '選擇的資料表:';
803 $strWriteRequests = '寫入要求';
804 $strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
806 $strXML = 'XML'; //USE ENG
808 $strYes = ' 是 ';
810 $strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
811 $strZip = '"zipped"';
814 // To translate:
815 $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
816 $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
817 $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
818 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
819 $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
820 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
821 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
822 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
823 $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
824 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
825 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
826 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
827 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
828 $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
829 $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
830 $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
831 $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
832 $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
833 $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
834 $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
835 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
836 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
837 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
838 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
839 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
840 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
841 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
842 $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
843 $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
844 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
845 $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
846 $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
847 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
848 $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
849 $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
850 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
851 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
852 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
853 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
854 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
855 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
856 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
857 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
858 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
859 $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
860 $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
861 $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
862 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
863 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
864 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
865 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
866 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
867 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
868 $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
869 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
870 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
871 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
872 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
873 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
874 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
875 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
876 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
877 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
878 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
879 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
880 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
881 $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
882 $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
883 $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
884 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
885 $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
886 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
887 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
888 $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
889 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
890 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
891 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
892 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
893 $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
894 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
895 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
896 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
897 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
898 $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
899 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
900 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
901 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
902 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
903 $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
904 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
905 $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
906 $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
907 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
908 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
909 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
910 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
911 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
912 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
913 $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
914 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
915 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
916 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
917 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
918 $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
919 $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
920 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
921 $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
922 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
923 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
924 $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
925 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
926 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
928 $strAddClause = 'Add %s'; //to translate
929 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
930 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
931 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
932 $strCreateUserDatabase = 'Database for user'; //to translate
933 $strCreateUserDatabaseNone = 'None'; //to translate
934 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
935 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
936 $strOpenDocumentText = 'Open Document Text'; //to translate
937 $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
938 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
939 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
940 $strInvalidTableName = 'Invalid table name'; //to translate
941 $strInvalidDatabase = 'Invalid database'; //to translate
942 $strServers = 'Servers'; //to translate
943 $strDelimiter = 'Delimiter'; //to translate
944 $strFunctions = 'Functions'; //to translate
945 $strProcedures = 'Procedures'; //to translate
946 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
947 $strFontSize = 'Font size'; //to translate
948 $strLanguage = 'Language'; //to translate
949 $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
950 $strDocSQL = 'DocSQL'; //to translate
951 $strTableName = 'Table name'; //to translate
952 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
953 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
954 $strShowingPhp = 'Showing as PHP code'; //to translate
955 $strShowingSQL = 'Showing SQL query'; //to translate
956 $strDesigner = 'Designer'; //to translate
957 $strNumberOfTables = 'Number of tables'; //to translate
958 $strCreateTable = 'Create table'; //to translate
959 $strCreateRelation = 'Create relation'; //to translate
960 $strSavePosition = 'Save position'; //to translate
961 $strSelectForeignKey = 'Select Foreign Key'; //to translate
962 $strHide = 'Hide'; //to translate
963 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
964 $strReload = 'Reload'; //to translate
965 $strSmallBigAll = 'Small/Big All'; //to translate
966 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
967 $strMoveMenu = 'Move Menu'; //to translate
968 $strAngularLinks = 'Angular links'; //to translate
969 $strDirectLinks = 'Direct links'; //to translate
970 $strHideShowAll = 'Hide/Show all'; //to translate
971 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
972 $strInternalRelationAdded = 'Internal relation added'; //to translate
973 $strRelationDeleted = 'Relation deleted'; //to translate
974 $strToSelectRelation = 'To select relation, click :'; //to translate
975 $strExportImportToScale = 'Export/Import to scale'; //to translate
976 $strRecommended = 'recommended'; //to translate
977 $strToFromPage = 'to/from page'; //to translate
978 $strSelectReferencedKey = 'Select referenced key'; //to translate
979 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
980 $strHelp = 'Help'; //to translate
981 $strCancel = 'Cancel'; //to translate
982 $strDeleteRelation = 'Delete relation'; //to translate
983 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
984 $strStructureForView = 'Structure for view'; //to translate
985 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
986 $strToggleSmallBig = 'Toggle small/big'; //to translate
987 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
988 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
989 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
990 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
991 $strSnapToGrid = 'Snap to grid'; //to translate
992 $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
993 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
994 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
995 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
996 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
997 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
998 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
999 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1000 $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
1001 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
1002 $strViewName = 'VIEW name'; //to translate
1003 $strOptions = 'Options'; //to translate
1004 $strFiles = 'Files'; //to translate
1005 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1006 $strRoutines = 'Routines'; //to translate
1007 $strRoutineReturnType = 'Return type'; //to translate
1008 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
1009 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
1010 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1011 $strTriggers = 'Triggers'; //to translate
1012 $strEvent = 'Event'; //to translate
1013 $strProfiling = 'Profiling'; //to translate
1014 $strPartitionDefinition = 'PARTITION definition'; //to translate
1015 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1016 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1017 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1018 $strPartitioned = 'partitioned'; //to translate
1019 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1020 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
1021 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1022 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
1023 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1024 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1025 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1026 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
1027 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1028 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1029 $strPartition = 'Partition %s'; //to translate
1030 $strAnalyze = 'Analyze'; //to translate
1031 $strCheck = 'Check'; //to translate
1032 $strOptimize = 'Optimize'; //to translate
1033 $strRebuild = 'Rebuild'; //to translate
1034 $strRepair = 'Repair'; //to translate
1035 $strRemovePartitioning = 'Remove partitioning'; //to translate
1036 $strSearchInField = 'Inside field:'; //to translate
1037 $strTexyText = 'Texy! text'; //to translate
1038 $strDetails = 'Details...'; //to translate
1039 $strComment = 'Comment'; //to translate
1040 $strPacked = 'Packed'; //to translate
1041 $strActions = 'Actions'; //to translate
1042 $strInterface = 'Interface'; //to translate
1043 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1044 $strEvents = 'Events'; //to translate
1045 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
1046 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1047 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1048 $strRelationalKey = 'Relational key'; //to translate
1049 $strRelationalDisplayField = 'Relational display field'; //to translate
1050 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1051 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1052 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1053 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1054 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1055 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1056 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1057 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1058 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1059 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1060 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1061 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1062 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1063 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1064 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1065 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1066 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1067 $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
1068 $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
1069 $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
1070 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1071 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1072 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1073 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1074 $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
1075 $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
1076 $strPBXTLogFileCount = 'Log file count'; //to translate
1077 $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
1078 $strAsDefined = 'As defined:'; //to translate
1079 $strWiki = 'Wiki'; //to translate
1080 $strWebServer = 'Web server'; //to translate
1081 $strPHPExtension = 'PHP extension'; //to translate
1082 $strCustomColor = 'Custom color'; //to translate
1083 $strBLOBRepository = 'BLOB Repository'; //to translate
1084 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
1085 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
1086 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
1087 $strBLOBRepositoryDisable = 'Disable'; //to translate
1088 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
1089 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
1090 $strBLOBRepositoryEnable = 'Enable'; //to translate
1091 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
1092 $strBLOBRepositoryRepair = 'Repair'; //to translate
1093 $strBLOBRepositoryStatus = 'Status'; //to translate
1094 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
1095 $strViewImage = 'View image'; //to translate
1096 $strPlayAudio = 'Play audio'; //to translate
1097 $strViewVideo = 'View video'; //to translate
1098 $strDownloadFile = 'Download file'; //to translate
1099 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1100 $strShowKeys = 'Only show keys'; //to translate
1101 $strSetupServersAdd = 'Add a new server'; //to translate
1102 $strSetupServersEdit = 'Edit server'; //to translate
1103 $strSetupFormset_features = 'Features'; //to translate
1104 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1105 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1106 $strSetupFormset_import = 'Customize import defaults'; //to translate
1107 $strSetupFormset_export = 'Customize export options'; //to translate
1108 $strSetupFormset_customization = 'Customization'; //to translate
1109 $strSetupTrue = 'yes'; //to translate
1110 $strSetupFalse = 'no'; //to translate
1111 $strSetupDisplay = 'Display'; //to translate
1112 $strSetupDownload = 'Download'; //to translate
1113 $strSetupClear = 'Clear'; //to translate
1114 $strSetupLoad = 'Load'; //to translate
1115 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1116 $strSetupSetValue = 'Set value: %s'; //to translate
1117 $strSetupWarning = 'Warning'; //to translate
1118 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1119 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1120 $strSetupShowForm = 'Show form'; //to translate
1121 $strSetupOverview = 'Overview'; //to translate
1122 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1123 $strSetupNoServers = 'There are no configured servers'; //to translate
1124 $strSetupNewServer = 'New server'; //to translate
1125 $strSetupDefaultLanguage = 'Default language'; //to translate
1126 $strSetupDefaultServer = 'Default server'; //to translate
1127 $strSetupLetUserChoose = 'let the user choose'; //to translate
1128 $strSetupOptionNone = '- none -'; //to translate
1129 $strSetupEndOfLine = 'End of line'; //to translate
1130 $strSetupConfigurationFile = 'Configuration file'; //to translate
1131 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1132 $strSetupDonateLink = 'Donate'; //to translate
1133 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1134 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1135 $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
1136 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1137 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1138 $strSetupVersionCheck = 'Version check'; //to translate
1139 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1140 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1141 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1142 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1143 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1144 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1145 $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
1146 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1147 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1148 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1149 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1150 $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
1151 $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
1152 $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
1153 $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
1154 $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
1155 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1156 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1157 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1158 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1159 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1160 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1161 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1162 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1163 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1164 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1165 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1166 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1167 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1168 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1169 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1170 $strSetupForm_Server = 'Basic settings'; //to translate
1171 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1172 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1173 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1174 $strSetupForm_Server_config = 'Server configuration'; //to translate
1175 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1176 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1177 $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
1178 $strSetupForm_Import_export = 'Import / export'; //to translate
1179 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1180 $strSetupForm_Security = 'Security'; //to translate
1181 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1182 $strSetupForm_Sql_queries = 'SQL queries'; //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_Other_core_settings = 'Other core settings'; //to translate
1185 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1186 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1187 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1188 $strSetupForm_Left_servers = 'Servers'; //to translate
1189 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1190 $strSetupForm_Left_databases = 'Databases'; //to translate
1191 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1192 $strSetupForm_Left_tables = 'Tables'; //to translate
1193 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1194 $strSetupForm_Main_frame = 'Main frame'; //to translate
1195 $strSetupForm_Startup = 'Startup'; //to translate
1196 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1197 $strSetupForm_Browse = 'Browse mode'; //to translate
1198 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1199 $strSetupForm_Edit = 'Edit mode'; //to translate
1200 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1201 $strSetupForm_Tabs = 'Tabs'; //to translate
1202 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1203 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1204 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1205 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1206 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1207 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1208 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1209 $strSetupForm_Query_window = 'Query window'; //to translate
1210 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1211 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1212 $strSetupServers_host_name = 'Server hostname'; //to translate
1213 $strSetupServers_port_name = 'Server port'; //to translate
1214 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1215 $strSetupServers_socket_name = 'Server socket'; //to translate
1216 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1217 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1218 $strSetupServers_ssl_desc = ''; //to translate
1219 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1220 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1221 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1222 $strSetupServers_compress_name = 'Compress connection'; //to translate
1223 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1224 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1225 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1226 $strSetupServers_user_name = 'User for config auth'; //to translate
1227 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1228 $strSetupServers_password_name = 'Password for config auth'; //to translate
1229 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1230 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1231 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1232 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1233 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1234 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1235 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1236 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1237 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1238 $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
1239 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1240 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1241 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1242 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1243 $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
1244 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1245 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1246 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1247 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1248 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1249 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1250 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1251 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1252 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1253 $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
1254 $strSetupServers_controluser_name = 'Control user'; //to translate
1255 $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
1256 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1257 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1258 $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
1259 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1260 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1261 $strSetupServers_relation_name = 'Relation table'; //to translate
1262 $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
1263 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1264 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1265 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1266 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1267 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1268 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1269 $strSetupServers_column_info_name = 'Column information table'; //to translate
1270 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1271 $strSetupServers_history_name = 'SQL query history table'; //to translate
1272 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1273 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1274 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1275 $strSetupUploadDir_name = 'Upload directory'; //to translate
1276 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1277 $strSetupSaveDir_name = 'Save directory'; //to translate
1278 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1279 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1280 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1281 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1282 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1283 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1284 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1285 $strSetupZipDump_name = 'ZIP'; //to translate
1286 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1287 $strSetupGZipDump_name = 'GZip'; //to translate
1288 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1289 $strSetupBZipDump_name = 'Bzip2'; //to translate
1290 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1291 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1292 $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
1293 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1294 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1295 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1296 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1297 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1298 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1299 $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
1300 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1301 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1302 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1303 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1304 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1305 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1306 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1307 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1308 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1309 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1310 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1311 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1312 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1313 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1314 $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
1315 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1316 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1317 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1318 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1319 $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
1320 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1321 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1322 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1323 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1324 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1325 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1326 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1327 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1328 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1329 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1330 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1331 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1332 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1333 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1334 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1335 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1336 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1337 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1338 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1339 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1340 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1341 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1342 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1343 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1344 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1345 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1346 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1347 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1348 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1349 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1350 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1351 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1352 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1353 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1354 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1355 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1356 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1357 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1358 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1359 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1360 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1361 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1362 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1363 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1364 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1365 $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
1366 $strSetupShowStats_name = 'Show statistics'; //to translate
1367 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1368 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1369 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1370 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1371 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1372 $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
1373 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1374 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1375 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1376 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1377 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1378 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1379 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1380 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1381 $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
1382 $strSetupOrder_name = 'Default sorting order'; //to translate
1383 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1384 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1385 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1386 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1387 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1388 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1389 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1390 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1391 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1392 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1393 $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
1394 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1395 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1396 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1397 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1398 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1399 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1400 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1401 $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
1402 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1403 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1404 $strSetupLightTabs_name = 'Light tabs'; //to translate
1405 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1406 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1407 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1408 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1409 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1410 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1411 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1412 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1413 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1414 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1415 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1416 $strSetupSQLQuery_Edit_name = 'Edit'; //to translate
1417 $strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
1418 $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
1419 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1420 $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
1421 $strSetupImport_format_name = 'Format of imported file'; //to translate
1422 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1423 $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
1424 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1425 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1426 $strSetupExport_format_name = 'Format'; //to translate
1427 $strSetupExport_compression_name = 'Compression'; //to translate
1428 $strSetupExport_asfile_name = 'Save as file'; //to translate
1429 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1430 $strSetupExport_onserver_name = 'Save on server'; //to translate
1431 $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
1432 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1433 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1434 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1435 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1436 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1437 $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
1438 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1439 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1440 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1441 $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
1442 $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
1443 $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
1444 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1445 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1446 $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
1447 $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
1448 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1449 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1450 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
1451 $strShowBinaryContents = 'Show binary contents'; //to translate
1452 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1453 $strStatic = 'static'; //to translate
1454 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
1455 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1456 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1457 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
1458 $strGetMoreThemes = 'Get more themes!'; //to translate
1459 $strNoneDefault = 'None'; //to translate
1460 $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
1461 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1462 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
1463 $strAndSmall = 'and'; //to translate
1464 $strReplicationStatus = 'Replication status'; //to translate
1465 $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
1466 $strReplicationStatus_master = 'Master status'; //to translate
1467 $strReplicationStatus_slave = 'Slave status'; //to translate
1468 $strNavTableFilter = 'Filter'; //to translate
1469 $strPhpArray = 'PHP array'; //to translate
1470 $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
1471 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
1472 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
1473 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
1474 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
1475 $strGoToDatabase = 'Go to database'; //to translate
1476 $strGoToTable = 'Go to table'; //to translate
1477 $strGoToView = 'Go to view'; //to translate
1478 $strStructureLC = 'structure'; //to translate
1479 $strSettings = 'settings'; //to translate
1480 $strImportODS = 'Open Document Spreadsheet'; //to translate
1481 $strImportColNames = 'Column names in first row'; //to translate
1482 $strImportEmptyRows = 'Do not import empty rows'; //to translate
1483 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
1484 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
1485 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
1486 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
1487 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
1488 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
1489 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1490 $strXMLExportContents = 'Export contents'; //to translate
1491 $strXMLExportFunctions = 'Export functions'; //to translate
1492 $strXMLExportProcedures = 'Export procedures'; //to translate
1493 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1494 $strXMLExportTables = 'Export tables'; //to translate
1495 $strXMLExportTriggers = 'Export triggers'; //to translate
1496 $strXMLExportViews = 'Export views'; //to translate
1497 $strTracking = 'Tracking'; //to translate
1498 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1499 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1500 $strTrackingActivateNow = 'Activate now'; //to translate
1501 $strTrackingCreateVersion = 'Create version'; //to translate
1502 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1503 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1504 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1505 $strTrackingDate = 'Date'; //to translate
1506 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1507 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1508 $strTrackingDoIt = 'Do it'; //to translate
1509 $strTrackingExportAs = 'Export as %s'; //to translate
1510 $strTrackingIsActive = 'Tracking is active.'; //to translate
1511 $strTrackingIsDeactive = 'Tracking is deactive.'; //to translate
1512 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1513 $strTrackingReport = 'Tracking report'; //to translate
1514 $strTrackingReportClose = 'Close'; //to translate
1515 $strTrackingSelectStructureAndData = 'Structure and Data'; //to translate
1516 $strTrackingSelectDataOnly = 'Data only'; //to translate
1517 $strTrackingSelectStructureOnly = 'Structure only'; //to translate
1518 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1519 $strTrackingShowVersions = 'Show versions'; //to translate
1520 $strTrackingSQLDump = 'SQL dump'; //to translate
1521 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1522 $strTrackingSQLExecution = 'SQL execution'; //to translate
1523 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1524 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1525 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1526 $strTrackingStatements = 'Tracking statements'; //to translate
1527 $strTrackingStatusActive = 'active'; //to translate
1528 $strTrackingStatusDeactive = 'deactive'; //to translate
1529 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1530 $strTrackingThDatabase = 'Database'; //to translate
1531 $strTrackingThTable = 'Table'; //to translate
1532 $strTrackingThLastVersion = 'Last version'; //to translate
1533 $strTrackingThVersion = 'Version'; //to translate
1534 $strTrackingThCreated = 'Created'; //to translate
1535 $strTrackingThUpdated = 'Updated'; //to translate
1536 $strTrackingThStatus = 'Status'; //to translate
1537 $strTrackingThShow = 'Show'; //to translate
1538 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1539 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1540 $strTrackingTrackTable = 'Track table'; //to translate
1541 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1542 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1543 $strTrackingUsername = 'Username'; //to translate
1544 $strTrackingVersions = 'Versions'; //to translate
1545 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1546 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1547 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1548 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1549 $strTrackingDatabaseLog = 'Database Log'; //to translate