lang
[phpmyadmin/crack.git] / lang / croatian-utf-8.inc.php
blobb262bb5cc76b26e2ff8d6daa8108bf0bc0b86d88
1 <?php
2 /* $Id$ */
4 /**
5 * Translation made by: Sime Essert <sime@nofrx.org>
6 */
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');
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';
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';
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"';
62 $strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !';
63 $strCardinality = 'Kardinalnost';
64 $strCarriage = 'Novi red (carriage return): \\r';
65 $strChange = 'Promijeni';
66 $strChangePassword = 'Promijeni šifru';
67 $strCheckAll = 'Označi sve';
68 $strCheckTable = 'Provjeri tablicu';
69 $strColumnNames = 'Imena stupaca';
70 $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
71 $strCookiesRequired = '<i>Cookies</i> moraju biti omogućeni.';
72 $strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
73 $strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
74 $strCreate = 'Napravi';
75 $strCreateIndex = 'Napravi ključ sa&nbsp;%s&nbsp;stupcem(aca)';
76 $strCreateIndexTopic = 'Napravi novi ključ';
77 $strCreateNewDatabase = 'Napravi bazu podataka';
78 $strCreateNewTable = 'Napravi novu tablicu u bazi ';
79 $strCriteria = 'Kriterij';
81 $strData = 'Podaci';
82 $strDatabase = 'Baza podataka';
83 $strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
84 $strDatabases = 'baze';
85 $strDatabasesStats = 'Statistika baze';
86 $strDataOnly = 'Samo podaci';
87 $strDefault = 'Default';
88 $strDelete = 'Izbriši';
89 $strDeleted = 'Red je izbrisan';
90 $strDeletedRows = 'Izbrisani redovi:';
91 $strDescending = 'Opadajući';
92 $strDisplayOrder = 'Redoslijed prikaza:';
93 $strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
94 $strDocu = 'Dokumentacija';
95 $strDoYouReally = 'Da li stvarno želite ';
96 $strDrop = 'Izbriši';
97 $strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
98 $strDynamic = 'dinamično';
100 $strEdit = 'Promijeni';
101 $strEditPrivileges = 'Promijeni privilegije';
102 $strEffective = 'Efektivno';
103 $strEmpty = 'Isprazni';
104 $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
105 $strEnd = 'Kraj';
106 $strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
107 $strError = 'Greška';
108 $strExtendedInserts = 'Prošireni INSERT';
109 $strExtra = 'Dodatno';
111 $strField = 'Polje';
112 $strFieldHasBeenDropped = 'Polje %s izbrisano';
113 $strFields = 'Broj polja';
114 $strFieldsEmpty = ' Broj polja je nula! ';
115 $strFieldsEnclosedBy = 'Podaci ograđeni sa';
116 $strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
117 $strFieldsTerminatedBy = 'Podaci razdvojeni sa';
118 $strFixed = 'sređeno';
119 $strFlushTable = 'Osvježi tablicu';
120 $strFormat = 'Format';
121 $strFormEmpty = 'Nedostaje vrijednost u formi !';
122 $strFullText = 'Pun tekst';
123 $strFunction = 'Funkcija';
125 $strGenTime = 'Vrijeme podizanja';
126 $strGo = 'Kreni';
127 $strGzip = '"gzip-ano"';
129 $strHasBeenAltered = 'je promijenjen.';
130 $strHasBeenCreated = 'je kreiran/a.';
131 $strHome = 'Početna stranica';
132 $strHomepageOfficial = 'phpMyAdmin WEB site';
133 $strHost = 'Host (domena)';
134 $strHostEmpty = 'Ime domene je prazno!';
136 $strIdxFulltext = 'Puni tekst';
137 $strIfYouWish = 'Ukoliko želite pregledati samo neke stupce u tablici, navedite ih razdvojene zarezom';
138 $strIgnore = 'Ignoriraj';
139 $strIndex = 'Ključ';
140 $strIndexes = 'Ključevi';
141 $strIndexHasBeenDropped = 'Ključ %s je izbrisan';
142 $strIndexName = 'Ime ključa :';
143 $strIndexType = 'Vrsta ključa :';
144 $strInsert = 'Novi redak';
145 $strInsertAsNewRow = 'Unesi kao novi redak';
146 $strInsertedRows = 'Uneseni reci:';
147 $strInsertNewRow = 'Unesi novi redak';
148 $strInsertTextfiles = 'Ubaci podatke iz tekstualne datoteke';
149 $strInstructions = 'Uputstva';
150 $strInUse = 'se koristi';
152 $strKeepPass = 'Ne mijenjaj lozinku';
153 $strKeyname = 'Ime Ključa';
154 $strKill = 'Zaustavi';
156 $strLengthSet = 'Dužina/Vrijednost*';
157 $strLimitNumRows = 'Broj redaka po stranici';
158 $strLineFeed = '<i>Linefeed</i>: \\n';
159 $strLinesTerminatedBy = 'Linije završavaju na';
160 $strLinksTo = 'Links to';
161 $strLocationTextfile = 'Lokacija tekstualne datoteke';
162 $strLogin = 'Prijava';
163 $strLogout = 'Odjava';
164 $strLogPassword = 'Lozinka:';
165 $strLogUsername = 'Korisničko ime:';
167 $strModifications = 'Izmjene su spremljene';
168 $strModify = 'Promijeni';
169 $strModifyIndexTopic = 'Promijeni ključ';
170 $strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
171 $strMoveTableOK = 'Tablica %s se sada zove %s.';
172 $strMySQLReloaded = 'MySQL je ponovno pokrenut (<i>reload</i>).';
173 $strMySQLSaid = 'MySQL poruka: ';
174 $strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%';
175 $strMySQLShowProcess = 'Prikaži listu procesa';
176 $strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
177 $strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
179 $strName = 'Ime';
180 $strNext = 'Sljedeći';
181 $strNo = 'Ne';
182 $strNoDatabases = 'Baza ne postoji';
183 $strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.';
184 $strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
185 $strNoIndex = 'Ključ nije definiran!';
186 $strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!';
187 $strNoModification = 'Nema nikakvih promjena';
188 $strNone = 'Ništa';
189 $strNoPassword = 'Nema lozinke';
190 $strNoPrivileges = 'Nema privilegija';
191 $strNoQuery = 'Nema SQL upita!';
192 $strNoRights = 'Nemate dovoljno prava za ovo područje!';
193 $strNoTablesFound = 'Tablica nije pronađena u bazi.';
194 $strNotNumber = 'To nije broj!';
195 $strNotValidNumber = ' nije odgovarajući broj redaka!';
196 $strNoUsersFound = 'Korisnik(ci) nije pronađen.';
197 $strNull = 'Null';
199 $strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju biti pod navodnicima.';
200 $strOptimizeTable = 'Optimiziraj tablicu';
201 $strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znakovima.';
202 $strOptionally = 'OPCIONO';
203 $strOr = 'ili';
204 $strOverhead = 'Prekoračenje';
206 $strPartialText = 'Dio teksta';
207 $strPassword = 'Lozinka';
208 $strPasswordEmpty = 'Lozinka je prazna!';
209 $strPasswordNotSame = 'Lozinka se ne podudara!';
210 $strPHPVersion = 'verzija PHP-a';
211 $strPmaDocumentation = 'phpMyAdmin dokumentacija';
212 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
213 $strPos1 = 'Početak';
214 $strPrevious = 'Prethodna';
215 $strPrimary = 'Primarni';
216 $strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan';
217 $strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!';
218 $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog ključa!)';
219 $strPrintView = 'Sažetak';
220 $strPrivileges = 'Privilegije';
222 $strQBE = 'Upit po primjeru';
223 $strQBEDel = 'Del';
224 $strQBEIns = 'Ins';
225 $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
227 $strRecords = 'Reci';
228 $strReferentialIntegrity = 'Provjeri ispravnost veza:';
229 $strReloadFailed = 'ponovno pokretanje MySQL-a nije uspjelo.';
230 $strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
231 $strRenameTable = 'Promijeni ime tablice u ';
232 $strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
233 $strRepairTable = 'Popravi tablicu';
234 $strReplace = 'Zamijeni';
235 $strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
236 $strReset = 'Resetiraj';
237 $strReType = 'Ponovite unos';
238 $strRevoke = 'Opozovi';
239 $strRevokeMessage = 'Opozvali ste privilegije za %s';
240 $strRowLength = 'Dužina retka';
241 $strRows = 'Redaka';
242 $strRowsFrom = ' redaka počevši od retka';
243 $strRowSize = ' Veličina retka ';
244 $strRowsModeHorizontal = 'horizontalnom';
245 $strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka';
246 $strRowsModeVertical = 'vertikalnom';
247 $strRowsStatistic = 'Statistika redaka';
248 $strRunning = 'pokrenuto na %s';
249 $strRunQuery = 'Izvrši SQL upit';
250 $strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
252 $strSave = 'Spremi';
253 $strSelectADb = 'Izaberite bazu';
254 $strSelectAll = 'Označi sve';
255 $strSelectFields = 'Izaberite polja (najmanje jedno)';
256 $strSelectNumRows = 'u upitu';
257 $strSend = 'Spremi u datoteku';
258 $strServerChoice = 'Izbor servera';
259 $strServerVersion = 'Verzija servera';
260 $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\').';
261 $strShow = 'Prikaži';
262 $strShowAll = 'Prikaži sve';
263 $strShowingRecords = 'Prikaz redaka';
264 $strShowPHPInfo = 'Prikaži informacije o PHP-u';
265 $strShowTables = 'Prikaži tablice';
266 $strShowThisQuery = ' Prikaži ovaj upit ponovo ';
267 $strSingly = '(po jednom polju)';
268 $strSize = 'Veličina';
269 $strSort = 'Sortiranje';
270 $strSpaceUsage = 'Zauzeće';
271 $strSQLQuery = 'SQL-upit';
272 $strStatement = 'Ime';
273 $strStrucCSV = 'CSV format';
274 $strStrucData = 'Struktura i podaci';
275 $strStrucDrop = 'Dodaj DROP TABLE';
276 $strStrucExcelCSV = 'CSV za MS Excel';
277 $strStrucOnly = 'Samo struktura';
278 $strSubmit = 'Pokreni';
279 $strSuccess = 'Vaš SQL upit je uspješno izvršen';
280 $strSum = 'Ukupno';
282 $strTable = 'Tablica';
283 $strTableComments = 'Komentar tablice';
284 $strTableEmpty = 'Ime tablice je prazno!';
285 $strTableHasBeenDropped = 'Tablica %s je izbrisana';
286 $strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
287 $strTableHasBeenFlushed = 'Tablica %s je osvježena';
288 $strTableMaintenance = 'Radnje na tablici';
289 $strTables = '%s tablica/e';
290 $strTableStructure = 'Struktura tablice';
291 $strTableType = 'Vrsta tablice';
292 $strTextAreaLength = ' Zbog veličine ovog polja,<br /> polje možda nećete moći mijenjati ';
293 $strTheContent = 'Sadržaj datoteke je stavljen u bazu.';
294 $strTheContents = 'Sadržaj tablice zamijeni sa sadržajem datoteke sa identičnim primarnim i jedinstvenim (unique) ključem.';
295 $strTheTerminator = 'Znak za odjeljivanje polja u datoteci.';
296 $strTotal = 'ukupno';
297 $strType = 'Vrsta';
299 $strUncheckAll = 'Makni oznake';
300 $strUnique = 'Jedinstveni ključ';
301 $strUnselectAll = 'Makni oznake';
302 $strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
303 $strUpdateProfileMessage = 'Profil je promijenjen.';
304 $strUpdateQuery = 'Promijeni SQL-upit';
305 $strUsage = 'Zauzeće';
306 $strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
307 $strUser = 'Korisnik';
308 $strUserEmpty = 'Ime korisnika je prazno!';
309 $strUserName = 'Ime korisnika';
310 $strUseTables = 'Koristi tablice';
312 $strValue = 'Vrijednost';
313 $strViewDump = 'Prikaži dump (shemu) tablice';
314 $strViewDumpDB = 'Prikaži dump (shemu) baze';
316 $strWelcome = 'Dobrodošli u %s';
317 $strWithChecked = 'Označeno:';
318 $strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
320 $strYes = 'Da';
322 $strZip = '"zip-ano"';
323 // To translate
325 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
327 $strBeginCut = 'BEGIN CUT'; //to translate
328 $strBeginRaw = 'BEGIN RAW'; //to translate
330 $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
331 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
332 $strChangeDisplay = 'Choose Field to display'; //to translate
333 $strCharsetOfFile = 'Character set of the file:'; //to translate
334 $strChoosePage = 'Please choose a Page to edit'; //to translate
335 $strColComFeat = 'Displaying Column Comments'; //to translate
336 $strComments = 'Comments'; //to translate
337 $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
338 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
339 $strCreatePage = 'Create a new Page'; //to translate
340 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
342 $strDisabled = 'Disabled'; //to translate
343 $strDisplayFeat = 'Display Features'; //to translate
344 $strDisplayPDF = 'Display PDF schema'; //to translate
345 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
347 $strEditPDFPages = 'Edit PDF Pages'; //to translate
348 $strEnabled = 'Enabled'; //to translate
349 $strEndCut = 'END CUT'; //to translate
350 $strEndRaw = 'END RAW'; //to translate
351 $strExplain = 'Explain SQL'; //to translate
352 $strExport = 'Export'; //to translate
354 $strGenBy = 'Generated by'; //to translate
355 $strGeneralRelationFeat = 'General relation features'; //to translate
357 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
359 $strLinkNotFound = 'Link not found'; //to translate
361 $strMySQLCharset = 'MySQL Charset'; //to translate
363 $strNoDescription = 'no Description'; //to translate
364 $strNoExplain = 'Skip Explain SQL'; //to translate
365 $strNoPhp = 'without PHP Code'; //to translate
366 $strNotOK = 'not OK'; //to translate
367 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
368 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
369 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
370 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
372 $strOK = 'OK'; //to translate
373 $strOperations = 'Operations'; //to translate
375 $strPageNumber = 'Page number:'; //to translate
376 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
377 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
378 $strPdfNoTables = 'No tables'; //to translate
379 $strPhp = 'Create PHP Code'; //to translate
381 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
382 $strRelationView = 'Relation view'; //to translate
384 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
385 $strSearch = 'Search';//to translate
386 $strSearchFormTitle = 'Search in database';//to translate
387 $strSearchInTables = 'Inside table(s):';//to translate
388 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
389 $strSearchOption1 = 'at least one of the words';//to translate
390 $strSearchOption2 = 'all words';//to translate
391 $strSearchOption3 = 'the exact phrase';//to translate
392 $strSearchOption4 = 'as regular expression';//to translate
393 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
394 $strSearchType = 'Find:';//to translate
395 $strSelectTables = 'Select Tables'; //to translate
396 $strShowColor = 'Show color'; //to translate
397 $strShowGrid = 'Show grid'; //to translate
398 $strShowTableDimension = 'Show dimension of tables'; //to translate
399 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
400 $strSQL = 'SQL'; //to translate
401 $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
402 $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
403 $strSQLResult = 'SQL result'; //to translate
404 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
405 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
406 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
407 $strStructPropose = 'Propose table structure'; //to translate
408 $strStructure = 'Structure'; //to translate
410 $strValidateSQL = 'Validate SQL'; //to translate
412 $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
413 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
414 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
415 $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
416 $strServer = 'Server'; //to translate
417 $strPutColNames = 'Put fields names at first row'; //to translate
418 $strImportDocSQL = 'Import docSQL Files'; //to translate
419 $strDataDict = 'Data Dictionary'; //to translate
420 $strPrint = 'Print'; //to translate
421 $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
422 $strCompression = 'Compression'; //to translate
423 $strNumTables = 'Tables'; //to translate
424 $strTotalUC = 'Total'; //to translate
425 $strRelationalSchema = 'Relational schema'; //to translate
426 $strTableOfContents = 'Table of contents'; //to translate
427 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
428 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
429 $strLandscape = 'Landscape'; //to translate
430 $strPortrait = 'Portrait'; //to translate
432 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
434 $strAbortedClients = 'Aborted'; //to translate
435 $strConnections = 'Connections'; //to translate
436 $strFailedAttempts = 'Failed attempts'; //to translate
437 $strGlobalValue = 'Global value'; //to translate
438 $strMoreStatusVars = 'More status variables'; //to translate
439 $strPerHour = 'per hour'; //to translate
440 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
441 $strQueryType = 'Query type'; //to translate
442 $strReceived = 'Received'; //to translate
443 $strSent = 'Sent'; //to translate
444 $strServerStatus = 'Runtime Information'; //to translate
445 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
446 $strServerTabVariables = 'Variables'; //to translate
447 $strServerTabProcesslist = 'Processes'; //to translate
448 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
449 $strServerVars = 'Server variables and settings'; //to translate
450 $strSessionValue = 'Session value'; //to translate
451 $strTraffic = 'Traffic'; //to translate
452 $strVar = 'Variable'; //to translate
454 $strCommand = 'Command'; //to translate
455 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
456 $strId = 'ID'; //to translate
457 $strProcesslist = 'Process list'; //to translate
458 $strStatus = 'Status'; //to translate
459 $strTime = 'Time'; //to translate
460 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
462 $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
463 $strLaTeX = 'LaTeX'; //to translate
465 $strAdministration = 'Administration'; //to translate
466 $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
467 $strGlobalPrivileges = 'Global privileges'; //to translate
468 $strGrantOption = 'Grant'; //to translate
469 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
470 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
471 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
472 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
473 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
474 $strPrivDescDelete = 'Allows deleting data.'; //to translate
475 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
476 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
477 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
478 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
479 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
480 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
481 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
482 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
483 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
484 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
485 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
486 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
487 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
488 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
489 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
490 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
491 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
492 $strPrivDescSelect = 'Allows reading data.'; //to translate
493 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
494 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
495 $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
496 $strPrivDescUpdate = 'Allows changing data.'; //to translate
497 $strPrivDescUsage = 'No privileges.'; //to translate
498 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
499 $strResourceLimits = 'Resource limits'; //to translate
500 $strUserOverview = 'User overview'; //to translate
501 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
503 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
505 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
506 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
507 $strDeleting = 'Deleting %s'; //to translate
508 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
509 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
510 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
511 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
512 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
513 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
514 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
516 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
517 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
518 $strColumnPrivileges = 'Column-specific privileges'; //to translate
519 $strDbPrivileges = 'Database-specific privileges'; //to translate
520 $strLocalhost = 'Local';
521 $strLoginInformation = 'Login Information'; //to translate
522 $strTblPrivileges = 'Table-specific privileges'; //to translate
523 $strThisHost = 'This Host'; //to translate
524 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
525 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
526 $strUseTextField = 'Use text field'; //to translate
528 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
529 $strAddedColumnComment = 'Added comment for column'; //to translate
530 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
531 $strAddedColumnRelation = 'Added relation for column'; //to translate
532 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
533 $strImportFinished = 'Import finished'; //to translate
534 $strFileCouldNotBeRead = 'File could not be read'; //to translate
535 $strIgnoringFile = 'Ignoring file %s'; //to translate
536 $strThisNotDirectory = 'This was not a directory'; //to translate
537 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
538 $strImportFiles = 'Import files'; //to translate
539 $strDBGModule = 'Module'; //to translate
540 $strDBGLine = 'Line'; //to translate
541 $strDBGHits = 'Hits'; //to translate
542 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
543 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
544 $strDBGMinTimeMs = 'Min time, ms'; //to translate
545 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
546 $strDBGContextID = 'Context ID'; //to translate
547 $strDBGContext = 'Context'; //to translate
548 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
549 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
550 $strCheckPrivs = 'Check Privileges'; //to translate
551 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
552 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
553 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
554 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
555 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
556 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
557 $strNoDatabasesSelected = 'No databases selected.'; //to translate
558 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
559 $strGlobal = 'global'; //to translate
560 $strDbSpecific = 'database-specific'; //to translate
561 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
562 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
563 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
564 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
565 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
566 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
567 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
568 $strWildcard = 'wildcard'; //to translate
569 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
570 $strQueryTime = 'Query took %01.4f sec';//to translate
571 $strDBComment = 'Database comment: ';//to translate
572 $strQueryFrame = 'Query window';//to translate
573 $strQuerySQLHistory = 'SQL-history';//to translate
574 $strMIME_MIMEtype = 'MIME-type';//to translate
575 $strMIME_transformation = 'Browser transformation';//to translate
576 $strMIME_transformation_options = 'Transformation options';//to translate
577 $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
578 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
579 $strMIME_available_mime = 'Available MIME-types';//to translate
580 $strMIME_available_transform = 'Available transformations';//to translate
581 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
582 $strMIME_description = 'Description';//to translate
583 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
584 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
585 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
586 $strInnodbStat = 'InnoDB Status'; //to translate
587 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
588 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
589 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
590 $strSQLOptions = 'SQL options';//to translate
591 $strXML = 'XML';//to translate
592 $strCSVOptions = 'CSV options';//to translate
593 $strNoOptions = 'This format has no options';//to translate
594 $strStatCreateTime = 'Creation';//to translate
595 $strStatUpdateTime = 'Last update';//to translate
596 $strStatCheckTime = 'Last check';//to translate
597 $strPerMinute = 'per minute';//to translate
598 $strPerSecond = 'per second';//to translate
599 $strAutomaticLayout = 'Automatic layout'; //to translate
600 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
601 $strFileNameTemplate = 'File name template';//to translate
602 $strFileNameTemplateRemember = 'remember template';//to translate
603 $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
604 $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
605 $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
606 $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
607 $strAutodetect = 'Autodetect'; //to translate
608 $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
609 $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
610 $strUseHostTable = 'Use Host Table'; //to translate
611 $strShowFullQueries = 'Show Full Queries'; //to translate
612 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
613 $strSwitchToTable = 'Switch to copied table'; //to translate
614 $strCharset = 'Charset'; //to translate
615 $strLaTeXOptions = 'LaTeX options'; //to translate
616 $strRelations = 'Relations'; //to translate
617 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
618 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
619 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate
620 $strSaveOnServer = 'Save on server in %s directory'; //to translate
621 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
622 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
623 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
624 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
625 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
626 $strInsertedRowId = 'Inserted row id:'; //to translate
627 $strLoadMethod = 'LOAD method'; //to translate
628 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
629 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
630 $strExcelOptions = 'Excel options'; //to translate
631 $strReplaceNULLBy = 'Replace NULL by'; //to translate
632 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
633 $strPaperSize = 'Paper size'; //to translate
634 $strDatabaseNoTable = 'This database contains no table!';//to translate
635 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
636 $strAddIntoComments = 'Add into comments';//to translate
637 $strDatabaseExportOptions = 'Database export options';//to translate
638 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
639 $strToggleScratchboard = 'toggle scratchboard'; //to translate
640 $strTableOptions = 'Table options'; //to translate
641 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
642 $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
643 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
644 $strCharsets = 'Charsets'; //to translate
645 $strDescription = 'Description'; //to translate
646 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
647 $strCollation = 'Collation'; //to translate
648 $strMultilingual = 'multilingual'; //to translate
649 $strGerman = 'German'; //to translate
650 $strPhoneBook = 'phone book'; //to translate
651 $strDictionary = 'dictionary'; //to translate
652 $strSwedish = 'Swedish'; //to translate
653 $strDanish = 'Danish'; //to translate
654 $strCzech = 'Czech'; //to translate
655 $strTurkish = 'Turkish'; //to translate
656 $strEnglish = 'English'; //to translate
657 $strHungarian = 'Hungarian'; //to translate
658 $strCroatian = 'Croatian'; //to translate
659 $strBulgarian = 'Bulgarian'; //to translate
660 $strLithuanian = 'Lithuanian'; //to translate
661 $strEstonian = 'Estonian'; //to translate
662 $strCaseInsensitive = 'case-insensitive'; //to translate
663 $strCaseSensitive = 'case-sensitive'; //to translate
664 $strUkrainian = 'Ukrainian'; //to translate
665 $strHebrew = 'Hebrew'; //to translate
666 $strWestEuropean = 'West European'; //to translate
667 $strCentralEuropean = 'Central European'; //to translate
668 $strTraditionalChinese = 'Traditional Chinese'; //to translate
669 $strCyrillic = 'Cyrillic'; //to translate
670 $strArmenian = 'Armenian'; //to translate
671 $strArabic = 'Arabic'; //to translate
672 $strRussian = 'Russian'; //to translate
673 $strUnknown = 'unknown'; //to translate
674 $strBaltic = 'Baltic'; //to translate
675 $strUnicode = 'Unicode'; //to translate
676 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
677 $strKorean = 'Korean'; //to translate
678 $strGreek = 'Greek'; //to translate
679 $strJapanese = 'Japanese'; //to translate
680 $strThai = 'Thai'; //to translate
681 $strUseThisValue = 'Use this value'; //to translate
682 $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
683 $strBrowseForeignValues = 'Browse foreign values'; //to translate
684 $strInternalRelations = 'Internal relations'; //to translate
685 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
686 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
687 $strLatexStructure = 'Structure of table __TABLE__';//to translate
688 $strLatexContinued = '(continued)';//to translate
689 $strLatexContent = 'Content of table __TABLE__';//to translate
690 $strLatexIncludeCaption = 'Include table caption';//to translate
691 $strLatexCaption = 'Table caption';//to translate
692 $strLatexLabel = 'Label key';//to translate
693 $strLatexContinuedCaption = 'Continued table caption';//to translate
695 $strPrintViewFull = 'Print view (with full texts)'; //to translate
696 $strLogServer = 'Server'; //to translate
697 $strSortByKey = 'Sort by key'; //to translate
698 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
699 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
700 $strConstraintsForTable = 'Constraints for table'; //to translate
701 $strBookmarkOptions = 'Bookmark options'; //to translate
702 $strCreationDates = 'Creation/Update/Check dates'; //to translate
703 $strCheckOverhead = 'Check tables with overhead'; //to translate
704 $strExcelEdition = 'Excel edition'; //to translate
705 $strDelayedInserts = 'Use delayed inserts'; //to translate
706 $strSQLExportType = 'Export type'; //to translate
707 $strAddConstraints = 'Add constraints'; //to translate
708 $strGeorgian = 'Georgian'; //to translate
709 $strCzechSlovak = 'Czech-Slovak'; //to translate
710 $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
711 $strMaximumSize = 'Maximum size: %s%s'; //to translate
712 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
713 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
714 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
715 $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
716 $strIgnoreInserts = 'Use ignore inserts'; //to translate
717 $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
718 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
719 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
720 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
721 $strAfterInsertSame = 'Go back to this page'; //to translate
722 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
723 $strDatabaseEmpty = 'The database name is empty!'; //to translate
724 $strDBRename = 'Rename database to'; //to translate
725 $strOperator = 'Operator'; //to translate
726 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
727 $strCalendar = 'Calendar'; //to translate
728 $strRefresh = 'Refresh'; //to translate
729 $strDefragment = 'Defragment table'; //to translate
730 $strNoRowsSelected = 'No rows selected'; //to translate
731 $strSpanish = 'Spanish'; //to translate
732 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
733 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
734 $strServerNotResponding = 'The server is not responding'; //to translate
735 $strTheme = 'Theme / Style'; //to translate
736 $strTakeIt = 'take it'; //to translate
737 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
738 $strIcelandic = 'Icelandic'; //to translate
739 $strLatvian = 'Latvian'; //to translate
740 $strPolish = 'Polish'; //to translate
741 $strRomanian = 'Romanian'; //to translate
742 $strSlovenian = 'Slovenian'; //to translate
743 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
744 $strSlovak = 'Slovak'; //to translate
745 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
746 $strPersian = 'Persian'; //to translate
747 $strAddFields = 'Add %s field(s)'; //to translate
748 $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate
749 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
750 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
751 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
752 $strBinLogName = 'Log name'; //to translate
753 $strBinLogPosition = 'Position'; //to translate
754 $strBinLogEventType = 'Event type'; //to translate
755 $strBinLogServerId = 'Server ID'; //to translate
756 $strBinLogOriginalPosition = 'Original position'; //to translate
757 $strBinLogInfo = 'Information'; //to translate
758 $strBinaryLog = 'Binary log'; //to translate
759 $strSelectBinaryLog = 'Select binary log to view'; //to translate
760 $strDBCopy = 'Copy database to'; //to translate
761 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
762 $strSwitchToDatabase = 'Switch to copied database'; //to translate
763 $strPasswordHashing = 'Password Hashing'; //to translate
764 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
765 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
766 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
767 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
768 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
769 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
770 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
771 $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
772 $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
773 $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
774 $strAfterInsertNext = 'Edit next row'; //to translate
775 $strView = 'View'; //to translate
776 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
777 $strEngines = 'Engines'; //to translate
778 $strStorageEngines = 'Storage Engines'; //to translate
779 $strStorageEngine = 'Storage Engine'; //to translate
780 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
781 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
782 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
783 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
784 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
785 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
786 $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
787 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
788 $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
789 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
790 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
791 $strMyISAMRepairThreads = 'Repair threads'; //to translate
792 $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
793 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
794 $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
795 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
796 $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
797 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
798 $strVersionInformation = 'Version information'; //to translate
799 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
800 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
801 $strInnoDBDataFilePath = 'Data files'; //to translate
802 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
803 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
804 $strBufferPool = 'Buffer Pool'; //to translate
805 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
806 $strDataPages = 'Pages containing data'; //to translate
807 $strFreePages = 'Free pages'; //to translate
808 $strBusyPages = 'Busy pages'; //to translate
809 $strDirtyPages = 'Dirty pages'; //to translate
810 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
811 $strLatchedPages = 'Latched pages'; //to translate
812 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
813 $strReadRequests = 'Read requests'; //to translate
814 $strWriteRequests = 'Write requests'; //to translate
815 $strBufferReadMisses = 'Read misses'; //to translate
816 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
817 $strBufferWriteWaits = 'Write waits'; //to translate
818 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
819 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
820 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
821 $strHTMLWord = 'Microsoft Word 2000'; //to translate
822 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
823 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
824 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
825 $strInnoDBPages = 'pages'; //to translate
826 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
827 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
828 $strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.'; //to translate
829 $strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate
830 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
831 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
832 $strRoutines = 'Routines'; //to translate
833 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
834 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
835 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
836 $strGeneratePassword = 'Generate Password'; //to translate
837 $strGenerate = 'Generate'; //to translate
838 $strCopy = 'Copy'; //to translate
839 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate