Rev Author Line No. Line
250 kaklik 1 <?php
2 /* $Id: croatian-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:11 lem9 Exp $ */
3  
4 /**
5 * Translation made by: Sime Essert <sime@nofrx.org>
6 */
7  
8 $charset = 'utf-8';
9 $allow_recoding = TRUE;
10 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
11 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
12 $right_font_family = 'arial, helvetica, geneva, sans-serif';
13 $number_thousands_separator = ',';
14 $number_decimal_separator = '.';
15 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
16 $byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17  
18 $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
19 $month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
20 // See http://www.php.net/manual/en/function.strftime.php to define the
21 // variable below
22 $datefmt = '%d. %B %Y. u %H:%M';
23  
24 $strAccessDenied = 'Pristup odbijen';
25 $strAction = 'Akcija';
26 $strAddDeleteColumn = 'Dodaj/izbriši stupac';
27 $strAddDeleteRow = 'Dodaj/izbriši polje za kriterij';
28 $strAddNewField = 'Dodaj novi stupac';
29 $strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):';
30 $strAddToIndex = 'Dodaj ključ';
31 $strAddUser = 'Dodaj novog korisnika';
32 $strAddUserMessage = 'Korisnik dodan';
33 $strAffectedRows = 'Promijenjeno redaka:';
34 $strAfter = 'Nakon %s';
35 $strAfterInsertBack = 'Natrag na prethodnu stranicu';
36 $strAfterInsertNewInsert = 'Dodaj još jedan red';
37 $strAll = 'Sve';
38 $strAlterOrderBy = 'Promijeni redoslijed u tablici';
39 $strAnalyzeTable = 'Analiziraj tablicu';
40 $strAnd = 'i';
41 $strAnIndex = 'Ključ je upravo dodan %s';
42 $strAny = 'Bilo koji';
43 $strAnyHost = 'Bilo koji server';
44 $strAnyUser = 'Bilo koji korisnik';
45 $strAPrimaryKey = 'Primarni ključ je upravo dodan %s';
46 $strAscending = 'Rastući';
47 $strAtBeginningOfTable = 'Na početku tablice';
48 $strAtEndOfTable = 'Na kraju tablice';
49 $strAttr = 'Svojstva';
50  
51 $strBack = 'Nazad';
52 $strBinary = 'Binarno';
53 $strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
54 $strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
55 $strBookmarkLabel = 'Naziv';
56 $strBookmarkQuery = 'Označeni SQL-upit';
57 $strBookmarkThis = 'Označi SQL-upit';
58 $strBookmarkView = 'Vidi samo';
59 $strBrowse = 'Pregled';
60 $strBzip = '"bzip-ano"';
61  
62 $strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !';
63 $strCardinality = 'Kardinalnost';
64 $strChange = 'Promijeni';
65 $strChangePassword = 'Promijeni šifru';
66 $strCheckAll = 'Označi sve';
67 $strCheckTable = 'Provjeri tablicu';
68 $strColumnNames = 'Imena stupaca';
69 $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
70 $strCookiesRequired = '<i>Cookies</i> moraju biti omogućeni.';
71 $strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
72 $strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
73 $strCreate = 'Napravi';
74 $strCreateIndex = 'Napravi ključ sa&nbsp;%s&nbsp;stupcem(aca)';
75 $strCreateIndexTopic = 'Napravi novi ključ';
76 $strCreateNewDatabase = 'Napravi bazu podataka';
77 $strCreateNewTable = 'Napravi novu tablicu u bazi ';
78 $strCriteria = 'Kriterij';
79  
80 $strData = 'Podaci';
81 $strDatabase = 'Baza podataka';
82 $strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
83 $strDatabases = 'baze';
84 $strDatabasesStats = 'Statistika baze';
85 $strDataOnly = 'Samo podaci';
86 $strDefault = 'Default';
87 $strDelete = 'Izbriši';
88 $strDeleted = 'Red je izbrisan';
89 $strDeletedRows = 'Izbrisani redovi:';
90 $strDescending = 'Opadajući';
91 $strDisplayOrder = 'Redoslijed prikaza:';
92 $strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
93 $strDocu = 'Dokumentacija';
94 $strDoYouReally = 'Da li stvarno želite ';
95 $strDrop = 'Izbriši';
96 $strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
97 $strDynamic = 'dinamično';
98  
99 $strEdit = 'Promijeni';
100 $strEditPrivileges = 'Promijeni privilegije';
101 $strEffective = 'Efektivno';
102 $strEmpty = 'Isprazni';
103 $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
104 $strEnd = 'Kraj';
105 $strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
106 $strError = 'Greška';
107 $strExtendedInserts = 'Prošireni INSERT';
108 $strExtra = 'Dodatno';
109  
110 $strField = 'Polje';
111 $strFieldHasBeenDropped = 'Polje %s izbrisano';
112 $strFields = 'Broj polja';
113 $strFieldsEmpty = ' Broj polja je nula! ';
114 $strFieldsEnclosedBy = 'Podaci ograđeni sa';
115 $strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
116 $strFieldsTerminatedBy = 'Podaci razdvojeni sa';
117 $strFixed = 'sređeno';
118 $strFlushTable = 'Osvježi tablicu';
119 $strFormat = 'Format';
120 $strFormEmpty = 'Nedostaje vrijednost u formi !';
121 $strFullText = 'Pun tekst';
122 $strFunction = 'Funkcija';
123  
124 $strGenTime = 'Vrijeme podizanja';
125 $strGo = 'Kreni';
126 $strGzip = '"gzip-ano"';
127  
128 $strHasBeenAltered = 'je promijenjen.';
129 $strHasBeenCreated = 'je kreiran/a.';
130 $strHome = 'Početna stranica';
131 $strHomepageOfficial = 'phpMyAdmin WEB site';
132 $strHost = 'Host (domena)';
133 $strHostEmpty = 'Ime domene je prazno!';
134  
135 $strIdxFulltext = 'Puni tekst';
136 $strIgnore = 'Ignoriraj';
137 $strIndex = 'Ključ';
138 $strIndexes = 'Ključevi';
139 $strIndexHasBeenDropped = 'Ključ %s je izbrisan';
140 $strIndexName = 'Ime ključa :';
141 $strIndexType = 'Vrsta ključa :';
142 $strInsert = 'Novi redak';
143 $strInsertAsNewRow = 'Unesi kao novi redak';
144 $strInsertedRows = 'Uneseni reci:';
145 $strInsertNewRow = 'Unesi novi redak';
146 $strInUse = 'se koristi';
147  
148 $strKeepPass = 'Ne mijenjaj lozinku';
149 $strKeyname = 'Ime Ključa';
150 $strKill = 'Zaustavi';
151  
152 $strLengthSet = 'Dužina/Vrijednost*';
153 $strLimitNumRows = 'Broj redaka po stranici';
154 $strLinesTerminatedBy = 'Linije završavaju na';
155 $strLinksTo = 'Links to';
156 $strLocationTextfile = 'Lokacija tekstualne datoteke';
157 $strLogin = 'Prijava';
158 $strLogout = 'Odjava';
159 $strLogPassword = 'Lozinka:';
160 $strLogUsername = 'Korisničko ime:';
161  
162 $strModifications = 'Izmjene su spremljene';
163 $strModify = 'Promijeni';
164 $strModifyIndexTopic = 'Promijeni ključ';
165 $strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
166 $strMoveTableOK = 'Tablica %s se sada zove %s.';
167 $strMySQLSaid = 'MySQL poruka: ';
168 $strMySQLShowProcess = 'Prikaži listu procesa';
169 $strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
170 $strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
171  
172 $strName = 'Ime';
173 $strNext = 'Sljedeći';
174 $strNo = 'Ne';
175 $strNoDatabases = 'Baza ne postoji';
176 $strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.';
177 $strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
178 $strNoIndex = 'Ključ nije definiran!';
179 $strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!';
180 $strNoModification = 'Nema nikakvih promjena';
181 $strNone = 'Ništa';
182 $strNoPassword = 'Nema lozinke';
183 $strNoPrivileges = 'Nema privilegija';
184 $strNoRights = 'Nemate dovoljno prava za ovo područje!';
185 $strNoTablesFound = 'Tablica nije pronađena u bazi.';
186 $strNotNumber = 'To nije broj!';
187 $strNoUsersFound = 'Korisnik(ci) nije pronađen.';
188 $strNull = 'Null';
189  
190 $strOptimizeTable = 'Optimiziraj tablicu';
191 $strOr = 'ili';
192 $strOverhead = 'Prekoračenje';
193  
194 $strPartialText = 'Dio teksta';
195 $strPassword = 'Lozinka';
196 $strPasswordEmpty = 'Lozinka je prazna!';
197 $strPasswordNotSame = 'Lozinka se ne podudara!';
198 $strPHPVersion = 'verzija PHP-a';
199 $strPmaDocumentation = 'phpMyAdmin dokumentacija';
200 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
201 $strPos1 = 'Početak';
202 $strPrevious = 'Prethodna';
203 $strPrimary = 'Primarni';
204 $strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan';
205 $strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!';
206 $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog ključa!)';
207 $strPrintView = 'Sažetak';
208 $strPrivileges = 'Privilegije';
209  
210 $strQBE = 'Upit po primjeru';
211 $strQBEDel = 'Del';
212 $strQBEIns = 'Ins';
213 $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
214  
215 $strRecords = 'Reci';
216 $strReferentialIntegrity = 'Provjeri ispravnost veza:';
217 $strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
218 $strRenameTable = 'Promijeni ime tablice u ';
219 $strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
220 $strRepairTable = 'Popravi tablicu';
221 $strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
222 $strReset = 'Resetiraj';
223 $strReType = 'Ponovite unos';
224 $strRevoke = 'Opozovi';
225 $strRevokeMessage = 'Opozvali ste privilegije za %s';
226 $strRowLength = 'Dužina retka';
227 $strRows = 'Redaka';
228 $strRowsFrom = ' redaka počevši od retka';
229 $strRowSize = ' Veličina retka ';
230 $strRowsModeHorizontal = 'horizontalnom';
231 $strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka';
232 $strRowsModeVertical = 'vertikalnom';
233 $strRowsStatistic = 'Statistika redaka';
234 $strRunning = 'pokrenuto na %s';
235 $strRunQuery = 'Izvrši SQL upit';
236 $strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
237  
238 $strSave = 'Spremi';
239 $strSelectADb = 'Izaberite bazu';
240 $strSelectAll = 'Označi sve';
241 $strSelectFields = 'Izaberite polja (najmanje jedno)';
242 $strSelectNumRows = 'u upitu';
243 $strSend = 'Spremi u datoteku';
244 $strServerChoice = 'Izbor servera';
245 $strServerVersion = 'Verzija servera';
246 $strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeći <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
247 $strShow = 'Prikaži';
248 $strShowAll = 'Prikaži sve';
249 $strShowingRecords = 'Prikaz redaka';
250 $strShowPHPInfo = 'Prikaži informacije o PHP-u';
251 $strShowTables = 'Prikaži tablice';
252 $strShowThisQuery = ' Prikaži ovaj upit ponovo ';
253 $strSingly = '(po jednom polju)';
254 $strSize = 'Veličina';
255 $strSort = 'Sortiranje';
256 $strSpaceUsage = 'Zauzeće';
257 $strSQLQuery = 'SQL-upit';
258 $strStatement = 'Ime';
259 $strStrucCSV = 'CSV format';
260 $strStrucData = 'Struktura i podaci';
261 $strStrucDrop = 'Dodaj DROP TABLE';
262 $strStrucExcelCSV = 'CSV za MS Excel';
263 $strStrucOnly = 'Samo struktura';
264 $strSubmit = 'Pokreni';
265 $strSuccess = 'Vaš SQL upit je uspješno izvršen';
266 $strSum = 'Ukupno';
267  
268 $strTable = 'Tablica';
269 $strTableComments = 'Komentar tablice';
270 $strTableEmpty = 'Ime tablice je prazno!';
271 $strTableHasBeenDropped = 'Tablica %s je izbrisana';
272 $strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
273 $strTableHasBeenFlushed = 'Tablica %s je osvježena';
274 $strTableMaintenance = 'Radnje na tablici';
275 $strTables = '%s tablica/e';
276 $strTableStructure = 'Struktura tablice';
277 $strTableType = 'Vrsta tablice';
278 $strTextAreaLength = ' Zbog veličine ovog polja,<br /> polje možda nećete moći mijenjati ';
279 $strTotal = 'ukupno';
280 $strType = 'Vrsta';
281  
282 $strUncheckAll = 'Makni oznake';
283 $strUnique = 'Jedinstveni ključ';
284 $strUnselectAll = 'Makni oznake';
285 $strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
286 $strUpdateProfileMessage = 'Profil je promijenjen.';
287 $strUpdateQuery = 'Promijeni SQL-upit';
288 $strUsage = 'Zauzeće';
289 $strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
290 $strUser = 'Korisnik';
291 $strUserEmpty = 'Ime korisnika je prazno!';
292 $strUserName = 'Ime korisnika';
293 $strUseTables = 'Koristi tablice';
294  
295 $strValue = 'Vrijednost';
296 $strViewDump = 'Prikaži dump (shemu) tablice';
297 $strViewDumpDB = 'Prikaži dump (shemu) baze';
298  
299 $strWelcome = 'Dobrodošli u %s';
300 $strWithChecked = 'Označeno:';
301 $strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
302  
303 $strYes = 'Da';
304  
305 $strZip = '"zip-ano"';
306 // To translate
307  
308 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
309  
310 $strBeginCut = 'BEGIN CUT'; //to translate
311 $strBeginRaw = 'BEGIN RAW'; //to translate
312  
313 $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
314 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
315 $strChangeDisplay = 'Choose Field to display'; //to translate
316 $strCharsetOfFile = 'Character set of the file:'; //to translate
317 $strChoosePage = 'Please choose a Page to edit'; //to translate
318 $strColComFeat = 'Displaying Column Comments'; //to translate
319 $strComments = 'Comments'; //to translate
320 $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
321 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
322 $strCreatePage = 'Create a new Page'; //to translate
323 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
324  
325 $strDisabled = 'Disabled'; //to translate
326 $strDisplayFeat = 'Display Features'; //to translate
327 $strDisplayPDF = 'Display PDF schema'; //to translate
328 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
329  
330 $strEditPDFPages = 'Edit PDF Pages'; //to translate
331 $strEnabled = 'Enabled'; //to translate
332 $strEndCut = 'END CUT'; //to translate
333 $strEndRaw = 'END RAW'; //to translate
334 $strExplain = 'Explain SQL'; //to translate
335 $strExport = 'Export'; //to translate
336  
337 $strGenBy = 'Generated by'; //to translate
338 $strGeneralRelationFeat = 'General relation features'; //to translate
339  
340 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
341  
342 $strLinkNotFound = 'Link not found'; //to translate
343  
344 $strMySQLCharset = 'MySQL Charset'; //to translate
345  
346 $strNoDescription = 'no Description'; //to translate
347 $strNoExplain = 'Skip Explain SQL'; //to translate
348 $strNoPhp = 'without PHP Code'; //to translate
349 $strNotOK = 'not OK'; //to translate
350 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
351 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
352 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
353 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
354  
355 $strOK = 'OK'; //to translate
356 $strOperations = 'Operations'; //to translate
357  
358 $strPageNumber = 'Page number:'; //to translate
359 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
360 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
361 $strPdfNoTables = 'No tables'; //to translate
362 $strPhp = 'Create PHP Code'; //to translate
363  
364 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
365 $strRelationView = 'Relation view'; //to translate
366  
367 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
368 $strSearch = 'Search';//to translate
369 $strSearchFormTitle = 'Search in database';//to translate
370 $strSearchInTables = 'Inside table(s):';//to translate
371 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
372 $strSearchOption1 = 'at least one of the words';//to translate
373 $strSearchOption2 = 'all words';//to translate
374 $strSearchOption3 = 'the exact phrase';//to translate
375 $strSearchOption4 = 'as regular expression';//to translate
376 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
377 $strSearchType = 'Find:';//to translate
378 $strSelectTables = 'Select Tables'; //to translate
379 $strShowColor = 'Show color'; //to translate
380 $strShowGrid = 'Show grid'; //to translate
381 $strShowTableDimension = 'Show dimension of tables'; //to translate
382 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
383 $strSQL = 'SQL'; //to translate
384 $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
385 $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
386 $strSQLResult = 'SQL result'; //to translate
387 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
388 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
389 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
390 $strStructPropose = 'Propose table structure'; //to translate
391 $strStructure = 'Structure'; //to translate
392  
393 $strValidateSQL = 'Validate SQL'; //to translate
394  
395 $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
396 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
397 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
398 $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
399 $strServer = 'Server'; //to translate
400 $strPutColNames = 'Put fields names at first row'; //to translate
401 $strImportDocSQL = 'Import docSQL Files'; //to translate
402 $strDataDict = 'Data Dictionary'; //to translate
403 $strPrint = 'Print'; //to translate
404 $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
405 $strCompression = 'Compression'; //to translate
406 $strNumTables = 'Tables'; //to translate
407 $strTotalUC = 'Total'; //to translate
408 $strRelationalSchema = 'Relational schema'; //to translate
409 $strTableOfContents = 'Table of contents'; //to translate
410 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
411 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
412 $strLandscape = 'Landscape'; //to translate
413 $strPortrait = 'Portrait'; //to translate
414  
415 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
416  
417 $strAbortedClients = 'Aborted'; //to translate
418 $strConnections = 'Connections'; //to translate
419 $strFailedAttempts = 'Failed attempts'; //to translate
420 $strGlobalValue = 'Global value'; //to translate
421 $strPerHour = 'per hour'; //to translate
422 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
423 $strQueryType = 'Query type'; //to translate
424 $strReceived = 'Received'; //to translate
425 $strSent = 'Sent'; //to translate
426 $strServerStatus = 'Runtime Information'; //to translate
427 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
428 $strServerTabVariables = 'Variables'; //to translate
429 $strServerTabProcesslist = 'Processes'; //to translate
430 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
431 $strServerVars = 'Server variables and settings'; //to translate
432 $strSessionValue = 'Session value'; //to translate
433 $strTraffic = 'Traffic'; //to translate
434 $strVar = 'Variable'; //to translate
435  
436 $strCommand = 'Command'; //to translate
437 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
438 $strId = 'ID'; //to translate
439 $strProcesslist = 'Process list'; //to translate
440 $strStatus = 'Status'; //to translate
441 $strTime = 'Time'; //to translate
442 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
443  
444 $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
445 $strLaTeX = 'LaTeX'; //to translate
446  
447 $strAdministration = 'Administration'; //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 $strGlobalPrivileges = 'Global privileges'; //to translate
450 $strGrantOption = 'Grant'; //to translate
451 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
452 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
453 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
454 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
455 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
456 $strPrivDescDelete = 'Allows deleting data.'; //to translate
457 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
458 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
459 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
460 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
461 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
462 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
463 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
464 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
465 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
466 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
467 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
468 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
469 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
470 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
471 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
472 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
473 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
474 $strPrivDescSelect = 'Allows reading data.'; //to translate
475 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
476 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
477 $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
478 $strPrivDescUpdate = 'Allows changing data.'; //to translate
479 $strPrivDescUsage = 'No privileges.'; //to translate
480 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
481 $strResourceLimits = 'Resource limits'; //to translate
482 $strUserOverview = 'User overview'; //to translate
483 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
484  
485 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
486  
487 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
488 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
489 $strDeleting = 'Deleting %s'; //to translate
490 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
491 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
492 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
493 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
494 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
495 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
496 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
497  
498 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
499 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
500 $strColumnPrivileges = 'Column-specific privileges'; //to translate
501 $strDbPrivileges = 'Database-specific privileges'; //to translate
502 $strLocalhost = 'Local';
503 $strLoginInformation = 'Login Information'; //to translate
504 $strTblPrivileges = 'Table-specific privileges'; //to translate
505 $strThisHost = 'This Host'; //to translate
506 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
507 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
508 $strUseTextField = 'Use text field'; //to translate
509  
510 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
511 $strAddedColumnComment = 'Added comment for column'; //to translate
512 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
513 $strAddedColumnRelation = 'Added relation for column'; //to translate
514 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
515 $strFileCouldNotBeRead = 'File could not be read'; //to translate
516 $strIgnoringFile = 'Ignoring file %s'; //to translate
517 $strThisNotDirectory = 'This was not a directory'; //to translate
518 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
519 $strImportFiles = 'Import files'; //to translate
520 $strDBGModule = 'Module'; //to translate
521 $strDBGLine = 'Line'; //to translate
522 $strDBGHits = 'Hits'; //to translate
523 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
524 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
525 $strDBGMinTimeMs = 'Min time, ms'; //to translate
526 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
527 $strDBGContextID = 'Context ID'; //to translate
528 $strDBGContext = 'Context'; //to translate
529 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
530 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
531 $strCheckPrivs = 'Check Privileges'; //to translate
532 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
533 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
534 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
535 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
536 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
537 $strNoDatabasesSelected = 'No databases selected.'; //to translate
538 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
539 $strGlobal = 'global'; //to translate
540 $strDbSpecific = 'database-specific'; //to translate
541 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
542 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
543 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
544 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
545 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
546 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
547 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
548 $strWildcard = 'wildcard'; //to translate
549 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
550 $strQueryTime = 'Query took %01.4f sec';//to translate
551 $strDBComment = 'Database comment: ';//to translate
552 $strQueryFrame = 'Query window';//to translate
553 $strQuerySQLHistory = 'SQL-history';//to translate
554 $strMIME_MIMEtype = 'MIME-type';//to translate
555 $strMIME_transformation = 'Browser transformation';//to translate
556 $strMIME_transformation_options = 'Transformation options';//to translate
557 $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
558 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
559 $strMIME_available_mime = 'Available MIME-types';//to translate
560 $strMIME_available_transform = 'Available transformations';//to translate
561 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
562 $strMIME_description = 'Description';//to translate
563 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
564 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
565 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
566 $strInnodbStat = 'InnoDB Status'; //to translate
567 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
568 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
569 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
570 $strSQLOptions = 'SQL options';//to translate
571 $strXML = 'XML';//to translate
572 $strCSVOptions = 'CSV options';//to translate
573 $strNoOptions = 'This format has no options';//to translate
574 $strStatCreateTime = 'Creation';//to translate
575 $strStatUpdateTime = 'Last update';//to translate
576 $strStatCheckTime = 'Last check';//to translate
577 $strPerMinute = 'per minute';//to translate
578 $strPerSecond = 'per second';//to translate
579 $strAutomaticLayout = 'Automatic layout'; //to translate
580 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
581 $strFileNameTemplate = 'File name template';//to translate
582 $strFileNameTemplateRemember = 'remember template';//to translate
583 $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
584 $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
585 $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
586 $strAutodetect = 'Autodetect'; //to translate
587 $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
588 $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
589 $strUseHostTable = 'Use Host Table'; //to translate
590 $strShowFullQueries = 'Show Full Queries'; //to translate
591 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
592 $strSwitchToTable = 'Switch to copied table'; //to translate
593 $strCharset = 'Charset'; //to translate
594 $strLaTeXOptions = 'LaTeX options'; //to translate
595 $strRelations = 'Relations'; //to translate
596 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
597 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
598 $strSaveOnServer = 'Save on server in %s directory'; //to translate
599 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
600 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
601 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
602 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
603 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
604 $strInsertedRowId = 'Inserted row id:'; //to translate
605 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
606 $strExcelOptions = 'Excel options'; //to translate
607 $strReplaceNULLBy = 'Replace NULL by'; //to translate
608 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
609 $strPaperSize = 'Paper size'; //to translate
610 $strDatabaseNoTable = 'This database contains no table!';//to translate
611 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
612 $strAddIntoComments = 'Add into comments';//to translate
613 $strDatabaseExportOptions = 'Database export options';//to translate
614 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
615 $strToggleScratchboard = 'toggle scratchboard'; //to translate
616 $strTableOptions = 'Table options'; //to translate
617 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
618 $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
619 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
620 $strCharsets = 'Charsets'; //to translate
621 $strDescription = 'Description'; //to translate
622 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
623 $strCollation = 'Collation'; //to translate
624 $strMultilingual = 'multilingual'; //to translate
625 $strGerman = 'German'; //to translate
626 $strPhoneBook = 'phone book'; //to translate
627 $strDictionary = 'dictionary'; //to translate
628 $strSwedish = 'Swedish'; //to translate
629 $strDanish = 'Danish'; //to translate
630 $strCzech = 'Czech'; //to translate
631 $strTurkish = 'Turkish'; //to translate
632 $strEnglish = 'English'; //to translate
633 $strHungarian = 'Hungarian'; //to translate
634 $strCroatian = 'Croatian'; //to translate
635 $strBulgarian = 'Bulgarian'; //to translate
636 $strLithuanian = 'Lithuanian'; //to translate
637 $strEstonian = 'Estonian'; //to translate
638 $strCaseInsensitive = 'case-insensitive'; //to translate
639 $strCaseSensitive = 'case-sensitive'; //to translate
640 $strUkrainian = 'Ukrainian'; //to translate
641 $strHebrew = 'Hebrew'; //to translate
642 $strWestEuropean = 'West European'; //to translate
643 $strCentralEuropean = 'Central European'; //to translate
644 $strTraditionalChinese = 'Traditional Chinese'; //to translate
645 $strCyrillic = 'Cyrillic'; //to translate
646 $strArmenian = 'Armenian'; //to translate
647 $strArabic = 'Arabic'; //to translate
648 $strRussian = 'Russian'; //to translate
649 $strUnknown = 'unknown'; //to translate
650 $strBaltic = 'Baltic'; //to translate
651 $strUnicode = 'Unicode'; //to translate
652 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
653 $strKorean = 'Korean'; //to translate
654 $strGreek = 'Greek'; //to translate
655 $strJapanese = 'Japanese'; //to translate
656 $strThai = 'Thai'; //to translate
657 $strUseThisValue = 'Use this value'; //to translate
658 $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
659 $strBrowseForeignValues = 'Browse foreign values'; //to translate
660 $strInternalRelations = 'Internal relations'; //to translate
661 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
662 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
663 $strLatexStructure = 'Structure of table __TABLE__';//to translate
664 $strLatexContinued = '(continued)';//to translate
665 $strLatexContent = 'Content of table __TABLE__';//to translate
666 $strLatexIncludeCaption = 'Include table caption';//to translate
667 $strLatexCaption = 'Table caption';//to translate
668 $strLatexLabel = 'Label key';//to translate
669 $strLatexContinuedCaption = 'Continued table caption';//to translate
670  
671 $strPrintViewFull = 'Print view (with full texts)'; //to translate
672 $strLogServer = 'Server'; //to translate
673 $strSortByKey = 'Sort by key'; //to translate
674 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
675 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
676 $strConstraintsForTable = 'Constraints for table'; //to translate
677 $strCreationDates = 'Creation/Update/Check dates'; //to translate
678 $strCheckOverhead = 'Check tables with overhead'; //to translate
679 $strExcelEdition = 'Excel edition'; //to translate
680 $strDelayedInserts = 'Use delayed inserts'; //to translate
681 $strSQLExportType = 'Export type'; //to translate
682 $strAddConstraints = 'Add constraints'; //to translate
683 $strGeorgian = 'Georgian'; //to translate
684 $strCzechSlovak = 'Czech-Slovak'; //to translate
685 $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
686 $strMaximumSize = 'Maximum size: %s%s'; //to translate
687 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
688 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
689 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
690 $strIgnoreInserts = 'Use ignore inserts'; //to translate
691 $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
692 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
693 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
694 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
695 $strAfterInsertSame = 'Go back to this page'; //to translate
696 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
697 $strDatabaseEmpty = 'The database name is empty!'; //to translate
698 $strDBRename = 'Rename database to'; //to translate
699 $strOperator = 'Operator'; //to translate
700 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
701 $strCalendar = 'Calendar'; //to translate
702 $strRefresh = 'Refresh'; //to translate
703 $strDefragment = 'Defragment table'; //to translate
704 $strNoRowsSelected = 'No rows selected'; //to translate
705 $strSpanish = 'Spanish'; //to translate
706 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
707 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
708 $strServerNotResponding = 'The server is not responding'; //to translate
709 $strTheme = 'Theme / Style'; //to translate
710 $strTakeIt = 'take it'; //to translate
711 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
712 $strIcelandic = 'Icelandic'; //to translate
713 $strLatvian = 'Latvian'; //to translate
714 $strPolish = 'Polish'; //to translate
715 $strRomanian = 'Romanian'; //to translate
716 $strSlovenian = 'Slovenian'; //to translate
717 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
718 $strSlovak = 'Slovak'; //to translate
719 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
720 $strPersian = 'Persian'; //to translate
721 $strAddFields = 'Add %s field(s)'; //to translate
722 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
723 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
724 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
725 $strBinLogName = 'Log name'; //to translate
726 $strBinLogPosition = 'Position'; //to translate
727 $strBinLogEventType = 'Event type'; //to translate
728 $strBinLogServerId = 'Server ID'; //to translate
729 $strBinLogOriginalPosition = 'Original position'; //to translate
730 $strBinLogInfo = 'Information'; //to translate
731 $strBinaryLog = 'Binary log'; //to translate
732 $strSelectBinaryLog = 'Select binary log to view'; //to translate
733 $strDBCopy = 'Copy database to'; //to translate
734 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
735 $strSwitchToDatabase = 'Switch to copied database'; //to translate
736 $strPasswordHashing = 'Password Hashing'; //to translate
737 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
738 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
739 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
740 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
741 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
742 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
743 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
744 $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
745 $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
746 $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
747 $strAfterInsertNext = 'Edit next row'; //to translate
748 $strView = 'View'; //to translate
749 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
750 $strEngines = 'Engines'; //to translate
751 $strStorageEngines = 'Storage Engines'; //to translate
752 $strStorageEngine = 'Storage Engine'; //to translate
753 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
754 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
755 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
756 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
757 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
758 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
759 $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
760 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
761 $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
762 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
763 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
764 $strMyISAMRepairThreads = 'Repair threads'; //to translate
765 $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
766 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
767 $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
768 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
769 $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
770 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
771 $strVersionInformation = 'Version information'; //to translate
772 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
773 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
774 $strInnoDBDataFilePath = 'Data files'; //to translate
775 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
776 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
777 $strBufferPool = 'Buffer Pool'; //to translate
778 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
779 $strDataPages = 'Pages containing data'; //to translate
780 $strFreePages = 'Free pages'; //to translate
781 $strBusyPages = 'Busy pages'; //to translate
782 $strDirtyPages = 'Dirty pages'; //to translate
783 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
784 $strLatchedPages = 'Latched pages'; //to translate
785 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
786 $strReadRequests = 'Read requests'; //to translate
787 $strWriteRequests = 'Write requests'; //to translate
788 $strBufferReadMisses = 'Read misses'; //to translate
789 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
790 $strBufferWriteWaits = 'Write waits'; //to translate
791 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
792 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
793 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
794 $strHTMLWord = 'Microsoft Word 2000'; //to translate
795 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
796 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
797 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
798 $strInnoDBPages = 'pages'; //to translate
799 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
800 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
801 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
802 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
803 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
804 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
805 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
806 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
807 $strGeneratePassword = 'Generate Password'; //to translate
808 $strGenerate = 'Generate'; //to translate
809 $strCopy = 'Copy'; //to translate
810 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
811 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
812 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
813 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
814 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
815 $strAndThen = 'and then'; //to translate
816 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
817 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
818 $strCSV = 'CSV'; //to translate
819 $strImport = 'Import'; //to translate
820 $strImportFormat = 'Format of imported file'; //to translate
821 $strFileToImport = 'File to import'; //to translate
822 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
823 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
824 $strCSVImportOptions = 'CSV options'; //to translate
825 $strPartialImport = 'Partial import'; //to translate
826 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
827 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
828 $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
829 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
830 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
831 $strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
832 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
833 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
834 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
835 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
836 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
837 $strFlushQueryCache = 'Flush query cache'; //to translate
838 $strFlushTables = 'Flush (close) all tables'; //to translate
839 $strHandler = 'Handler'; //to translate
840 $strJoins = 'Joins'; //to translate
841 $strKeyCache = 'Key cache'; //to translate
842 $strMaxConnects = 'max. concurrent connections'; //to translate
843 $strQueryCache = 'Query cache'; //to translate
844 $strReplication = 'Replication'; //to translate
845 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
846 $strShowOpenTables = 'Show open tables'; //to translate
847 $strShowSlaveHosts = 'Show slave hosts'; //to translate
848 $strShowSlaveStatus = 'Show slave status'; //to translate
849 $strShowStatusReset = 'Reset'; //to translate
850 $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
851 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
852 $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
853 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
854 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
855 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
856 $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
857 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
858 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
859 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
860 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
861 $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
862 $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
863 $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
864 $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
865 $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
866 $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
867 $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
868 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
869 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
870 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
871 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
872 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
873 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
874 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
875 $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
876 $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
877 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
878 $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
879 $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
880 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
881 $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
882 $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
883 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
884 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
885 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
886 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
887 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
888 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
889 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
890 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
891 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
892 $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
893 $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
894 $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
895 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
896 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
897 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
898 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
899 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
900 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
901 $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
902 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
903 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
904 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
905 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
906 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
907 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
908 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
909 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
910 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
911 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
912 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
913 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
914 $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
915 $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
916 $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
917 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
918 $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
919 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
920 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
921 $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
922 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
923 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
924 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
925 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
926 $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
927 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
928 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
929 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
930 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
931 $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
932 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
933 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
934 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
935 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
936 $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
937 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
938 $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
939 $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
940 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
941 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
942 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
943 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
944 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
945 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
946 $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
947 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
948 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
949 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
950 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
951 $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
952 $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
953 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
954 $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
955 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
956 $strSorting = 'Sorting'; //to translate
957 $strTempData = 'Temporary data'; //to translate
958 $strThreads = 'Threads'; //to translate
959 $strLDI = 'CSV using LOAD DATA'; //to translate
960 $strLDILocal = 'Use LOCAL keyword'; //to translate
961 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
962 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
963 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
964 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
965 $strNumberOfFields = 'Number of fields'; //to translate
966 $strShowingBookmark = 'Showing bookmark'; //to translate
967 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
968 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
969 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
970 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
971 $strBookmarkCreated = 'Bookmark %s created'; //to translate
972 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
973 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
974 $strEsperanto = 'Esperanto'; //to translate
975 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
976 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
977 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
978 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
979 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
980 $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
981 $strProtocolVersion = 'Protocol version'; //to translate
982 $strMysqlClientVersion = 'MySQL client version'; //to translate
983 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
984 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
985 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
986 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
987 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
988 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
989 $strPDF = 'PDF'; //to translate
990 $strPDFOptions = 'PDF options'; //to translate
991 $strPDFReportTitle = 'Report title'; //to translate
992 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
993 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
994 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
995 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
996 $strThemeNotFound = 'Theme %s not found!'; //to translate
997 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
998 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
999 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
1000 $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
1001 $strSQLImportOptions = 'SQL options'; //to translate
1002 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
1003 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
1004 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
1005 ?>