image/png: inline
[phpmyadmin/crack.git] / lang / hindi-utf-8.inc.php3
blob17356520cae6c6c60468a7ea02b0de67ff6acf08
1 <?php
2 /* $Id$ */
4 // Hindi translation
5 // 1st release : by Girish Nair <girishn@nagpur.dot.net.in> : 08-Aug-2002
6 // 2nd updates : by Girish Nair <girishn@nagpur.dot.net.in> : 23-Aug-2002
7 // 3rd updates : by Girish Nair <girishn@nagpur.dot.net.in> : 09-Sep-2002
8 // 4th updates : by Girish Nair <girishn@nagpur.dot.net.in> : 15-Nov-2002
10 $charset = 'utf-8';
11 $allow_recoding = TRUE;
12 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
13 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
14 $right_font_family = 'arial, helvetica, geneva, sans-serif';
15 $number_thousands_separator = ',';
16 $number_decimal_separator = '.';
17 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
18 //$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
19 $byteUnits = array(' बैट्स', ' केबी', ' एमबी', ' जीबी','टीबी','पीबी','ईबी');
21 $day_of_week = array('रवी', 'सोम', 'मन्गल', 'बुध', 'गुरु', 'शुक्र', 'शनि');
22 $month = array('जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', ' सितम्बर', 'अक्तूबर', 'नवम्बर', 'दिसमबर');
23 // See http://www.php.net/manual/en/function.strftime.php to define the
24 // variable below
25 $datefmt = '%d %B, %Y को %I:%M %p';
27 $strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
28 $strAccessDenied = 'प्रवेश निषेध';
29 $strAction = ' कार्य';
30 $strAddNewField = 'नया फील्ड जोडो';
31 $strAddPriv = 'नया प्रिविलेज जोडो';
32 $strAddPrivMessage = 'आपने नया प्रिविलेज जोड लिया ।';
33 $strAddUser = 'नया यूसर बनाओ';
34 $strAddUserMessage = 'आपने नया यूसर बना लिया ।';
35 $strAfter = '%s के बाद में';
36 $strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
37 $strAfterInsertNewInsert = ' अगला नया रौ जोडे';
38 $strAll = 'सभी';
39 $strAlterOrderBy = ' टेबल ओरडर को बदलिये ';
40 $strAnIndex = ' %s पर एक इन्डेक्स बनाया';
41 $strAnalyzeTable = ' टेबल अनालैज करें';
42 $strAnd = 'और';
43 $strAny = 'कोई';
44 $strAnyColumn = 'कोई भी कोलम';
45 $strAnyDatabase = 'कोई भी डाटाबेस';
46 $strAnyHost = 'कोई भी होस्ट';
47 $strAnyTable = 'कोई भी टेबल';
48 $strAnyUser = 'कोई भी यूसर';
49 $strAtBeginningOfTable = ' टेबल के शुरू में';
50 $strAtEndOfTable = ' टेबल के आखिर में';
51 $strAttr = ' विशेषता';
53 $strBack = 'वापस';
54 $strBinary = 'बइनरी';
55 $strBinaryDoNotEdit = 'बइनरी - एडिट मत करिये';
56 $strBookmarkLabel = 'लेबल';
57 $strBookmarkView = 'केवल देखिये';
58 $strBrowse = ' ब्रौस';
60 $strCantRenameIdxToPrimary = 'इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!';
61 $strChange = 'बदलिये';
62 $strChangePassword = 'पासव्रड बदलिये';
63 $strCheckAll = 'सभी को चेक करें';
64 $strCheckDbPriv = 'डाटाबेस प्रिविलेजस को चेक करें';
65 $strCheckTable = ' टेबल को चेक करें';
66 $strChoosePage = ' एडिट करने के लिये पेज़ चुने';
67 $strColumn = 'कोलम';
68 $strColumnNames = 'कोलम के नाम';
69 $strComments = ' टिप्पणी';
70 $strCompleteInserts = 'पूरा इनसर्टस';
71 $strConfirm = 'क्या आप सचमुच यह करना चाहते है?';
72 $strCopyTable = ' (database<b>.</b>table) में टेबल को कापी करें:';
73 $strCopyTableOK = ' %s टेबल को %s में कापी कर दिया.';
74 $strCreate = 'बनाइये';
75 $strCreateIndex = ' &nbsp;%s&nbsp; कोलम पर इन्डेक्स बनाऐं ';
76 $strCreateIndexTopic = 'एक नया इन्डेक्स बनाऐं';
77 $strCreateNewDatabase = ' नया डाटाबेस बनाओ';
78 $strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
79 $strCreatePage = 'नया पेज़ बनाऐं';
81 $strData = ' डाटा';
82 $strDataOnly = 'केवल डाटा';
83 $strDatabase = ' डाटाबेस';
84 $strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
85 $strDatabases = ' डाटाबेस';
86 $strDatabasesStats = ' डाटाबेसों के आँकडे';
87 $strDefault = 'Default';
88 $strDelete = 'डिलीट';
89 $strDeleteFailed = ' डिलीट फैल हो गया!';
90 $strDeleteUserMessage = 'आपने %s यूसर डिलीट कर दिया।';
91 $strDeleted = 'रौ को डिलीट कर दिया';
92 $strDeletedRows = 'रौ डिलीट किया:';
93 $strDisplay = ' दिखाओ';
94 $strDisplayFeat = 'फीचरस दिखाओ';
95 $strDisplayOrder = 'क्रम से दिखाओ:';
96 $strDisplayPDF = 'PDF schema दिखाओ';
97 $strDoYouReally = 'क्या आप सचमुच चाहते है की';
98 $strDocu = 'डोक्युमेंटेशन';
99 $strDrop = ' ड्रोप';
100 $strDropDB = ' डाटाबेस ड्रोप करे %s';
101 $strDropTable = ' टेबल ड्रोप करे';
103 $strEdit = 'एडिट';
104 $strEditPDFPages = 'PDF पेज एडिट करें';
105 $strEditPrivileges = ' प्रिविलेज एडिट करें';
106 $strEffective = ' वास्तविक';
107 $strEmpty = 'खाली करें';
108 $strEnd = 'आखरी';
109 $strError = 'गल्ती';
110 $strExplain = 'SQL की व्याख्या ';
111 $strExport = 'एक्सपोर्ट';
112 $strExportToXML = ' XML format में एक्सपोर्ट करें';
113 $strExtendedInserts = 'विस्तृत इनसर्टस';
114 $strExtra = ' अतिरिक्त';
116 $strField = ' फील्ड';
117 $strFieldHasBeenDropped = ' फील्ड %s ड्रोप कर दिया';
118 $strFields = ' फील्डस';
119 $strFlushTable = ' टेबल को Flush करें ("FLUSH")';
121 $strGrants = 'ग्रान्टस';
123 $strHome = 'होम';
124 $strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
125 $strHost = 'होस्ट';
127 $strInsert = 'इनसर्ट';
128 $strInsertNewRow = 'नया रौ इनसर्ट करिये';
129 $strInstructions = 'निर्देष';
131 $strLength = 'लंबाई';
132 $strLengthSet = 'लंबाई/अर्थ*';
133 $strLimitNumRows = 'प्रति पृष्ट कितने रौ';
134 $strLines = 'लाईनस';
135 $strLinesTerminatedBy = 'लाईन समाप्त होता है';
136 $strLogPassword = 'पासव्रड:';
137 $strLogUsername = 'यूसरनेम:';
138 $strLogin = 'लोगिन';
139 $strLogout = 'लोग औट';
141 $strMoveTable = ' टेबल को (database<b>.</b>table) में मूव करें:';
142 $strMoveTableOK = ' %s टेबल को %s में मूव कर दिया.';
143 $strMySQLServerProcess = 'MySQL %pma_s1% %pma_s3% से %pma_s2% पर चल रहा है';
144 $strMySQLShowProcess = 'प्रोसेस दिखाओ';
145 $strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
146 $strMySQLShowVars = 'MySQL के system variables दिखाओ';
148 $strName = 'नाम';
149 $strNext = ' अगला';
150 $strNo = 'नहीं';
151 $strNoDatabases = 'कोइ डाटाबेस नहिं';
152 $strNoTablesFound = 'डाटाबेस में कोई टेबल नहीं।';
153 $strNoUsersFound = 'कोई यूसर नहीं।';
155 $strOperations = 'कार्रवाई';
156 $strOptimizeTable = ' टेबल को Optimize करें';
157 $strOptions = ' विकल्प';
158 $strOr = 'अथवा';
160 $strPdfNoTables = ' कोई टेबल नहीं';
161 $strPhp = 'PHP Code बनाओ';
162 $strPmaDocumentation = 'phpMyAdmin डोक्युमेंटेशन';
163 $strProperties = ' विशेषता';
165 $strQBE = 'क्वरी';
167 $strRepairTable = ' टेबल को टीक करें';
168 $strRevoke = 'वापस लो';
169 $strRevokeGrant = 'Grant वापस लो';
170 $strRevokeGrantMessage = 'आपने %s का Grant privilege वापस ले लिया ';
171 $strRevokeMessage = 'आपने %s के privileges वापस ले लिया ';
172 $strRevokePriv = 'Privileges वापस लो';
173 $strRowLength = ' रौ की लंबाई';
174 $strRowsFrom = 'रौ, इस record से #';
175 $strRowsModeHorizontal = 'समतल';
176 $strRowsModeOptions = ' %s रूप में और %s सेल के बाद शीर्षक को दोहराईये';
177 $strRowsModeVertical = 'खडा';
178 $strRunSQLQuery = 'डाटाबेस %s में SQL query/queries चलाइये ';
179 $strRunning = ' %s पर चल रहा है';
181 $strSearch = 'सर्च';
182 $strSearchFormTitle = 'डाटाबेस में सर्च करें';
183 $strSearchInTables = ' टेबल में:';
184 $strSearchNeedle = 'शब्द अथवा वेल्यु जिसे सर्च करना है (wildcard: "%"):';
185 $strSearchOption1 = 'कोई भी एक शब्द';
186 $strSearchOption2 = 'सभी शब्द';
187 $strSearchOption3 = 'यथार्थ वाक्यांश';
188 $strSearchResultsFor = '"<i>%s</i>" %s के लिये सर्च के परिणाम :';
189 $strSearchType = 'खोजो:';
190 $strSelect = 'चुनिये';
191 $strSelectADb = 'कृपया एक डाटाबेस चुनिये ';
192 $strSelectAll = ' सभी को सेल्कट करें';
193 $strSelectTables = ' टेबल चुनिये';
194 $strSend = 'फाईल मे सेव करें';
195 $strServerChoice = 'Server चुनिये';
196 $strShow = 'दिखाओ';
197 $strShowAll = 'सभी दिखाओ';
198 $strShowColor = 'रंगीन दिखाओ';
199 $strShowCols = 'कोलम दिखाओ';
200 $strShowGrid = 'grid दिखाओ';
201 $strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
202 $strShowTableDimension = ' टेबल के परिमाण दिखाओ';
203 $strShowTables = ' टेबल दिखाओ';
204 $strShowThisQuery = ' यह query वापस यहीं दिखायें ';
205 $strShowingRecords = 'रौ देखिये';
206 $strSplitWordsWithSpace = 'शब्दों में space (" ") से अंतर करें.';
207 $strStrucData = 'संरचना और डाटा';
208 $strStrucOnly = 'केवल संरचना';
209 $strStructure = 'संरचना';
210 $strSuccess = 'आपकी SQL-query सफलता से पूरा किया';
211 $strSum = 'जोड';
213 $strTable = ' टेबल ';
214 $strTableComments = ' टेबल की टिप्पणि';
215 $strTableEmpty = ' टेबल का नाम खाली है!';
216 $strTableHasBeenDropped = ' टेबल %s को ड्रोप किया';
217 $strTableHasBeenEmptied = ' टेबल %s को खाली किया';
218 $strTableHasBeenFlushed = ' टेबल %s को flush किया';
219 $strTableMaintenance = ' टेबल रख-रखाव';
220 $strTableType = ' टेबल के प्रकार';
221 $strTables = ' %s टेबल(s)';
222 $strTotal = ' कुल';
223 $strType = ' प्रकार';
225 $strUncheckAll = ' सभी को अनचेक करें';
226 $strUnselectAll = ' सभी को अनसेल्कट करें';
227 $strUpdatePrivMessage = 'आपने %s के प्रिविलेज अपडेट कर दिया ।';
228 $strUpdateProfile = 'प्रोफाइल अपडेट करो:';
229 $strUpdateProfileMessage = 'प्रोफाइल अपडेट कर दिया ।';
230 $strUpdateQuery = ' क्वरी अपडेट करो';
231 $strUsage = 'उपयोग';
232 $strUseBackquotes = ' टेबल और फील्ड के नाम को backquotes से Enclose करें';
233 $strUseTables = ' टेबल का उपयोग करो';
234 $strUser = 'यूसर';
235 $strUserEmpty = 'यूसरनेम खाली है!';
236 $strUserName = 'यूसर नेम';
237 $strUsers = 'यूसरस';
239 $strValue = 'मूल्य';
241 $strWelcome = ' %s मे स्वागत है';
242 $strWithChecked = 'चुने हुओं को:';
243 $strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.';
245 $strYes = 'हाँ ';
247 // To translate
249 $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
250 $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
251 $strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate
252 $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
253 $strAffectedRows = 'Affected rows:'; //to translate
254 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
255 $strAscending = 'Ascending'; //to translate
257 $strBeginCut = 'BEGIN CUT'; //to translate
258 $strBeginRaw = 'BEGIN RAW'; //to translate
259 $strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
260 $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
261 $strBookmarkThis = 'Bookmark this SQL-query'; //to translate
262 $strBzip = '"bzipped"'; //to translate
264 $strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
265 $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
266 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
267 $strCardinality = 'Cardinality'; //to translate
268 $strCarriage = 'Carriage return: \\r'; //to translate
269 $strChangeDisplay = 'Choose Field to display'; //to translate
270 $strCharsetOfFile = 'Character set of the file:'; //to translate
271 $strColComFeat = 'Displaying Column Comments'; //to translate
272 $strCompression = 'Compression'; //to translate
273 $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
274 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
275 $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
276 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
277 $strCriteria = 'Criteria'; //to translate
279 $strDataDict = 'Data Dictionary'; //to translate
280 $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
281 $strDescending = 'Descending'; //to translate
282 $strDisabled = 'Disabled'; //to translate
283 $strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
284 $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
285 $strDumpingData = 'Dumping data for table'; //to translate
286 $strDynamic = 'dynamic'; //to translate
288 $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate
289 $strEnabled = 'Enabled'; //to translate
290 $strEndCut = 'END CUT'; //to translate
291 $strEndRaw = 'END RAW'; //to translate
292 $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
294 $strFieldsEmpty = ' The field count is empty! '; //to translate
295 $strFieldsEnclosedBy = 'Fields enclosed by'; //to translate
296 $strFieldsEscapedBy = 'Fields escaped by'; //to translate
297 $strFieldsTerminatedBy = 'Fields terminated by'; //to translate
298 $strFixed = 'fixed'; //to translate
299 $strFormEmpty = 'Missing value in the form !'; //to translate
300 $strFormat = 'Format'; //to translate
301 $strFullText = 'Full Texts'; //to translate
302 $strFunction = 'Function'; //to translate
304 $strGenBy = 'Generated by'; //to translate
305 $strGenTime = 'Generation Time'; //to translate
306 $strGeneralRelationFeat = 'General relation features'; //to translate
307 $strGo = 'Go'; //to translate
308 $strGzip = '"gzipped"'; //to translate
310 $strHasBeenAltered = 'has been altered.'; //to translate
311 $strHasBeenCreated = 'has been created.'; //to translate
312 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
313 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
314 $strHostEmpty = 'The host name is empty!'; //to translate
316 $strIdxFulltext = 'Fulltext'; //to translate
317 $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; //to translate
318 $strIgnore = 'Ignore'; //to translate
319 $strImportDocSQL = 'Import docSQL Files'; //to translate
320 $strInUse = 'in use'; //to translate
321 $strIndex = 'Index'; //to translate
322 $strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
323 $strIndexName = 'Index name&nbsp;:'; //to translate
324 $strIndexType = 'Index type&nbsp;:'; //to translate
325 $strIndexes = 'Indexes'; //to translate
326 $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
327 $strInsertAsNewRow = 'Insert as a new row'; //to translate
328 $strInsertTextfiles = 'Insert data from a textfile into table'; //to translate
329 $strInsertedRows = 'Inserted rows:'; //to translate
330 $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
332 $strKeepPass = 'Do not change the password'; //to translate
333 $strKeyname = 'Keyname'; //to translate
334 $strKill = 'Kill'; //to translate
336 $strLineFeed = 'Linefeed: \\n'; //to translate
337 $strLinkNotFound = 'Link not found'; //to translate
338 $strLinksTo = 'Links to'; //to translate
339 $strLocationTextfile = 'Location of the textfile'; //to translate
341 $strMissingBracket = 'Missing Bracket'; //to translate
342 $strModifications = 'Modifications have been saved'; //to translate
343 $strModify = 'Modify'; //to translate
344 $strModifyIndexTopic = 'Modify an index'; //to translate
345 $strMySQLCharset = 'MySQL charset'; //to translate
346 $strMySQLReloaded = 'MySQL reloaded.'; //to translate
347 $strMySQLSaid = 'MySQL said: '; //to translate
349 $strNoDescription = 'no Description'; //to translate
350 $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
351 $strNoExplain = 'Skip Explain SQL'; //to translate
352 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
353 $strNoIndex = 'No index defined!'; //to translate
354 $strNoIndexPartsDefined = 'No index parts defined!'; //to translate
355 $strNoModification = 'No change'; //to translate
356 $strNoPassword = 'No Password'; //to translate
357 $strNoPhp = 'Without PHP Code'; //to translate
358 $strNoPrivileges = 'No Privileges'; //to translate
359 $strNoQuery = 'No SQL query!'; //to translate
360 $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
361 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
362 $strNone = 'None'; //to translate
363 $strNotNumber = 'This is not a number!'; //to translate
364 $strNotOK = 'not OK'; //to translate
365 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
366 $strNotValidNumber = ' is not a valid row number!'; //to translate
367 $strNull = 'Null'; //to translate
368 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
369 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
371 $strOK = 'OK'; //to translate
372 $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; //to translate
373 $strOptionalControls = 'Optional. Controls how to write or read special characters.'; //to translate
374 $strOptionally = 'OPTIONALLY'; //to translate
375 $strOverhead = 'Overhead'; //to translate
377 $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
378 $strPHPVersion = 'PHP Version'; //to translate
379 $strPageNumber = 'Page number:'; //to translate
380 $strPartialText = 'Partial Texts'; //to translate
381 $strPassword = 'Password'; //to translate
382 $strPasswordEmpty = 'The password is empty!'; //to translate
383 $strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
384 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
385 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
386 $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
387 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
388 $strPos1 = 'Begin'; //to translate
389 $strPrevious = 'Previous'; //to translate
390 $strPrimary = 'Primary'; //to translate
391 $strPrimaryKey = 'Primary key'; //to translate
392 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate
393 $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate
394 $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
395 $strPrint = 'Print'; //to translate
396 $strPrintView = 'Print view'; //to translate
397 $strPrivileges = 'Privileges'; //to translate
398 $strPutColNames = 'Put fields names at first row'; //to translate
400 $strQBEDel = 'Del'; //to translate
401 $strQBEIns = 'Ins'; //to translate
402 $strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate
404 $strReType = 'Re-type'; //to translate
405 $strRecords = 'Records'; //to translate
406 $strReferentialIntegrity = 'Check referential integrity:'; //to translate
407 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
408 $strRelationView = 'Relation view'; //to translate
409 $strReloadFailed = 'MySQL reload failed.'; //to translate
410 $strReloadMySQL = 'Reload MySQL'; //to translate
411 $strRememberReload = 'Remember reload the server.'; //to translate
412 $strRenameTable = 'Rename table to'; //to translate
413 $strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
414 $strReplace = 'Replace'; //to translate
415 $strReplaceTable = 'Replace table data with file'; //to translate
416 $strReset = 'Reset'; //to translate
417 $strRowSize = ' Row size '; //to translate
418 $strRows = 'Rows'; //to translate
419 $strRowsStatistic = 'Row Statistic'; //to translate
420 $strRunQuery = 'Submit Query'; //to translate
422 $strSQL = 'SQL'; //to translate
423 $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
424 $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
425 $strSQLQuery = 'SQL-query'; //to translate
426 $strSQLResult = 'SQL result'; //to translate
427 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
428 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
429 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
430 $strSave = 'Save'; //to translate
431 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
432 $strSearchOption4 = 'as regular expression'; //to translate
433 $strSelectFields = 'Select fields (at least one):'; //to translate
434 $strSelectNumRows = 'in query'; //to translate
435 $strServer = 'Server %s'; //to translate
436 $strServerVersion = 'Server version'; //to translate
437 $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
438 $strSingly = '(singly)'; //to translate
439 $strSize = 'Size'; //to translate
440 $strSort = 'Sort'; //to translate
441 $strSpaceUsage = 'Space usage'; //to translate
442 $strStatement = 'Statements'; //to translate
443 $strStrucCSV = 'CSV data'; //to translate
444 $strStrucDrop = 'Add \'drop table\''; //to translate
445 $strStrucExcelCSV = 'CSV for Ms Excel data'; //to translate
446 $strStructPropose = 'Propose table structure'; //to translate
447 $strSubmit = 'Submit'; //to translate
449 $strTableStructure = 'Table structure for table'; //to translate
450 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
451 $strTheContent = 'The content of your file has been inserted.'; //to translate
452 $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
453 $strTheTerminator = 'The terminator of the fields.'; //to translate
455 $strUnique = 'Unique'; //to translate
457 $strValidateSQL = 'Validate SQL'; //to translate
458 $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
459 $strViewDump = 'View dump (schema) of table'; //to translate
460 $strViewDumpDB = 'View dump (schema) of database'; //to translate
462 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
463 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
465 $strZip = '"zipped"' ; //to translate
467 $strNumTables = 'Tables'; //to translate
468 $strTotalUC = 'Total'; //to translate
469 $strRelationalSchema = 'Relational schema'; //to translate
470 $strTableOfContents = 'Table of contents'; //to translate
471 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
472 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
473 $strLandscape = 'Landscape'; //to translate
474 $strPortrait = 'Portrait'; //to translate
476 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
478 $strAbortedClients = 'Aborted'; //to translate
479 $strConnections = 'Connections'; //to translate
480 $strFailedAttempts = 'Failed attempts'; //to translate
481 $strGlobalValue = 'Global value'; //to translate
482 $strMoreStatusVars = 'More status variables'; //to translate
483 $strPerHour = 'per hour'; //to translate
484 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
485 $strQueryType = 'Query type'; //to translate
486 $strReceived = 'Received'; //to translate
487 $strSent = 'Sent'; //to translate
488 $strServerStatus = 'Runtime Information'; //to translate
489 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
490 $strServerTabVariables = 'Variables'; //to translate
491 $strServerTabProcesslist = 'Processes'; //to translate
492 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
493 $strServerVars = 'Server variables and settings'; //to translate
494 $strSessionValue = 'Session value'; //to translate
495 $strTraffic = 'Traffic'; //to translate
496 $strVar = 'Variable'; //to translate
498 $strCommand = 'Command'; //to translate
499 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
500 $strId = 'ID'; //to translate
501 $strProcesslist = 'Process list'; //to translate
502 $strStatus = 'Status'; //to translate
503 $strTime = 'Time'; //to translate
504 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
506 $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
507 $strLaTeX = 'LaTeX'; //to translate
509 $strAdministration = 'Administration'; //to translate
510 $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
511 $strGlobalPrivileges = 'Global privileges'; //to translate
512 $strGrantOption = 'Grant'; //to translate
513 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
514 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
515 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
516 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
517 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
518 $strPrivDescDelete = 'Allows deleting data.'; //to translate
519 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
520 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
521 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
522 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
523 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
524 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
525 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
526 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
527 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
528 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
529 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
530 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
531 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
532 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
533 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
534 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
535 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
536 $strPrivDescSelect = 'Allows reading data.'; //to translate
537 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
538 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
539 $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
540 $strPrivDescUpdate = 'Allows changing data.'; //to translate
541 $strPrivDescUsage = 'No privileges.'; //to translate
542 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
543 $strResourceLimits = 'Resource limits'; //to translate
544 $strUserOverview = 'User overview'; //to translate
545 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
547 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
549 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
550 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
551 $strDeleting = 'Deleting %s'; //to translate
552 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
553 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
554 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
555 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
556 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
557 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
558 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
560 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
561 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
562 $strColumnPrivileges = 'Column-specific privileges'; //to translate
563 $strDbPrivileges = 'Database-specific privileges'; //to translate
564 $strLocalhost = 'Local';
565 $strLoginInformation = 'Login Information'; //to translate
566 $strTblPrivileges = 'Table-specific privileges'; //to translate
567 $strThisHost = 'This Host'; //to translate
568 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
569 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
570 $strUseTextField = 'Use text field'; //to translate
572 $strNoUsersSelected = 'No users selected.'; //to translate
573 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
574 $strAddedColumnComment = 'Added comment for column'; //to translate
575 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
576 $strAddedColumnRelation = 'Added relation for column'; //to translate
577 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
578 $strImportFinished = 'Import finished'; //to translate
579 $strFileCouldNotBeRead = 'File could not be read'; //to translate
580 $strIgnoringFile = 'Ignoring file %s'; //to translate
581 $strThisNotDirectory = 'This was not a directory'; //to translate
582 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
583 $strImportFiles = 'Import files'; //to translate
584 $strDBGModule = 'Module'; //to translate
585 $strDBGLine = 'Line'; //to translate
586 $strDBGHits = 'Hits'; //to translate
587 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
588 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
589 $strDBGMinTimeMs = 'Min time, ms'; //to translate
590 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
591 $strDBGContextID = 'Context ID'; //to translate
592 $strDBGContext = 'Context'; //to translate
593 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
594 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
595 $strCheckPrivs = 'Check Privileges'; //to translate
596 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
597 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
598 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
599 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
600 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
601 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
602 $strNoDatabasesSelected = 'No databases selected.'; //to translate
603 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
604 $strGlobal = 'global'; //to translate
605 $strDbSpecific = 'database-specific'; //to translate
606 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
607 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
608 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
609 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
610 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
611 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
612 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
613 $strWildcard = 'wildcard'; //to translate
614 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
615 $strQueryTime = 'Query took %01.4f sec';//to translate
616 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
617 $strDBComment = 'Database comment: ';//to translate
618 $strQueryFrame = 'Query window';//to translate
619 $strQueryFrameDebug = 'Debugging information';//to translate
620 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
621 $strQuerySQLHistory = 'SQL-history';//to translate
622 $strMIME_MIMEtype = 'MIME-type';//to translate
623 $strMIME_transformation = 'Browser transformation';//to translate
624 $strMIME_transformation_options = 'Transformation options';//to translate
625 $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
626 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
627 $strMIME_available_mime = 'Available MIME-types';//to translate
628 $strMIME_available_transform = 'Available transformations';//to translate
629 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
630 $strMIME_description = 'Description';//to translate
631 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
632 $strMIME_file = 'Filename';//to translate
633 $strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
634 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
635 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
636 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
637 $strInnodbStat = 'InnoDB Status'; //to translate
638 $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
639 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
640 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate