5 translated by Andreas Pauley <pauley@buitegroep.org.za>
7 Dit lyk nogal snaaks in Afrikaans ;-).
8 Laat weet my asb. as jy aan beter taalgebruik kan dink.
12 $allow_recoding = TRUE;
13 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
14 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
15 $right_font_family = 'arial, helvetica, geneva, sans-serif';
16 $number_thousands_separator = ',';
17 $number_decimal_separator = '.';
18 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
19 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
21 $day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
22 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
23 // See http://www.php.net/manual/en/function.strftime.php to define the
25 $datefmt = '%B %d, %Y at %I:%M %p';
27 $strAccessDenied = 'Toegang Geweier';
29 $strAddDeleteColumn = 'Voeg By/Verwyder Veld Kolomme';
30 $strAddDeleteRow = 'Voeg By/Verwyder Kriteria Ry';
31 $strAddNewField = 'Voeg \'n nuwe veld by';
32 $strAddSearchConditions = 'Voeg soek kriteria by (laaste deel van die "where" in SQL SELECT):';
33 $strAddToIndex = 'Voeg by indeks %s kolom(me)';
34 $strAddUser = 'Voeg \'n nuwe gebruiker by';
35 $strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
36 $strAffectedRows = 'Geaffekteerde rye:';
38 $strAfterInsertBack = 'Terug na vorige bladsy';
39 $strAfterInsertNewInsert = 'Voeg \'n nuwe ry by';
41 $strAllTableSameWidth = 'vertoon alle tabelle met dieselfde wydte?';
42 $strAlterOrderBy = 'Verander tabel sorteer volgens';
43 $strAnalyzeTable = 'Analiseer tabel';
45 $strAnIndex = '\'n Indeks is bygevoeg op %s';
47 $strAnyHost = 'Enige gasheer (host)';
48 $strAnyUser = 'Enige gebruiker';
49 $strAPrimaryKey = '\'n primere sleutel is bygevoeg op %s';
50 $strAscending = 'Dalend';
51 $strAtBeginningOfTable = 'By Begin van Tabel';
52 $strAtEndOfTable = 'By Einde van Tabel';
53 $strAttr = 'Kenmerke';
56 $strBeginCut = 'BEGIN UITKNIPSEL';
57 $strBeginRaw = 'BEGIN ONVERANDERD (RAW)';
59 $strBinaryDoNotEdit = 'Biner - moenie verander nie';
60 $strBookmarkDeleted = 'Die boekmerk is verwyder.';
61 $strBookmarkLabel = 'Etiket';
62 $strBookmarkQuery = 'Geboekmerkde SQL-stelling';
63 $strBookmarkThis = 'Boekmerk hierdie SQL-stelling';
64 $strBookmarkView = 'Kyk slegs';
65 $strBrowse = 'Beloer Data';
66 $strBzip = '"ge-bzip"';
68 $strCantLoadRecodeIconv = 'Kan nie iconv laai nie, of "recode" ekstensie word benodig vir die karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of verwyder karakterstel omskakeling in phpMyAdmin.';
69 $strCantRenameIdxToPrimary = 'Kannie die indeks hernoem na PRIMARY!';
70 $strCantUseRecodeIconv = 'Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie homself as gelaai rapporteer nie. Kyk na jou PHP opstelling.';
71 $strCardinality = 'Cardinality';
72 $strCarriage = 'Carriage return: \\r';
73 $strChange = 'Verander';
74 $strChangeDisplay = 'Kies \'n Veld om te vertoon';
75 $strChangePassword = 'Verander wagwoord';
76 $strCharsetOfFile = 'Karakterstel van die leer:';
77 $strCheckAll = 'Kies Alles';
78 $strCheckTable = 'Kontroleer tabel';
79 $strChoosePage = 'Kies asb. \'n bladsy om te verander';
80 $strColComFeat = 'Kolom Kommentaar word vertoon';
81 $strColumnNames = 'Kolom name';
82 $strComments = 'Kommentaar';
83 $strCompleteInserts = 'Voltooi invoegings';
84 $strConfigFileError = 'phpMyAdmin was nie in staat om jou konfigurasie leer te lees nie!<br />Dit kan moontlik gebeur wanneer PHP \'n fout in die leer vind of die leer sommer glad nie vind nie.<br />Volg asb. die skakel hieronder om die leer direk te roep, en lees dan enige foutboodskappe. In die meeste gevalle is daar net \'n quote of \'n kommapunt weg erens.<br />Indien jy \'n bladsy kry wat leeg is, is alles klopdisselboom.';
85 $strConfigureTableCoord = 'Stel asb. die koordinate op van tabel %s';
86 $strCookiesRequired = 'HTTP Koekies moet van nou af geaktifeer wees.';
87 $strCopyTable = 'Kopieer tabel na (databasis<b>.</b>tabel):';
88 $strCopyTableOK = 'Tabel %s is gekopieer na %s.';
90 $strCreateIndex = 'Skep \'n indeks op %s kolomme';
91 $strCreateIndexTopic = 'Skep \'n nuwe indeks';
92 $strCreateNewDatabase = 'Skep \'n nuwe databasis';
93 $strCreateNewTable = 'Skep \'n nuwe tabel op databasis %s';
94 $strCreatePage = 'Skep \'n nuwe bladsy';
95 $strCreatePdfFeat = 'Skepping van PDF\'s';
96 $strCriteria = 'Kriteria';
99 $strDatabase = 'Databasis';
100 $strDatabaseHasBeenDropped = 'Databasis %s is verwyder.';
101 $strDatabases = 'databasisse';
102 $strDatabasesStats = 'Databasis statistieke';
103 $strDataOnly = 'Slegs Data';
104 $strDefault = 'Verstekwaarde (default)';
105 $strDelete = 'Verwyder';
106 $strDeleted = 'Die ry is verwyder';
107 $strDeletedRows = 'Verwyderde rye:';
108 $strDescending = 'Dalend';
109 $strDisabled = 'Onbeskikbaar';
110 $strDisplayFeat = 'Vertoon Funksies';
111 $strDisplayOrder = 'Vertoon volgorde:';
112 $strDisplayPDF = 'Vertoon PDF skema';
113 $strDoAQuery = 'Doen \'n "Navraag dmv Voorbeeld" (wildcard: "%")';
114 $strDocu = 'Dokumentasie';
115 $strDoYouReally = 'Wil jy regtig ';
116 $strDrop = 'Verwyder';
117 $strDumpingData = 'Stort data vir tabel';
118 $strDumpXRows = 'Stort %s rye beginnende by rekord # %s.';
119 $strDynamic = 'dinamies';
121 $strEdit = 'Verander';
122 $strEditPDFPages = 'Verander PDF Bladsye';
123 $strEditPrivileges = 'Verander Regte';
124 $strEffective = 'Effektief';
125 $strEmpty = 'Maak Leeg';
126 $strEmptyResultSet = 'MySQL het niks teruggegee nie (dus nul rye).';
127 $strEnabled = 'Beskikbaar';
129 $strEndCut = 'EINDE UITKNIPSEL';
130 $strEndRaw = 'EINDE ONVERANDERD (RAW)';
131 $strEnglishPrivileges = ' Nota: MySQL regte name word in Engels vertoon ';
133 $strExplain = 'Verduidelik SQL';
134 $strExport = 'Export';
135 $strExtendedInserts = 'Uitgebreide toevoegings';
136 $strExtra = 'Ekstra';
139 $strFieldHasBeenDropped = 'Veld %s is verwyder';
140 $strFields = 'Velde';
141 $strFieldsEmpty = ' Die veld telling is leeg! ';
142 $strFieldsEnclosedBy = 'Velde omring met';
143 $strFieldsEscapedBy = 'Velde ontsnap (escaped) deur';
144 $strFieldsTerminatedBy = 'Velde beeindig deur';
145 $strFixed = 'vaste (fixed)';
146 $strFlushTable = 'Spoel die tabel ("FLUSH")';
147 $strFormat = 'Formaat';
148 $strFormEmpty = 'Daar ontbreek \'n waarde in die vorm !';
149 $strFullText = 'Volle Tekste';
150 $strFunction = 'Funksie';
152 $strGenBy = 'Voortgebring deur';
153 $strGeneralRelationFeat = 'Algemene verwantskap funksies';
154 $strGenTime = 'Generasie Tyd';
156 $strGzip = '"ge-gzip"';
158 $strHasBeenAltered = 'is verander.';
159 $strHasBeenCreated = 'is geskep.';
160 $strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon';
162 $strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
163 $strHost = 'Gasheer (host)';
164 $strHostEmpty = 'Die gasheer naam is leeg!';
166 $strIdxFulltext = 'Volteks';
167 $strIfYouWish = 'Indien jy slegs sommige van \'n tabel se kolomme wil laai, spesifiseer \'n komma-geskeide veldlys.';
168 $strIgnore = 'Ignoreer';
169 $strIndex = 'Indeks';
170 $strIndexes = 'Indekse';
171 $strIndexHasBeenDropped = 'Indeks %s is verwyder';
172 $strIndexName = 'Indeks naam :';
173 $strIndexType = 'Indeks tipe :';
174 $strInsert = 'Voeg by';
175 $strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
176 $strInsertedRows = 'Toegevoegde rye:';
177 $strInsertNewRow = 'Voeg nuwe ry by';
178 $strInsertTextfiles = 'Voeg data vanaf \'n teks leer in die tabel in';
179 $strInstructions = 'Instruksies';
180 $strInUse = 'in gebruik';
182 $strKeepPass = 'Moenie die wagwoord verander nie';
183 $strKeyname = 'Sleutelnaam';
184 $strKill = 'Vermoor';
186 $strLengthSet = 'Lengte/Waardes*';
187 $strLimitNumRows = 'Hoeveelheid rye per bladsy';
188 $strLineFeed = 'Linefeed: \\n';
189 $strLinesTerminatedBy = 'Lyne beeindig deur';
190 $strLinkNotFound = 'Skakel nie gevind nie';
191 $strLinksTo = 'Skakels na';
192 $strLocationTextfile = 'Soek die teksleer';
193 $strLogin = 'Teken aan';
194 $strLogout = 'Teken uit';
195 $strLogPassword = 'Wagwoord:';
196 $strLogUsername = 'Gebruiker Naam:';
198 $strModifications = 'Veranderinge is gestoor';
199 $strModify = 'Verander';
200 $strModifyIndexTopic = 'Verander \'n indeks';
201 $strMoveTable = 'Skuif tabel na (databasis<b>.</b>tabel):';
202 $strMoveTableOK = 'Tabel %s is geskuif na %s.';
203 $strMySQLCharset = 'MySQL Karakterstel';
204 $strMySQLReloaded = 'MySQL is herlaai.';
205 $strMySQLSaid = 'MySQL het gepraat: ';
206 $strMySQLServerProcess = 'MySQL %pma_s1% hardloop op %pma_s2% as %pma_s3%';
207 $strMySQLShowProcess = 'Wys prosesse';
208 $strMySQLShowStatus = 'Wys MySQL in-proses informasie';
209 $strMySQLShowVars = 'Wys MySQL stelsel veranderlikes';
212 $strNext = 'Volgende';
214 $strNoDatabases = 'Geen databasisse';
215 $strNoDescription = 'geen Beskrywing';
216 $strNoDropDatabases = '"DROP DATABASE" stellings word nie toegelaat nie.';
217 $strNoExplain = 'Ignoreer SQL Verduideliking';
218 $strNoFrames = 'phpMyAdmin verkies \'n <b>frames-kapabele</b> blaaier.';
219 $strNoIndex = 'Geen indeks gedefinieer!';
220 $strNoIndexPartsDefined = 'Geen indeks dele gedefinieer!';
221 $strNoModification = 'Geen verandering';
223 $strNoPassword = 'Geen Wagwoord';
224 $strNoPhp = 'Sonder PHP Kode';
225 $strNoPrivileges = 'Geen Regte';
226 $strNoQuery = 'Geen SQL stelling!';
227 $strNoRights = 'Jy het nie genoeg regte om nou hier te wees nie!';
228 $strNoTablesFound = 'Geen tabelle in databasis gevind nie.';
229 $strNotNumber = 'Hierdie is nie \'n nommer nie';
230 $strNotOK = 'nie OK';
231 $strNotSet = '<b>%s</b> tabel nie gevind nie of nie gesetel in %s';
232 $strNotValidNumber = ' is nie \'n geldige ry-nommer nie!';
233 $strNoUsersFound = 'Geen gebruiker(s) gevind nie.';
234 $strNoValidateSQL = 'Ignoreer SQL Validasie';
236 $strNumSearchResultsInTable = '%s resultate binne tabel <i>%s</i>';
237 $strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> ooreenkomste';
239 $strOftenQuotation = 'Dikwels kwotasie-karakters. OPSIONEEL beteken dat slegs char en varchar velde ingeslote is binne die "enclosed by"-character.';
241 $strOperations = 'Operasies';
242 $strOptimizeTable = 'Optimaliseer tabel';
243 $strOptionalControls = 'Opsioneel. Kontroleer hoe om spesiale karakters te lees en skryf.';
244 $strOptionally = 'OPSIONEEL';
246 $strOverhead = 'Overhead';
248 $strPageNumber = 'Bladsy nommer:';
249 $strPartialText = 'Gedeeltelike Tekste';
250 $strPassword = 'Wagwoord';
251 $strPasswordEmpty = 'Die wagwoord is leeg!';
252 $strPasswordNotSame = 'Die wagwoorde is verskillend!';
253 $strPdfDbSchema = 'Skema van die "%s" databasis - Bladsy %s';
254 $strPdfInvalidTblName = 'Die "%s" databasis bestaan nie!';
255 $strPdfNoTables = 'Geen tabelle';
256 $strPhp = 'Skep PHP Kode';
257 $strPHPVersion = 'PHP Version';
258 $strPmaDocumentation = 'phpMyAdmin dokumentasie';
259 $strPmaUriError = 'Die <tt>$cfg[\'PmaAbsoluteUri\']</tt> veranderlike MOET gestel wees in jou konfigurasie leer!';
261 $strPrevious = 'Vorige';
262 $strPrimary = 'Primere';
263 $strPrimaryKeyHasBeenDropped = 'Die primere sleutel is verwyder';
264 $strPrimaryKeyName = 'Die naam van die primere sleutel moet PRIMARY wees!';
265 $strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> die naam wees van die primere sleutel, en <b>slegs</b> van die primere sleutel!)';
266 $strPrintView = 'Drukker mooi (print view)';
267 $strPrivileges = 'Regte';
269 $strQBE = 'Navraag dmv Voorbeeld';
272 $strQueryOnDb = 'SQL-navraag op databasis <b>%s</b>:';
274 $strRecords = 'Rekords';
275 $strReferentialIntegrity = 'Toets referential integrity:';
276 $strRelationNotWorking = 'Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. Om uit te vind hoekom kliek %shier%s.';
277 $strRelationView = 'Relasie uitsig';
278 $strReloadFailed = 'MySQL herlaai het misluk.';
279 $strReloadMySQL = 'Herlaai MySQL';
280 $strRenameTable = 'Hernoem tabel na';
281 $strRenameTableOK = 'Tabel %s is vernoem na %s';
282 $strRepairTable = 'Herstel tabel';
283 $strReplace = 'Vervang';
284 $strReplaceTable = 'Vervang tabel data met leer (file)';
285 $strReset = 'Herstel';
286 $strReType = 'Tik weer';
287 $strRevoke = 'Herroep';
288 $strRevokeMessage = 'Jy het die regte herroep vir %s';
289 $strRowLength = 'Ry lengte';
291 $strRowsFrom = 'ry(e) beginnende vanaf rekord #';
292 $strRowSize = ' Ry grootte ';
293 $strRowsModeHorizontal = 'horisontale';
294 $strRowsModeOptions = 'in %s formaat en herhaal opskrifte na %s selle';
295 $strRowsModeVertical = 'vertikale';
296 $strRowsStatistic = 'Ry Statistiek';
297 $strRunning = 'op bediener %s';
298 $strRunQuery = 'Doen Navraag';
299 $strRunSQLQuery = 'Hardloop SQL stellings op databasis %s';
302 $strScaleFactorSmall = 'Die skaal faktor is te klein om die skema op een bladsy te pas';
304 $strSearchFormTitle = 'Soek in databasis';
305 $strSearchInTables = 'Binne tabel(le):';
306 $strSearchNeedle = 'Woord(e) of waarde(s) om voor te soek (wildcard: "%"):';
307 $strSearchOption1 = 'ten minste een van die woorde';
308 $strSearchOption2 = 'alle woorde';
309 $strSearchOption3 = 'die presiese frase';
310 $strSearchOption4 = 'as \'n regular expression';
311 $strSearchResultsFor = 'Soek resultate vir "<i>%s</i>" %s:';
312 $strSearchType = 'Vind:';
313 $strSelectADb = 'Kies asb. \'n databasis';
314 $strSelectAll = 'Kies Alles';
315 $strSelectFields = 'Kies Velde (ten minste een):';
316 $strSelectNumRows = 'in navraag';
317 $strSelectTables = 'Kies Tabelle';
318 $strSend = 'Stoor as leer (file)';
319 $strServerChoice = 'Bediener Keuse';
320 $strServerVersion = 'Bediener weergawe';
321 $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\').';
323 $strShowAll = 'Wys alles';
324 $strShowColor = 'Wys kleur';
325 $strShowGrid = 'Wys ruitgebied';
326 $strShowingRecords = 'Vertoon rye';
327 $strShowPHPInfo = 'Wys PHP informasie';
328 $strShowTableDimension = 'Wys dimensie van tabelle';
329 $strShowTables = 'Wys tabelle';
330 $strShowThisQuery = ' Wys hierdie navraag weer hier ';
331 $strSingly = '(afsonderlik)';
332 $strSize = 'Grootte';
333 $strSort = 'Sorteer';
334 $strSpaceUsage = 'Spasie verbruik';
335 $strSplitWordsWithSpace = 'Woorde is geskei dmv \'n spasie karakter (" ").';
337 $strSQLParserBugMessage = 'Jy het moontlik \'n fout in die SQL interpreteerder ontdek. Ondersoek asb. jou stelling deeglik, en maak seker dat jou kwotasies korrek en gebalanseerd is. Ander moontlike oorsake vir die fout mag wees dat jy probeer om \'n leer in te laai met binere data buite \'n gekwoteerde teks area. Jy kan jou SQL stelling ook probeer direk in die MySQL opdrag-raakvlak (command line interface). Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer. As jy dan nog steeds probleme het, of as die interpreteerder fouteer waar die opdrag-raakvlak slaag, verminder asb. jou SQL stelling toevoer na die enkele stelling wat die probleem veroorsaak, en rapporteer \'n fout met die data stuk in die UITKNIPSEL seksie hieronder:';
338 $strSQLParserUserError = 'Dit lyk of daar \'n fout is in jou SQL stelling. Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer';
339 $strSQLQuery = 'SQL-stelling';
340 $strSQLResult = 'SQL resultaat';
341 $strSQPBugInvalidIdentifer = 'Ongeldige Identifiseerder';
342 $strSQPBugUnclosedQuote = 'Ongebalanseerde kwotasie-teken';
343 $strSQPBugUnknownPunctuation = 'Onbekende Punktuasie String';
344 $strStatement = 'Stellings';
345 $strStrucCSV = 'CSV data';
346 $strStrucData = 'Struktuur en data';
347 $strStrucDrop = 'Voeg DROP TABLE by';
348 $strStrucExcelCSV = 'CSV vir M$ Excel data';
349 $strStrucOnly = 'Slegs struktuur';
350 $strStructPropose = 'Stel tabel struktuur voor';
351 $strStructure = 'Struktuur';
352 $strSubmit = 'Stuur';
353 $strSuccess = 'Jou SQL-navraag is suksesvol uitgevoer';
357 $strTableComments = 'Tabel kommentaar';
358 $strTableEmpty = 'Die tabel naam is leeg!';
359 $strTableHasBeenDropped = 'Tabel %s is verwyder';
360 $strTableHasBeenEmptied = 'Tabel %s is leeg gemaak';
361 $strTableHasBeenFlushed = 'Tabel %s is geflush';
362 $strTableMaintenance = 'Tabel instandhouding';
363 $strTables = '%s tabel(le)';
364 $strTableStructure = 'Tabel struktuur vir tabel';
365 $strTableType = 'Tabel tipe';
366 $strTextAreaLength = ' Omrede sy lengte,<br /> is hierdie veld moontlik nie veranderbaar nie ';
367 $strTheContent = 'Die inhoud van jou leer is ingevoeg.';
368 $strTheContents = 'Die inhoud van die leer vervang die inhoud van die geselekteerde tabel vir rye met \'n identiese primere of unieke sleutel.';
369 $strTheTerminator = 'Die beeindiger (terminator) van die velde.';
370 $strTotal = 'totaal';
373 $strUncheckAll = 'Kies Niks';
374 $strUnique = 'Uniek';
375 $strUnselectAll = 'Selekteer Niks';
376 $strUpdatePrivMessage = 'Jy het die regte opgedateer vir %s.';
377 $strUpdateProfileMessage = 'Die profiel is opgedateer.';
378 $strUpdateQuery = 'Verander Navraag';
379 $strUsage = 'Gebruik';
380 $strUseBackquotes = 'Omring tabel en veldname met backquotes';
381 $strUser = 'Gebruiker';
382 $strUserEmpty = 'Die gebruiker naam ontbreek!';
383 $strUserName = 'Gebruiker naam';
384 $strUseTables = 'Gebruik Tabelle';
386 $strValidateSQL = 'Valideer SQL';
387 $strValue = 'Waarde';
388 $strViewDump = 'Sien die storting (skema) van die tabel';
389 $strViewDumpDB = 'Sien die storting (skema) van die databasis';
391 $strWelcome = 'Welkom by %s';
392 $strWithChecked = 'Met gekose:';
393 $strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
397 $strZip = '"ge-zip"';
399 $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
400 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
401 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
402 $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
403 $strServer = 'Server'; //to translate
404 $strPutColNames = 'Put fields names at first row'; //to translate
405 $strImportDocSQL = 'Import docSQL Files'; //to translate
406 $strDataDict = 'Data Dictionary'; //to translate
407 $strPrint = 'Print'; //to translate
408 $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
409 $strCompression = 'Compression'; //to translate
410 $strNumTables = 'Tables'; //to translate
411 $strTotalUC = 'Total'; //to translate
412 $strRelationalSchema = 'Relational schema'; //to translate
413 $strTableOfContents = 'Table of contents'; //to translate
414 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
415 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
416 $strLandscape = 'Landscape'; //to translate
417 $strPortrait = 'Portrait'; //to translate
419 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
421 $strAbortedClients = 'Aborted'; //to translate
422 $strConnections = 'Connections'; //to translate
423 $strFailedAttempts = 'Failed attempts'; //to translate
424 $strGlobalValue = 'Global value'; //to translate
425 $strMoreStatusVars = 'More status variables'; //to translate
426 $strPerHour = 'per hour'; //to translate
427 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
428 $strQueryType = 'Query type'; //to translate
429 $strReceived = 'Received'; //to translate
430 $strSent = 'Sent'; //to translate
431 $strServerStatus = 'Runtime Information'; //to translate
432 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
433 $strServerTabVariables = 'Variables'; //to translate
434 $strServerTabProcesslist = 'Processes'; //to translate
435 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
436 $strServerVars = 'Server variables and settings'; //to translate
437 $strSessionValue = 'Session value'; //to translate
438 $strTraffic = 'Traffic'; //to translate
439 $strVar = 'Variable'; //to translate
441 $strCommand = 'Command'; //to translate
442 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
443 $strId = 'ID'; //to translate
444 $strProcesslist = 'Process list'; //to translate
445 $strStatus = 'Status'; //to translate
446 $strTime = 'Time'; //to translate
447 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
449 $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
450 $strLaTeX = 'LaTeX'; //to translate
452 $strAdministration = 'Administration'; //to translate
453 $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
454 $strGlobalPrivileges = 'Global privileges'; //to translate
455 $strGrantOption = 'Grant'; //to translate
456 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
457 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
458 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
459 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
460 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
461 $strPrivDescDelete = 'Allows deleting data.'; //to translate
462 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
463 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
464 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
465 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
466 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
467 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
468 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
469 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
470 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
471 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
472 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
473 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
474 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
475 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
476 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
477 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
478 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
479 $strPrivDescSelect = 'Allows reading data.'; //to translate
480 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
481 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
482 $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
483 $strPrivDescUpdate = 'Allows changing data.'; //to translate
484 $strPrivDescUsage = 'No privileges.'; //to translate
485 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
486 $strResourceLimits = 'Resource limits'; //to translate
487 $strUserOverview = 'User overview'; //to translate
488 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
490 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
492 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
493 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
494 $strDeleting = 'Deleting %s'; //to translate
495 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
496 $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
497 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
498 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
499 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
500 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
501 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
503 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
504 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
505 $strColumnPrivileges = 'Column-specific privileges'; //to translate
506 $strDbPrivileges = 'Database-specific privileges'; //to translate
507 $strLocalhost = 'Local';
508 $strLoginInformation = 'Login Information'; //to translate
509 $strTblPrivileges = 'Table-specific privileges'; //to translate
510 $strThisHost = 'This Host'; //to translate
511 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
512 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
513 $strUseTextField = 'Use text field'; //to translate
515 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
516 $strAddedColumnComment = 'Added comment for column'; //to translate
517 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
518 $strAddedColumnRelation = 'Added relation for column'; //to translate
519 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
520 $strImportFinished = 'Import finished'; //to translate
521 $strFileCouldNotBeRead = 'File could not be read'; //to translate
522 $strIgnoringFile = 'Ignoring file %s'; //to translate
523 $strThisNotDirectory = 'This was not a directory'; //to translate
524 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
525 $strImportFiles = 'Import files'; //to translate
526 $strDBGModule = 'Module'; //to translate
527 $strDBGLine = 'Line'; //to translate
528 $strDBGHits = 'Hits'; //to translate
529 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
530 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
531 $strDBGMinTimeMs = 'Min time, ms'; //to translate
532 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
533 $strDBGContextID = 'Context ID'; //to translate
534 $strDBGContext = 'Context'; //to translate
535 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
536 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
537 $strCheckPrivs = 'Check Privileges'; //to translate
538 $strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
539 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
540 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
541 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
542 $strJumpToDB = 'Jump to database "%s".'; //to translate
543 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
544 $strNoDatabasesSelected = 'No databases selected.'; //to translate
545 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
546 $strGlobal = 'global'; //to translate
547 $strDbSpecific = 'database-specific'; //to translate
548 $strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate
549 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
550 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
551 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
552 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
553 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
554 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
555 $strWildcard = 'wildcard'; //to translate
556 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
557 $strQueryTime = 'Query took %01.4f sec';//to translate
558 $strDBComment = 'Database comment: ';//to translate
559 $strQueryFrame = 'Query window';//to translate
560 $strQuerySQLHistory = 'SQL-history';//to translate
561 $strMIME_MIMEtype = 'MIME-type';//to translate
562 $strMIME_transformation = 'Browser transformation';//to translate
563 $strMIME_transformation_options = 'Transformation options';//to translate
564 $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
565 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
566 $strMIME_available_mime = 'Available MIME-types';//to translate
567 $strMIME_available_transform = 'Available transformations';//to translate
568 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
569 $strMIME_description = 'Description';//to translate
570 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
571 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
572 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
573 $strInnodbStat = 'InnoDB Status'; //to translate
574 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
575 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
576 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
577 $strSQLOptions = 'SQL options';//to translate
578 $strXML = 'XML';//to translate
579 $strCSVOptions = 'CSV options';//to translate
580 $strNoOptions = 'This format has no options';//to translate
581 $strStatCreateTime = 'Creation';//to translate
582 $strStatUpdateTime = 'Last update';//to translate
583 $strStatCheckTime = 'Last check';//to translate
584 $strPerMinute = 'per minute';//to translate
585 $strPerSecond = 'per second';//to translate
586 $strAutomaticLayout = 'Automatic layout'; //to translate
587 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
588 $strFileNameTemplate = 'File name template';//to translate
589 $strFileNameTemplateRemember = 'remember template';//to translate
590 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
591 $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
592 $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
593 $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
594 $strAutodetect = 'Autodetect'; //to translate
595 $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
596 $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
597 $strUseHostTable = 'Use Host Table'; //to translate
598 $strShowFullQueries = 'Show Full Queries'; //to translate
599 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
600 $strSwitchToTable = 'Switch to copied table'; //to translate
601 $strCharset = 'Charset'; //to translate
602 $strLaTeXOptions = 'LaTeX options'; //to translate
603 $strRelations = 'Relations'; //to translate
604 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
605 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
606 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate
607 $strSaveOnServer = 'Save on server in %s directory'; //to translate
608 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
609 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
610 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
611 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
612 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
613 $strInsertedRowId = 'Inserted row id:'; //to translate
614 $strLoadMethod = 'LOAD method'; //to translate
615 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
616 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
617 $strExcelOptions = 'Excel options'; //to translate
618 $strReplaceNULLBy = 'Replace NULL by'; //to translate
619 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
620 $strPaperSize = 'Paper size'; //to translate
621 $strDatabaseNoTable = 'This database contains no table!';//to translate
622 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
623 $strAddIntoComments = 'Add into comments';//to translate
624 $strDatabaseExportOptions = 'Database export options';//to translate
625 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
626 $strToggleScratchboard = 'toggle scratchboard'; //to translate
627 $strTableOptions = 'Table options'; //to translate
628 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
629 $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
630 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
631 $strCharsets = 'Charsets'; //to translate
632 $strDescription = 'Description'; //to translate
633 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
634 $strCollation = 'Collation'; //to translate
635 $strMultilingual = 'multilingual'; //to translate
636 $strGerman = 'German'; //to translate
637 $strPhoneBook = 'phone book'; //to translate
638 $strDictionary = 'dictionary'; //to translate
639 $strSwedish = 'Swedish'; //to translate
640 $strDanish = 'Danish'; //to translate
641 $strCzech = 'Czech'; //to translate
642 $strTurkish = 'Turkish'; //to translate
643 $strEnglish = 'English'; //to translate
644 $strHungarian = 'Hungarian'; //to translate
645 $strCroatian = 'Croatian'; //to translate
646 $strBulgarian = 'Bulgarian'; //to translate
647 $strLithuanian = 'Lithuanian'; //to translate
648 $strEstonian = 'Estonian'; //to translate
649 $strCaseInsensitive = 'case-insensitive'; //to translate
650 $strCaseSensitive = 'case-sensitive'; //to translate
651 $strUkrainian = 'Ukrainian'; //to translate
652 $strHebrew = 'Hebrew'; //to translate
653 $strWestEuropean = 'West European'; //to translate
654 $strCentralEuropean = 'Central European'; //to translate
655 $strTraditionalChinese = 'Traditional Chinese'; //to translate
656 $strCyrillic = 'Cyrillic'; //to translate
657 $strArmenian = 'Armenian'; //to translate
658 $strArabic = 'Arabic'; //to translate
659 $strRussian = 'Russian'; //to translate
660 $strUnknown = 'unknown'; //to translate
661 $strBaltic = 'Baltic'; //to translate
662 $strUnicode = 'Unicode'; //to translate
663 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
664 $strKorean = 'Korean'; //to translate
665 $strGreek = 'Greek'; //to translate
666 $strJapanese = 'Japanese'; //to translate
667 $strThai = 'Thai'; //to translate
668 $strUseThisValue = 'Use this value'; //to translate
669 $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
670 $strBrowseForeignValues = 'Browse foreign values'; //to translate
671 $strInternalRelations = 'Internal relations'; //to translate
672 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
673 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
674 $strLatexStructure = 'Structure of table __TABLE__';//to translate
675 $strLatexContinued = '(continued)';//to translate
676 $strLatexContent = 'Content of table __TABLE__';//to translate
677 $strLatexIncludeCaption = 'Include table caption';//to translate
678 $strLatexCaption = 'Table caption';//to translate
679 $strLatexLabel = 'Label key';//to translate
680 $strLatexContinuedCaption = 'Continued table caption';//to translate
682 $strPrintViewFull = 'Print view (with full texts)'; //to translate
683 $strLogServer = 'Server'; //to translate
684 $strSortByKey = 'Sort by key'; //to translate
685 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
686 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
687 $strConstraintsForTable = 'Constraints for table'; //to translate
688 $strBookmarkOptions = 'Bookmark options'; //to translate
689 $strCreationDates = 'Creation/Update/Check dates'; //to translate
690 $strCheckOverhead = 'Check tables with overhead'; //to translate
691 $strExcelEdition = 'Excel edition'; //to translate
692 $strDelayedInserts = 'Use delayed inserts'; //to translate
693 $strSQLExportType = 'Export type'; //to translate
694 $strAddConstraints = 'Add constraints'; //to translate
695 $strGeorgian = 'Georgian'; //to translate
696 $strCzechSlovak = 'Czech-Slovak'; //to translate
697 $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
698 $strMaximumSize = 'Maximum size: %s%s'; //to translate
699 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
700 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
701 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
702 $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
703 $strIgnoreInserts = 'Use ignore inserts'; //to translate
704 $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
705 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
706 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
707 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
708 $strAfterInsertSame = 'Go back to this page'; //to translate
709 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
710 $strDatabaseEmpty = 'The database name is empty!'; //to translate
711 $strDBRename = 'Rename database to'; //to translate
712 $strOperator = 'Operator'; //to translate
713 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
714 $strCalendar = 'Calendar'; //to translate
715 $strRefresh = 'Refresh'; //to translate
716 $strDefragment = 'Defragment table'; //to translate
717 $strNoRowsSelected = 'No rows selected'; //to translate
718 $strSpanish = 'Spanish'; //to translate
719 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
720 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
721 $strServerNotResponding = 'The server is not responding'; //to translate
722 $strTheme = 'Theme / Style'; //to translate
723 $strTakeIt = 'take it'; //to translate
724 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
725 $strIcelandic = 'Icelandic'; //to translate
726 $strLatvian = 'Latvian'; //to translate
727 $strPolish = 'Polish'; //to translate
728 $strRomanian = 'Romanian'; //to translate
729 $strSlovenian = 'Slovenian'; //to translate
730 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
731 $strSlovak = 'Slovak'; //to translate
732 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
733 $strPersian = 'Persian'; //to translate
734 $strAddFields = 'Add %s field(s)'; //to translate
735 $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate
736 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
737 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
738 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
739 $strBinLogName = 'Log name'; //to translate
740 $strBinLogPosition = 'Position'; //to translate
741 $strBinLogEventType = 'Event type'; //to translate
742 $strBinLogServerId = 'Server ID'; //to translate
743 $strBinLogOriginalPosition = 'Original position'; //to translate
744 $strBinLogInfo = 'Information'; //to translate
745 $strBinaryLog = 'Binary log'; //to translate
746 $strSelectBinaryLog = 'Select binary log to view'; //to translate
747 $strDBCopy = 'Copy database to'; //to translate
748 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
749 $strSwitchToDatabase = 'Switch to copied database'; //to translate
750 $strPasswordHashing = 'Password Hashing'; //to translate
751 $strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
752 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
753 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
754 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
755 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
756 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
757 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
758 $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
759 $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
760 $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
761 $strAfterInsertNext = 'Edit next row'; //to translate
762 $strView = 'View'; //to translate
763 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
764 $strEngines = 'Engines'; //to translate
765 $strStorageEngines = 'Storage Engines'; //to translate
766 $strStorageEngine = 'Storage Engine'; //to translate
767 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
768 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
769 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
770 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
771 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
772 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
773 $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
774 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
775 $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
776 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
777 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
778 $strMyISAMRepairThreads = 'Repair threads'; //to translate
779 $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
780 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
781 $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
782 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
783 $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
784 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
785 $strVersionInformation = 'Version information'; //to translate
786 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
787 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
788 $strInnoDBDataFilePath = 'Data files'; //to translate
789 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
790 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
791 $strBufferPool = 'Buffer Pool'; //to translate
792 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
793 $strDataPages = 'Pages containing data'; //to translate
794 $strFreePages = 'Free pages'; //to translate
795 $strBusyPages = 'Busy pages'; //to translate
796 $strDirtyPages = 'Dirty pages'; //to translate
797 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
798 $strLatchedPages = 'Latched pages'; //to translate
799 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
800 $strReadRequests = 'Read requests'; //to translate
801 $strWriteRequests = 'Write requests'; //to translate
802 $strBufferReadMisses = 'Read misses'; //to translate
803 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
804 $strBufferWriteWaits = 'Write waits'; //to translate
805 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
806 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
807 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
808 $strHTMLWord = 'Microsoft Word 2000'; //to translate
809 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
810 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
811 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
812 $strInnoDBPages = 'pages'; //to translate
813 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
814 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
815 $strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.'; //to translate
816 $strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate
817 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
818 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
819 $strRoutines = 'Routines'; //to translate
820 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
821 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
822 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
823 $strGeneratePassword = 'Generate Password'; //to translate
824 $strGenerate = 'Generate'; //to translate
825 $strCopy = 'Copy'; //to translate
826 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate