InnoDB relations
[phpmyadmin/crack.git] / lang / croatian-windows-1250.inc.php3
blob9fadc84e191ec9aa74536232d5e12709be0739c2
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
456 $strNumTables = 'Tables'; //to translate
457 $strTotalUC = 'Total'; //to translate
458 $strRelationalSchema = 'Relational schema'; //to translate
459 $strTableOfContents = 'Table of contents'; //to translate
460 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
461 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
462 $strLandscape = 'Landscape'; //to translate
463 $strPortrait = 'Portrait'; //to translate
465 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
467 $strAbortedClients = 'Aborted'; //to translate
468 $strConnections = 'Connections'; //to translate
469 $strFailedAttempts = 'Failed attempts'; //to translate
470 $strGlobalValue = 'Global value'; //to translate
471 $strMoreStatusVars = 'More status variables'; //to translate
472 $strPerHour = 'per hour'; //to translate
473 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
474 $strQueryType = 'Query type'; //to translate
475 $strReceived = 'Received'; //to translate
476 $strSent = 'Sent'; //to translate
477 $strServerStatus = 'Runtime Information'; //to translate
478 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
479 $strServerTabVariables = 'Variables'; //to translate
480 $strServerTabProcesslist = 'Processes'; //to translate
481 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
482 $strServerVars = 'Server variables and settings'; //to translate
483 $strSessionValue = 'Session value'; //to translate
484 $strTraffic = 'Traffic'; //to translate
485 $strVar = 'Variable'; //to translate
487 $strCommand = 'Command'; //to translate
488 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
489 $strId = 'ID'; //to translate
490 $strProcesslist = 'Process list'; //to translate
491 $strStatus = 'Status'; //to translate
492 $strTime = 'Time'; //to translate
493 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
495 $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
496 $strLaTeX = 'LaTeX'; //to translate
498 $strAdministration = 'Administration'; //to translate
499 $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
500 $strGlobalPrivileges = 'Global privileges'; //to translate
501 $strGrantOption = 'Grant'; //to translate
502 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
503 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
504 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
505 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
506 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
507 $strPrivDescDelete = 'Allows deleting data.'; //to translate
508 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
509 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
510 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
511 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
512 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
513 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
514 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
515 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
516 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
517 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
518 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
519 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
520 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
521 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
522 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
523 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
524 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
525 $strPrivDescSelect = 'Allows reading data.'; //to translate
526 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
527 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
528 $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
529 $strPrivDescUpdate = 'Allows changing data.'; //to translate
530 $strPrivDescUsage = 'No privileges.'; //to translate
531 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
532 $strResourceLimits = 'Resource limits'; //to translate
533 $strUserOverview = 'User overview'; //to translate
534 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
536 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
538 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
539 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
540 $strDeleting = 'Deleting %s'; //to translate
541 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
542 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
543 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
544 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
545 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
546 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
547 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
549 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
550 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
551 $strColumnPrivileges = 'Column-specific privileges'; //to translate
552 $strDbPrivileges = 'Database-specific privileges'; //to translate
553 $strLocalhost = 'Local';
554 $strLoginInformation = 'Login Information'; //to translate
555 $strTblPrivileges = 'Table-specific privileges'; //to translate
556 $strThisHost = 'This Host'; //to translate
557 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
558 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
559 $strUseTextField = 'Use text field'; //to translate
561 $strNoUsersSelected = 'No users selected.'; //to translate
562 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
563 $strAddedColumnComment = 'Added comment for column'; //to translate
564 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
565 $strAddedColumnRelation = 'Added relation for column'; //to translate
566 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
567 $strImportFinished = 'Import finished'; //to translate
568 $strFileCouldNotBeRead = 'File could not be read'; //to translate
569 $strIgnoringFile = 'Ignoring file %s'; //to translate
570 $strThisNotDirectory = 'This was not a directory'; //to translate
571 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
572 $strImportFiles = 'Import files'; //to translate
573 $strDBGModule = 'Module'; //to translate
574 $strDBGLine = 'Line'; //to translate
575 $strDBGHits = 'Hits'; //to translate
576 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
577 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
578 $strDBGMinTimeMs = 'Min time, ms'; //to translate
579 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
580 $strDBGContextID = 'Context ID'; //to translate
581 $strDBGContext = 'Context'; //to translate
582 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
583 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
584 $strCheckPrivs = 'Check Privileges'; //to translate
585 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
586 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
587 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
588 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
589 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
590 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
591 $strNoDatabasesSelected = 'No databases selected.'; //to translate
592 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
593 $strGlobal = 'global'; //to translate
594 $strDbSpecific = 'database-specific'; //to translate
595 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
596 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
597 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
598 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
599 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
600 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
601 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
602 $strWildcard = 'wildcard'; //to translate
603 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
604 $strQueryTime = 'Query took %01.4f sec';//to translate
605 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
606 $strDBComment = 'Database comment: ';//to translate
607 $strQueryFrame = 'Query window';//to translate
608 $strQueryFrameDebug = 'Debugging information';//to translate
609 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
610 $strQuerySQLHistory = 'SQL-history';//to translate
611 $strMIME_MIMEtype = 'MIME-type';//to translate
612 $strMIME_transformation = 'Browser transformation';//to translate
613 $strMIME_transformation_options = 'Transformation options';//to translate
614 $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
615 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
616 $strMIME_available_mime = 'Available MIME-types';//to translate
617 $strMIME_available_transform = 'Available transformations';//to translate
618 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
619 $strMIME_description = 'Description';//to translate
620 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
621 $strMIME_file = 'Filename';//to translate
622 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
623 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
624 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
625 $strInnodbStat = 'InnoDB Status'; //to translate
626 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
627 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
628 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
629 $strSQLOptions = 'SQL options';//to translate
630 $strXML = 'XML';//to translate
631 $strCSVOptions = 'CSV options';//to translate
632 $strNoOptions = 'This format has no options';//to translate
633 $strStatCreateTime = 'Creation';//to translate
634 $strStatUpdateTime = 'Last update';//to translate
635 $strStatCheckTime = 'Last check';//to translate
636 $strPerMinute = 'per minute';//to translate
637 $strPerSecond = 'per second';//to translate
638 $strAutomaticLayout = 'Automatic layout'; //to translate
639 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
640 $strFileNameTemplate = 'File name template';//to translate
641 $strFileNameTemplateRemember = 'remember template';//to translate
642 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
643 $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
644 $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
645 $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
646 $strAutodetect = 'Autodetect'; //to translate
647 $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
648 $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
649 $strUseHostTable = 'Use Host Table'; //to translate
650 $strShowFullQueries = 'Show Full Queries'; //to translate
651 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
652 $strSwitchToTable = 'Switch to copied table'; //to translate
653 $strCharset = 'Charset'; //to translate
654 $strLaTeXOptions = 'LaTeX options'; //to translate
655 $strRelations = 'Relations'; //to translate
656 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
657 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
658 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate
659 $strSaveOnServer = 'Save on server in %s directory'; //to translate
660 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
661 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
662 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
663 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
664 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
665 $strInsertedRowId = 'Inserted row id:'; //to translate
666 $strLoadMethod = 'LOAD method'; //to translate
667 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
668 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
669 $strExcelOptions = 'Excel options'; //to translate
670 $strReplaceNULLBy = 'Replace NULL by'; //to translate
671 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
672 $strPaperSize = 'Paper size'; //to translate
673 $strDatabaseNoTable = 'This database contains no table!';//to translate
674 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
675 $strAddIntoComments = 'Add into comments';//to translate
676 $strDatabaseExportOptions = 'Database export options';//to translate
677 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
678 $strToggleScratchboard = 'toggle scratchboard'; //to translate
679 $strTableOptions = 'Table options'; //to translate
680 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
681 $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
682 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
683 $strCharsets = 'Charsets'; //to translate
684 $strDescription = 'Description'; //to translate
685 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
686 $strCollation = 'Collation'; //to translate
687 $strMultilingual = 'multilingual'; //to translate
688 $strGerman = 'German'; //to translate
689 $strPhoneBook = 'phone book'; //to translate
690 $strDictionary = 'dictionary'; //to translate
691 $strSwedish = 'Swedish'; //to translate
692 $strDanish = 'Danish'; //to translate
693 $strCzech = 'Czech'; //to translate
694 $strTurkish = 'Turkish'; //to translate
695 $strEnglish = 'English'; //to translate
696 $strHungarian = 'Hungarian'; //to translate
697 $strCroatian = 'Croatian'; //to translate
698 $strBulgarian = 'Bulgarian'; //to translate
699 $strLithuanian = 'Lithuanian'; //to translate
700 $strEstonian = 'Estonian'; //to translate
701 $strCaseInsensitive = 'case-insensitive'; //to translate
702 $strCaseSensitive = 'case-sensitive'; //to translate
703 $strUkrainian = 'Ukrainian'; //to translate
704 $strHebrew = 'Hebrew'; //to translate
705 $strWestEuropean = 'West European'; //to translate
706 $strCentralEuropean = 'Central European'; //to translate
707 $strTraditionalChinese = 'Traditional Chinese'; //to translate
708 $strCyrillic = 'Cyrillic'; //to translate
709 $strArmenian = 'Armenian'; //to translate
710 $strArabic = 'Arabic'; //to translate
711 $strRussian = 'Russian'; //to translate
712 $strUnknown = 'unknown'; //to translate
713 $strBaltic = 'Baltic'; //to translate
714 $strUnicode = 'Unicode'; //to translate
715 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
716 $strKorean = 'Korean'; //to translate
717 $strGreek = 'Greek'; //to translate
718 $strJapanese = 'Japanese'; //to translate
719 $strThai = 'Thai'; //to translate
720 $strUseThisValue = 'Use this value'; //to translate
721 $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
722 $strBrowseForeignValues = 'Browse foreign values'; //to translate
723 $strInternalRelations = 'Internal relations'; //to translate
724 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
725 $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate