Documentation TYPO3 par Ameos |
00001 <?php 00002 /* $Id: croatian-utf-8.inc.php,v 2.6 2003/12/30 21:34:04 nijel Exp $ */ 00003 00008 $charset = 'utf-8'; 00009 $allow_recoding = TRUE; 00010 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) 00011 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; 00012 $right_font_family = 'arial, helvetica, geneva, sans-serif'; 00013 $number_thousands_separator = ','; 00014 $number_decimal_separator = '.'; 00015 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 00016 $byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); 00017 00018 $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub'); 00019 $month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); 00020 // See http://www.php.net/manual/en/function.strftime.php to define the 00021 // variable below 00022 $datefmt = '%d. %B %Y. u %H:%M'; 00023 00024 $strAccessDenied = 'Pristup odbijen'; 00025 $strAction = 'Akcija'; 00026 $strAddDeleteColumn = 'Dodaj/izbriši stupac'; 00027 $strAddDeleteRow = 'Dodaj/izbriši polje za kriterij'; 00028 $strAddNewField = 'Dodaj novi stupac'; 00029 $strAddPriv = 'Dodaj novu privilegiju'; 00030 $strAddPrivMessage = 'Privilegija je dodana'; 00031 $strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):'; 00032 $strAddToIndex = 'Dodaj ključ'; 00033 $strAddUser = 'Dodaj novog korisnika'; 00034 $strAddUserMessage = 'Korisnik dodan'; 00035 $strAffectedRows = 'Promijenjeno redaka:'; 00036 $strAfter = 'Nakon %s'; 00037 $strAfterInsertBack = 'Natrag na prethodnu stranicu'; 00038 $strAfterInsertNewInsert = 'Dodaj još jedan red'; 00039 $strAll = 'Sve'; 00040 $strAlterOrderBy = 'Promijeni redoslijed u tablici'; 00041 $strAnalyzeTable = 'Analiziraj tablicu'; 00042 $strAnd = 'i'; 00043 $strAnIndex = 'Ključ je upravo dodan %s'; 00044 $strAny = 'Bilo koji'; 00045 $strAnyColumn = 'Bilo koji stupac'; 00046 $strAnyDatabase = 'Bilo koja baza podataka'; 00047 $strAnyHost = 'Bilo koji server'; 00048 $strAnyTable = 'Bilo koja tablica'; 00049 $strAnyUser = 'Bilo koji korisnik'; 00050 $strAPrimaryKey = 'Primarni ključ je upravo dodan %s'; 00051 $strAscending = 'Rastući'; 00052 $strAtBeginningOfTable = 'Na početku tablice'; 00053 $strAtEndOfTable = 'Na kraju tablice'; 00054 $strAttr = 'Svojstva'; 00055 00056 $strBack = 'Nazad'; 00057 $strBinary = 'Binarno'; 00058 $strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; 00059 $strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; 00060 $strBookmarkLabel = 'Naziv'; 00061 $strBookmarkQuery = 'Označeni SQL-upit'; 00062 $strBookmarkThis = 'Označi SQL-upit'; 00063 $strBookmarkView = 'Vidi samo'; 00064 $strBrowse = 'Pregled'; 00065 $strBzip = '"bzip-ano"'; 00066 00067 $strCantLoadMySQL = 'Ne mogu učitati MySql ekstenziju,<br /> molim provjerite PHP konfiguraciju.'; 00068 $strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !'; 00069 $strCardinality = 'Kardinalnost'; 00070 $strCarriage = 'Novi red (carriage return): \\r'; 00071 $strChange = 'Promijeni'; 00072 $strChangePassword = 'Promijeni šifru'; 00073 $strCheckAll = 'Označi sve'; 00074 $strCheckDbPriv = 'Provjeri privilegije baze podataka'; 00075 $strCheckTable = 'Provjeri tablicu'; 00076 $strColumn = 'Stupac'; 00077 $strColumnNames = 'Imena stupaca'; 00078 $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; 00079 $strConfirm = 'Da li stvarno to želite učiniti?'; 00080 $strCookiesRequired = '<i>Cookies</i> moraju biti omogućeni.'; 00081 $strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):'; 00082 $strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; 00083 $strCreate = 'Napravi'; 00084 $strCreateIndex = 'Napravi ključ sa %s stupcem(aca)'; 00085 $strCreateIndexTopic = 'Napravi novi ključ'; 00086 $strCreateNewDatabase = 'Napravi bazu podataka'; 00087 $strCreateNewTable = 'Napravi novu tablicu u bazi '; 00088 $strCriteria = 'Kriterij'; 00089 00090 $strData = 'Podaci'; 00091 $strDatabase = 'Baza podataka '; 00092 $strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; 00093 $strDatabases = 'baze'; 00094 $strDatabasesStats = 'Statistika baze'; 00095 $strDatabaseWildcard = 'Baza (<i>wildcard</i> znakovi dozvoljeni):'; 00096 $strDataOnly = 'Samo podaci'; 00097 $strDefault = 'Default'; 00098 $strDelete = 'Izbriši'; 00099 $strDeleted = 'Red je izbrisan'; 00100 $strDeletedRows = 'Izbrisani redovi:'; 00101 $strDeleteFailed = 'Brisanje nije uspjelo!'; 00102 $strDeleteUserMessage = 'Upravo ste izbrisali korisnika: %s.'; 00103 $strDescending = 'Opadajući'; 00104 $strDisplay = 'Prikaži'; 00105 $strDisplayOrder = 'Redoslijed prikaza:'; 00106 $strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")'; 00107 $strDocu = 'Dokumentacija'; 00108 $strDoYouReally = 'Da li stvarno želite '; 00109 $strDrop = 'Izbriši'; 00110 $strDropDB = 'Izbriši bazu %s'; 00111 $strDropTable = 'Izbriši tablicu'; 00112 $strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice'; 00113 $strDynamic = 'dinamično'; 00114 00115 $strEdit = 'Promijeni'; 00116 $strEditPrivileges = 'Promijeni privilegije'; 00117 $strEffective = 'Efektivno'; 00118 $strEmpty = 'Isprazni'; 00119 $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; 00120 $strEnd = 'Kraj'; 00121 $strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; 00122 $strError = 'Greška'; 00123 $strExtendedInserts = 'Prošireni INSERT'; 00124 $strExtra = 'Dodatno'; 00125 00126 $strField = 'Polje'; 00127 $strFieldHasBeenDropped = 'Polje %s izbrisano'; 00128 $strFields = 'Broj polja'; 00129 $strFieldsEmpty = ' Broj polja je nula! '; 00130 $strFieldsEnclosedBy = 'Podaci ograđeni sa'; 00131 $strFieldsEscapedBy = '<i>Escape</i> znak '; 00132 $strFieldsTerminatedBy = 'Podaci razdvojeni sa'; 00133 $strFixed = 'sređeno'; 00134 $strFlushTable = 'Osvježi tablicu'; 00135 $strFormat = 'Format'; 00136 $strFormEmpty = 'Nedostaje vrijednost u formi !'; 00137 $strFullText = 'Pun tekst'; 00138 $strFunction = 'Funkcija'; 00139 00140 $strGenTime = 'Vrijeme podizanja'; 00141 $strGo = 'Kreni'; 00142 $strGrants = 'Omogući'; 00143 $strGzip = '"gzip-ano"'; 00144 00145 $strHasBeenAltered = 'je promijenjen.'; 00146 $strHasBeenCreated = 'je kreiran/a.'; 00147 $strHome = 'Početna stranica'; 00148 $strHomepageOfficial = 'phpMyAdmin WEB site'; 00149 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Stranica'; 00150 $strHost = 'Host (domena)'; 00151 $strHostEmpty = 'Ime domene je prazno!'; 00152 00153 $strIdxFulltext = 'Puni tekst'; 00154 $strIfYouWish = 'Ukoliko želite pregledati samo neke stupce u tablici, navedite ih razdvojene zarezom'; 00155 $strIgnore = 'Ignoriraj'; 00156 $strIndex = 'Ključ'; 00157 $strIndexes = 'Ključevi'; 00158 $strIndexHasBeenDropped = 'Ključ %s je izbrisan'; 00159 $strIndexName = 'Ime ključa :'; 00160 $strIndexType = 'Vrsta ključa :'; 00161 $strInsert = 'Novi redak'; 00162 $strInsertAsNewRow = 'Unesi kao novi redak'; 00163 $strInsertedRows = 'Uneseni reci:'; 00164 $strInsertNewRow = 'Unesi novi redak'; 00165 $strInsertTextfiles = 'Ubaci podatke iz tekstualne datoteke'; 00166 $strInstructions = 'Uputstva'; 00167 $strInUse = 'se koristi'; 00168 $strInvalidName = '"%s" je rezervirana riječ, \nne može se koristiti kao ime polja, tablice ili baze.'; 00169 00170 $strKeepPass = 'Ne mijenjaj lozinku'; 00171 $strKeyname = 'Ime Ključa'; 00172 $strKill = 'Zaustavi'; 00173 00174 $strLength = 'Dužina'; 00175 $strLengthSet = 'Dužina/Vrijednost*'; 00176 $strLimitNumRows = 'Broj redaka po stranici'; 00177 $strLineFeed = '<i>Linefeed</i>: \\n'; 00178 $strLines = 'Linije'; 00179 $strLinesTerminatedBy = 'Linije završavaju na'; 00180 $strLinksTo = 'Links to'; 00181 $strLocationTextfile = 'Lokacija tekstualne datoteke'; 00182 $strLogin = 'Prijava'; 00183 $strLogout = 'Odjava'; 00184 $strLogPassword = 'Lozinka:'; 00185 $strLogUsername = 'Korisničko ime:'; 00186 00187 $strModifications = 'Izmjene su spremljene'; 00188 $strModify = 'Promijeni'; 00189 $strModifyIndexTopic = 'Promijeni ključ'; 00190 $strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):'; 00191 $strMoveTableOK = 'Tablica %s se sada zove %s.'; 00192 $strMySQLReloaded = 'MySQL je ponovno pokrenut (<i>reload</i>).'; 00193 $strMySQLSaid = 'MySQL poruka: '; 00194 $strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%'; 00195 $strMySQLShowProcess = 'Prikaži listu procesa'; 00196 $strMySQLShowStatus = 'Prikaži MySQL runtime informacije'; 00197 $strMySQLShowVars = 'Prikaži MySQL sistemske varijable'; 00198 00199 $strName = 'Ime'; 00200 $strNext = 'Sljedeći'; 00201 $strNo = 'Ne'; 00202 $strNoDatabases = 'Baza ne postoji'; 00203 $strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.'; 00204 $strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.'; 00205 $strNoIndex = 'Ključ nije definiran!'; 00206 $strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!'; 00207 $strNoModification = 'Nema nikakvih promjena'; 00208 $strNone = 'Ništa'; 00209 $strNoPassword = 'Nema lozinke'; 00210 $strNoPrivileges = 'Nema privilegija'; 00211 $strNoQuery = 'Nema SQL upita!'; 00212 $strNoRights = 'Nemate dovoljno prava za ovo područje!'; 00213 $strNoTablesFound = 'Tablica nije pronađena u bazi.'; 00214 $strNotNumber = 'To nije broj!'; 00215 $strNotValidNumber = ' nije odgovarajući broj redaka!'; 00216 $strNoUsersFound = 'Korisnik(ci) nije pronađen.'; 00217 $strNull = 'Null'; 00218 00219 $strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju biti pod navodnicima.'; 00220 $strOptimizeTable = 'Optimiziraj tablicu'; 00221 $strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znakovima.'; 00222 $strOptionally = 'OPCIONO'; 00223 $strOr = 'ili'; 00224 $strOverhead = 'Prekoračenje'; 00225 00226 $strPartialText = 'Dio teksta'; 00227 $strPassword = 'Lozinka'; 00228 $strPasswordEmpty = 'Lozinka je prazna!'; 00229 $strPasswordNotSame = 'Lozinka se ne podudara!'; 00230 $strPHPVersion = 'verzija PHP-a'; 00231 $strPmaDocumentation = 'phpMyAdmin dokumentacija'; 00232 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!'; 00233 $strPos1 = 'Početak'; 00234 $strPrevious = 'Prethodna'; 00235 $strPrimary = 'Primarni'; 00236 $strPrimaryKey = 'Primarni ključ'; 00237 $strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan'; 00238 $strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!'; 00239 $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog ključa!)'; 00240 $strPrintView = 'Sažetak'; 00241 $strPrivileges = 'Privilegije'; 00242 $strProperties = 'Svojstva'; 00243 00244 $strQBE = 'Upit po primjeru'; 00245 $strQBEDel = 'Del'; 00246 $strQBEIns = 'Ins'; 00247 $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:'; 00248 00249 $strRecords = 'Reci'; 00250 $strReferentialIntegrity = 'Provjeri ispravnost veza:'; 00251 $strReloadFailed = 'ponovno pokretanje MySQL-a nije uspjelo.'; 00252 $strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)'; 00253 $strRememberReload = 'Ne zaboravite ponovo pokrenuti (<i>reload</i>) server.'; 00254 $strRenameTable = 'Promijeni ime tablice u '; 00255 $strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; 00256 $strRepairTable = 'Popravi tablicu'; 00257 $strReplace = 'Zamijeni'; 00258 $strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; 00259 $strReset = 'Resetiraj'; 00260 $strReType = 'Ponovite unos'; 00261 $strRevoke = 'Opozovi'; 00262 $strRevokeGrant = 'Opozovi Grant'; 00263 $strRevokeGrantMessage = 'Opozvali ste Grant privilegije za %s'; 00264 $strRevokeMessage = 'Opozvali ste privilegije za %s'; 00265 $strRevokePriv = 'Opozovi privilegije'; 00266 $strRowLength = 'Dužina retka'; 00267 $strRows = 'Redaka'; 00268 $strRowsFrom = ' redaka počevši od retka'; 00269 $strRowSize = ' Veličina retka '; 00270 $strRowsModeHorizontal = 'horizontalnom'; 00271 $strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka'; 00272 $strRowsModeVertical = 'vertikalnom'; 00273 $strRowsStatistic = 'Statistika redaka'; 00274 $strRunning = 'pokrenuto na %s'; 00275 $strRunQuery = 'Izvrši SQL upit'; 00276 $strRunSQLQuery = 'Izvrši SQL upit(e) na bazi '; 00277 00278 $strSave = 'Spremi'; 00279 $strSelect = 'Označi'; 00280 $strSelectADb = 'Izaberite bazu'; 00281 $strSelectAll = 'Označi sve'; 00282 $strSelectFields = 'Izaberite polja (najmanje jedno)'; 00283 $strSelectNumRows = 'u upitu'; 00284 $strSend = 'Spremi u datoteku'; 00285 $strServerChoice = 'Izbor servera'; 00286 $strServerVersion = 'Verzija servera'; 00287 $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\').'; 00288 $strShow = 'Prikaži'; 00289 $strShowAll = 'Prikaži sve'; 00290 $strShowCols = 'Prikaži stupce'; 00291 $strShowingRecords = 'Prikaz redaka'; 00292 $strShowPHPInfo = 'Prikaži informacije o PHP-u'; 00293 $strShowTables = 'Prikaži tablice'; 00294 $strShowThisQuery = ' Prikaži ovaj upit ponovo '; 00295 $strSingly = '(po jednom polju)'; 00296 $strSize = 'Veličina'; 00297 $strSort = 'Sortiranje'; 00298 $strSpaceUsage = 'Zauzeće'; 00299 $strSQLQuery = 'SQL-upit'; 00300 $strStatement = 'Ime'; 00301 $strStrucCSV = 'CSV format'; 00302 $strStrucData = 'Struktura i podaci'; 00303 $strStrucDrop = 'Dodaj \'drop table\''; 00304 $strStrucExcelCSV = 'CSV za Ms Excel'; 00305 $strStrucOnly = 'Samo struktura'; 00306 $strSubmit = 'Pokreni'; 00307 $strSuccess = 'Vaš SQL upit je uspješno izvršen'; 00308 $strSum = 'Ukupno'; 00309 00310 $strTable = 'Tablica'; 00311 $strTableComments = 'Komentar tablice'; 00312 $strTableEmpty = 'Ime tablice je prazno!'; 00313 $strTableHasBeenDropped = 'Tablica %s je izbrisana'; 00314 $strTableHasBeenEmptied = 'Tablica %s je ispražnjena'; 00315 $strTableHasBeenFlushed = 'Tablica %s je osvježena'; 00316 $strTableMaintenance = 'Radnje na tablici'; 00317 $strTables = '%s tablica/e'; 00318 $strTableStructure = 'Struktura tablice'; 00319 $strTableType = 'Vrsta tablice'; 00320 $strTextAreaLength = ' Zbog veličine ovog polja,<br /> polje možda nećete moći mijenjati '; 00321 $strTheContent = 'Sadržaj datoteke je stavljen u bazu.'; 00322 $strTheContents = 'Sadržaj tablice zamijeni sa sadržajem datoteke sa identičnim primarnim i jedinstvenim (unique) ključem.'; 00323 $strTheTerminator = 'Znak za odjeljivanje polja u datoteci.'; 00324 $strTotal = 'ukupno'; 00325 $strType = 'Vrsta'; 00326 00327 $strUncheckAll = 'Makni oznake'; 00328 $strUnique = 'Jedinstveni ključ'; 00329 $strUnselectAll = 'Makni oznake'; 00330 $strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; 00331 $strUpdateProfile = 'Promijeni profil:'; 00332 $strUpdateProfileMessage = 'Profil je promijenjen.'; 00333 $strUpdateQuery = 'Promijeni SQL-upit'; 00334 $strUsage = 'Zauzeće'; 00335 $strUseBackquotes = 'Koristi \' za ograničavanje imena polja'; 00336 $strUser = 'Korisnik'; 00337 $strUserEmpty = 'Ime korisnika je prazno!'; 00338 $strUserName = 'Ime korisnika'; 00339 $strUsers = 'Korisnici'; 00340 $strUseTables = 'Koristi tablice'; 00341 00342 $strValue = 'Vrijednost'; 00343 $strViewDump = 'Prikaži dump (shemu) tablice'; 00344 $strViewDumpDB = 'Prikaži dump (shemu) baze'; 00345 00346 $strWelcome = 'Dobrodošli u %s'; 00347 $strWithChecked = 'Označeno:'; 00348 $strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.'; 00349 00350 $strYes = 'Da'; 00351 00352 $strZip = '"zip-ano"'; 00353 // To translate 00354 00355 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate 00356 00357 $strBeginCut = 'BEGIN CUT'; //to translate 00358 $strBeginRaw = 'BEGIN RAW'; //to translate 00359 00360 $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 00361 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate 00362 $strChangeDisplay = 'Choose Field to display'; //to translate 00363 $strCharsetOfFile = 'Character set of the file:'; //to translate 00364 $strChoosePage = 'Please choose a Page to edit'; //to translate 00365 $strColComFeat = 'Displaying Column Comments'; //to translate 00366 $strComments = 'Comments'; //to translate 00367 $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 00368 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate 00369 $strCreatePage = 'Create a new Page'; //to translate 00370 $strCreatePdfFeat = 'Creation of PDFs'; //to translate 00371 00372 $strDisabled = 'Disabled'; //to translate 00373 $strDisplayFeat = 'Display Features'; //to translate 00374 $strDisplayPDF = 'Display PDF schema'; //to translate 00375 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate 00376 00377 $strEditPDFPages = 'Edit PDF Pages'; //to translate 00378 $strEnabled = 'Enabled'; //to translate 00379 $strEndCut = 'END CUT'; //to translate 00380 $strEndRaw = 'END RAW'; //to translate 00381 $strExplain = 'Explain SQL'; //to translate 00382 $strExport = 'Export'; //to translate 00383 $strExportToXML = 'Export to XML format'; //to translate 00384 00385 $strGenBy = 'Generated by'; //to translate 00386 $strGeneralRelationFeat = 'General relation features'; //to translate 00387 00388 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate 00389 00390 $strLinkNotFound = 'Link not found'; //to translate 00391 00392 $strMissingBracket = 'Missing Bracket'; //to translate 00393 $strMySQLCharset = 'MySQL Charset'; //to translate 00394 00395 $strNoDescription = 'no Description'; //to translate 00396 $strNoExplain = 'Skip Explain SQL'; //to translate 00397 $strNoPhp = 'without PHP Code'; //to translate 00398 $strNotOK = 'not OK'; //to translate 00399 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate 00400 $strNoValidateSQL = 'Skip Validate SQL'; //to translate 00401 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate 00402 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate 00403 00404 $strOK = 'OK'; //to translate 00405 $strOperations = 'Operations'; //to translate 00406 $strOptions = 'Options'; //to translate 00407 00408 $strPageNumber = 'Page number:'; //to translate 00409 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate 00410 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate 00411 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate 00412 $strPdfNoTables = 'No tables'; //to translate 00413 $strPhp = 'Create PHP Code'; //to translate 00414 00415 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate 00416 $strRelationView = 'Relation view'; //to translate 00417 00418 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate 00419 $strSearch = 'Search';//to translate 00420 $strSearchFormTitle = 'Search in database';//to translate 00421 $strSearchInTables = 'Inside table(s):';//to translate 00422 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate 00423 $strSearchOption1 = 'at least one of the words';//to translate 00424 $strSearchOption2 = 'all words';//to translate 00425 $strSearchOption3 = 'the exact phrase';//to translate 00426 $strSearchOption4 = 'as regular expression';//to translate 00427 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate 00428 $strSearchType = 'Find:';//to translate 00429 $strSelectTables = 'Select Tables'; //to translate 00430 $strShowColor = 'Show color'; //to translate 00431 $strShowGrid = 'Show grid'; //to translate 00432 $strShowTableDimension = 'Show dimension of tables'; //to translate 00433 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate 00434 $strSQL = 'SQL'; //to translate 00435 $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 00436 $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 00437 $strSQLResult = 'SQL result'; //to translate 00438 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate 00439 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate 00440 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate 00441 $strStructPropose = 'Propose table structure'; //to translate 00442 $strStructure = 'Structure'; //to translate 00443 00444 $strValidateSQL = 'Validate SQL'; //to translate 00445 00446 $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 00447 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate 00448 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate 00449 $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 00450 $strServer = 'Server %s'; //to translate 00451 $strPutColNames = 'Put fields names at first row'; //to translate 00452 $strImportDocSQL = 'Import docSQL Files'; //to translate 00453 $strDataDict = 'Data Dictionary'; //to translate 00454 $strPrint = 'Print'; //to translate 00455 $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 00456 $strCompression = 'Compression'; //to translate 00457 $strNumTables = 'Tables'; //to translate 00458 $strTotalUC = 'Total'; //to translate 00459 $strRelationalSchema = 'Relational schema'; //to translate 00460 $strTableOfContents = 'Table of contents'; //to translate 00461 $strCannotLogin = 'Cannot login to MySQL server'; //to translate 00462 $strShowDatadictAs = 'Data Dictionary Format'; //to translate 00463 $strLandscape = 'Landscape'; //to translate 00464 $strPortrait = 'Portrait'; //to translate 00465 00466 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate 00467 00468 $strAbortedClients = 'Aborted'; //to translate 00469 $strConnections = 'Connections'; //to translate 00470 $strFailedAttempts = 'Failed attempts'; //to translate 00471 $strGlobalValue = 'Global value'; //to translate 00472 $strMoreStatusVars = 'More status variables'; //to translate 00473 $strPerHour = 'per hour'; //to translate 00474 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; 00475 $strQueryType = 'Query type'; //to translate 00476 $strReceived = 'Received'; //to translate 00477 $strSent = 'Sent'; //to translate 00478 $strServerStatus = 'Runtime Information'; //to translate 00479 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate 00480 $strServerTabVariables = 'Variables'; //to translate 00481 $strServerTabProcesslist = 'Processes'; //to translate 00482 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; 00483 $strServerVars = 'Server variables and settings'; //to translate 00484 $strSessionValue = 'Session value'; //to translate 00485 $strTraffic = 'Traffic'; //to translate 00486 $strVar = 'Variable'; //to translate 00487 00488 $strCommand = 'Command'; //to translate 00489 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate 00490 $strId = 'ID'; //to translate 00491 $strProcesslist = 'Process list'; //to translate 00492 $strStatus = 'Status'; //to translate 00493 $strTime = 'Time'; //to translate 00494 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate 00495 00496 $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 00497 $strLaTeX = 'LaTeX'; //to translate 00498 00499 $strAdministration = 'Administration'; //to translate 00500 $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 00501 $strGlobalPrivileges = 'Global privileges'; //to translate 00502 $strGrantOption = 'Grant'; //to translate 00503 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate 00504 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate 00505 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate 00506 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate 00507 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate 00508 $strPrivDescDelete = 'Allows deleting data.'; //to translate 00509 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate 00510 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate 00511 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate 00512 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate 00513 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate 00514 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate 00515 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate 00516 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate 00517 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; 00518 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; 00519 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; 00520 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate 00521 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate 00522 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate 00523 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate 00524 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate 00525 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate 00526 $strPrivDescSelect = 'Allows reading data.'; //to translate 00527 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate 00528 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate 00529 $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 00530 $strPrivDescUpdate = 'Allows changing data.'; //to translate 00531 $strPrivDescUsage = 'No privileges.'; //to translate 00532 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate 00533 $strResourceLimits = 'Resource limits'; //to translate 00534 $strUserOverview = 'User overview'; //to translate 00535 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate 00536 00537 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate 00538 00539 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate 00540 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate 00541 $strDeleting = 'Deleting %s'; //to translate 00542 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate 00543 $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate 00544 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate 00545 $strRemoveSelectedUsers = 'Remove selected users'; //to translate 00546 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate 00547 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate 00548 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate 00549 00550 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate 00551 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate 00552 $strColumnPrivileges = 'Column-specific privileges'; //to translate 00553 $strDbPrivileges = 'Database-specific privileges'; //to translate 00554 $strLocalhost = 'Local'; 00555 $strLoginInformation = 'Login Information'; //to translate 00556 $strTblPrivileges = 'Table-specific privileges'; //to translate 00557 $strThisHost = 'This Host'; //to translate 00558 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate 00559 $strUserAlreadyExists = 'The user %s already exists!'; //to translate 00560 $strUseTextField = 'Use text field'; //to translate 00561 00562 $strNoUsersSelected = 'No users selected.'; //to translate 00563 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate 00564 $strAddedColumnComment = 'Added comment for column'; //to translate 00565 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate 00566 $strAddedColumnRelation = 'Added relation for column'; //to translate 00567 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate 00568 $strImportFinished = 'Import finished'; //to translate 00569 $strFileCouldNotBeRead = 'File could not be read'; //to translate 00570 $strIgnoringFile = 'Ignoring file %s'; //to translate 00571 $strThisNotDirectory = 'This was not a directory'; //to translate 00572 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate 00573 $strImportFiles = 'Import files'; //to translate 00574 $strDBGModule = 'Module'; //to translate 00575 $strDBGLine = 'Line'; //to translate 00576 $strDBGHits = 'Hits'; //to translate 00577 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate 00578 $strDBGTotalTimeMs = 'Total time, ms'; //to translate 00579 $strDBGMinTimeMs = 'Min time, ms'; //to translate 00580 $strDBGMaxTimeMs = 'Max time, ms'; //to translate 00581 $strDBGContextID = 'Context ID'; //to translate 00582 $strDBGContext = 'Context'; //to translate 00583 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate 00584 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate 00585 $strCheckPrivs = 'Check Privileges'; //to translate 00586 $strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate 00587 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate 00588 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate 00589 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate 00590 $strJumpToDB = 'Jump to database "%s".'; //to translate 00591 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate 00592 $strNoDatabasesSelected = 'No databases selected.'; //to translate 00593 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate 00594 $strGlobal = 'global'; //to translate 00595 $strDbSpecific = 'database-specific'; //to translate 00596 $strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate 00597 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate 00598 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate 00599 $strChangeCopyModeCopy = '... keep the old one.'; //to translate 00600 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate 00601 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate 00602 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate 00603 $strWildcard = 'wildcard'; //to translate 00604 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate 00605 $strQueryTime = 'Query took %01.4f sec';//to translate 00606 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate 00607 $strDBComment = 'Database comment: ';//to translate 00608 $strQueryFrame = 'Query window';//to translate 00609 $strQueryFrameDebug = 'Debugging information';//to translate 00610 $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 00611 $strQuerySQLHistory = 'SQL-history';//to translate 00612 $strMIME_MIMEtype = 'MIME-type';//to translate 00613 $strMIME_transformation = 'Browser transformation';//to translate 00614 $strMIME_transformation_options = 'Transformation options';//to translate 00615 $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 00616 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate 00617 $strMIME_available_mime = 'Available MIME-types';//to translate 00618 $strMIME_available_transform = 'Available transformations';//to translate 00619 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate 00620 $strMIME_description = 'Description';//to translate 00621 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate 00622 $strMIME_file = 'Filename';//to translate 00623 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate 00624 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate 00625 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate 00626 $strInnodbStat = 'InnoDB Status'; //to translate 00627 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate 00628 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate 00629 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate 00630 $strSQLOptions = 'SQL options';//to translate 00631 $strXML = 'XML';//to translate 00632 $strCSVOptions = 'CSV options';//to translate 00633 $strNoOptions = 'This format has no options';//to translate 00634 $strStatCreateTime = 'Creation';//to translate 00635 $strStatUpdateTime = 'Last update';//to translate 00636 $strStatCheckTime = 'Last check';//to translate 00637 $strPerMinute = 'per minute';//to translate 00638 $strPerSecond = 'per second';//to translate 00639 $strAutomaticLayout = 'Automatic layout'; //to translate 00640 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate 00641 $strFileNameTemplate = 'File name template';//to translate 00642 $strFileNameTemplateRemember = 'remember template';//to translate 00643 $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 00644 $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 00645 $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 00646 $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 00647 $strAutodetect = 'Autodetect'; //to translate 00648 $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 00649 $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 00650 $strUseHostTable = 'Use Host Table'; //to translate 00651 $strShowFullQueries = 'Show Full Queries'; //to translate 00652 $strTruncateQueries = 'Truncate Shown Queries'; //to translate 00653 $strSwitchToTable = 'Switch to copied table'; //to translate 00654 $strCharset = 'Charset'; //to translate 00655 $strLaTeXOptions = 'LaTeX options'; //to translate 00656 $strRelations = 'Relations'; //to translate 00657 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate 00658 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate 00659 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate 00660 $strSaveOnServer = 'Save on server in %s directory'; //to translate 00661 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate 00662 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate 00663 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate 00664 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate 00665 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate 00666 $strInsertedRowId = 'Inserted row id:'; //to translate 00667 $strLoadMethod = 'LOAD method'; //to translate 00668 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate 00669 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate 00670 $strExcelOptions = 'Excel options'; //to translate 00671 $strReplaceNULLBy = 'Replace NULL by'; //to translate 00672 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate 00673 $strPaperSize = 'Paper size'; //to translate 00674 $strDatabaseNoTable = 'This database contains no table!';//to translate 00675 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate 00676 $strAddIntoComments = 'Add into comments';//to translate 00677 $strDatabaseExportOptions = 'Database export options';//to translate 00678 $strAddDropDatabase = 'Add DROP DATABASE';//to translate 00679 $strToggleScratchboard = 'toggle scratchboard'; //to translate 00680 $strTableOptions = 'Table options'; //to translate 00681 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate 00682 $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 00683 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate 00684 $strCharsets = 'Charsets'; //to translate 00685 $strDescription = 'Description'; //to translate 00686 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate 00687 $strCollation = 'Collation'; //to translate 00688 $strMultilingual = 'multilingual'; //to translate 00689 $strGerman = 'German'; //to translate 00690 $strPhoneBook = 'phone book'; //to translate 00691 $strDictionary = 'dictionary'; //to translate 00692 $strSwedish = 'Swedish'; //to translate 00693 $strDanish = 'Danish'; //to translate 00694 $strCzech = 'Czech'; //to translate 00695 $strTurkish = 'Turkish'; //to translate 00696 $strEnglish = 'English'; //to translate 00697 $strHungarian = 'Hungarian'; //to translate 00698 $strCroatian = 'Croatian'; //to translate 00699 $strBulgarian = 'Bulgarian'; //to translate 00700 $strLithuanian = 'Lithuanian'; //to translate 00701 $strEstonian = 'Estonian'; //to translate 00702 $strCaseInsensitive = 'case-insensitive'; //to translate 00703 $strCaseSensitive = 'case-sensitive'; //to translate 00704 $strUkrainian = 'Ukrainian'; //to translate 00705 $strHebrew = 'Hebrew'; //to translate 00706 $strWestEuropean = 'West European'; //to translate 00707 $strCentralEuropean = 'Central European'; //to translate 00708 $strTraditionalChinese = 'Traditional Chinese'; //to translate 00709 $strCyrillic = 'Cyrillic'; //to translate 00710 $strArmenian = 'Armenian'; //to translate 00711 $strArabic = 'Arabic'; //to translate 00712 $strRussian = 'Russian'; //to translate 00713 $strUnknown = 'unknown'; //to translate 00714 $strBaltic = 'Baltic'; //to translate 00715 $strUnicode = 'Unicode'; //to translate 00716 $strSimplifiedChinese = 'Simplified Chinese'; //to translate 00717 $strKorean = 'Korean'; //to translate 00718 $strGreek = 'Greek'; //to translate 00719 $strJapanese = 'Japanese'; //to translate 00720 $strThai = 'Thai'; //to translate 00721 $strUseThisValue = 'Use this value'; //to translate 00722 $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 00723 $strBrowseForeignValues = 'Browse foreign values'; //to translate 00724 $strInternalRelations = 'Internal relations'; //to translate 00725 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate 00726 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate 00727 $strLatexStructure = 'Structure of table __TABLE__';//to translate 00728 $strLatexContinued = '(continued)';//to translate 00729 $strLatexContent = 'Content of table __TABLE__';//to translate 00730 $strLatexIncludeCaption = 'Include table caption';//to translate 00731 $strLatexCaption = 'Table caption';//to translate 00732 $strLatexLabel = 'Label key';//to translate 00733 $strLatexContinuedCaption = 'Continued table caption';//to translate 00734 00735 $strPrintViewFull = 'Print view (with full texts)'; //to translate 00736 $strLogServer = 'Server'; //to translate 00737 $strSortByKey = 'Sort by key'; //to translate 00738 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate 00739 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate 00740 $strConstraintsForTable = 'Constraints for table'; //to translate 00741 $strBookmarkOptions = 'Bookmark options'; //to translate 00742 $strCreationDates = 'Creation/Update/Check dates'; //to translate 00743 $strCheckOverhead = 'Check overheaded'; //to translate 00744 $strExcelEdition = 'Excel edition'; //to translate 00745 $strDelayedInserts = 'Use delayed inserts'; //to translate 00746 $strSQLExportType = 'Export type'; //to translate 00747 $strAddConstraints = 'Add constraints'; //to translate 00748 $strGeorgian = 'Georgian'; //to translate 00749 $strCzechSlovak = 'Czech-Slovak'; //to translate 00750 $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 00751 $strMaximumSize = 'Maximum size: %s%s'; //to translate 00752 ?>