bug 619097
[phpmyadmin/crack.git] / lang / croatian-windows-1250.inc.php3
bloba958946a3f43d3eea755d902612fcf51148b7dfa
1 <?php
2 /* $Id$ */
4 /**
5 * Translation made by: Sime Essert <sime@nofrx.org>
6 */
8 $charset = 'windows-1250';
9 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
10 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
11 $right_font_family = 'arial, helvetica, geneva, sans-serif';
12 $number_thousands_separator = ',';
13 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17 $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
18 $month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%d. %B %Y. u %H:%M';
23 $strAccessDenied = 'Pristup odbijen';
24 $strAction = 'Akcija';
25 $strAddDeleteColumn = 'Dodaj/izbriši stupac';
26 $strAddDeleteRow = 'Dodaj/izbriši polje za kriterij';
27 $strAddNewField = 'Dodaj novi stupac';
28 $strAddPriv = 'Dodaj novu privilegiju';
29 $strAddPrivMessage = 'Privilegija je dodana';
30 $strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):';
31 $strAddToIndex = 'Dodaj kljuè';
32 $strAddUser = 'Dodaj novog korisnika';
33 $strAddUserMessage = 'Korisnik dodan';
34 $strAffectedRows = 'Promijenjeno redaka:';
35 $strAfter = 'Nakon %s';
36 $strAfterInsertBack = 'Natrag na prethodnu stranicu';
37 $strAfterInsertNewInsert = 'Dodaj još jedan red';
38 $strAll = 'Sve';
39 $strAlterOrderBy = 'Promijeni redoslijed u tablici';
40 $strAnalyzeTable = 'Analiziraj tablicu';
41 $strAnd = 'i';
42 $strAnIndex = 'Kljuè je upravo dodan %s';
43 $strAny = 'Bilo koji';
44 $strAnyColumn = 'Bilo koji stupac';
45 $strAnyDatabase = 'Bilo koja baza podataka';
46 $strAnyHost = 'Bilo koji server';
47 $strAnyTable = 'Bilo koja tablica';
48 $strAnyUser = 'Bilo koji korisnik';
49 $strAPrimaryKey = 'Primarni kljuè je upravo dodan %s';
50 $strAscending = 'Rastuæi';
51 $strAtBeginningOfTable = 'Na poèetku tablice';
52 $strAtEndOfTable = 'Na kraju tablice';
53 $strAttr = 'Svojstva';
55 $strBack = 'Nazad';
56 $strBinary = 'Binarno';
57 $strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
58 $strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
59 $strBookmarkLabel = 'Naziv';
60 $strBookmarkQuery = 'Oznaèeni SQL-upit';
61 $strBookmarkThis = 'Oznaèi SQL-upit';
62 $strBookmarkView = 'Vidi samo';
63 $strBrowse = 'Pregled';
64 $strBzip = '"bzip-ano"';
66 $strCantLoadMySQL = 'Ne mogu uèitati MySql ekstenziju,<br /> molim provjerite PHP konfiguraciju.';
67 $strCantRenameIdxToPrimary = 'Ne mogu promijeniti kljuè u PRIMARY (primarni) !';
68 $strCardinality = 'Kardinalnost';
69 $strCarriage = 'Novi red (carriage return): \\r';
70 $strChange = 'Promijeni';
71 $strChangePassword = 'Promijeni šifru';
72 $strCheckAll = 'Oznaèi sve';
73 $strCheckDbPriv = 'Provjeri privilegije baze podataka';
74 $strCheckTable = 'Provjeri tablicu';
75 $strColumn = 'Stupac';
76 $strColumnNames = 'Imena stupaca';
77 $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
78 $strConfirm = 'Da li stvarno to želite uèiniti?';
79 $strCookiesRequired = '<i>Cookies</i> moraju biti omoguæeni.';
80 $strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
81 $strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
82 $strCreate = 'Napravi';
83 $strCreateIndex = 'Napravi kljuè sa&nbsp;%s&nbsp;stupcem(aca)';
84 $strCreateIndexTopic = 'Napravi novi kljuè';
85 $strCreateNewDatabase = 'Napravi bazu podataka';
86 $strCreateNewTable = 'Napravi novu tablicu u bazi ';
87 $strCriteria = 'Kriterij';
89 $strData = 'Podaci';
90 $strDatabase = 'Baza podataka ';
91 $strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
92 $strDatabases = 'baze';
93 $strDatabasesStats = 'Statistika baze';
94 $strDatabaseWildcard = 'Baza (<i>wildcard</i> znakovi dozvoljeni):';
95 $strDataOnly = 'Samo podaci';
96 $strDefault = 'Default';
97 $strDelete = 'Izbriši';
98 $strDeleted = 'Red je izbrisan';
99 $strDeletedRows = 'Izbrisani redovi:';
100 $strDeleteFailed = 'Brisanje nije uspjelo!';
101 $strDeleteUserMessage = 'Upravo ste izbrisali korisnika: %s.';
102 $strDescending = 'Opadajuæi';
103 $strDisplay = 'Prikaži';
104 $strDisplayOrder = 'Redoslijed prikaza:';
105 $strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
106 $strDocu = 'Dokumentacija';
107 $strDoYouReally = 'Da li stvarno želite ';
108 $strDrop = 'Izbriši';
109 $strDropDB = 'Izbriši bazu %s';
110 $strDropTable = 'Izbriši tablicu';
111 $strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
112 $strDynamic = 'dinamièno';
114 $strEdit = 'Promijeni';
115 $strEditPrivileges = 'Promijeni privilegije';
116 $strEffective = 'Efektivno';
117 $strEmpty = 'Isprazni';
118 $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
119 $strEnd = 'Kraj';
120 $strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
121 $strError = 'Greška';
122 $strExtendedInserts = 'Prošireni INSERT';
123 $strExtra = 'Dodatno';
125 $strField = 'Polje';
126 $strFieldHasBeenDropped = 'Polje %s izbrisano';
127 $strFields = 'Broj polja';
128 $strFieldsEmpty = ' Broj polja je nula! ';
129 $strFieldsEnclosedBy = 'Podaci ograðeni sa';
130 $strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
131 $strFieldsTerminatedBy = 'Podaci razdvojeni sa';
132 $strFixed = 'sreðeno';
133 $strFlushTable = 'Osvježi tablicu';
134 $strFormat = 'Format';
135 $strFormEmpty = 'Nedostaje vrijednost u formi !';
136 $strFullText = 'Pun tekst';
137 $strFunction = 'Funkcija';
139 $strGenTime = 'Vrijeme podizanja';
140 $strGo = 'Kreni';
141 $strGrants = 'Omoguæi';
142 $strGzip = '"gzip-ano"';
144 $strHasBeenAltered = 'je promijenjen.';
145 $strHasBeenCreated = 'je kreiran/a.';
146 $strHome = 'Poèetna stranica';
147 $strHomepageOfficial = 'phpMyAdmin WEB site';
148 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Stranica';
149 $strHost = 'Host (domena)';
150 $strHostEmpty = 'Ime domene je prazno!';
152 $strIdxFulltext = 'Puni tekst';
153 $strIfYouWish = 'Ukoliko želite pregledati samo neke stupce u tablici, navedite ih razdvojene zarezom';
154 $strIgnore = 'Ignoriraj';
155 $strIndex = 'Kljuè';
156 $strIndexes = 'Kljuèevi';
157 $strIndexHasBeenDropped = 'Kljuè %s je izbrisan';
158 $strIndexName = 'Ime kljuèa :';
159 $strIndexType = 'Vrsta kljuèa :';
160 $strInsert = 'Novi redak';
161 $strInsertAsNewRow = 'Unesi kao novi redak';
162 $strInsertedRows = 'Uneseni reci:';
163 $strInsertNewRow = 'Unesi novi redak';
164 $strInsertTextfiles = 'Ubaci podatke iz tekstualne datoteke';
165 $strInstructions = 'Uputstva';
166 $strInUse = 'se koristi';
167 $strInvalidName = '"%s" je rezervirana rijeè, \nne može se koristiti kao ime polja, tablice ili baze.';
169 $strKeepPass = 'Ne mijenjaj lozinku';
170 $strKeyname = 'Ime Kljuèa';
171 $strKill = 'Zaustavi';
173 $strLength = 'Dužina';
174 $strLengthSet = 'Dužina/Vrijednost*';
175 $strLimitNumRows = 'Broj redaka po stranici';
176 $strLineFeed = '<i>Linefeed</i>: \\n';
177 $strLines = 'Linije';
178 $strLinesTerminatedBy = 'Linije završavaju na';
179 $strLinksTo = 'Links to';
180 $strLocationTextfile = 'Lokacija tekstualne datoteke';
181 $strLogin = 'Prijava';
182 $strLogout = 'Odjava';
183 $strLogPassword = 'Lozinka:';
184 $strLogUsername = 'Korisnièko ime:';
186 $strModifications = 'Izmjene su spremljene';
187 $strModify = 'Promijeni';
188 $strModifyIndexTopic = 'Promijeni kljuè';
189 $strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
190 $strMoveTableOK = 'Tablica %s se sada zove %s.';
191 $strMySQLReloaded = 'MySQL je ponovno pokrenut (<i>reload</i>).';
192 $strMySQLSaid = 'MySQL poruka: ';
193 $strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%';
194 $strMySQLShowProcess = 'Prikaži listu procesa';
195 $strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
196 $strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
198 $strName = 'Ime';
199 $strNext = 'Sljedeæi';
200 $strNo = 'Ne';
201 $strNoDatabases = 'Baza ne postoji';
202 $strNoDropDatabases = '"DROP DATABASE" naredba je onemoguæena.';
203 $strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
204 $strNoIndex = 'Kljuè nije definiran!';
205 $strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definirani!';
206 $strNoModification = 'Nema nikakvih promjena';
207 $strNone = 'Ništa';
208 $strNoPassword = 'Nema lozinke';
209 $strNoPrivileges = 'Nema privilegija';
210 $strNoQuery = 'Nema SQL upita!';
211 $strNoRights = 'Nemate dovoljno prava za ovo podruèje!';
212 $strNoTablesFound = 'Tablica nije pronaðena u bazi.';
213 $strNotNumber = 'To nije broj!';
214 $strNotValidNumber = ' nije odgovarajuæi broj redaka!';
215 $strNoUsersFound = 'Korisnik(ci) nije pronaðen.';
216 $strNull = 'Null';
218 $strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju biti pod navodnicima.';
219 $strOptimizeTable = 'Optimiziraj tablicu';
220 $strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znakovima.';
221 $strOptionally = 'OPCIONO';
222 $strOr = 'ili';
223 $strOverhead = 'Prekoraèenje';
225 $strPartialText = 'Dio teksta';
226 $strPassword = 'Lozinka';
227 $strPasswordEmpty = 'Lozinka je prazna!';
228 $strPasswordNotSame = 'Lozinka se ne podudara!';
229 $strPHPVersion = 'verzija PHP-a';
230 $strPmaDocumentation = 'phpMyAdmin dokumentacija';
231 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
232 $strPos1 = 'Poèetak';
233 $strPrevious = 'Prethodna';
234 $strPrimary = 'Primarni';
235 $strPrimaryKey = 'Primarni kljuè';
236 $strPrimaryKeyHasBeenDropped = 'Primarni kljuè je izbrisan';
237 $strPrimaryKeyName = 'Ime primarnog kljuèa mora biti... PRIMARY!';
238 $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog kljuèa!)';
239 $strPrintView = 'Sažetak';
240 $strPrivileges = 'Privilegije';
241 $strProperties = 'Svojstva';
243 $strQBE = 'Upit po primjeru';
244 $strQBEDel = 'Del';
245 $strQBEIns = 'Ins';
246 $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
248 $strRecords = 'Reci';
249 $strReferentialIntegrity = 'Provjeri ispravnost veza:';
250 $strReloadFailed = 'ponovno pokretanje MySQL-a nije uspjelo.';
251 $strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
252 $strRememberReload = 'Ne zaboravite ponovo pokrenuti (<i>reload</i>) server.';
253 $strRenameTable = 'Promijeni ime tablice u ';
254 $strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
255 $strRepairTable = 'Popravi tablicu';
256 $strReplace = 'Zamijeni';
257 $strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
258 $strReset = 'Resetiraj';
259 $strReType = 'Ponovite unos';
260 $strRevoke = 'Opozovi';
261 $strRevokeGrant = 'Opozovi Grant';
262 $strRevokeGrantMessage = 'Opozvali ste Grant privilegije za %s';
263 $strRevokeMessage = 'Opozvali ste privilegije za %s';
264 $strRevokePriv = 'Opozovi privilegije';
265 $strRowLength = 'Dužina retka';
266 $strRows = 'Redaka';
267 $strRowsFrom = ' redaka poèevši od retka';
268 $strRowSize = ' Velièina retka ';
269 $strRowsModeHorizontal = 'horizontalnom';
270 $strRowsModeOptions = 'u %s naèinu i ispiši zaglavlje poslije svakog %s retka';
271 $strRowsModeVertical = 'vertikalnom';
272 $strRowsStatistic = 'Statistika redaka';
273 $strRunning = 'pokrenuto na %s';
274 $strRunQuery = 'Izvrši SQL upit';
275 $strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
277 $strSave = 'Spremi';
278 $strSelect = 'Oznaèi';
279 $strSelectADb = 'Izaberite bazu';
280 $strSelectAll = 'Oznaèi sve';
281 $strSelectFields = 'Izaberite polja (najmanje jedno)';
282 $strSelectNumRows = 'u upitu';
283 $strSend = 'Spremi u datoteku';
284 $strServerChoice = 'Izbor servera';
285 $strServerVersion = 'Verzija servera';
286 $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\').';
287 $strShow = 'Prikaži';
288 $strShowAll = 'Prikaži sve';
289 $strShowCols = 'Prikaži stupce';
290 $strShowingRecords = 'Prikaz redaka';
291 $strShowPHPInfo = 'Prikaži informacije o PHP-u';
292 $strShowTables = 'Prikaži tablice';
293 $strShowThisQuery = ' Prikaži ovaj upit ponovo ';
294 $strSingly = '(po jednom polju)';
295 $strSize = 'Velièina';
296 $strSort = 'Sortiranje';
297 $strSpaceUsage = 'Zauzeæe';
298 $strSQLQuery = 'SQL-upit';
299 $strStatement = 'Ime';
300 $strStrucCSV = 'CSV format';
301 $strStrucData = 'Struktura i podaci';
302 $strStrucDrop = 'Dodaj \'drop table\'';
303 $strStrucExcelCSV = 'CSV za Ms Excel';
304 $strStrucOnly = 'Samo struktura';
305 $strSubmit = 'Pokreni';
306 $strSuccess = 'Vaš SQL upit je uspješno izvršen';
307 $strSum = 'Ukupno';
309 $strTable = 'tablica ';
310 $strTableComments = 'Komentar tablice';
311 $strTableEmpty = 'Ime tablice je prazno!';
312 $strTableHasBeenDropped = 'Tablica %s je izbrisana';
313 $strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
314 $strTableHasBeenFlushed = 'Tablica %s je osvježena';
315 $strTableMaintenance = 'Radnje na tablici';
316 $strTables = '%s tablica/e';
317 $strTableStructure = 'Struktura tablice';
318 $strTableType = 'Vrsta tablice';
319 $strTextAreaLength = ' Zbog velièine ovog polja,<br /> polje možda neæete moæi mijenjati ';
320 $strTheContent = 'Sadržaj datoteke je stavljen u bazu.';
321 $strTheContents = 'Sadržaj tablice zamijeni sa sadržajem datoteke sa identiènim primarnim i jedinstvenim (unique) kljuèem.';
322 $strTheTerminator = 'Znak za odjeljivanje polja u datoteci.';
323 $strTotal = 'ukupno';
324 $strType = 'Vrsta';
326 $strUncheckAll = 'Makni oznake';
327 $strUnique = 'Jedinstveni kljuè';
328 $strUnselectAll = 'Makni oznake';
329 $strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
330 $strUpdateProfile = 'Promijeni profil:';
331 $strUpdateProfileMessage = 'Profil je promijenjen.';
332 $strUpdateQuery = 'Promijeni SQL-upit';
333 $strUsage = 'Zauzeæe';
334 $strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
335 $strUser = 'Korisnik';
336 $strUserEmpty = 'Ime korisnika je prazno!';
337 $strUserName = 'Ime korisnika';
338 $strUsers = 'Korisnici';
339 $strUseTables = 'Koristi tablice';
341 $strValue = 'Vrijednost';
342 $strViewDump = 'Prikaži dump (shemu) tablice';
343 $strViewDumpDB = 'Prikaži dump (shemu) baze';
345 $strWelcome = 'Dobrodošli u %s';
346 $strWithChecked = 'Oznaèeno:';
347 $strWrongUser = 'Pogrešno korisnièko ime/lozinka. Pristup odbijen.';
349 $strYes = 'Da';
351 $strZip = '"zip-ano"';
352 // To translate
354 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
356 $strBeginCut = 'BEGIN CUT'; //to translate
357 $strBeginRaw = 'BEGIN RAW'; //to translate
359 $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
360 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
361 $strChangeDisplay = 'Choose Field to display'; //to translate
362 $strCharsetOfFile = 'Character set of the file:'; //to translate
363 $strChoosePage = 'Please choose a Page to edit'; //to translate
364 $strColComFeat = 'Displaying Column Comments'; //to translate
365 $strComments = 'Comments'; //to translate
366 $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
367 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
368 $strCreatePage = 'Create a new Page'; //to translate
369 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
371 $strDisabled = 'Disabled'; //to translate
372 $strDisplayFeat = 'Display Features'; //to translate
373 $strDisplayPDF = 'Display PDF schema'; //to translate
374 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
376 $strEditPDFPages = 'Edit PDF Pages'; //to translate
377 $strEnabled = 'Enabled'; //to translate
378 $strEndCut = 'END CUT'; //to translate
379 $strEndRaw = 'END RAW'; //to translate
380 $strExplain = 'Explain SQL'; //to translate
381 $strExport = 'Export'; //to translate
382 $strExportToXML = 'Export to XML format'; //to translate
384 $strGenBy = 'Generated by'; //to translate
385 $strGeneralRelationFeat = 'General relation features'; //to translate
387 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
389 $strLinkNotFound = 'Link not found'; //to translate
391 $strMissingBracket = 'Missing Bracket'; //to translate
392 $strMySQLCharset = 'MySQL Charset'; //to translate
394 $strNoDescription = 'no Description'; //to translate
395 $strNoExplain = 'Skip Explain SQL'; //to translate
396 $strNoPhp = 'without PHP Code'; //to translate
397 $strNotOK = 'not OK'; //to translate
398 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
399 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
400 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
401 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
403 $strOK = 'OK'; //to translate
404 $strOperations = 'Operations'; //to translate
405 $strOptions = 'Options'; //to translate
407 $strPageNumber = 'Page number:'; //to translate
408 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
409 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
410 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
411 $strPdfNoTables = 'No tables'; //to translate
412 $strPhp = 'Create PHP Code'; //to translate
414 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
415 $strRelationView = 'Relation view'; //to translate
417 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
418 $strSearch = 'Search';//to translate
419 $strSearchFormTitle = 'Search in database';//to translate
420 $strSearchInTables = 'Inside table(s):';//to translate
421 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
422 $strSearchOption1 = 'at least one of the words';//to translate
423 $strSearchOption2 = 'all words';//to translate
424 $strSearchOption3 = 'the exact phrase';//to translate
425 $strSearchOption4 = 'as regular expression';//to translate
426 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
427 $strSearchType = 'Find:';//to translate
428 $strSelectTables = 'Select Tables'; //to translate
429 $strShowColor = 'Show color'; //to translate
430 $strShowGrid = 'Show grid'; //to translate
431 $strShowTableDimension = 'Show dimension of tables'; //to translate
432 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
433 $strSQL = 'SQL'; //to translate
434 $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
435 $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
436 $strSQLResult = 'SQL result'; //to translate
437 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
438 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
439 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
440 $strStructPropose = 'Propose table structure'; //to translate
441 $strStructure = 'Structure'; //to translate
443 $strValidateSQL = 'Validate SQL'; //to translate
445 $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
446 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
447 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
448 $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
449 $strServer = 'Server %s'; //to translate
450 $strPutColNames = 'Put fields names at first row'; //to translate
451 $strImportDocSQL = 'Import docSQL Files'; //to translate
452 $strDataDict = 'Data Dictionary'; //to translate
453 $strPrint = 'Print'; //to translate
454 $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
455 $strCompression = 'Compression'; //to translate