2.9.2-rc1
[phpmyadmin/arisferyanto.git] / lang / hindi-utf-8.inc.php
blob8965017cd45e369a7b0656b51a1d729ba5defbe5
1 <?php
2 /* $Id$ */
4 // Hindi translation
5 // 1st release : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 08-Aug-2002
6 // 2nd updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 23-Aug-2002
7 // 3rd updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 09-Sep-2002
8 // 4th updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 15-Nov-2002
9 // 5th updates : by Girish Nair <girishn2003_@_yahoo_._co_._in(latest), www.girishn.com> : 25-Nov-2003
11 $charset = 'utf-8';
12 $allow_recoding = FALSE;
13 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
14 $number_thousands_separator = ',';
15 $number_decimal_separator = '.';
16 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
17 //$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
18 $byteUnits = array(' बैट्स', ' केबी', ' एमबी', ' जीबी','टीबी','पीबी','ईबी');
20 $day_of_week = array('रवी', 'सोम', 'मन्गल', 'बुध', 'गुरु', 'शुक्र', 'शनि');
21 $month = array('जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', ' सितम्बर', 'अक्तूबर', 'नवम्बर', 'दिसमबर');
22 // See http://www.php.net/manual/en/function.strftime.php to define the
23 // variable below
24 $datefmt = '%d %B, %Y को %I:%M %p';
25 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
27 $strAccessDenied = 'प्रवेश निषेध';
28 $strAction = ' कार्य';
29 $strAddedColumnComment = 'कोलम पर टिप्पणि किया गया';
30 $strAddNewField = 'नया फील्ड जोडो';
31 $strAddPrivilegesOnDb = 'इन डाटाबेसों के लिये प्रिविलेज जोडिये';
32 $strAddPrivilegesOnTbl = 'इन टेबल के लिये प्रिविलेज जोडिये';
33 $strAddUser = 'नया यूसर बनाओ';
34 $strAddUserMessage = 'आपने नया यूसर बना लिया ।';
35 $strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
36 $strAfterInsertNewInsert = ' अगला नया रौ जोडे';
37 $strAfter = '%s के बाद में';
38 $strAll = 'सभी';
39 $strAlterOrderBy = ' टेबल ओरडर को बदलिये ';
40 $strAnalyzeTable = ' टेबल अनालैज करें';
41 $strAnd = 'और';
42 $strAnIndex = ' %s पर एक इन्डेक्स बनाया';
43 $strAny = 'कोई';
44 $strAnyHost = 'कोई भी होस्ट';
45 $strAnyUser = 'कोई भी यूसर';
46 $strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
47 $strArabic = 'पर्शियन';
48 $strAtBeginningOfTable = ' टेबल के शुरू में';
49 $strAtEndOfTable = ' टेबल के आखिर में';
50 $strAttr = ' विशेषता';
52 $strBack = 'वापस';
53 $strBinary = 'बइनरी';
54 $strBinaryDoNotEdit = 'बइनरी - एडिट मत करिये';
55 $strBookmarkDeleted = 'यह bookmark डिलीट कर दिया गया।';
56 $strBookmarkLabel = 'लेबल';
57 $strBookmarkQuery = 'Bookmark किया हुआ SQL-क्वरी';
58 $strBookmarkThis = 'इस SQL-क्वरी को bookmark कीजिये ';
59 $strBookmarkView = 'केवल देखिये';
60 $strBrowse = ' ब्रौस';
62 $strCantRenameIdxToPrimary = 'इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!';
63 $strChange = 'बदलिये';
64 $strChangePassword = 'पासव्रड बदलिये';
65 $strCheckAll = 'सभी को चेक करें';
66 $strCheckPrivs = 'प्रिविलेज चेक करें';
67 $strCheckPrivsLong = 'डाटाबेस के प्रिविलेज चेक करें &quot;%s&quot;.';
68 $strCheckTable = ' टेबल को चेक करें';
69 $strChoosePage = ' एडिट करने के लिये पेज़ चुने';
70 $strColumnNames = 'कोलम के नाम';
71 $strColumnPrivileges = ' केवल कोलम के प्रिविलेज';
72 $strComments = ' टिप्पणी';
73 $strCompleteInserts = 'पूरा इनसर्टस';
74 $strCopyTable = ' (database<b>.</b>table) में टेबल को कापी करें:';
75 $strCopyTableOK = ' %s टेबल को %s में कापी कर दिया.';
76 $strCouldNotKill = 'thread %s को मारने में phpMyAdmin असफल हुआ। शायद वह खतम हो चुका है।';
77 $strCreate = 'बनाइये';
78 $strCreateIndex = ' &nbsp;%s&nbsp; कोलम पर इन्डेक्स बनाऐं ';
79 $strCreateIndexTopic = 'एक नया इन्डेक्स बनाऐं';
80 $strCreateNewDatabase = ' नया डाटाबेस बनाओ';
81 $strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
82 $strCreatePage = 'नया पेज़ बनाऐं';
84 $strData = ' डाटा';
85 $strDatabase = ' डाटाबेस';
86 $strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
87 $strDatabaseNoTable = 'इस डाटाबेस में कोई टेबल नहीं है!';
88 $strDatabases = ' डाटाबेस';
89 $strDatabasesDropped = '%s डाटाबेस को सफलता से डिलीट कर दिया गया।';
90 $strDatabasesStats = ' डाटाबेसों के आँकडे';
91 $strDatabasesStatsDisable = 'आँकडे Disable करें';
92 $strDatabasesStatsEnable = 'आँकडे Enable करें';
93 $strDatabasesStatsHeavyTraffic = ' नोट: यहां डाटाबेस के आँकडे Enable करने से webserver और MySQL के बीच में ट्रेफिक बडने की संभावना है। ';
94 $strDataOnly = 'केवल डाटा';
95 $strDBComment = 'डाटाबेस की टिप्पणि: ';
96 $strDbPrivileges = ' केवल डाटाबेस के प्रिविलेज';
97 $strDefault = 'Default';
98 $strDelete = 'डिलीट';
99 $strDeleted = 'रौ को डिलीट कर दिया';
100 $strDeletedRows = 'रौ डिलीट किया:';
101 $strDescription = 'वर्णन';
102 $strDictionary = 'शब्दकोश';
103 $strDisplayFeat = 'फीचरस दिखाओ';
104 $strDisplayOrder = 'क्रम से दिखाओ:';
105 $strDisplayPDF = 'PDF schema दिखाओ';
106 $strDocu = 'डोक्युमेंटेशन';
107 $strDoYouReally = 'क्या आप सचमुच चाहते है की';
108 $strDrop = ' ड्रोप';
109 $strDropUsersDb = 'Drop the databases that have the same names as the users.';
111 $strEdit = 'एडिट';
112 $strEditPDFPages = 'PDF पेज एडिट करें';
113 $strEditPrivileges = ' प्रिविलेज एडिट करें';
114 $strEffective = ' वास्तविक';
115 $strEmpty = 'खाली करें';
116 $strEnd = 'आखरी';
117 $strEnglish = 'अंग्रेजी';
118 $strEnglishPrivileges = ' नोट: MySQL प्रिविलेज नामों को अंग्रेजी मे लिखा गया है ';
119 $strError = 'गल्ती';
120 $strExplain = 'SQL की व्याख्या ';
121 $strExport = 'एक्सपोर्ट';
122 $strExtendedInserts = 'विस्तृत इनसर्टस';
123 $strExtra = ' अतिरिक्त';
125 $strField = ' फील्ड';
126 $strFieldHasBeenDropped = ' फील्ड %s ड्रोप कर दिया';
127 $strFields = ' फील्डस';
128 $strFlushTable = ' टेबल को Flush करें ("FLUSH")';
130 $strGenTime = 'समय पर बनाया';
131 $strGerman = 'जर्मन';
132 $strGreek = ' ग्रीक';
134 $strHasBeenAltered = 'को बदला गया। ';
135 $strHome = 'होम';
136 $strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
137 $strHost = 'होस्ट';
138 $strHostEmpty = 'होस्ट का नाम (hostname) खाली है!';
140 $strInsert = 'इनसर्ट';
141 $strInsertAsNewRow = 'इसको नया रौ में जोडे ';
142 $strInsertedRows = ' रौ जोडे गये:';
144 $strJapanese = 'जापानी';
146 $strKeepPass = 'पासवर्ड मत बदलिये';
147 $strKorean = 'कोरियन';
149 $strLengthSet = 'लंबाई/अर्थ*';
150 $strLimitNumRows = 'प्रति पृष्ट कितने रौ';
151 $strLinesTerminatedBy = 'लाईन समाप्त होता है';
152 $strLocalhost = 'Local';
153 $strLogin = 'लोगिन';
154 $strLogout = 'लोग औट';
155 $strLogPassword = 'पासव्रड:';
156 $strLogUsername = 'यूसरनेम:';
158 $strMoveTable = ' टेबल को (database<b>.</b>table) में मूव करें:';
159 $strMoveTableOK = ' %s टेबल को %s में मूव कर दिया.';
160 $strMySQLShowProcess = 'प्रोसेस दिखाओ';
161 $strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
162 $strMySQLShowVars = 'MySQL के system variables दिखाओ';
164 $strName = 'नाम';
165 $strNext = ' अगला';
166 $strNo = 'नहीं';
167 $strNoDatabases = 'कोइ डाटाबेस नहिं';
168 $strNoDatabasesSelected = ' कोइ डाटाबेस नहीं चुना गया है।';
169 $strNoModification = 'कोइ बदलाव नहीं';
170 $strNoPassword = 'पासवर्ड नहीं है';
171 $strNoPrivileges = 'कोइ प्रिविलेज नहीं';
172 $strNoTablesFound = 'डाटाबेस में कोई टेबल नहीं।';
173 $strNotNumber = 'यह नंबर नहीं है!';
174 $strNoUsersFound = 'कोई यूसर नहीं।';
176 $strOperations = 'कार्रवाई';
177 $strOptimizeTable = ' टेबल को Optimize करें';
178 $strOr = 'अथवा';
180 $strPdfNoTables = ' कोई टेबल नहीं';
181 $strPhp = 'PHP Code बनाओ';
182 $strPmaDocumentation = 'phpMyAdmin डोक्युमेंटेशन';
183 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
184 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
185 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
186 $strPrivileges = ' प्रिविलेज';
188 $strQBE = 'क्वरी';
189 $strQueryFrame = 'क्वरी पेज';
190 $strQuerySQLHistory = 'SQL- इतिहास';
191 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
192 $strQueryTime = 'क्वरी को %01.4f सेकेंड का समय लगा';
194 $strRepairTable = ' टेबल को टीक करें';
195 $strRevoke = 'वापस लो';
196 $strRevokeMessage = 'आपने %s के privileges वापस ले लिया ';
197 $strRowLength = ' रौ की लंबाई';
198 $strRowsFrom = 'रौ, इस record से #';
199 $strRowsModeHorizontal = 'समतल';
200 $strRowsModeOptions = ' %s रूप में और %s सेल के बाद शीर्षक को दोहराईये';
201 $strRowsModeVertical = 'खडा';
202 $strRunning = ' %s पर चल रहा है';
203 $strRunSQLQuery = 'डाटाबेस %s में SQL query/queries चलाइये ';
204 $strRussian = 'रशियन';
206 $strSearch = 'सर्च';
207 $strSearchFormTitle = 'डाटाबेस में सर्च करें';
208 $strSearchInTables = ' टेबल में:';
209 $strSearchNeedle = 'शब्द अथवा वेल्यु जिसे सर्च करना है (wildcard: "%"):';
210 $strSearchOption1 = 'कोई भी एक शब्द';
211 $strSearchOption2 = 'सभी शब्द';
212 $strSearchOption3 = 'यथार्थ वाक्यांश';
213 $strSearchResultsFor = '"<i>%s</i>" %s के लिये सर्च के परिणाम :';
214 $strSearchType = 'खोजो:';
215 $strSelectADb = 'कृपया एक डाटाबेस चुनिये ';
216 $strSelectAll = ' सभी को सेल्कट करें';
217 $strSelectTables = ' टेबल चुनिये';
218 $strSend = 'फाईल मे सेव करें';
219 $strServerChoice = 'Server चुनिये';
220 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
221 $strShow = 'दिखाओ';
222 $strShowAll = 'सभी दिखाओ';
223 $strShowColor = 'रंगीन दिखाओ';
224 $strShowGrid = 'grid दिखाओ';
225 $strShowingRecords = 'रौ देखिये';
226 $strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
227 $strShowTableDimension = ' टेबल के परिमाण दिखाओ';
228 $strShowTables = ' टेबल दिखाओ';
229 $strShowThisQuery = ' यह query वापस यहीं दिखायें ';
230 $strSplitWordsWithSpace = 'शब्दों में space (" ") से अंतर करें.';
231 $strStrucData = 'संरचना और डाटा';
232 $strStrucOnly = 'केवल संरचना';
233 $strStructure = 'संरचना';
234 $strSuccess = 'आपकी SQL-query सफलता से पूरा किया';
235 $strSum = 'जोड';
237 $strTable = ' टेबल ';
238 $strTableComments = ' टेबल की टिप्पणि';
239 $strTableEmpty = ' टेबल का नाम खाली है!';
240 $strTableHasBeenDropped = ' टेबल %s को ड्रोप किया';
241 $strTableHasBeenEmptied = ' टेबल %s को खाली किया';
242 $strTableHasBeenFlushed = ' टेबल %s को flush किया';
243 $strTableMaintenance = ' टेबल रख-रखाव';
244 $strTables = ' %s टेबल(s)';
245 $strTblPrivileges = ' केवल टेबल के प्रिविलेज';
246 $strThreadSuccessfullyKilled = 'Thread %s को सफलता से मारा गया।';
247 $strTotal = ' कुल';
248 $strTurkish = 'तुर्क';
249 $strType = ' प्रकार';
251 $strUncheckAll = ' सभी को अनचेक करें';
252 $strUnselectAll = ' सभी को अनसेल्कट करें';
253 $strUpdatePrivMessage = 'आपने %s के प्रिविलेज अपडेट कर दिया ।';
254 $strUpdateProfileMessage = 'प्रोफाइल अपडेट कर दिया ।';
255 $strUpdateQuery = ' क्वरी अपडेट करो';
256 $strUsage = 'उपयोग';
257 $strUseBackquotes = ' टेबल और फील्ड के नाम को backquotes से Enclose करें';
258 $strUser = 'यूसर';
259 $strUserEmpty = 'यूसरनेम खाली है!';
260 $strUserName = 'यूसर नेम';
261 $strUseTables = ' टेबल का उपयोग करो';
263 $strValue = 'मूल्य';
265 $strWelcome = ' %s मे स्वागत है';
266 $strWithChecked = 'चुने हुओं को:';
267 $strWritingCommentNotPossible = 'टिप्पणि करना मुम्किन नहीं';
268 $strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.';
270 $strYes = 'हाँ ';
272 // To translate:
273 $strAbortedClients = 'Aborted'; //to translate
274 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
275 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
276 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
277 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
278 $strAddConstraints = 'Add constraints'; //to translate
279 $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
280 $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
281 $strAddedColumnRelation = 'Added relation for column'; //to translate
282 $strAddFields = 'Add %s field(s)'; //to translate
283 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
284 $strAddIntoComments = 'Add into comments';//to translate
285 $strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate
286 $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
287 $strAdministration = 'Administration'; //to translate
288 $strAffectedRows = 'Affected rows:'; //to translate
289 $strAfterInsertNext = 'Edit next row'; //to translate
290 $strAfterInsertSame = 'Go back to this page'; //to translate
291 $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
292 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
293 $strAndThen = 'and then'; //to translate
294 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
295 $strArmenian = 'Armenian'; //to translate
296 $strAscending = 'Ascending'; //to translate
297 $strAutodetect = 'Autodetect'; //to translate
298 $strAutomaticLayout = 'Automatic layout'; //to translate
300 $strBaltic = 'Baltic'; //to translate
301 $strBeginCut = 'BEGIN CUT'; //to translate
302 $strBeginRaw = 'BEGIN RAW'; //to translate
303 $strBinaryLog = 'Binary log'; //to translate
304 $strBinLogEventType = 'Event type'; //to translate
305 $strBinLogInfo = 'Information'; //to translate
306 $strBinLogName = 'Log name'; //to translate
307 $strBinLogOriginalPosition = 'Original position'; //to translate
308 $strBinLogPosition = 'Position'; //to translate
309 $strBinLogServerId = 'Server ID'; //to translate
310 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
311 $strBookmarkCreated = 'Bookmark %s created'; //to translate
312 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
313 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
314 $strBrowseForeignValues = 'Browse foreign values'; //to translate
315 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
316 $strBufferPool = 'Buffer Pool'; //to translate
317 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
318 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
319 $strBufferReadMisses = 'Read misses'; //to translate
320 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
321 $strBufferWriteWaits = 'Write waits'; //to translate
322 $strBulgarian = 'Bulgarian'; //to translate
323 $strBusyPages = 'Busy pages'; //to translate
324 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
325 $strBzip = '"bzipped"'; //to translate
327 $strCalendar = 'Calendar'; //to translate
328 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
329 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
330 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
331 $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
332 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
333 $strCardinality = 'Cardinality'; //to translate
334 $strCaseInsensitive = 'case-insensitive'; //to translate
335 $strCaseSensitive = 'case-sensitive'; //to translate
336 $strCentralEuropean = 'Central European'; //to translate
337 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
338 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
339 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
340 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
341 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
342 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
343 $strChangeDisplay = 'Choose Field to display'; //to translate
344 $strCharset = 'Charset'; //to translate
345 $strCharsetOfFile = 'Character set of the file:'; //to translate
346 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
347 $strCharsets = 'Charsets'; //to translate
348 $strCheckOverhead = 'Check tables with overhead'; //to translate
349 $strColComFeat = 'Displaying Column Comments'; //to translate
350 $strCollation = 'Collation'; //to translate
351 $strCommand = 'Command'; //to translate
352 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
353 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
354 $strCompression = 'Compression'; //to translate
355 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
356 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
357 $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
358 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
359 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
360 $strConnections = 'Connections'; //to translate
361 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
362 $strConstraintsForTable = 'Constraints for table'; //to translate
363 $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
364 $strCopy = 'Copy'; //to translate
365 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
366 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
367 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
368 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
369 $strCreationDates = 'Creation/Update/Check dates'; //to translate
370 $strCriteria = 'Criteria'; //to translate
371 $strCroatian = 'Croatian'; //to translate
372 $strCSV = 'CSV'; //to translate
373 $strCSVImportOptions = 'CSV options'; //to translate
374 $strCSVOptions = 'CSV options';//to translate
375 $strCyrillic = 'Cyrillic'; //to translate
376 $strCzech = 'Czech'; //to translate
377 $strCzechSlovak = 'Czech-Slovak'; //to translate
379 $strDanish = 'Danish'; //to translate
380 $strDatabaseEmpty = 'The database name is empty!'; //to translate
381 $strDatabaseExportOptions = 'Database export options';//to translate
382 $strDataDict = 'Data Dictionary'; //to translate
383 $strDataPages = 'Pages containing data'; //to translate
384 $strDBCopy = 'Copy database to'; //to translate
385 $strDBGContext = 'Context'; //to translate
386 $strDBGContextID = 'Context ID'; //to translate
387 $strDBGHits = 'Hits'; //to translate
388 $strDBGLine = 'Line'; //to translate
389 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
390 $strDBGMinTimeMs = 'Min time, ms'; //to translate
391 $strDBGModule = 'Module'; //to translate
392 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
393 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
394 $strDBRename = 'Rename database to'; //to translate
395 $strDbSpecific = 'database-specific'; //to translate
396 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
397 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
398 $strDefragment = 'Defragment table'; //to translate
399 $strDelayedInserts = 'Use delayed inserts'; //to translate
400 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
401 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
402 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
403 $strDeleting = 'Deleting %s'; //to translate
404 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
405 $strDescending = 'Descending'; //to translate
406 $strDirtyPages = 'Dirty pages'; //to translate
407 $strDisabled = 'Disabled'; //to translate
408 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
409 $strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
410 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
411 $strDumpingData = 'Dumping data for table'; //to translate
412 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
413 $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
414 $strDynamic = 'dynamic'; //to translate
416 $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate
417 $strEnabled = 'Enabled'; //to translate
418 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
419 $strEndCut = 'END CUT'; //to translate
420 $strEndRaw = 'END RAW'; //to translate
421 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
422 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
423 $strEngines = 'Engines'; //to translate
424 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
425 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
426 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
427 $strEsperanto = 'Esperanto'; //to translate
428 $strEstonian = 'Estonian'; //to translate
429 $strExcelEdition = 'Excel edition'; //to translate
430 $strExcelOptions = 'Excel options'; //to translate
431 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
433 $strFailedAttempts = 'Failed attempts'; //to translate
434 $strFieldsEmpty = ' The field count is empty! '; //to translate
435 $strFieldsEnclosedBy = 'Fields enclosed by'; //to translate
436 $strFieldsEscapedBy = 'Fields escaped by'; //to translate
437 $strFieldsTerminatedBy = 'Fields terminated by'; //to translate
438 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
439 $strFileCouldNotBeRead = 'File could not be read'; //to translate
440 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
441 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
442 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
443 $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
444 $strFileNameTemplate = 'File name template';//to translate
445 $strFileNameTemplateRemember = 'remember template';//to translate
446 $strFileToImport = 'File to import'; //to translate
447 $strFixed = 'fixed'; //to translate
448 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
449 $strFlushQueryCache = 'Flush query cache'; //to translate
450 $strFlushTables = 'Flush (close) all tables'; //to translate
451 $strFormat = 'Format'; //to translate
452 $strFormEmpty = 'Missing value in the form !'; //to translate
453 $strFreePages = 'Free pages'; //to translate
454 $strFullText = 'Full Texts'; //to translate
455 $strFunction = 'Function'; //to translate
457 $strGenBy = 'Generated by'; //to translate
458 $strGeneralRelationFeat = 'General relation features'; //to translate
459 $strGenerate = 'Generate'; //to translate
460 $strGeneratePassword = 'Generate Password'; //to translate
461 $strGeorgian = 'Georgian'; //to translate
462 $strGlobal = 'global'; //to translate
463 $strGlobalPrivileges = 'Global privileges'; //to translate
464 $strGlobalValue = 'Global value'; //to translate
465 $strGo = 'Go'; //to translate
466 $strGrantOption = 'Grant'; //to translate
467 $strGzip = '"gzipped"'; //to translate
469 $strHandler = 'Handler'; //to translate
470 $strHasBeenCreated = 'has been created.'; //to translate
471 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
472 $strHebrew = 'Hebrew'; //to translate
473 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
474 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
475 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
476 $strHTMLWord = 'Microsoft Word 2000'; //to translate
477 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
478 $strHungarian = 'Hungarian'; //to translate
480 $strIcelandic = 'Icelandic'; //to translate
481 $strId = 'ID'; //to translate
482 $strIdxFulltext = 'Fulltext'; //to translate
483 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
484 $strIgnore = 'Ignore'; //to translate
485 $strIgnoreInserts = 'Use ignore inserts'; //to translate
486 $strIgnoringFile = 'Ignoring file %s'; //to translate
487 $strImportDocSQL = 'Import docSQL Files'; //to translate
488 $strImportFiles = 'Import files'; //to translate
489 $strImportFormat = 'Format of imported file'; //to translate
490 $strImport = 'Import'; //to translate
491 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
492 $strIndexes = 'Indexes'; //to translate
493 $strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
494 $strIndex = 'Index'; //to translate
495 $strIndexName = 'Index name&nbsp;:'; //to translate
496 $strIndexType = 'Index type&nbsp;:'; //to translate
497 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
498 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
499 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
500 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
501 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
502 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
503 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
504 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
505 $strInnoDBDataFilePath = 'Data files'; //to translate
506 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
507 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
508 $strInnoDBPages = 'pages'; //to translate
509 $strInnodbStat = 'InnoDB Status'; //to translate
510 $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
511 $strInsertedRowId = 'Inserted row id:'; //to translate
512 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
513 $strInternalRelations = 'Internal relations'; //to translate
514 $strInUse = 'in use'; //to translate
515 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
516 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
517 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
518 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
519 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
520 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
521 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
522 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
523 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
524 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
525 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
526 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
528 $strJoins = 'Joins'; //to translate
529 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
530 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
531 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
533 $strKeyCache = 'Key cache'; //to translate
534 $strKeyname = 'Keyname'; //to translate
535 $strKill = 'Kill'; //to translate
537 $strLandscape = 'Landscape'; //to translate
538 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
539 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
540 $strLatchedPages = 'Latched pages'; //to translate
541 $strLatexCaption = 'Table caption';//to translate
542 $strLatexContent = 'Content of table __TABLE__';//to translate
543 $strLatexContinuedCaption = 'Continued table caption';//to translate
544 $strLatexContinued = '(continued)';//to translate
545 $strLatexIncludeCaption = 'Include table caption';//to translate
546 $strLatexLabel = 'Label key';//to translate
547 $strLaTeX = 'LaTeX'; //to translate
548 $strLaTeXOptions = 'LaTeX options'; //to translate
549 $strLatexStructure = 'Structure of table __TABLE__';//to translate
550 $strLatvian = 'Latvian'; //to translate
551 $strLDI = 'CSV using LOAD DATA'; //to translate
552 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
553 $strLDILocal = 'Use LOCAL keyword'; //to translate
554 $strLinkNotFound = 'Link not found'; //to translate
555 $strLinksTo = 'Links to'; //to translate
556 $strLithuanian = 'Lithuanian'; //to translate
557 $strLocationTextfile = 'Location of the textfile'; //to translate
558 $strLoginInformation = 'Login Information'; //to translate
559 $strLogServer = 'Server'; //to translate
560 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
562 $strMaxConnects = 'max. concurrent connections'; //to translate
563 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
564 $strMaximumSize = 'Maximum size: %s%s'; //to translate
565 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
566 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
567 $strMIME_available_mime = 'Available MIME-types';//to translate
568 $strMIME_available_transform = 'Available transformations';//to translate
569 $strMIME_description = 'Description';//to translate
570 $strMIME_MIMEtype = 'MIME-type';//to translate
571 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
572 $strMIME_transformation = 'Browser transformation';//to translate
573 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
574 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
575 $strMIME_transformation_options = 'Transformation options';//to translate
576 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
577 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
578 $strModifications = 'Modifications have been saved'; //to translate
579 $strModifyIndexTopic = 'Modify an index'; //to translate
580 $strModify = 'Modify'; //to translate
581 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
582 $strMultilingual = 'multilingual'; //to translate
583 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
584 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
585 $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
586 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
587 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
588 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
589 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
590 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
591 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
592 $strMyISAMRepairThreads = 'Repair threads'; //to translate
593 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
594 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
595 $strMySQLCharset = 'MySQL charset'; //to translate
596 $strMysqlClientVersion = 'MySQL client version'; //to translate
597 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
598 $strMySQLSaid = 'MySQL said: '; //to translate
600 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
601 $strNoDescription = 'no Description'; //to translate
602 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
603 $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
604 $strNoExplain = 'Skip Explain SQL'; //to translate
605 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
606 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
607 $strNoIndex = 'No index defined!'; //to translate
608 $strNoIndexPartsDefined = 'No index parts defined!'; //to translate
609 $strNone = 'None'; //to translate
610 $strNoOptions = 'This format has no options';//to translate
611 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
612 $strNoPhp = 'Without PHP Code'; //to translate
613 $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
614 $strNoRowsSelected = 'No rows selected'; //to translate
615 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
616 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
617 $strNotOK = 'not OK'; //to translate
618 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
619 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
620 $strNull = 'Null'; //to translate
621 $strNumberOfFields = 'Number of fields'; //to translate
622 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
623 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
624 $strNumTables = 'Tables'; //to translate
626 $strOK = 'OK'; //to translate
627 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
628 $strOperator = 'Operator'; //to translate
629 $strOverhead = 'Overhead'; //to translate
630 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
632 $strPageNumber = 'Page number:'; //to translate
633 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
634 $strPaperSize = 'Paper size'; //to translate
635 $strPartialImport = 'Partial import'; //to translate
636 $strPartialText = 'Partial Texts'; //to translate
637 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
638 $strPasswordEmpty = 'The password is empty!'; //to translate
639 $strPasswordHashing = 'Password Hashing'; //to translate
640 $strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
641 $strPassword = 'Password'; //to translate
642 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
643 $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
644 $strPDFOptions = 'PDF options'; //to translate
645 $strPDF = 'PDF'; //to translate
646 $strPDFReportTitle = 'Report title'; //to translate
647 $strPerHour = 'per hour'; //to translate
648 $strPerMinute = 'per minute';//to translate
649 $strPerSecond = 'per second';//to translate
650 $strPersian = 'Persian'; //to translate
651 $strPhoneBook = 'phone book'; //to translate
652 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
653 $strPHPVersion = 'PHP Version'; //to translate
654 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
655 $strPolish = 'Polish'; //to translate
656 $strPortrait = 'Portrait'; //to translate
657 $strPos1 = 'Begin'; //to translate
658 $strPrevious = 'Previous'; //to translate
659 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate
660 $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate
661 $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
662 $strPrimary = 'Primary'; //to translate
663 $strPrint = 'Print'; //to translate
664 $strPrintViewFull = 'Print view (with full texts)'; //to translate
665 $strPrintView = 'Print view'; //to translate
666 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
667 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
668 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
669 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
670 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
671 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
672 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
673 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
674 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
675 $strPrivDescDelete = 'Allows deleting data.'; //to translate
676 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
677 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
678 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
679 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
680 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
681 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
682 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
683 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
684 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
685 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
686 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
687 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
688 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
689 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
690 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
691 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
692 $strPrivDescSelect = 'Allows reading data.'; //to translate
693 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
694 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
695 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
696 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
697 $strPrivDescUpdate = 'Allows changing data.'; //to translate
698 $strPrivDescUsage = 'No privileges.'; //to translate
699 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
700 $strProcesses = 'Processes'; //to translate
701 $strProcesslist = 'Process list'; //to translate
702 $strProtocolVersion = 'Protocol version'; //to translate
703 $strPutColNames = 'Put fields names at first row'; //to translate
705 $strQBEDel = 'Del'; //to translate
706 $strQBEIns = 'Ins'; //to translate
707 $strQueryCache = 'Query cache'; //to translate
708 $strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate
709 $strQueryType = 'Query type'; //to translate
710 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
712 $strReadRequests = 'Read requests'; //to translate
713 $strReceived = 'Received'; //to translate
714 $strRecords = 'Records'; //to translate
715 $strReferentialIntegrity = 'Check referential integrity:'; //to translate
716 $strRefresh = 'Refresh'; //to translate
717 $strRelationalSchema = 'Relational schema'; //to translate
718 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
719 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
720 $strRelations = 'Relations'; //to translate
721 $strRelationView = 'Relation view'; //to translate
722 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
723 $strReloadPrivileges = 'Reload privileges'; //to translate
724 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
725 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
726 $strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
727 $strRenameTable = 'Rename table to'; //to translate
728 $strReplaceNULLBy = 'Replace NULL by'; //to translate
729 $strReplaceTable = 'Replace table data with file'; //to translate
730 $strReplication = 'Replication'; //to translate
731 $strReset = 'Reset'; //to translate
732 $strResourceLimits = 'Resource limits'; //to translate
733 $strReType = 'Re-type'; //to translate
734 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
735 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
736 $strRomanian = 'Romanian'; //to translate
737 $strRowSize = ' Row size '; //to translate
738 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
739 $strRows = 'Rows'; //to translate
740 $strRowsStatistic = 'Row Statistic'; //to translate
741 $strRunQuery = 'Submit Query'; //to translate
742 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
744 $strSaveOnServer = 'Save on server in %s directory'; //to translate
745 $strSave = 'Save'; //to translate
746 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
747 $strSearchOption4 = 'as regular expression'; //to translate
748 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
749 $strSelectBinaryLog = 'Select binary log to view'; //to translate
750 $strSelectFields = 'Select fields (at least one):'; //to translate
751 $strSelectNumRows = 'in query'; //to translate
752 $strSent = 'Sent'; //to translate
753 $strServerNotResponding = 'The server is not responding'; //to translate
754 $strServer = 'Server'; //to translate
755 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
756 $strServerStatus = 'Runtime Information'; //to translate
757 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
758 $strServerTabVariables = 'Variables'; //to translate
759 $strServerVars = 'Server variables and settings'; //to translate
760 $strServerVersion = 'Server version'; //to translate
761 $strSessionValue = 'Session value'; //to translate
762 $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
763 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
764 $strShowFullQueries = 'Show Full Queries'; //to translate
765 $strShowingBookmark = 'Showing bookmark'; //to translate
766 $strShowOpenTables = 'Show open tables'; //to translate
767 $strShowSlaveHosts = 'Show slave hosts'; //to translate
768 $strShowSlaveStatus = 'Show slave status'; //to translate
769 $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
770 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
771 $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
772 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
773 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
774 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
775 $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
776 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
777 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
778 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
779 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
780 $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
781 $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
782 $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
783 $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
784 $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
785 $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
786 $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
787 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
788 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
789 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
790 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
791 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
792 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
793 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
794 $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
795 $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
796 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
797 $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
798 $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
799 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
800 $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
801 $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
802 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
803 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
804 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
805 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
806 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
807 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
808 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
809 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
810 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
811 $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
812 $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
813 $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
814 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
815 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
816 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
817 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
818 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
819 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
820 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
821 $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
822 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
823 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
824 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
825 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
826 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
827 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
828 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
829 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
830 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
831 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
832 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
833 $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
834 $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
835 $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
836 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
837 $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
838 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
839 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
840 $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
841 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
842 $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
843 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
844 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
845 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
846 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
847 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
848 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
849 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
850 $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
851 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
852 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
853 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
854 $strShowStatusReset = 'Reset'; //to translate
855 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
856 $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
857 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
858 $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
859 $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
860 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
861 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
862 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
863 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
864 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
865 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
866 $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
867 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
868 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
869 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
870 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
871 $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
872 $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
873 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
874 $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
875 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
876 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
877 $strSingly = '(singly)'; //to translate
878 $strSize = 'Size'; //to translate
879 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
880 $strSlovak = 'Slovak'; //to translate
881 $strSlovenian = 'Slovenian'; //to translate
882 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
883 $strSortByKey = 'Sort by key'; //to translate
884 $strSorting = 'Sorting'; //to translate
885 $strSort = 'Sort'; //to translate
886 $strSpaceUsage = 'Space usage'; //to translate
887 $strSpanish = 'Spanish'; //to translate
888 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
889 $strSQLExportType = 'Export type'; //to translate
890 $strSQLImportOptions = 'SQL options'; //to translate
891 $strSQLOptions = 'SQL options';//to translate
892 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
893 $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
894 $strSQLQuery = 'SQL-query'; //to translate
895 $strSQLResult = 'SQL result'; //to translate
896 $strSQL = 'SQL'; //to translate
897 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
898 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
899 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
900 $strStatCheckTime = 'Last check';//to translate
901 $strStatCreateTime = 'Creation';//to translate
902 $strStatement = 'Statements'; //to translate
903 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
904 $strStatUpdateTime = 'Last update';//to translate
905 $strStatus = 'Status'; //to translate
906 $strStorageEngines = 'Storage Engines'; //to translate
907 $strStorageEngine = 'Storage Engine'; //to translate
908 $strStrucCSV = 'CSV data'; //to translate
909 $strStrucExcelCSV = 'CSV for MS Excel data'; //to translate
910 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
911 $strStructPropose = 'Propose table structure'; //to translate
912 $strSubmit = 'Submit'; //to translate
913 $strSwedish = 'Swedish'; //to translate
914 $strSwitchToDatabase = 'Switch to copied database'; //to translate
915 $strSwitchToTable = 'Switch to copied table'; //to translate
917 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
918 $strTableOfContents = 'Table of contents'; //to translate
919 $strTableOptions = 'Table options'; //to translate
920 $strTableStructure = 'Table structure for table'; //to translate
921 $strTakeIt = 'take it'; //to translate
922 $strTempData = 'Temporary data'; //to translate
923 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
924 $strThai = 'Thai'; //to translate
925 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
926 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
927 $strThemeNotFound = 'Theme %s not found!'; //to translate
928 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
929 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
930 $strTheme = 'Theme / Style'; //to translate
931 $strThisHost = 'This Host'; //to translate
932 $strThisNotDirectory = 'This was not a directory'; //to translate
933 $strThreads = 'Threads'; //to translate
934 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
935 $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
936 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
937 $strTime = 'Time'; //to translate
938 $strToggleScratchboard = 'toggle scratchboard'; //to translate
939 $strTotalUC = 'Total'; //to translate
940 $strTraditionalChinese = 'Traditional Chinese'; //to translate
941 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
942 $strTraffic = 'Traffic'; //to translate
943 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
944 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
945 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
946 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
947 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
948 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
949 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
950 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
951 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
952 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
953 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
954 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
955 $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
956 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
958 $strUkrainian = 'Ukrainian'; //to translate
959 $strUnicode = 'Unicode'; //to translate
960 $strUnique = 'Unique'; //to translate
961 $strUnknown = 'unknown'; //to translate
962 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
963 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
964 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
965 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
966 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
967 $strUseHostTable = 'Use Host Table'; //to translate
968 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
969 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
970 $strUserOverview = 'User overview'; //to translate
971 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
972 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
973 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
974 $strUseTextField = 'Use text field'; //to translate
975 $strUseThisValue = 'Use this value'; //to translate
977 $strValidateSQL = 'Validate SQL'; //to translate
978 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
979 $strVar = 'Variable'; //to translate
980 $strVersionInformation = 'Version information'; //to translate
981 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
982 $strViewDumpDB = 'View dump (schema) of database'; //to translate
983 $strViewDump = 'View dump (schema) of table'; //to translate
984 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
985 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
986 $strView = 'View'; //to translate
988 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
989 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
990 $strWestEuropean = 'West European'; //to translate
991 $strWildcard = 'wildcard'; //to translate
992 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
993 $strWriteRequests = 'Write requests'; //to translate
994 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
996 $strXML = 'XML';//to translate
998 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
999 $strZip = '"zipped"' ; //to translate
1001 $strQueryResultsOperations = 'Query results operations'; //to translate
1002 $strAddClause = 'Add %s'; //to translate
1003 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
1004 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
1005 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
1006 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
1007 $strXMLOptions = 'XML options'; //to translate
1008 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
1009 $strCreateUserDatabase = 'Database for user'; //to translate
1010 $strCreateUserDatabaseNone = 'None'; //to translate
1011 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
1012 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
1013 $strOpenDocumentText = 'Open Document Text'; //to translate
1014 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
1015 $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
1016 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
1017 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
1018 $strInvalidTableName = 'Invalid table name'; //to translate
1019 $strInvalidDatabase = 'Invalid database'; //to translate
1020 $strServers = 'Servers'; //to translate
1021 $strDelimiter = 'Delimiter'; //to translate
1022 $strFunctions = 'Functions'; //to translate
1023 $strProcedures = 'Procedures'; //to translate
1024 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1025 $strFontSize = 'Font size'; //to translate
1026 $strLanguage = 'Language'; //to translate