diff --git a/ChangeLog b/ChangeLog index 1edde2a7b..c53b4e416 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-08-29 Michal Čihař + * lang/croatian: Updated, thanks to Renato Pavicic - babalui. + 2006-08-28 Michal Čihař * config.sample.inc.php, Documentation.html: Add minimal sample configuration, so that lazy people won't copy diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 819b18788..37510c080 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -2,1021 +2,998 @@ /* $Id$ */ /** - * Translation made by: Sime Essert + * Croatian language file by + * Renato Pavii */ $charset = 'iso-8859-2'; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ','; -$number_decimal_separator = '.'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'et', 'Pet', 'Sub'); -$month = array('Sij', 'Vel', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); +$month = array('Sij', 'Velj', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B %Y. u %H:%M'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y u %I:%M %p'; +$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; +$strAbortedClients = 'Prekinuto'; +$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-posluitelju do docSQL mape'; +$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojea konfiguracijska datoteka. Za izradu moete upotrijebiti naredbu %1$ssetup script%2$s'; +$strAccessDeniedExplanation = 'phpMyAdmin pokuao je uspostaviti vezu s MySQL posluiteljem, ali je posluitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv raunala, korisniko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL posluitelja.'; $strAccessDenied = 'Pristup odbijen'; -$strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/izbrii stupac'; -$strAddDeleteRow = 'Dodaj/izbrii polje za kriterij'; -$strAddNewField = 'Dodaj novi stupac'; -$strAddSearchConditions = 'Dodaj uvjete pretraivanja (dio "where" upita):'; -$strAddToIndex = 'Dodaj klju'; +$strAction = 'Aktivnost'; +$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; +$strAddConstraints = 'Dodaj prisile'; +$strAddDeleteColumn = 'Dodaj/Izbrii stupce polja'; +$strAddDeleteRow = 'Dodaj/Izbrii redak kriterija'; +$strAddedColumnComment = 'Dodani komentar za stupac'; +$strAddedColumnRelation = 'Dodana relacija za stupac'; +$strAddFields = 'Dodaj %s polja'; +$strAddHeaderComment = 'Dodaj prilagoeni komentar u zaglavlje ("\\n" razdvaja retke)'; +$strAddIntoComments = 'Dodaj u komentare'; +$strAddNewField = 'Dodaj novo polje'; +$strAddPrivilegesOnDb = 'Dodaj privilegije za sljedee baze podataka'; +$strAddPrivilegesOnTbl = 'Dodaj privilegije za sljedeu tablicu'; +$strAddSearchConditions = 'Dodaj uvjete pretrage (sadraj uvjeta "gdje"):'; +$strAddToIndex = 'Dodaj u indeks  %s stupci'; $strAddUser = 'Dodaj novog korisnika'; -$strAddUserMessage = 'Korisnik dodan'; -$strAffectedRows = 'Promijenjeno redaka:'; -$strAfterInsertBack = 'Natrag na prethodnu stranicu'; -$strAfterInsertNewInsert = 'Dodaj jo jedan red'; -$strAfter = 'Nakon %s'; +$strAddUserMessage = 'Dodali ste novog korisnika.'; +$strAdministration = 'Administracija'; +$strAffectedRows = 'Zahvaeni redovi:'; +$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu'; +$strAfterInsertNewInsert = 'Umetni dodatni novi redak'; +$strAfterInsertNext = 'Uredi sljedei redak'; +$strAfterInsertSame = 'Kreni nazad na ovu stranicu'; +$strAfter = 'Poslije %s'; +$strAllowInterrupt = 'Dopusti prekid uvoza u sluaju da skripta otkrije blizinu vremenskog ogranienja. Ovo bi mogao biti dobar nain uvoza velikih datoteka, ali moe prekinuti transakcije.'; $strAll = 'Sve'; -$strAlterOrderBy = 'Promijeni redoslijed u tablici'; +$strAllTableSameWidth = 'Prikazati sve tablice uz istu irinu?'; +$strAlterOrderBy = 'Izmijeni rasporede tablice po'; $strAnalyzeTable = 'Analiziraj tablicu'; -$strAnd = 'i'; -$strAnIndex = 'Klju je upravo dodan %s'; +$strAnd = 'I'; +$strAndThen = 'i potom'; +$strAnIndex = 'Indeks je pridodan na %s'; $strAny = 'Bilo koji'; -$strAnyHost = 'Bilo koji server'; +$strAnyHost = 'Bilo koje raunalo'; $strAnyUser = 'Bilo koji korisnik'; -$strAPrimaryKey = 'Primarni klju je upravo dodan %s'; -$strAscending = 'Rastui'; -$strAtBeginningOfTable = 'Na poetku tablice'; -$strAtEndOfTable = 'Na kraju tablice'; -$strAttr = 'Svojstva'; +$strApproximateCount = 'Moe biti priblino. Pogledajte PP 3.11'; +$strAPrimaryKey = 'Primarni klju je dodan na %s'; +$strArabic = 'Arapski'; +$strArmenian = 'Armenski'; +$strAscending = 'Uzlazno'; +$strAtBeginningOfTable = 'Pri poetku tablice'; +$strAtEndOfTable = 'Pri zavretku tablice'; +$strAttr = 'Atributi'; +$strAutodetect = 'Automatski prepoznaj'; +$strAutomaticLayout = 'Automatski raspored'; $strBack = 'Nazad'; +$strBaltic = 'Baltiki'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; -$strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; -$strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; -$strBookmarkLabel = 'Naziv'; -$strBookmarkQuery = 'Oznaeni SQL-upit'; -$strBookmarkThis = 'Oznai SQL-upit'; -$strBookmarkView = 'Vidi samo'; -$strBrowse = 'Pregled'; -$strBzip = '"bzip-ano"'; +$strBinaryDoNotEdit = 'Binarno - ne ureuj'; +$strBinaryLog = 'Binarni zapisnik'; +$strBinLogEventType = 'Vrsta dogaaja'; +$strBinLogInfo = 'Podaci'; +$strBinLogName = 'Naziv zapisnika'; +$strBinLogOriginalPosition = 'Izvorni poloaj'; +$strBinLogPosition = 'Poloaj'; +$strBinLogServerId = 'ID posluitelja'; +$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu'; +$strBookmarkCreated = 'Izraen je favorit %s'; +$strBookmarkDeleted = 'Favorit je izbrisan.'; +$strBookmarkLabel = 'Oznaka'; +$strBookmarkQuery = 'Favorizirani SQL upit'; +$strBookmarkReplace = 'Zamijeni postojeim favoritom istog naziva'; +$strBookmarkThis = 'Favoriziraj ovaj SQL upit'; +$strBookmarkView = 'Samo prikaz'; +$strBrowseDistinctValues = 'Pretrai prepoznatljive vrijednosti'; +$strBrowseForeignValues = 'Pretrai strane vrijednosti'; +$strBrowse = 'Pretraivanje'; +$strBufferPoolActivity = 'Aktivnost meuspremnika'; +$strBufferPool = 'Meuspremnik'; +$strBufferPoolUsage = 'Iskoristivost meuspremnika'; +$strBufferReadMissesInPercent = 'Proputena itanja pri %'; +$strBufferReadMisses = 'Proputena itanja'; +$strBufferWriteWaitsInPercent = 'Zapisivanje eka pri %'; +$strBufferWriteWaits = 'Zapisivanje eka'; +$strBulgarian = 'Bugarski'; +$strBusyPages = 'Zaposlene stranice'; +$strBzError = 'phpMyAdmin nije bio u mogunosti komprimirati izbacivanje zbog prekinutog Bz2 proirenja u ovoj verziji PHP-a. Snano se preporuuje da postavite $cfg[\'BZipDump\'] direktivu u vaoj phpMyAdmin konfiguracijskoj datoteci na FALSEAko elite upotrebljavati kompresijsku osobinu Bz2, bit e potrebna nadogradnja na noviju verziju PHP-a. Detalje pregledajte u izvjetaju PHP nedostataka: %s.'; +$strBzip = '"bzipano"'; -$strCantRenameIdxToPrimary = 'Ne mogu promijeniti klju u PRIMARY (primarni) !'; -$strCardinality = 'Kardinalnost'; -$strChangePassword = 'Promijeni ifru'; +$strCalendar = 'Kalendar'; +$strCanNotLoadExportPlugins = 'Nije mogue uitati dodatke za izvoz. Provjerite svoju instalaciju!'; +$strCanNotLoadImportPlugins = 'Nije mogue uitati dodatke za uvoz. Provjerite svoju instalaciju!'; +$strCannotLogin = 'Prijavljivanje na MySQL posluitelj nije mogue'; +$strCantLoad = 'Nije mogue uitati proirenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.'; +$strCantLoadRecodeIconv = 'Nije mogue uitati proirenja iconv ili recode potrebna za pretvaranje znakova. Potrebno je konfigurirati PHP radi omoguavanja ovih proirenja ili unutar phpMyAdmin onemoguiti pretvaranje znakova.'; +$strCantRenameIdxToPrimary = 'Preimenovanje indeksa u PRIMARY nije mogue!'; +$strCantUseRecodeIconv = 'Nije mogue upotrijebiti funkcije iconv, libiconv ili recode_string, iako izgleda da su sva potrebna proirenja uitana. Provjerite svoju PHP konfiguraciju.'; +$strCardinality = 'Najvanije'; +$strCaseInsensitive = 'nebitna veliina znakova'; +$strCaseSensitive = 'veliina znakova je vana'; +$strCentralEuropean = 'Srednjoeuropski'; +$strChangeCopyModeCopy = '... zadrati staru.'; +$strChangeCopyModeDeleteAndReload = ' ... izbrii starog iz korisnikih tablica i potom ponovo uitaj privilegije.'; +$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...'; +$strChangeCopyModeJustDelete = ' ... izbrii starog iz korisnikih tablica.'; +$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbrii.'; +$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika'; +$strChangeDisplay = 'Odaberi polje za prikaz'; +$strChangePassword = 'Promijeni lozinku'; $strChange = 'Promijeni'; +$strCharsetOfFile = 'Tablica znakova za datoteku:'; +$strCharsetsAndCollations = 'Tablica znakova i usporeivanja'; +$strCharsets = 'Tablice znakova'; +$strCharset = 'Tablica znakova'; $strCheckAll = 'Oznai sve'; +$strCheckOverhead = 'Provjeri za prepunjene tablice'; +$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".'; +$strCheckPrivs = 'Provjeri privilegije'; $strCheckTable = 'Provjeri tablicu'; -$strColumnNames = 'Imena stupaca'; -$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; -$strCookiesRequired = 'Cookies moraju biti omogueni.'; -$strCopyTable = 'Kopiram tablicu u (baza.tablica):'; -$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; -$strCreateIndex = 'Napravi klju sa %s stupcem(aca)'; -$strCreateIndexTopic = 'Napravi novi klju'; -$strCreate = 'Napravi'; -$strCreateNewDatabase = 'Napravi bazu podataka'; -$strCreateNewTable = 'Napravi novu tablicu u bazi '; +$strChoosePage = 'Odaberite tablicu za ureivanje'; +$strColComFeat = 'Prikazivanje stupca komentara'; +$strCollation = 'Usporeivanje'; +$strColumnNames = 'Nazivi stupaca'; +$strColumnPrivileges = 'Privilegije specifine za stupac'; +$strCommand = 'Naredba'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strComments = 'Komentari'; +$strCompatibleHashing = 'MySQL 4.0 kompatibilno'; +$strCompleteInserts = 'Dovri umetanja'; +$strCompression = 'Kompresija'; +$strCompressionWillBeDetected = 'Kompresija uvezene datoteke bit e automatski prepoznata iz: %s'; +$strConfigDefaultFileError = 'Nije mogue uitati zadanu konfiguraciju iz: "%1$s"'; +$strConfigFileError = 'phpMyAdmin nije mogao proitati vau konfiguracijsku datoteku!
Mogui razlog je ako PHP pronae pogreku u njezinom ralanjivanju ili ako PHP ne moe pronai datoteku.
Potrebno je izravno pozvati konfiguracijsku datoteku putem donje veze i prouiti prikazane PHP poruke o pogrekama. U veini sluajeva na nekom mjestu nedostaje znak navodnika ili toke-zareza.
Ako se prikae prazna stranica, sve je u redu.'; +$strConfigureTableCoord = 'Konfigurirajte koordinate tablice %s'; +$strConnectionError = 'Povezivanje nije mogue: neispravna postavka.'; +$strConnections = 'Veze'; +$strConstraintsForDumped = 'Ogranienja za izbaene tablice'; +$strConstraintsForTable = 'Ogranienja za tablicu'; +$strCookiesRequired = 'Od ovog mjesta potrebno je omoguiti kolaie.'; +$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s'; +$strCopy = 'Kopiraj'; +$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):'; +$strCopyTableOK = 'Tablica %s kopirana je u %s.'; +$strCopyTableSameNames = 'Kopiranje u istu tablicu nije mogue!'; +$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je ve zatvorena.'; +$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)'; +$strCreateIndex = 'Izradi indeks  %s stupaca'; +$strCreateIndexTopic = 'Izradi novi indeks'; +$strCreate = 'Izradi'; +$strCreateNewDatabase = 'Izradi novu bazu podataka'; +$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s'; +$strCreatePage = 'Izradi novu stranicu'; +$strCreatePdfFeat = 'Izrada PDF datoteka'; +$strCreateUserDatabase = 'Baza podataka za korisnika'; +$strCreateUserDatabaseName = 'Izradi bazu podataka istog naziva i podari sve privilegije'; +$strCreateUserDatabaseNone = 'Nijedan'; +$strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s dokerima (korisnikoime_%)'; +$strCreationDates = 'Izrada/Auriranje/Provjera datuma'; $strCriteria = 'Kriterij'; +$strCroatian = 'Hrvatski'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV opcije'; +$strCSVOptions = 'CSV opcije'; +$strCyrillic = 'irilica'; +$strCzech = 'eki'; +$strCzechSlovak = 'eki ili Slovaki'; +$strDanish = 'Danski'; $strDatabase = 'Baza podataka'; -$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; -$strDatabases = 'baze'; -$strDatabasesStats = 'Statistika baze'; -$strDataOnly = 'Samo podaci'; +$strDatabaseEmpty = 'Naziv baze podataka je prazan!'; +$strDatabaseExportOptions = 'Opcije izvoza baze podataka'; +$strDatabaseHasBeenDropped = 'Baza podataka %s je odbaena.'; +$strDatabaseNoTable = 'Ova baza podataka ne sadri tablice!'; +$strDatabases = 'Baze podataka'; +$strDatabasesDropped = 'Baza podataka %s uspjeno je odbaena.'; +$strDatabasesStatsDisable = 'Onemogui statistike'; +$strDatabasesStatsEnable = 'Omogui statistike'; +$strDatabasesStatsHeavyTraffic = 'Napomena: Omoguavanja statistika baze podataka moe prouzrokovati izuzetno velik promet izmeu web posluitelja i MySQL posluitelja.'; +$strDatabasesStats = 'Statistike baza podataka'; +$strDataDict = 'Rjenik podataka'; +$strDataOnly = 'Samo podatke'; +$strDataPages = 'Stranice koje sadre podatke'; $strData = 'Podaci'; -$strDefault = 'Default'; -$strDeleted = 'Red je izbrisan'; +$strDBComment = 'Komentar baze podataka: '; +$strDBCopy = 'Kopiraj bazu podataka u'; +$strDBGContextID = 'ID konteksta'; +$strDBGContext = 'Kontekst'; +$strDBGHits = 'Pronalaenja'; +$strDBGLine = 'Redak'; +$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)'; +$strDBGMinTimeMs = 'Najkrae vrijeme (ms)'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Vrijeme/Pronalaenje (ms)'; +$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)'; +$strDbPrivileges = 'Privilegije specifine za bazu podataka'; +$strDBRename = 'Preimenuj bazu podataka u'; +$strDbSpecific = 'specifino za bazu podataka'; +$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL posluitelju.'; +$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedeem obliku: a'; +$strDefault = 'Zadano'; +$strDefragment = 'Defragmentiraj tablicu'; +$strDelayedInserts = 'Upotrijebi odgoena umetanja'; +$strDeleteAndFlushDescr = 'Ovo je najii nain, ali ponovno uitavanje privilegija moe potrajati.'; +$strDeleteAndFlush = 'Izbrii korisnike i potom ponovo uitaj privilegije.'; +$strDeleted = 'Redak je izbrisan'; $strDeletedRows = 'Izbrisani redovi:'; $strDelete = 'Izbrii'; -$strDescending = 'Opadajui'; +$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!'; +$strDeleting = 'Brisanje %s'; +$strDelimiter = 'Razgraniavanje'; +$strDelOld = 'Trenutna stranica sadri reference prema tablicama koje vie ne postoje. elite li izbrisati te reference?'; +$strDescending = 'Silazno'; +$strDescription = 'Opis'; +$strDictionary = 'rjenik'; +$strDirtyPages = 'Prljave stranice'; +$strDisabled = 'Onemogueno'; +$strDisableForeignChecks = 'Onemogui provjere stranih znakova'; +$strDisplayFeat = 'Osobine prikaza'; $strDisplayOrder = 'Redoslijed prikaza:'; -$strDoAQuery = 'Napravi "upit po primjeru" (wildcard: "%")'; +$strDisplayPDF = 'Prikai PDF shemu'; +$strDoAQuery = 'Izvedi "upit po primjeru" (doker: "%")'; $strDocu = 'Dokumentacija'; -$strDoYouReally = 'Da li stvarno elite '; -$strDrop = 'Izbrii'; -$strDumpingData = 'Izvoz (dump) podataka tablice'; -$strDynamic = 'dinamino'; +$strDoYouReally = 'elite li zaista '; +$strDropDatabaseStrongWarning = 'UNITIT ETE CJELOKUPNU BAZU PODATAKA!'; +$strDrop = 'Ispusti'; +$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.'; +$strDumpingData = 'Izbacivanje podataka za tablicu'; +$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.'; +$strDumpXRows = 'Izbaci %s redaka, poevi od zapisa # %s.'; +$strDynamic = 'dinamiki'; -$strEditPrivileges = 'Promijeni privilegije'; -$strEdit = 'Promijeni'; -$strEffective = 'Efektivno'; +$strEditPDFPages = 'Uredi PDF stranice'; +$strEditPrivileges = 'Uredi privilegije'; +$strEdit = 'Ureivanje'; +$strEffective = 'Na snazi'; $strEmpty = 'Isprazni'; -$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; -$strEnd = 'Kraj'; -$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; -$strError = 'Greka'; -$strExtendedInserts = 'Proireni INSERT'; +$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).'; +$strEnabled = 'Omogueno'; +$strEncloseInTransaction = 'Izvoz ukljui u transakciju'; +$strEndCut = 'END CUT'; +$strEndRaw = 'END RAW'; +$strEnd = 'Zavretak'; +$strEngineAvailable = '%s je raspoloiv na ovom MySQL posluitelju.'; +$strEngineDisabled = '%s je onemoguen za ovaj MySQL posluitelj.'; +$strEngines = 'Pogoni'; +$strEngineUnsupported = 'Ovaj MySQL posluitelj ne podrava pogon pohranjivanja %s.'; +$strEnglish = 'Engleski'; +$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku '; +$strErrorInZipFile = 'Pogreka u ZIP arhivi:'; +$strError = 'Pogreka'; +$strErrorRenamingTable = 'Pogreka tijekom preimenovanja tablice %1$s u %2$s'; +$strEscapeWildcards = 'Da bi mogli biti upotrebljavani u doslovnom smislu, dokerima \_ i \% mora prethoditi znak \\'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estonski'; +$strExcelEdition = 'Excel izdanje'; +$strExcelOptions = 'Excel opcije'; +$strExecuteBookmarked = 'Izvri favorizirani upit'; +$strExplain = 'Objasni SQL'; +$strExport = 'Izvoz'; +$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!'; +$strExtendedInserts = 'Proirena umetanja'; $strExtra = 'Dodatno'; -$strFieldHasBeenDropped = 'Polje %s izbrisano'; +$strFailedAttempts = 'Neuspjeli pokuaji'; +$strFieldHasBeenDropped = 'Polje %s je odbaeno'; $strField = 'Polje'; -$strFields = 'Broj polja'; -$strFieldsEmpty = ' Broj polja je nula! '; -$strFieldsEnclosedBy = 'Podaci ograeni sa'; -$strFieldsEscapedBy = 'Escape znak      '; -$strFieldsTerminatedBy = 'Podaci razdvojeni sa'; -$strFixed = 'sreeno'; -$strFlushTable = 'Osvjei tablicu'; -$strFormat = 'Format'; -$strFormEmpty = 'Nedostaje vrijednost u formi !'; -$strFullText = 'Pun tekst'; +$strFieldsEmpty = ' Prebrojavanje polja je prazno! '; +$strFieldsEnclosedBy = 'Polja obuhvaena po'; +$strFieldsEscapedBy = 'Polja izostavljena po'; +$strFields = 'Polja'; +$strFieldsTerminatedBy = 'Polja zavrena s'; +$strFileAlreadyExists = 'Datoteka %s ve postoji na posluitelju. Promijenite naziv ili oznaite opciju za prepisivanje.'; +$strFileCouldNotBeRead = 'Datoteku nije mogue proitati'; +$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka'; +$strFileNameTemplateDescriptionServer = 'naziv posluitelja'; +$strFileNameTemplateDescriptionTable = 'naziv tablice'; +$strFileNameTemplateDescription = 'Vrijednost se interpretira pomou %1$sstrftime%2$s, pa moete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedea preoblikovanja: "%3$s". Ostatak teksta bit e zadran u izvornom obliku.'; +$strFileNameTemplate = 'Predloak naziva datoteka'; +$strFileNameTemplateRemember = 'zapamti predloak'; +$strFileToImport = 'Datoteka za uvoz'; +$strFixed = 'fiksirano'; +$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisnike privilegije izravno iz MySQL tablica privilegija. U sluaju da su runo mijenjane, sadraj ovih tablica moe se razlikovati od privilegija koje upotrebljava posluitelj. U tom je sluaju potrebno %sponovo uitati privilegije%s prije nastavljanja rada.'; +$strFlushQueryCache = 'Isprazni pohranu upita'; +$strFlushTable = 'Isprazni tablicu ("FLUSH")'; +$strFlushTables = 'Isprazni (zatvori) sve tablice'; +$strFontSize = 'Veliina fonta'; +$strFormat = 'Oblikovanje'; +$strFormEmpty = 'U obrascu nedostaje vrijednost!'; +$strFreePages = 'Slobodne stranice'; +$strFullText = 'Potpuni tekstovi'; $strFunction = 'Funkcija'; +$strFunctions = 'Funkcije'; -$strGenTime = 'Vrijeme podizanja'; +$strGenBy = 'Generirano s'; +$strGeneralRelationFeat = 'Ope osobine relacija'; +$strGenerate = 'Generiraj'; +$strGeneratePassword = 'Generiraj lozinku'; +$strGenTime = 'Vrijeme generiranja'; +$strGeorgian = 'Gruzijski'; +$strGerman = 'Njemaki'; +$strGlobal = 'ope'; +$strGlobalPrivileges = 'Ope privilegije'; +$strGlobalValue = 'Opa vrijednost'; $strGo = 'Kreni'; -$strGzip = '"gzip-ano"'; +$strGrantOption = 'Podarivanje'; +$strGreek = 'Grki'; +$strGzip = '"gzipano"'; -$strHasBeenAltered = 'je promijenjen.'; -$strHasBeenCreated = 'je kreiran/a.'; -$strHomepageOfficial = 'phpMyAdmin WEB site'; +$strHandler = 'Hvatita'; +$strHasBeenAltered = 'izmijenjeno je.'; +$strHasBeenCreated = 'izraeno je.'; +$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; +$strHebrew = 'Hebrejski'; +$strHexForBinary = 'Upotrijebi heksadecimalno za binarna polja'; +$strHomepageOfficial = 'Slubena stranica programa phpMyAdmin'; $strHome = 'Poetna stranica'; -$strHostEmpty = 'Ime domene je prazno!'; -$strHost = 'Host (domena)'; +$strHostEmpty = 'Naziv raunala je prazan!'; +$strHost = 'Raunalo'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHungarian = 'Maarski'; +$strIcelandic = 'Islandski'; +$strId = 'ID'; $strIdxFulltext = 'Puni tekst'; +$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnore = 'Ignoriraj'; -$strIndexes = 'Kljuevi'; -$strIndexHasBeenDropped = 'Klju %s je izbrisan'; -$strIndex = 'Klju'; -$strIndexName = 'Ime kljua :'; -$strIndexType = 'Vrsta kljua :'; -$strInsertAsNewRow = 'Unesi kao novi redak'; -$strInsertedRows = 'Uneseni reci:'; -$strInsert = 'Novi redak'; -$strInUse = 'se koristi'; +$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; +$strIgnoringFile = 'Ignoriranje datoteke %s'; +$strImportDocSQL = 'Uvezi docSQL datoteke'; +$strImportFiles = 'Uvezi datoteke'; +$strImportFormat = 'Oblikovanje uvezene datoteke'; +$strImportSuccessfullyFinished = 'Uvoz je uspjeno dovren. Izvreno upita: %d .'; +$strImport = 'Uvoz'; +$strIndexes = 'Indeksi'; +$strIndexHasBeenDropped = 'Index %s je odbaen'; +$strIndex = 'Indeks'; +$strIndexName = 'Naziv indeksa:'; +$strIndexType = 'Vrsta indeksa:'; +$strIndexWarningMultiple = 'Izraeno je vie od jednog kljua %s za stupac `%s`'; +$strIndexWarningPrimary = 'Kljuevi PRIMARY i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strIndexWarningTable = 'Problemi s indeksima tablice `%s`'; +$strIndexWarningUnique = 'Kljuevi UNIQUE i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strInnoDBAutoextendIncrementDesc = ' Veliina koraka za proirivanje veliine automatski proirujueg prostora tablice u sluaju njezinog ispunjavanja.'; +$strInnoDBAutoextendIncrement = 'Korak autoproirenja'; +$strInnoDBBufferPoolSizeDesc = 'Veliina memorijskog meuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.'; +$strInnoDBBufferPoolSize = 'Veliina meuspremnika'; +$strInnoDBDataFilePath = 'Podatkovne datoteke'; +$strInnoDBDataHomeDirDesc = 'Uobiajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; +$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; +$strInnoDBPages = 'stranice'; +$strInnodbStat = 'InnoDB stanje'; +$strInsecureMySQL = 'Vaa konfiguracijska datoteka sadri postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Va MySQL posluitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; +$strInsertAsNewRow = 'Umetni kao novi redak'; +$strInsertedRowId = 'ID umetnutog retka:'; +$strInsertedRows = 'Umetnuti redovi:'; +$strInsert = 'Umetni'; +$strInternalNotNecessary = '* Interna relacija nije potrebna ako takoer postoji unutar InnoDB.'; +$strInternalRelations = 'Interne relacije'; +$strInUse = 'u upotrebi'; +$strInvalidAuthMethod = 'Neispravan komplet naina provjere vjerodostojnosti u konfiguraciji:'; +$strInvalidColumnCount = 'Broj stupaca mora biti vei od nule.'; +$strInvalidColumn = 'Odreen je neispravan stupac (%s) !'; +$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.'; +$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.'; +$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s'; +$strInvalidDatabase = 'Neispravna baza podataka'; +$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.'; +$strInvalidFieldCount = 'Tablica mora sadravati najmanje jedno polje.'; +$strInvalidLDIImport = 'Ovaj dodatak ne podrava uvoz komprimiranih datoteka!'; +$strInvalidRowNumber = '%d nije valjani broj retka.'; +$strInvalidServerHostname = 'Neispravan naziv za posluitelj %1$s. Molimo, pregledajte svoju konfiguraciju.'; +$strInvalidServerIndex = 'Neispravan indeks posluitelja: "%s"'; +$strInvalidTableName = 'Neispravan naziv tablice'; + +$strJapanese = 'Japanski'; +$strJoins = 'Spojevi'; +$strJumpToDB = 'Skoi do baze podataka "%s".'; +$strJustDeleteDescr = '"Izbrisani" e korisnici i dalje moi pristupati posluitelju sve dok se privilegije ne uitaju ponovo.'; +$strJustDelete = 'Samo izbrii korisnike iz tablice privilegija.'; $strKeepPass = 'Ne mijenjaj lozinku'; -$strKeyname = 'Ime Kljua'; -$strKill = 'Zaustavi'; +$strKeyCache = 'Pohrana kljueva'; +$strKeyname = 'Naziv kljua'; +$strKill = 'Eliminiraj'; +$strKorean = 'Korejski'; -$strLengthSet = 'Duina/Vrijednost*'; +$strLandscape = 'Poloeno'; +$strLanguageFileNotFound = 'Jezina datoteka "%1$s" nije pronaena.'; +$strLanguage = 'Jezik'; +$strLanguageUnknown = 'Nepoznati jezik: %1$s.'; +$strLatchedPages = 'Vezane stranice'; +$strLatexCaption = 'Naslov tablice'; +$strLatexContent = 'Sadraj tablice __TABLE__'; +$strLatexContinuedCaption = 'Nastavljeni naslov tablice'; +$strLatexContinued = '(nastavljeno)'; +$strLatexIncludeCaption = 'Ukljui naslov tablice'; +$strLatexLabel = 'Klju oznake'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opcije'; +$strLatexStructure = 'Struktura tablice __TABLE__'; +$strLatvian = 'Latvijski'; +$strLDI = 'CSV upotrebom LOAD DATA'; +$strLDIImportOptions = 'Opcije za CSV uvoz upotrebom naredbe LOAD DATA'; +$strLDILocal = 'Upotrijebi lokalnu kljunu rije'; +$strLengthSet = 'Duljina/Vrijednosti'; $strLimitNumRows = 'Broj redaka po stranici'; -$strLinesTerminatedBy = 'Linije zavravaju na'; -$strLinksTo = 'Links to'; -$strLocalhost = 'Local'; +$strLinesTerminatedBy = 'Redovi zavreni s'; +$strLinkNotFound = 'Veza nije pronaena'; +$strLinksTo = 'Povezano s'; +$strLithuanian = 'Litavski'; +$strLocalhost = 'Lokalno'; $strLocationTextfile = 'Lokacija tekstualne datoteke'; +$strLoginInformation = '_Podaci prijave'; $strLogin = 'Prijava'; $strLogout = 'Odjava'; $strLogPassword = 'Lozinka:'; +$strLogServer = 'Posluitelj'; $strLogUsername = 'Korisniko ime:'; +$strLongOperation = 'Ovaj postupak moe potrajati dulje vrijeme. Ipak nastaviti?'; +$strMaxConnects = 'najv. uzastopnih veza'; +$strMaximalQueryLength = 'Najvea duljina izraenog upita'; +$strMaximumSize = 'Najv: %s%s'; +$strMbExtensionMissing = 'PHP proirenje mbstring nije pronaeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proirenja mbstring, phpMyAdmin nije u mogunosti pravilno razdjeljivati naredbe i moe doi do neoekivanih rezultata.'; +$strMbOverloadWarning = 'Omoguili ste funkciju mbstring.func_overload u vaoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i moe prouzrokovati oteivanje nekih podataka!'; +$strMIME_available_mime = 'Raspoloive MIME vrste'; +$strMIME_available_transform = 'Raspoloiva preoblikovanja'; +$strMIME_description = 'Opis'; +$strMIME_MIMEtype = 'MIME vrsta'; +$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloiv opis.
Molimo da od autora zatraite objanjenje rada %s .'; +$strMIME_transformation_note = 'Za popis raspoloivih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, kliknite %sopcije preoblikovanja%s'; +$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\',\'b\',\'c\'...
Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').'; +$strMIME_transformation_options = 'Opcije preoblikovanja'; +$strMIME_transformation = 'Pretvaranje preglednika'; +$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU'; +$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja'; $strModifications = 'Izmjene su spremljene'; -$strModifyIndexTopic = 'Promijeni klju'; -$strModify = 'Promijeni'; -$strMoveTableOK = 'Tablica %s se sada zove %s.'; -$strMoveTable = 'Preimenuj tablicu u (baza.tablica):'; -$strMySQLSaid = 'MySQL poruka: '; -$strMySQLShowProcess = 'Prikai listu procesa'; -$strMySQLShowStatus = 'Prikai MySQL runtime informacije'; +$strModifyIndexTopic = 'Uredi indeks'; +$strModify = 'Uredi'; +$strMoveTableOK = 'Tablica %s premjetena je u %s.'; +$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):'; +$strMoveTableSameNames = 'Premjetanje u istu tablicu nije mogue!'; +$strMultilingual = 'viejezino'; +$strMyISAMDataPointerSizeDesc = 'Zadana veliina pokazatelja podataka u bajtovima, koju e upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije odreena.'; +$strMyISAMDataPointerSize = 'Veliina pokazatelja podataka'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti vea od pohrane kljueva, uz ovdje navedenu vrijednost, preferiraj nain pohrane kljueva.'; +$strMyISAMMaxExtraSortFileSize = 'Najvea veliina privremenih datoteka pri izradi indeksa'; +$strMyISAMMaxSortFileSizeDesc = 'Najvea veliina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvoenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Najvea veliina datoteke za privremeno preslagivanje'; +$strMyISAMRecoverOptionsDesc = 'Nain rada za automatski povrat sruenih MyISAM tablica, na nain kojim je odreen putem opcije --myisam-recover.'; +$strMyISAMRecoverOptions = 'Rad s automatskim povratom'; +$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost vea od 1, MyISAM indeksi tablica izrauju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.'; +$strMyISAMRepairThreads = 'Popravi grane'; +$strMyISAMSortBufferSizeDesc = 'Meuspremnik koji je predodreen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Veliina meuspremnika preslagivanja'; +$strMySQLCharset = 'MySQL tablica znakova'; +$strMysqlClientVersion = 'MySQL verzija klijenta'; +$strMySQLConnectionCollation = 'MySQL usporeivanje veza'; +$strMySQLSaid = 'MySQL je poruio: '; +$strMySQLShowProcess = 'Prikai procese'; +$strMySQLShowStatus = 'Prikai podatke MySQL pokretanja'; $strMySQLShowVars = 'Prikai MySQL sistemske varijable'; -$strName = 'Ime'; -$strNext = 'Sljedei'; -$strNoDatabases = 'Baza ne postoji'; -$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguena.'; -$strNoFrames = 'phpMyAdmin preferira preglednike koji podravaju frame-ove.'; -$strNoIndex = 'Klju nije definiran!'; -$strNoIndexPartsDefined = 'Dijelovi kljua nisu definirani!'; -$strNoModification = 'Nema nikakvih promjena'; +$strName = 'Naziv'; +$strNext = 'Sljedee'; +$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.'; +$strNoDatabases = 'Nema baza podataka'; +$strNoDatabasesSelected = 'Nema odabrane baze podataka.'; +$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veliina datoteke prelazi najveu doputenu veliinu od strane vae PHP konfiguracije. Pogledajte PP 1.16.'; +$strNoDescription = 'bez opisa'; +$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloivi podaci.'; +$strNoDropDatabases = '"DROP DATABASE" izjave su onemoguene.'; +$strNoExplain = 'Preskoi Objasni SQL'; +$strNoFilesFoundInZip = 'Datoteke nisu pronaene unutar ZIP arhive!'; +$strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podrava okvire.'; +$strNoIndex = 'Nema definiranog indeksa!'; +$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!'; +$strNoModification = 'Bez izmjena'; $strNo = 'Ne'; -$strNone = 'Nita'; -$strNoPassword = 'Nema lozinke'; -$strNoPrivileges = 'Nema privilegija'; -$strNoRights = 'Nemate dovoljno prava za ovo podruje!'; -$strNoTablesFound = 'Tablica nije pronaena u bazi.'; -$strNotNumber = 'To nije broj!'; -$strNoUsersFound = 'Korisnik(ci) nije pronaen.'; +$strNone = 'bez kompresije'; +$strNoOptions = 'Ovaj oblik nema raspoloive opcije'; +$strNoPassword = 'Bez lozinke'; +$strNoPermission = 'Web posluitelj nema doputenja za spremanje datoteke %s.'; +$strNoPhp = 'Bez PHP koda'; +$strNoPrivileges = 'Bez privilegija'; +$strNoRights = 'Nemate dovoljno privilegija da boravite ovdje!'; +$strNoRowsSelected = 'Nema odabranih redova'; +$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.'; +$strNoTablesFound = 'U bazi podataka nisu pronaene tablice.'; +$strNoThemeSupport = 'Podrka za teme ne postoji. Provjerite vau konfiguraciju i/ili vae teme u mapi %s.'; +$strNotNumber = 'Ovo nije brojka!'; +$strNotOK = 'nije OK'; +$strNotSet = 'tablica %s nije pronaena ili nije zadana u %s'; +$strNoUsersFound = 'Korisnici nisu pronaeni.'; +$strNoValidateSQL = 'Preskoi provjeru valjanosti SQL-a'; $strNull = 'Null'; +$strNumberOfFields = 'Broj polja'; +$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s'; +$strNumSearchResultsTotal = 'Ukupno: %s poklapanja'; +$strNumTables = 'Tablice'; +$strOK = 'U redu '; +$strOpenDocumentSpreadsheetOptions = 'Otvori opcije izraunske tablice dokumenta'; +$strOpenDocumentSpreadsheet = 'Otvori izraunsku tablicu dokumenta'; +$strOpenDocumentTextOptions = 'Otvori opcije teksta dokumenta'; +$strOpenDocumentText = 'Otvori tekst dokumenta'; +$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor'; +$strOperations = 'Operacije'; +$strOperator = 'Operator'; $strOptimizeTable = 'Optimiziraj tablicu'; -$strOr = 'ili'; -$strOverhead = 'Prekoraenje'; +$strOr = 'Ili'; +$strOverhead = 'Prepunjenje'; +$strOverwriteExisting = 'Prepii postojee datoteke'; -$strPartialText = 'Dio teksta'; +$strPageNumber = 'Broj stranice:'; +$strPagesToBeFlushed = 'Stranice za pranjenje'; +$strPaperSize = 'Veliina papira'; +$strPartialImport = 'Djelomian uvoz'; +$strPartialText = 'Djelomini tekstovi'; +$strPasswordChanged = 'Lozinka za %s uspjeno je promijenjena.'; $strPasswordEmpty = 'Lozinka je prazna!'; +$strPasswordHashing = 'Izrada presjeka lozinke'; $strPassword = 'Lozinka'; -$strPasswordNotSame = 'Lozinka se ne podudara!'; -$strPHPVersion = 'verzija PHP-a'; +$strPasswordNotSame = 'Lozinke se ne podudaraju!'; +$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s'; +$strPdfInvalidTblName = 'Tablica "%s" ne postoji!'; +$strPdfNoTables = 'Nema tablica'; +$strPDFOptions = 'PDF opcije'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generira izvjetaj koji sadri podatke samo jedne tablice)'; +$strPDFReportTitle = 'Naslov izvjetaja'; +$strPerHour = 'po satu'; +$strPerMinute = 'po minuti'; +$strPerSecond = 'po sekundi'; +$strPersian = 'Perzijski'; +$strPhoneBook = 'telefonski imenik'; +$strPHP40203 = 'Upotrebljavate PHP 4.2.3 koji ima ozbiljne potekoe s nizovima od viestrukih bajtova (mbstring). Pogledajte PHP izvjetaj o nedostatku 19404. Ne preporuuje se upotreba ove verzije PHP-a uz program phpMyAdmin.'; +$strPhp = 'Izradi PHP kod'; +$strPHPVersion = 'PHP verzija'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] dio mora biti namjeten u konfiguracijskoj datoteci (config.inc.php)!'; -$strPos1 = 'Poetak'; -$strPrevious = 'Prethodna'; -$strPrimaryKeyHasBeenDropped = 'Primarni klju je izbrisan'; -$strPrimaryKeyName = 'Ime primarnog kljua mora biti... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" mora biti ime i samo ime primarnog kljua!)'; +$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vaoj konfiguracijskoj datoteci!'; +$strPolish = 'Poljski'; +$strPortrait = 'Portret'; +$strPos1 = 'Na vrh stranice'; +$strPrevious = 'Prethodni'; +$strPrimaryKeyHasBeenDropped = 'Primarni klju je odbaen'; +$strPrimaryKeyName = 'Naziv primarnog kljua mora biti "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog kljua!)'; $strPrimary = 'Primarni'; -$strPrintView = 'Saetak'; -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrint = 'Ispii'; +$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)'; +$strPrintView = 'Prikaz ispisa'; +$strPrivDescAllPrivileges = 'Obuhvaa sve privilegije osim GRANT (Podari).'; +$strPrivDescAlter = 'Doputa izmjenu strukture postojeih tablice.'; +$strPrivDescAlterRoutine = 'Doputa izmjenu i odbacivanje pohranjenih rutina.'; +$strPrivDescCreateDb = 'Doputa izradu novih baze podataka i tablice.'; +$strPrivDescCreateRoutine = 'Doputa izradu pohranjenih rutina.'; +$strPrivDescCreateTbl = 'Doputa izradu novih tablica.'; +$strPrivDescCreateTmpTable = 'Doputa izradu privremenih tablica.'; +$strPrivDescCreateUser = 'Doputa izradu, odbacivanje i preimenovanje korisnikih naloga.'; +$strPrivDescCreateView = 'Doputa izradu novih prikaza.'; +$strPrivDescDelete = 'Doputa brisanje podataka.'; +$strPrivDescDropDb = 'Doputa odbacivanje baza podataka i tablica.'; +$strPrivDescDropTbl = 'Doputa odbacivanje tablica.'; +$strPrivDescExecute5 = 'Doputa pokretanje pohranjenih rutina.'; +$strPrivDescExecute = 'Doputa izvravanje pohranjenih postupaka. Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescFile = 'Doputa uvoz i izvoz podataka iz datoteka.'; +$strPrivDescGrant = 'Doputa dodavanje korisnika i privilegija bez ponovnog uitavanja tablica.'; +$strPrivDescIndex = 'Doputa izradu i odbacivanje indeksa.'; +$strPrivDescInsert = 'Doputa umetanje i zamjenu podataka.'; +$strPrivDescLockTables = 'Doputa zakljuavanje tablica u trenutnoj grani.'; +$strPrivDescMaxConnections = 'Ograniava broj novih povezivanja koje korisnik moe otvoriti, po satu.'; +$strPrivDescMaxQuestions = 'Ograniava broj upita koje korisnik moe poslati posluitelju, po satu.'; +$strPrivDescMaxUpdates = 'Ograniava broj naredbi koje korisnik moe pokrenuti, a ija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.'; +$strPrivDescMaxUserConnections = 'Ograniava broj istovremenih povezivanja koje korisnik moe imati.'; +$strPrivDescProcess3 = 'Doputa eliminiranje postupaka drugih korisnika.'; +$strPrivDescProcess4 = 'Doputa pregledavanje cjelokupnih upita u popisu postupaka.'; +$strPrivDescReferences = 'Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescReload = 'Doputa ponovno uitavanje postavki posluitelja i pranjenje privremene pohrane posluitelja.'; +$strPrivDescReplClient = 'Doputa korisnik postavljanje upita o lokaciji potinjenih i gospodara.'; +$strPrivDescReplSlave = 'Potrebno za replikacijske potinjene.'; +$strPrivDescSelect = 'Doputa itanje podataka.'; +$strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.'; +$strPrivDescShowView = 'Doputa izvoenje upita SHOW CREATE VIEW.'; +$strPrivDescShutdown = 'Doputa gaenje posluitelja.'; +$strPrivDescSuper = 'Doputa povezivanje ak i kad je dostignut najvei broj veza. Potrebno za veinu administrativnih operacija poput postavljanja opih varijabli ili eliminiranje grana drugih korisnika.'; +$strPrivDescUpdate = 'Doputa mijenjanje podataka.'; +$strPrivDescUsage = 'Bez privilegija.'; $strPrivileges = 'Privilegije'; +$strPrivilegesReloaded = 'Privilegije su uspjeno uitane.'; +$strProcedures = 'Postupci'; +$strProcesses = 'Procesi'; +$strProcesslist = 'Popis procesa'; +$strProtocolVersion = 'Verzija protokola'; +$strPutColNames = 'Nazive polja stavi u prvi red'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = 'Upit po primjeru'; -$strQueryOnDb = 'SQL upit na bazi %s:'; -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQBE = 'Upit'; +$strQueryCache = 'Pohrana upita'; +$strQueryFrame = 'Prozor za upite'; +$strQueryOnDb = 'SQL upit nad bazom podataka %s:'; +$strQueryResultsOperations = 'Operacije rezultata upita'; +$strQuerySQLHistory = 'SQL povijest'; +$strQueryStatistics = 'Statistike upita: Od pokretanja posluitelju je upueno %s upita.'; +$strQueryTime = 'Upit je trajao %01,4f sek'; +$strQueryType = 'Vrsta upita'; +$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora'; -$strRecords = 'Reci'; -$strReferentialIntegrity = 'Provjeri ispravnost veza:'; -$strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; -$strRenameTable = 'Promijeni ime tablice u '; +$strReadRequests = 'Proitaj zahtjeve'; +$strReceived = 'Primljeno'; +$strRecords = 'Zapisi'; +$strReferentialIntegrity = 'Provjeri referencijalan integritet:'; +$strRefresh = 'Osvjei'; +$strRelationalSchema = 'Shema relacija'; +$strRelationNotWorking = 'Dodatne osobine za rad s povezanim tablicama su iskljuene. Da biste saznali zato kliknite %sovdje%s.'; +$strRelationsForTable = 'RELACIJE TABLICE'; +$strRelations = 'Relacije'; +$strRelationView = 'Prikaz relacija'; +$strReloadingThePrivileges = 'Ponovno uitavanje privilegija'; +$strReloadPrivileges = 'Ponovno uitaj privilegije'; +$strRemoveSelectedUsers = 'Ukloni odabrane korisnike'; +$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s'; +$strRenameTableOK = 'Tablica %s preimenovana je u %s'; +$strRenameTable = 'Preimenuj tablicu u'; $strRepairTable = 'Popravi tablicu'; -$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; -$strReset = 'Resetiraj'; -$strReType = 'Ponovite unos'; +$strReplaceNULLBy = 'NULL zamijeni s'; +$strReplaceTable = 'Podatke tablice zamijeni datotekom'; +$strReplication = 'Replikacija'; +$strReset = 'Povrat'; +$strResourceLimits = 'Ogranienja resursa'; +$strReType = 'Ponovite'; +$strRevokeAndDeleteDescr = 'Korisnici e i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne uitaju.'; +$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbrii.'; $strRevokeMessage = 'Opozvali ste privilegije za %s'; $strRevoke = 'Opozovi'; -$strRowLength = 'Duina retka'; -$strRowsFrom = ' redaka poevi od retka'; +$strRomanian = 'Rumunjski'; +$strRowLength = 'Duljina retka'; +$strRowsFrom = 'redovi koji zapoinju zapisom #'; $strRowSize = ' Veliina retka '; -$strRowsModeHorizontal = 'horizontalnom'; -$strRowsModeOptions = 'u %s nainu i ispii zaglavlje poslije svakog %s retka'; -$strRowsModeVertical = 'vertikalnom'; +$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)'; +$strRowsModeHorizontal = 'vodoravno'; +$strRowsModeOptions = 'u nainu %s i ponavljaj zaglavlja nakon %s elija'; +$strRowsModeVertical = 'uspravno'; $strRows = 'Redaka'; -$strRowsStatistic = 'Statistika redaka'; -$strRunning = 'pokrenuto na %s'; -$strRunQuery = 'Izvri SQL upit'; -$strRunSQLQuery = 'Izvri SQL upit(e) na bazi '; +$strRowsStatistic = 'Statistike redova'; +$strRunning = 'Izvrava se pri %s'; +$strRunQuery = 'Podnesi upit'; +$strRunSQLQueryOnServer = 'Pokreni SQL upit na posluitelju %s'; +$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s'; +$strRussian = 'Ruski'; +$strSaveOnServer = 'Spremi na posluitelju u mapi %s'; $strSave = 'Spremi'; -$strSelectADb = 'Izaberite bazu'; -$strSelectAll = 'Oznai sve'; -$strSelectFields = 'Izaberite polja (najmanje jedno)'; -$strSelectNumRows = 'u upitu'; -$strSend = 'Spremi u datoteku'; -$strServerChoice = 'Izbor servera'; -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVersion = 'Verzija servera'; -$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...
Ako vam zatreba backslash ("\") ili jednostruki navodnik ("\'") navedite ih koristei backslash (npr. \'\\\\xyz\' ili \'a\\\'b\').'; +$strScaleFactorSmall = 'Vrijednost omjera suvie je malen da bi shema stala na jednu stranicu'; +$strSearchFormTitle = 'Trai u bazi podataka'; +$strSearchInTables = 'Unutar tablica:'; +$strSearchNeedle = 'Rijei ili vrijednost za pretraivanje (doker: "%"):'; +$strSearchOption1 = 'najmanje jedna rije'; +$strSearchOption2 = 'sve rijei'; +$strSearchOption3 = 'toan izraz'; +$strSearchOption4 = 'kao regularan izraz'; +$strSearchResultsFor = 'Rezultati pretraivanja za "%s" %s:'; +$strSearch = 'Trai'; +$strSearchType = 'Trai:'; +$strSecretRequired = 'Konfiguracijska datoteka potrauje tajnu lozinku (blowfish_secret).'; +$strSelectADb = 'Odaberite bazu podataka'; +$strSelectAll = 'Odaberi sve'; +$strSelectBinaryLog = 'Odaberite binarni zapisnik za prikaz'; +$strSelectFields = 'Odaberite polja (najmanje jedno):'; +$strSelectNumRows = 'unutar upita'; +$strSelectTables = 'Odaberite tablice'; +$strSend = 'Spremi kao datoteku'; +$strSent = 'Poslano'; +$strServerChoice = 'Odabir posluitelja'; +$strServerNotResponding = 'Posluitelj ne odgovara'; +$strServer = 'Posluitelj'; +$strServers = 'Posluitelji'; +$strServerStatusDelayedInserts = 'Odgoena umetanja'; +$strServerStatus = 'Podaci o razini izvravanja'; +$strServerStatusUptime = 'Ovaj MySQL posluitelj radi tijekom %s. Pokrenut je %s.'; +$strServerTabVariables = 'Varijable'; +$strServerTrafficNotes = 'Promet posluitelja: Ove tablice prikazuju statistike mrenog prometa na ovom MySQL posluitelju od trenutka njegovog pokretanja.'; +$strServerVars = 'Varijable i postavke posluitelja'; +$strServerVersion = 'Verzija posluitelja'; +$strSessionValue = 'Vrijednost sesije'; +$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedeem obliku: \'a\',\'B\',\'c\'...
Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Prikai sve'; -$strShowingRecords = 'Prikaz redaka'; -$strShowPHPInfo = 'Prikai informacije o PHP-u'; +$strShowColor = 'Prikai boju'; +$strShowDatadictAs = 'Oblikovanje rjenika podataka'; +$strShowFullQueries = 'Prikai pune upite'; +$strShowGrid = 'Prikai mreu'; +$strShowingBookmark = 'Prikazivanje oznake'; +$strShowingRecords = 'Prikazivanje redaka'; +$strShowOpenTables = 'Prikai otvorene tablice'; +$strShowPHPInfo = 'Prikai PHP podatke'; $strShow = 'Prikai'; +$strShowSlaveHosts = 'Prikai potinjena raunala'; +$strShowSlaveStatus = 'Prikai stanje potinjenog'; +$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmaile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.'; +$strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tablica koje posluitelj automatski izrauje na disku tijekom izvravanja izjava. Ako je stavka Created_tmp_disk_tables velika, moglo bi biti potrebno da poveate vrijednost tmp_table_size, da biste privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk.'; +$strShowStatusCreated_tmp_filesDescr = 'Koliko je privremenih tablica izradio mysqld.'; +$strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tablica u memoriji koje je posluitelj automatski izradio tijekom izvravanja izjava.'; +$strShowStatusDelayed_errorsDescr = 'Broj redaka upisanih pomou naredbe INSERT DELAYED, a kod kojih je dolo do neke vrste pogreke (vjerojatan razlog je udvojen klju).'; +$strShowStatusDelayed_insert_threadsDescr = 'Broj hvatite grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju se primjeni INSERT DELAYED dobiva vlastitu granu.'; +$strShowStatusDelayed_writesDescr = 'Broj redaka zapisanih pomou INSERT DELAYED.'; +$strShowStatusFlush_commandsDescr = 'Broj izvrenih izjava FLUSH.'; +$strShowStatusHandler_commitDescr = 'Broj internih izjava COMMIT.'; +$strShowStatusHandler_deleteDescr = 'Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice.'; +$strShowStatusHandler_discoverDescr = 'MySQL posluitelj moe upitati pogon pohranjivanja NDB skupine, zna li za tablicu s traenim nazivom. Ovaj se postupak naziva otkrivanje. Handler_discover naznauje koliko je puta tablica bila otkrivenom.'; +$strShowStatusHandler_read_firstDescr = 'Brojka koja prokazuje koliko puta je prvi unos bio itan iz indeksa. Velik broj je pokazatelj da posluitelj izvodi mnogo potpunih pretraivanja indeksa, npr. SELECT col1 FROM foo, pri emu je col1 indeksiran.'; +$strShowStatusHandler_read_keyDescr = 'Broj zahtjeva za itanje retka zasnovan na kljuu. Velik broj je pokazatelj da su vai upiti i tablice pravilno indeksirani.'; +$strShowStatusHandler_read_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u redoslijedu kljua. Ovaj se broj poveava ako izvodite upite stupca indeksa s ogranienjem opsega ili ako izvodite pretraivanje indeksa.'; +$strShowStatusHandler_read_prevDescr = 'Broj zahtjeva za itanje prethodnog retka u redoslijedu kljua. Ovaj nain itanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'Broj zahtjeva za itanje retka zasnovanog na fiksnom poloaju. Ovaj iznos je velik ako izvodite mnogo upita koji zahtjevaju preslagivanje rezultata. Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretrauje cjelokupne tablice ili imate spojeve koji ne upotrebljavaju klju na pravilan nain.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u datoteci s podacima. Ovaj broj je velik ako izvodite mnogo pretraivanja tablice. Openito, ovaj iznos naznauje da vaa tablice nisu pravilno indeksirane ili da vai upiti nisu napisani na nain koji iskoritava prednosti raspoloivih indeksa.'; +$strShowStatusHandler_rollbackDescr = 'Broj internih izjava ROLLBACK.'; +$strShowStatusHandler_updateDescr = 'Broj zahtjeva za auriranje retka u tablici.'; +$strShowStatusHandler_writeDescr = 'Broj zahtjeva za umetanje retka u tablici.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj stranice koje sadre podatke (dirty ili clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj stranica koje su trenutno \'dirty\'.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj stranica meuspremnika za koje je podnesen zahtjev za pranjenjem.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih stranica.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj vezanih stranica u InnoDB meuspremniku. Ove se stranice trenutno itaju ili zapisuju, ili ih nije mogue isprazniti ili ukloniti iz nekog drugog razloga.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj stranica koje su zauzete jer su dodijeljene za administrativna prepunjenja, poput zakljuavanja redaka ili adaptivni indeks presjeka. Ovu je vrijednost mogue izraunati i kao Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ukupna veliina meuspremnika, u stranicama.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj "nasuminih" pripremnih itanja koje je InnoDB inicijalizirao. Dogaa se kad upit mora pretraiti veliki dio tablice, ali nasuminim redoslijedom.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj slijednih pripremnih itanja koje je inicijalizirao InnoDB. Ovo se dogaa kad InnoDB izvodi potpuno pretraivanje tablice.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logikih zahtjeva za itanjem koje je obavio InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logikih itanja koje InnoDB nije mogao zadovoljiti iz meuspremnik i morao je izvesti itanje po jedne stranice.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Uobiajeno, zapisivanja u InnoDB meuspremnik izvode se u pozadini. Ipak, ako je potrebno iitati ili izraditi stranicu, a nema raspoloive prazne stranice, bit e potrebno priekati pranjenje stranice. Ovaj broja prikazuje stanje ovog ekanja. Ako je veliina meuspremnika pravilno postavljena, ova bi vrijednost trebala biti malenom.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj izvrenih zapisivanja u InnoDB meuspremnik.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Broj dosadanjih fsync() operacija.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutan broj fsync() operacija u ekanju.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Trenutan broj itanja u ekanju.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Trenutan broj zapisivanja u ekanju.'; +$strShowStatusInnodb_data_readDescr = 'Koliina podataka proitanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_data_readsDescr = 'Ukupan broj iitavanja podataka.'; +$strShowStatusInnodb_data_writesDescr = 'Ukupan broj zapisivanja podataka.'; +$strShowStatusInnodb_data_writtenDescr = 'Koliina podataka zapisanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_log_waitsDescr = 'Broj ekanja koja su se dogodila zbog nedovoljno velikog zapisnika meuspremnika, te je bilo potrebno ekati njegovo pranjenje prije nastavka rada.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Broj zahtjeva za zapisivanje u zapisnik.'; +$strShowStatusInnodb_log_writesDescr = 'Broj fizikih zapisivanja u zapisnik.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvrenih u datoteci zapisnika.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na ekanju.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na ekanju.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.'; +$strShowStatusInnodb_pages_createdDescr = 'Broj izraenih stranica.'; +$strShowStatusInnodb_page_sizeDescr = 'Izraena veliina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veliina stranice doputa njihovo jednostavno pretvaranje u bajtove.'; +$strShowStatusInnodb_pages_readDescr = 'Broj iitanih stranica.'; +$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zakljuavanja redaka na koje se trenutno eka.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosjeno vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utroeno na postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno ekati na zakljuanost retka.'; +$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_insertedDescr = 'Broj redaka umetnutih u InnoDB tablice.'; +$strShowStatusInnodb_rows_readDescr = 'Broj redaka iitanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_updatedDescr = 'Broj auriranih redaka u InnoDB tablicama.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Broj kljunih blokova u pohrani kljueva koji su izmijenjeni ali jo nisu ispranjeni na disk. Neko se nazivalo: Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'Broj neiskoritenih blokova u pohrani kljueva. Ovu vrijednost moete upotrijebiti za odreivanje veliine pohrane kljueva koja je u upotrebi.'; +$strShowStatusKey_blocks_usedDescr = 'Broj iskoritenih blokova u pohrani kljueva. Ova je vrijednost oznaka gornje razine koja oznauje najvei broj blokova koji su ikad bili u istovremenoj upotrebi.'; +$strShowStatusKey_read_requestsDescr = 'Broj zahtjeva za itanje kljunog bloka iz pohrane.'; +$strShowStatusKey_readsDescr = 'Broj fizikih itanja kljunih blokova s diska. Ako je iznos Key_reads velik, vjerojatno je vaa vrijednost key_buffer_size premala. Stupanj promaivanja pohrane mogue je izraunati putem naredbi Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje kljunog bloka u pohranu.'; +$strShowStatusKey_writesDescr = 'Broj fizikih zapisivanja kljunih blokova na disk. '; +$strShowStatusLast_query_costDescr = 'Ukupan troak posljednjeg sloenog upita, izraunat od strane optimizatora upita. Korisno za usporeivanje trokova razliitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da jo nema sloenog upita.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji ekaju svoje upisivanje u red ekanja INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaa vrijednost za pohranu tablica vjerojatno je premala.'; +$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.'; +$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za voenje zapisnika).'; +$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.'; +$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.'; +$strShowStatusQcache_free_memoryDescr = 'Koliina slobodne memorije za pohranu upita.'; +$strShowStatusQcache_hitsDescr = 'Broj pronalaenja u pohrani.'; +$strShowStatusQcache_insertsDescr = 'Broj upita pridodanih u pohranu.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz pohrane radi oslobaanja memorije za potrebe pohranjivanja novih upita. Ovaj vam podatak moe pomoi pri podeavanju veliine pohrane upita. Pohrana upita upotrebljava strategiju posljednjeg nedavno upotrebljavanog (LRU - least recently used) radi odluivanja koje e upite ukloniti iz pohrane.'; +$strShowStatusQcache_not_cachedDescr = 'Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog postavke query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registriranih u pohrani.'; +$strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u pohrani upita.'; +$strShowStatusReset = 'Povrat'; +$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (jo nije implementirano).'; +$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traenja.'; +$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez kljueva koji provjeravaju upotrebu kljua nakon svakog retka. (Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Openito nije kritino ako je ovaj iznos velik.)'; +$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraivanje prve tablice.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potinjene SQL grane.'; +$strShowStatusSlave_retried_transactionsDescr = 'Ukupna koliina (od pokretanja) ponovnih pokuaja transakcija od strane replikacijske potinjene SQL grane.'; +$strShowStatusSlave_runningDescr = 'Ukljueno (ON) ako je ovaj posluitelj potinjen i povezan na gospodara.'; +$strShowStatusSlow_launch_threadsDescr = 'Broj grana kojima je bilo potrebno vie vremena za izradu, nego to je to definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama.'; +$strShowStatusSlow_queriesDescr = 'Broj upita kojima je bilo potrebno vie vremena nego to je to definirano u long_query_time (dugo vrijeme upita), u sekundama.'; +$strShowStatusSort_merge_passesDescr = 'Broj prolaza udruivanja koje je algoritam za preslagivanje morao izvesti. Ako je ovaj iznos velik, razmotrite mogunost poveanja vrijednosti sistemske varijable sort_buffer_size.'; +$strShowStatusSort_rangeDescr = 'Broj preslagivanja uinjenih pomou opsega.'; +$strShowStatusSort_rowsDescr = 'Broj presloenih redaka.'; +$strShowStatusSort_scanDescr = 'Broj preslagivanja uinjenih pomou pretraivanja tablice.'; +$strShowStatusTable_locks_immediateDescr = 'Koliina trenutno postignutih zakljuavanja tablica.'; +$strShowStatusTable_locks_waitedDescr = 'Koliina zakljuavanja tablica koji nisu mogli biti trenutno postignuti i bilo je potrebno odreeno ekanje. Ako je ovaj iznos visok i ako imate problema s performansama, bit e potrebno da prvo optimizirate svoje upite i potom ili podijelite svoje tablice ili upotrijebite replikaciju.'; +$strShowStatusThreads_cachedDescr = 'Broj grana u pohrani grana. Stupanj pogodaka u pohrani moe se izraunati kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, bit e potrebno da poveate svoju vrijednost thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.'; +$strShowStatusThreads_createdDescr = 'Broj grana izraenih za rukovanje vezama. Ako je iznos Threads_created velik, moglo bi biti potrebno da poveate vrijednost thread_cache_size. (Uobiajeno, ako imate dobru implementaciju grana, ova opcija nee pruiti primjetna poboljanja performansi.)'; +$strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.'; +$strShowTableDimension = 'Prikai dimenzije tablice'; $strShowTables = 'Prikai tablice'; -$strShowThisQuery = ' Prikai ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strShowThisQuery = 'Ovaj upit ponovno prikai ovdje'; +$strSimplifiedChinese = 'Kineski, pojednostavljen'; +$strSingly = '(pojedinano)'; $strSize = 'Veliina'; -$strSort = 'Sortiranje'; -$strSpaceUsage = 'Zauzee'; -$strSQLQuery = 'SQL-upit'; -$strStatement = 'Ime'; -$strStrucCSV = 'CSV format'; -$strStrucData = 'Struktura i podaci'; +$strSkipQueries = 'Broj zapisa (upita) koje je potrebno preskoiti od poetka'; +$strSlovak = 'Slovaki'; +$strSlovenian = 'Slovenski'; +$strSocketProblem = '(ili prikljuak lokalnog MySQL posluitelja nije ispravno konfiguriran)'; +$strSortByKey = 'Presloi po kljuu'; +$strSorting = 'Preslagivanje'; +$strSort = 'Presloi'; +$strSpaceUsage = 'Iskoritenost prostora'; +$strSpanish = 'panjolski'; +$strSplitWordsWithSpace = 'Rijei su razdvojene znakom razmaka (" ").'; +$strSQLCompatibility = 'Nain rada SQL kompatibilnosti'; +$strSQLExportType = 'Vrsta izvoza'; +$strSQLImportOptions = 'SQL opcije'; +$strSQLOptions = 'SQL opcije'; +$strSQLParserBugMessage = 'Postoji mogunost da ste pronali nedostatak u SQL ralanjivau. Temeljito prouite va upit i provjerite ispravan unos navodnika. Jedan od moguih razloga je i da ste uitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Va upit takoer moete provjeriti u naredbenom retku MySQL-a. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako ralanjiva ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:'; +$strSQLParserUserError = 'Izgleda da postoji pogreka u vaem SQL upitu. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema.'; +$strSQLQuery = 'SQL upit'; +$strSQLResult = 'SQL rezultat'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka'; +$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren'; +$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija'; +$strStatCheckTime = 'Posljednja provjera'; +$strStatCreateTime = 'Izrada'; +$strStatement = 'Izjave'; +$strStatisticsOverrun = 'Na zaposlenom posluitelju broja bajtova mogao bi preletjeti svoj raspon prikaza, pri emu bi statistike koje prikazuje MySQL posluitelj mogle biti netone.'; +$strStatUpdateTime = 'Posljednje auriranje'; +$strStatus = 'Stanje'; +$strStorageEngine = 'Pogon pohrane'; +$strStorageEngines = 'Pogoni pohrane'; +$strStrucCSV = 'CSV'; +$strStrucData = 'Strukturu i podatke'; $strStrucExcelCSV = 'CSV za MS Excel'; -$strStrucOnly = 'Samo struktura'; -$strSubmit = 'Pokreni'; -$strSuccess = 'Va SQL upit je uspjeno izvren'; -$strSum = 'Ukupno'; +$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje'; +$strStrucNativeExcelOptions = 'Opcije izvornog Excel izvoza'; +$strStrucOnly = 'Samo strukturu'; +$strStructPropose = 'Predloi strukturu tablice'; +$strStructure = 'Strukturu'; +$strSubmit = 'Podnesi'; +$strSuccess = 'Va SQL upit uspjeno je izvren'; +$strSum = 'Zbroj'; +$strSwedish = 'vedski'; +$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka'; +$strSwitchToTable = 'Prebaci se na kopiranu tablicu'; -$strTableComments = 'Komentar tablice'; -$strTableEmpty = 'Ime tablice je prazno!'; -$strTableHasBeenDropped = 'Tablica %s je izbrisana'; -$strTableHasBeenEmptied = 'Tablica %s je ispranjena'; -$strTableHasBeenFlushed = 'Tablica %s je osvjeena'; -$strTableMaintenance = 'Radnje na tablici'; -$strTables = '%s tablica/e'; -$strTableStructure = 'Struktura tablice'; +$strTableAlreadyExists = 'Tablica %s ve postoji!'; +$strTableComments = 'Komentari tablice'; +$strTableEmpty = 'Naziv tablice je prazan!'; +$strTableHasBeenDropped = 'Tablica %s je odbaen'; +$strTableHasBeenEmptied = 'Tablica %s je oiena'; +$strTableHasBeenFlushed = 'Tablica %s je ispranjena'; +$strTableMaintenance = 'Odravanje tablice'; +$strTableOfContents = 'Sadraj tablice'; +$strTableOptions = 'Opcije tablice'; +$strTables = '%s tablica'; +$strTableStructure = 'Tablina struktura za tablicu'; $strTable = 'Tablica'; -$strTextAreaLength = ' Zbog veliine ovog polja,
polje moda neete moi mijenjati '; +$strTakeIt = 'Dodijeli'; +$strTblPrivileges = 'Privilegije specifine za tablicu'; +$strTempData = 'Privremeni podaci'; +$strTextAreaLength = ' Zbog svoje duljine,
ureivanje ovog polja moda nee biti mogue '; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Zadana tema %s nije pronaena!'; +$strThemeNoPreviewAvailable = 'Nema raspoloivog pregleda.'; +$strThemeNotFound = 'Tema %s nije pronaena!'; +$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronaena!'; +$strThemePathNotFound = 'Za temu %s nije pronaena putanje tema!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Ovo raunalo'; +$strThisNotDirectory = 'Ovo nije bila mapa'; +$strThreads = 'Grane'; +$strThreadSuccessfullyKilled = 'Grana %s uspjeno je prekinuta.'; +$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnoenja bit e nastavljeno od poloaja %d.'; +$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili ralanjeni. To znai da phpMyAdmin nee biti u mogunosti zavriti ovaj uvoz sve dok ne poveate vremenska ogranienja unutar php.'; +$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako elite zavriti uvoz, ponovo podnesite istu datoteku i uvoz e nastaviti.'; +$strTime = 'Vrijeme'; +$strToggleScratchboard = 'Ukljui biljeke'; +$strTotalUC = 'Ukupno'; $strTotal = 'ukupno'; +$strTraditionalChinese = 'Kineski, tradicionalan'; +$strTraditionalSpanish = 'panjolski, tradicionalan'; +$strTraffic = 'Promet'; +$strTransactionCoordinator = 'Koordinator transakcije'; +$strTransformation_application_octetstream__download = 'Prikazuje vezu prema preuzimanju binarnih podataka polja. Moete upotrijebiti prvu opciju da biste sami odredili naziv datoteke ili drugu opciju da biste upotrijebili naziv polja koje sadri naziv datoteke. Ako upotrijebite drugu opciju, u prvu opciju morate unijeti prazan niz.'; +$strTransformation_application_octetstream__hex = 'Prikazuje podatke u heksadecimalnom obliku. Opcionalan prvi parametar odreuje koliko esto e prazna mjesta biti dodavana (zadana vrijednost je 2).'; +$strTransformation_image_jpeg__inline = 'Prikazuje sliicu s mogunou klikanja. Opcije su najvea irina i visina u pikselima. Izvorne proporcije su ouvane.'; +$strTransformation_image_jpeg__link = 'Prikazuje vezu za preuzimanje ove slike.'; +$strTransformation_image_png__inline = 'Pogledajte slika/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prikazuje polja TIME, TIMESTAMP ili DATETIME (vrijeme, oznaka vremena, datum) sukladno lokalnom obliku datuma i vremena. Prva opcija je razlika (u satima) koja e biti pridodana oznaci vremena (zadano: 0). Upotrijebite drugu opciju za odreivanje razliitog oblikovanja datuma i vremena. Detalje potraite u PHP dokumentaciji, funkcija strftime().'; +$strTransformation_text_plain__external = 'SAMO ZA LINUX: Pokree vanjsku aplikaciju i predaje joj podatke polja putem standardnog unosa. Vraa standardan ispis aplikacije. Zadana aplikacija je Tidy, uredno ispisivanje HTML koda. Iz sigurnosnih razloga morate runo urediti datoteku libraries/transformations/text_plain__external.inc.php i izraditi popis alata koje elite uiniti raspoloivim. Prva opcija e biti redni broj programa kojeg elite upotrebljavati a druga opcija su parametri programa. Ako je trea opcija postavljena na vrijednost 1, pretvorit e ispis pomou htmlspecialchars(), (zadano: 1). Ako je etvrta opcija postavljena na vrijednost 1, sprijeit e omatanje i osigurati prikaz ispisa u jednom retku (zadano: 1).'; +$strTransformation_text_plain__formatted = 'Prikazuje sadraj polje u izvornom obliku, bez njegovog provlaenja kroz htmlspecialchars(). Odnosno, za polje se pretpostavlja da ne sadri valjani HTML kod.'; +$strTransformation_text_plain__imagelink = 'Prikazuje sliku i vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga i trea opcija predstavljaju irinu i visinu u pikselima.'; +$strTransformation_text_plain__link = 'Prikazuje vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga opcija je naziv veze.'; +$strTransformation_text_plain__sql = 'Oblikuje tekst kao SQL upit s naglaavanjem sintakse.'; +$strTransformation_text_plain__substr = 'Prikazuje dio niza. Prva opcija je broj znakova koje je potrebno preskoiti, od poetka niza (zadano: 0). Druga opcija je broj znakova za povrat (zadano: do zavretka niza). Trea opcija je niz koji je potrebno pridodati iza zavretka i/ili prije poetka kad zapone srezivanje (zadano: "...").'; +$strTruncateQueries = 'Srei prikazane rezultate'; +$strTurkish = 'Turski'; $strType = 'Vrsta'; -$strUncheckAll = 'Makni oznake'; -$strUnique = 'Jedinstveni klju'; -$strUnselectAll = 'Makni oznake'; -$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; -$strUpdateProfileMessage = 'Profil je promijenjen.'; -$strUpdateQuery = 'Promijeni SQL-upit'; -$strUsage = 'Zauzee'; -$strUseBackquotes = 'Koristi \' za ograniavanje imena polja'; -$strUserEmpty = 'Ime korisnika je prazno!'; +$strUkrainian = 'Ukrajinski'; +$strUncheckAll = 'Ukloni sve oznake'; +$strUnicode = 'Unicode'; +$strUnique = 'Jedinstveno'; +$strUnknown = 'nepoznato'; +$strUnselectAll = 'Ukloni sav odabir'; +$strUnsupportedCompressionDetected = 'Pokuali ste uitati datoteku s nepodranim nainom komprimiranja (%s). Takva podrka jo nije implementirana ili je onemoguena u vaoj konfiguraciji.'; +$strUpdatePrivMessage = 'Aurirali ste privilegije za %s.'; +$strUpdateProfileMessage = 'Profil je auriran.'; +$strUpdateQuery = 'Auriraj upit'; +$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o auriranju tablice column_comments.'; +$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.'; +$strUploadLimit = 'Vjerojatno ste pokuali s uitavanjem prevelike datoteke. Pogledajte %sdokumentaciju%s radi uputa o nainima rjeavanja ovog ogranienja.'; +$strUploadsNotAllowed = 'Uitavanje datoteka nije doputeno na ovom posluitelju.'; +$strUsage = 'Upotreba'; +$strUseBackquotes = 'Unesi nazive tablica i polja sa stranjim navodnicima'; +$strUsedPhpExtensions = 'Upotrijebljena PHP proirenja'; +$strUseHostTable = 'Upotrijebi tablicu posluitelja'; +$strUserAlreadyExists = 'Korisnik %s ve postoji!'; +$strUserEmpty = 'Korisniko ime je prazno!'; $strUser = 'Korisnik'; -$strUserName = 'Ime korisnika'; -$strUseTables = 'Koristi tablice'; +$strUserName = 'Korisniko ime'; +$strUserNotFound = 'Odabrani korisnik nije pronaen u tablici privilegija.'; +$strUserOverview = 'Pregled korisnika'; +$strUsersDeleted = 'Odabrani korisnici uspjeno su izbrisani.'; +$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"'; +$strUseTabKey = 'Pomou tipke TAB premjetate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premjetanje bilo kamo'; +$strUseTables = 'Upotrijebi tablice'; +$strUseTextField = 'Upotrijebi tekstualno polje'; +$strUseThisValue = 'Upotrijebi ovu vrijednost'; +$strValidateSQL = 'Provjera valjanosti SQL-a'; +$strValidatorError = 'SQL validator nije bilo mogue pokrenuti. Provjerite jeste li instalirali potrebna PHP proirenja, na nain opisan u %sdokumentaciji%s.'; $strValue = 'Vrijednost'; -$strViewDumpDB = 'Prikai dump (shemu) baze'; -$strViewDump = 'Prikai dump (shemu) tablice'; +$strVar = 'Varijabla'; +$strVersionInformation = 'Podaci o verziji'; +$strViewDumpDatabases = 'Prikai ispis (shemu) baza podataka'; +$strViewDumpDB = 'Prikai ispis (shemu) baze podataka'; +$strViewDump = 'Prikai ispis (shemu) tablice'; +$strViewHasBeenDropped = 'Index %s je isputen'; +$strViewMaxExactCount = 'Ovaj prikaz sadri vie od %s redaka. Pogledajte %sdokumentaciju%s.'; +$strView = 'Prikaz'; -$strWelcome = 'Dobrodoli u %s'; -$strWithChecked = 'Oznaeno:'; -$strWrongUser = 'Pogreno korisniko ime/lozinka. Pristup odbijen.'; +$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe uitavanja nije mogue dohvatiti'; +$strWebServerUploadDirectory = 'mapa uitavanja web posluitelja'; +$strWelcome = 'Dobro doli u %s'; +$strWestEuropean = 'Zapadno europski'; +$strWildcard = 'doker'; +$strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogue osvjeiti. Moda ste zatvorili nadreeni prozor ili su postavke sigurnosti vaeg preglednika konfigurirane za blokiranje auriranja preko vie prozora.'; +$strWithChecked = 'S odabirom:'; +$strWriteRequests = 'Zahtjevi zapisivanja'; +$strWritingCommentNotPossible = 'Zapisivanje komentara nije mogue'; +$strWritingRelationNotPossible = 'Zapisivanje relacija nije mogue'; +$strWrongUser = 'Pogreno korisniko ime ili lozinka. Pristup odbijen.'; + +$strXMLOptions = 'XML opcije'; +$strXML = 'XML'; $strYes = 'Da'; -$strZip = '"zip-ano"'; +$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ogranienje.'; +$strZip = '"zipano"'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$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 -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutodetect = 'Autodetect'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$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 $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. 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 - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$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 -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strComments = 'Comments'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
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.
If you recieve a blank page, everything is fine.'; //to translate -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate -$strCSVOptions = 'CSV options';//to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDBGContext = 'Context'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate - -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$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 -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$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 -$strInsertedRowId = 'Inserted row id:'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLinkNotFound = 'Link not found'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$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 -$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 -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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 -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$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 -$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 -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$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 -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$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 -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$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 -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDescription = 'no Description'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperations = 'Operations'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$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 -$strPhp = 'Create PHP Code'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$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 -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strRelationView = 'Relation view'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearch = 'Search';//to translate -$strSearchType = 'Find:';//to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSelectTables = 'Select Tables'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strSQLOptions = 'SQL options';//to translate -$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 -$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 -$strSQLResult = 'SQL result'; //to translate -$strSQL = 'SQL'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$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 -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$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 -$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 -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$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 -$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 -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$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 -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$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 -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$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 -$strWriteRequests = 'Write requests'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index bc9b40176..13c2e31d8 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -2,1022 +2,999 @@ /* $Id$ */ /** - * Translation made by: Sime Essert + * Croatian language file by + * Renato Pavičić */ $charset = 'utf-8'; $allow_recoding = TRUE; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ','; -$number_decimal_separator = '.'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub'); -$month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); +$month = array('Sij', 'Velj', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B %Y. u %H:%M'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y u %I:%M %p'; +$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; +$strAbortedClients = 'Prekinuto'; +$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-poslužitelju do docSQL mape'; +$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojeća konfiguracijska datoteka. Za izradu možete upotrijebiti naredbu %1$ssetup script%2$s'; +$strAccessDeniedExplanation = 'phpMyAdmin pokušao je uspostaviti vezu s MySQL poslužiteljem, ali je poslužitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL poslužitelja.'; $strAccessDenied = 'Pristup odbijen'; -$strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/izbriši stupac'; -$strAddDeleteRow = 'Dodaj/izbriši polje za kriterij'; -$strAddNewField = 'Dodaj novi stupac'; -$strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):'; -$strAddToIndex = 'Dodaj ključ'; +$strAction = 'Aktivnost'; +$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; +$strAddConstraints = 'Dodaj prisile'; +$strAddDeleteColumn = 'Dodaj/Izbriši stupce polja'; +$strAddDeleteRow = 'Dodaj/Izbriši redak kriterija'; +$strAddedColumnComment = 'Dodani komentar za stupac'; +$strAddedColumnRelation = 'Dodana relacija za stupac'; +$strAddFields = 'Dodaj %s polja'; +$strAddHeaderComment = 'Dodaj prilagođeni komentar u zaglavlje ("\\n" razdvaja retke)'; +$strAddIntoComments = 'Dodaj u komentare'; +$strAddNewField = 'Dodaj novo polje'; +$strAddPrivilegesOnDb = 'Dodaj privilegije za sljedeće baze podataka'; +$strAddPrivilegesOnTbl = 'Dodaj privilegije za sljedeću tablicu'; +$strAddSearchConditions = 'Dodaj uvjete pretrage (sadržaj uvjeta "gdje"):'; +$strAddToIndex = 'Dodaj u indeks  %s stupci'; $strAddUser = 'Dodaj novog korisnika'; -$strAddUserMessage = 'Korisnik dodan'; -$strAffectedRows = 'Promijenjeno redaka:'; -$strAfterInsertBack = 'Natrag na prethodnu stranicu'; -$strAfterInsertNewInsert = 'Dodaj još jedan red'; -$strAfter = 'Nakon %s'; +$strAddUserMessage = 'Dodali ste novog korisnika.'; +$strAdministration = 'Administracija'; +$strAffectedRows = 'Zahvaćeni redovi:'; +$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu'; +$strAfterInsertNewInsert = 'Umetni dodatni novi redak'; +$strAfterInsertNext = 'Uredi sljedeći redak'; +$strAfterInsertSame = 'Kreni nazad na ovu stranicu'; +$strAfter = 'Poslije %s'; +$strAllowInterrupt = 'Dopusti prekid uvoza u slučaju da skripta otkrije blizinu vremenskog ograničenja. Ovo bi mogao biti dobar način uvoza velikih datoteka, ali može prekinuti transakcije.'; $strAll = 'Sve'; -$strAlterOrderBy = 'Promijeni redoslijed u tablici'; +$strAllTableSameWidth = 'Prikazati sve tablice uz istu širinu?'; +$strAlterOrderBy = 'Izmijeni rasporede tablice po'; $strAnalyzeTable = 'Analiziraj tablicu'; -$strAnd = 'i'; -$strAnIndex = 'Ključ je upravo dodan %s'; +$strAnd = 'I'; +$strAndThen = 'i potom'; +$strAnIndex = 'Indeks je pridodan na %s'; $strAny = 'Bilo koji'; -$strAnyHost = 'Bilo koji server'; +$strAnyHost = 'Bilo koje računalo'; $strAnyUser = 'Bilo koji korisnik'; -$strAPrimaryKey = 'Primarni ključ je upravo dodan %s'; -$strAscending = 'Rastući'; -$strAtBeginningOfTable = 'Na početku tablice'; -$strAtEndOfTable = 'Na kraju tablice'; -$strAttr = 'Svojstva'; +$strApproximateCount = 'Može biti približno. Pogledajte ČPP 3.11'; +$strAPrimaryKey = 'Primarni ključ je dodan na %s'; +$strArabic = 'Arapski'; +$strArmenian = 'Armenski'; +$strAscending = 'Uzlazno'; +$strAtBeginningOfTable = 'Pri početku tablice'; +$strAtEndOfTable = 'Pri završetku tablice'; +$strAttr = 'Atributi'; +$strAutodetect = 'Automatski prepoznaj'; +$strAutomaticLayout = 'Automatski raspored'; $strBack = 'Nazad'; +$strBaltic = 'Baltički'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; -$strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; -$strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; -$strBookmarkLabel = 'Naziv'; -$strBookmarkQuery = 'Označeni SQL-upit'; -$strBookmarkThis = 'Označi SQL-upit'; -$strBookmarkView = 'Vidi samo'; -$strBrowse = 'Pregled'; -$strBzip = '"bzip-ano"'; +$strBinaryDoNotEdit = 'Binarno - ne uređuj'; +$strBinaryLog = 'Binarni zapisnik'; +$strBinLogEventType = 'Vrsta događaja'; +$strBinLogInfo = 'Podaci'; +$strBinLogName = 'Naziv zapisnika'; +$strBinLogOriginalPosition = 'Izvorni položaj'; +$strBinLogPosition = 'Položaj'; +$strBinLogServerId = 'ID poslužitelja'; +$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu'; +$strBookmarkCreated = 'Izrađen je favorit %s'; +$strBookmarkDeleted = 'Favorit je izbrisan.'; +$strBookmarkLabel = 'Oznaka'; +$strBookmarkQuery = 'Favorizirani SQL upit'; +$strBookmarkReplace = 'Zamijeni postojećim favoritom istog naziva'; +$strBookmarkThis = 'Favoriziraj ovaj SQL upit'; +$strBookmarkView = 'Samo prikaz'; +$strBrowseDistinctValues = 'Pretraži prepoznatljive vrijednosti'; +$strBrowseForeignValues = 'Pretraži strane vrijednosti'; +$strBrowse = 'Pretraživanje'; +$strBufferPoolActivity = 'Aktivnost međuspremnika'; +$strBufferPool = 'Međuspremnik'; +$strBufferPoolUsage = 'Iskoristivost međuspremnika'; +$strBufferReadMissesInPercent = 'Propuštena čitanja pri %'; +$strBufferReadMisses = 'Propuštena čitanja'; +$strBufferWriteWaitsInPercent = 'Zapisivanje čeka pri %'; +$strBufferWriteWaits = 'Zapisivanje čeka'; +$strBulgarian = 'Bugarski'; +$strBusyPages = 'Zaposlene stranice'; +$strBzError = 'phpMyAdmin nije bio u mogućnosti komprimirati izbacivanje zbog prekinutog Bz2 proširenja u ovoj verziji PHP-a. Snažno se preporučuje da postavite $cfg[\'BZipDump\'] direktivu u vašoj phpMyAdmin konfiguracijskoj datoteci na FALSEAko želite upotrebljavati kompresijsku osobinu Bz2, bit će potrebna nadogradnja na noviju verziju PHP-a. Detalje pregledajte u izvještaju PHP nedostataka: %s.'; +$strBzip = '"bzipano"'; -$strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !'; -$strCardinality = 'Kardinalnost'; -$strChangePassword = 'Promijeni šifru'; +$strCalendar = 'Kalendar'; +$strCanNotLoadExportPlugins = 'Nije moguće učitati dodatke za izvoz. Provjerite svoju instalaciju!'; +$strCanNotLoadImportPlugins = 'Nije moguće učitati dodatke za uvoz. Provjerite svoju instalaciju!'; +$strCannotLogin = 'Prijavljivanje na MySQL poslužitelj nije moguće'; +$strCantLoad = 'Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.'; +$strCantLoadRecodeIconv = 'Nije moguće učitati proširenja iconv ili recode potrebna za pretvaranje znakova. Potrebno je konfigurirati PHP radi omogućavanja ovih proširenja ili unutar phpMyAdmin onemogućiti pretvaranje znakova.'; +$strCantRenameIdxToPrimary = 'Preimenovanje indeksa u PRIMARY nije moguće!'; +$strCantUseRecodeIconv = 'Nije moguće upotrijebiti funkcije iconv, libiconv ili recode_string, iako izgleda da su sva potrebna proširenja učitana. Provjerite svoju PHP konfiguraciju.'; +$strCardinality = 'Najvažnije'; +$strCaseInsensitive = 'nebitna veličina znakova'; +$strCaseSensitive = 'veličina znakova je važna'; +$strCentralEuropean = 'Srednjoeuropski'; +$strChangeCopyModeCopy = '... zadržati staru.'; +$strChangeCopyModeDeleteAndReload = ' ... izbriši starog iz korisničkih tablica i potom ponovo učitaj privilegije.'; +$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...'; +$strChangeCopyModeJustDelete = ' ... izbriši starog iz korisničkih tablica.'; +$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbriši.'; +$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika'; +$strChangeDisplay = 'Odaberi polje za prikaz'; +$strChangePassword = 'Promijeni lozinku'; $strChange = 'Promijeni'; +$strCharsetOfFile = 'Tablica znakova za datoteku:'; +$strCharsetsAndCollations = 'Tablica znakova i uspoređivanja'; +$strCharsets = 'Tablice znakova'; +$strCharset = 'Tablica znakova'; $strCheckAll = 'Označi sve'; +$strCheckOverhead = 'Provjeri za prepunjene tablice'; +$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".'; +$strCheckPrivs = 'Provjeri privilegije'; $strCheckTable = 'Provjeri tablicu'; -$strColumnNames = 'Imena stupaca'; -$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; -$strCookiesRequired = 'Cookies moraju biti omogućeni.'; -$strCopyTable = 'Kopiram tablicu u (baza.tablica):'; -$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; -$strCreateIndex = 'Napravi ključ sa %s stupcem(aca)'; -$strCreateIndexTopic = 'Napravi novi ključ'; -$strCreate = 'Napravi'; -$strCreateNewDatabase = 'Napravi bazu podataka'; -$strCreateNewTable = 'Napravi novu tablicu u bazi '; +$strChoosePage = 'Odaberite tablicu za uređivanje'; +$strColComFeat = 'Prikazivanje stupca komentara'; +$strCollation = 'Uspoređivanje'; +$strColumnNames = 'Nazivi stupaca'; +$strColumnPrivileges = 'Privilegije specifične za stupac'; +$strCommand = 'Naredba'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strComments = 'Komentari'; +$strCompatibleHashing = 'MySQL 4.0 kompatibilno'; +$strCompleteInserts = 'Dovrši umetanja'; +$strCompression = 'Kompresija'; +$strCompressionWillBeDetected = 'Kompresija uvezene datoteke bit će automatski prepoznata iz: %s'; +$strConfigDefaultFileError = 'Nije moguće učitati zadanu konfiguraciju iz: "%1$s"'; +$strConfigFileError = 'phpMyAdmin nije mogao pročitati vašu konfiguracijsku datoteku!
Mogući razlog je ako PHP pronađe pogrešku u njezinom raščlanjivanju ili ako PHP ne može pronaći datoteku.
Potrebno je izravno pozvati konfiguracijsku datoteku putem donje veze i proučiti prikazane PHP poruke o pogreškama. U većini slučajeva na nekom mjestu nedostaje znak navodnika ili točke-zareza.
Ako se prikaže prazna stranica, sve je u redu.'; +$strConfigureTableCoord = 'Konfigurirajte koordinate tablice %s'; +$strConnectionError = 'Povezivanje nije moguće: neispravna postavka.'; +$strConnections = 'Veze'; +$strConstraintsForDumped = 'Ograničenja za izbačene tablice'; +$strConstraintsForTable = 'Ograničenja za tablicu'; +$strCookiesRequired = 'Od ovog mjesta potrebno je omogućiti kolačiće.'; +$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s'; +$strCopy = 'Kopiraj'; +$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):'; +$strCopyTableOK = 'Tablica %s kopirana je u %s.'; +$strCopyTableSameNames = 'Kopiranje u istu tablicu nije moguće!'; +$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je već zatvorena.'; +$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)'; +$strCreateIndex = 'Izradi indeks  %s stupaca'; +$strCreateIndexTopic = 'Izradi novi indeks'; +$strCreate = 'Izradi'; +$strCreateNewDatabase = 'Izradi novu bazu podataka'; +$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s'; +$strCreatePage = 'Izradi novu stranicu'; +$strCreatePdfFeat = 'Izrada PDF datoteka'; +$strCreateUserDatabase = 'Baza podataka za korisnika'; +$strCreateUserDatabaseName = 'Izradi bazu podataka istog naziva i podari sve privilegije'; +$strCreateUserDatabaseNone = 'Nijedan'; +$strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s džokerima (korisničkoime_%)'; +$strCreationDates = 'Izrada/Ažuriranje/Provjera datuma'; $strCriteria = 'Kriterij'; +$strCroatian = 'Hrvatski'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV opcije'; +$strCSVOptions = 'CSV opcije'; +$strCyrillic = 'Ćirilica'; +$strCzech = 'Češki'; +$strCzechSlovak = 'Češki ili Slovački'; +$strDanish = 'Danski'; $strDatabase = 'Baza podataka'; -$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; -$strDatabases = 'baze'; -$strDatabasesStats = 'Statistika baze'; -$strDataOnly = 'Samo podaci'; +$strDatabaseEmpty = 'Naziv baze podataka je prazan!'; +$strDatabaseExportOptions = 'Opcije izvoza baze podataka'; +$strDatabaseHasBeenDropped = 'Baza podataka %s je odbačena.'; +$strDatabaseNoTable = 'Ova baza podataka ne sadrži tablice!'; +$strDatabases = 'Baze podataka'; +$strDatabasesDropped = 'Baza podataka %s uspješno je odbačena.'; +$strDatabasesStatsDisable = 'Onemogući statistike'; +$strDatabasesStatsEnable = 'Omogući statistike'; +$strDatabasesStatsHeavyTraffic = 'Napomena: Omogućavanja statistika baze podataka može prouzrokovati izuzetno velik promet između web poslužitelja i MySQL poslužitelja.'; +$strDatabasesStats = 'Statistike baza podataka'; +$strDataDict = 'Rječnik podataka'; +$strDataOnly = 'Samo podatke'; +$strDataPages = 'Stranice koje sadrže podatke'; $strData = 'Podaci'; -$strDefault = 'Default'; -$strDeleted = 'Red je izbrisan'; +$strDBComment = 'Komentar baze podataka: '; +$strDBCopy = 'Kopiraj bazu podataka u'; +$strDBGContextID = 'ID konteksta'; +$strDBGContext = 'Kontekst'; +$strDBGHits = 'Pronalaženja'; +$strDBGLine = 'Redak'; +$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)'; +$strDBGMinTimeMs = 'Najkraće vrijeme (ms)'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Vrijeme/Pronalaženje (ms)'; +$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)'; +$strDbPrivileges = 'Privilegije specifične za bazu podataka'; +$strDBRename = 'Preimenuj bazu podataka u'; +$strDbSpecific = 'specifično za bazu podataka'; +$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL poslužitelju.'; +$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedećem obliku: a'; +$strDefault = 'Zadano'; +$strDefragment = 'Defragmentiraj tablicu'; +$strDelayedInserts = 'Upotrijebi odgođena umetanja'; +$strDeleteAndFlushDescr = 'Ovo je najčišći način, ali ponovno učitavanje privilegija može potrajati.'; +$strDeleteAndFlush = 'Izbriši korisnike i potom ponovo učitaj privilegije.'; +$strDeleted = 'Redak je izbrisan'; $strDeletedRows = 'Izbrisani redovi:'; $strDelete = 'Izbriši'; -$strDescending = 'Opadajući'; +$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!'; +$strDeleting = 'Brisanje %s'; +$strDelimiter = 'Razgraničavanje'; +$strDelOld = 'Trenutna stranica sadrži reference prema tablicama koje više ne postoje. Želite li izbrisati te reference?'; +$strDescending = 'Silazno'; +$strDescription = 'Opis'; +$strDictionary = 'rječnik'; +$strDirtyPages = 'Prljave stranice'; +$strDisabled = 'Onemogućeno'; +$strDisableForeignChecks = 'Onemogući provjere stranih znakova'; +$strDisplayFeat = 'Osobine prikaza'; $strDisplayOrder = 'Redoslijed prikaza:'; -$strDoAQuery = 'Napravi "upit po primjeru" (wildcard: "%")'; +$strDisplayPDF = 'Prikaži PDF shemu'; +$strDoAQuery = 'Izvedi "upit po primjeru" (džoker: "%")'; $strDocu = 'Dokumentacija'; -$strDoYouReally = 'Da li stvarno želite '; -$strDrop = 'Izbriši'; -$strDumpingData = 'Izvoz (dump) podataka tablice'; -$strDynamic = 'dinamično'; +$strDoYouReally = 'Želite li zaista '; +$strDropDatabaseStrongWarning = 'UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!'; +$strDrop = 'Ispusti'; +$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.'; +$strDumpingData = 'Izbacivanje podataka za tablicu'; +$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.'; +$strDumpXRows = 'Izbaci %s redaka, počevši od zapisa # %s.'; +$strDynamic = 'dinamički'; -$strEditPrivileges = 'Promijeni privilegije'; -$strEdit = 'Promijeni'; -$strEffective = 'Efektivno'; +$strEditPDFPages = 'Uredi PDF stranice'; +$strEditPrivileges = 'Uredi privilegije'; +$strEdit = 'Uređivanje'; +$strEffective = 'Na snazi'; $strEmpty = 'Isprazni'; -$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; -$strEnd = 'Kraj'; -$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; -$strError = 'Greška'; -$strExtendedInserts = 'Prošireni INSERT'; +$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).'; +$strEnabled = 'Omogućeno'; +$strEncloseInTransaction = 'Izvoz uključi u transakciju'; +$strEndCut = 'END CUT'; +$strEndRaw = 'END RAW'; +$strEnd = 'Završetak'; +$strEngineAvailable = '%s je raspoloživ na ovom MySQL poslužitelju.'; +$strEngineDisabled = '%s je onemogućen za ovaj MySQL poslužitelj.'; +$strEngines = 'Pogoni'; +$strEngineUnsupported = 'Ovaj MySQL poslužitelj ne podržava pogon pohranjivanja %s.'; +$strEnglish = 'Engleski'; +$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku '; +$strErrorInZipFile = 'Pogreška u ZIP arhivi:'; +$strError = 'Pogreška'; +$strErrorRenamingTable = 'Pogreška tijekom preimenovanja tablice %1$s u %2$s'; +$strEscapeWildcards = 'Da bi mogli biti upotrebljavani u doslovnom smislu, džokerima \_ i \% mora prethoditi znak \\'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estonski'; +$strExcelEdition = 'Excel izdanje'; +$strExcelOptions = 'Excel opcije'; +$strExecuteBookmarked = 'Izvrši favorizirani upit'; +$strExplain = 'Objasni SQL'; +$strExport = 'Izvoz'; +$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!'; +$strExtendedInserts = 'Proširena umetanja'; $strExtra = 'Dodatno'; -$strFieldHasBeenDropped = 'Polje %s izbrisano'; +$strFailedAttempts = 'Neuspjeli pokušaji'; +$strFieldHasBeenDropped = 'Polje %s je odbačeno'; $strField = 'Polje'; -$strFields = 'Broj polja'; -$strFieldsEmpty = ' Broj polja je nula! '; -$strFieldsEnclosedBy = 'Podaci ograđeni sa'; -$strFieldsEscapedBy = 'Escape znak      '; -$strFieldsTerminatedBy = 'Podaci razdvojeni sa'; -$strFixed = 'sređeno'; -$strFlushTable = 'Osvježi tablicu'; -$strFormat = 'Format'; -$strFormEmpty = 'Nedostaje vrijednost u formi !'; -$strFullText = 'Pun tekst'; +$strFieldsEmpty = ' Prebrojavanje polja je prazno! '; +$strFieldsEnclosedBy = 'Polja obuhvaćena po'; +$strFieldsEscapedBy = 'Polja izostavljena po'; +$strFields = 'Polja'; +$strFieldsTerminatedBy = 'Polja završena s'; +$strFileAlreadyExists = 'Datoteka %s već postoji na poslužitelju. Promijenite naziv ili označite opciju za prepisivanje.'; +$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati'; +$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka'; +$strFileNameTemplateDescriptionServer = 'naziv poslužitelja'; +$strFileNameTemplateDescriptionTable = 'naziv tablice'; +$strFileNameTemplateDescription = 'Vrijednost se interpretira pomoću %1$sstrftime%2$s, pa možete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća preoblikovanja: "%3$s". Ostatak teksta bit će zadržan u izvornom obliku.'; +$strFileNameTemplate = 'Predložak naziva datoteka'; +$strFileNameTemplateRemember = 'zapamti predložak'; +$strFileToImport = 'Datoteka za uvoz'; +$strFixed = 'fiksirano'; +$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisničke privilegije izravno iz MySQL tablica privilegija. U slučaju da su ručno mijenjane, sadržaj ovih tablica može se razlikovati od privilegija koje upotrebljava poslužitelj. U tom je slučaju potrebno %sponovo učitati privilegije%s prije nastavljanja rada.'; +$strFlushQueryCache = 'Isprazni pohranu upita'; +$strFlushTable = 'Isprazni tablicu ("FLUSH")'; +$strFlushTables = 'Isprazni (zatvori) sve tablice'; +$strFontSize = 'Veličina fonta'; +$strFormat = 'Oblikovanje'; +$strFormEmpty = 'U obrascu nedostaje vrijednost!'; +$strFreePages = 'Slobodne stranice'; +$strFullText = 'Potpuni tekstovi'; $strFunction = 'Funkcija'; +$strFunctions = 'Funkcije'; -$strGenTime = 'Vrijeme podizanja'; +$strGenBy = 'Generirano s'; +$strGeneralRelationFeat = 'Opće osobine relacija'; +$strGenerate = 'Generiraj'; +$strGeneratePassword = 'Generiraj lozinku'; +$strGenTime = 'Vrijeme generiranja'; +$strGeorgian = 'Gruzijski'; +$strGerman = 'Njemački'; +$strGlobal = 'opće'; +$strGlobalPrivileges = 'Opće privilegije'; +$strGlobalValue = 'Opća vrijednost'; $strGo = 'Kreni'; -$strGzip = '"gzip-ano"'; +$strGrantOption = 'Podarivanje'; +$strGreek = 'Grčki'; +$strGzip = '"gzipano"'; -$strHasBeenAltered = 'je promijenjen.'; -$strHasBeenCreated = 'je kreiran/a.'; -$strHomepageOfficial = 'phpMyAdmin WEB site'; +$strHandler = 'Hvatišta'; +$strHasBeenAltered = 'izmijenjeno je.'; +$strHasBeenCreated = 'izrađeno je.'; +$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; +$strHebrew = 'Hebrejski'; +$strHexForBinary = 'Upotrijebi heksadecimalno za binarna polja'; +$strHomepageOfficial = 'Službena stranica programa phpMyAdmin'; $strHome = 'Početna stranica'; -$strHostEmpty = 'Ime domene je prazno!'; -$strHost = 'Host (domena)'; +$strHostEmpty = 'Naziv računala je prazan!'; +$strHost = 'Računalo'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHungarian = 'Mađarski'; +$strIcelandic = 'Islandski'; +$strId = 'ID'; $strIdxFulltext = 'Puni tekst'; +$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnore = 'Ignoriraj'; -$strIndexes = 'Ključevi'; -$strIndexHasBeenDropped = 'Ključ %s je izbrisan'; -$strIndex = 'Ključ'; -$strIndexName = 'Ime ključa :'; -$strIndexType = 'Vrsta ključa :'; -$strInsertAsNewRow = 'Unesi kao novi redak'; -$strInsertedRows = 'Uneseni reci:'; -$strInsert = 'Novi redak'; -$strInUse = 'se koristi'; +$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; +$strIgnoringFile = 'Ignoriranje datoteke %s'; +$strImportDocSQL = 'Uvezi docSQL datoteke'; +$strImportFiles = 'Uvezi datoteke'; +$strImportFormat = 'Oblikovanje uvezene datoteke'; +$strImportSuccessfullyFinished = 'Uvoz je uspješno dovršen. Izvršeno upita: %d .'; +$strImport = 'Uvoz'; +$strIndexes = 'Indeksi'; +$strIndexHasBeenDropped = 'Index %s je odbačen'; +$strIndex = 'Indeks'; +$strIndexName = 'Naziv indeksa:'; +$strIndexType = 'Vrsta indeksa:'; +$strIndexWarningMultiple = 'Izrađeno je više od jednog ključa %s za stupac `%s`'; +$strIndexWarningPrimary = 'Ključevi PRIMARY i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strIndexWarningTable = 'Problemi s indeksima tablice `%s`'; +$strIndexWarningUnique = 'Ključevi UNIQUE i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strInnoDBAutoextendIncrementDesc = ' Veličina koraka za proširivanje veličine automatski proširujućeg prostora tablice u slučaju njezinog ispunjavanja.'; +$strInnoDBAutoextendIncrement = 'Korak autoproširenja'; +$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog međuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.'; +$strInnoDBBufferPoolSize = 'Veličina međuspremnika'; +$strInnoDBDataFilePath = 'Podatkovne datoteke'; +$strInnoDBDataHomeDirDesc = 'Uobičajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; +$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; +$strInnoDBPages = 'stranice'; +$strInnodbStat = 'InnoDB stanje'; +$strInsecureMySQL = 'Vaša konfiguracijska datoteka sadrži postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Vaš MySQL poslužitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; +$strInsertAsNewRow = 'Umetni kao novi redak'; +$strInsertedRowId = 'ID umetnutog retka:'; +$strInsertedRows = 'Umetnuti redovi:'; +$strInsert = 'Umetni'; +$strInternalNotNecessary = '* Interna relacija nije potrebna ako također postoji unutar InnoDB.'; +$strInternalRelations = 'Interne relacije'; +$strInUse = 'u upotrebi'; +$strInvalidAuthMethod = 'Neispravan komplet načina provjere vjerodostojnosti u konfiguraciji:'; +$strInvalidColumnCount = 'Broj stupaca mora biti veći od nule.'; +$strInvalidColumn = 'Određen je neispravan stupac (%s) !'; +$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.'; +$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.'; +$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s'; +$strInvalidDatabase = 'Neispravna baza podataka'; +$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.'; +$strInvalidFieldCount = 'Tablica mora sadržavati najmanje jedno polje.'; +$strInvalidLDIImport = 'Ovaj dodatak ne podržava uvoz komprimiranih datoteka!'; +$strInvalidRowNumber = '%d nije valjani broj retka.'; +$strInvalidServerHostname = 'Neispravan naziv za poslužitelj %1$s. Molimo, pregledajte svoju konfiguraciju.'; +$strInvalidServerIndex = 'Neispravan indeks poslužitelja: "%s"'; +$strInvalidTableName = 'Neispravan naziv tablice'; + +$strJapanese = 'Japanski'; +$strJoins = 'Spojevi'; +$strJumpToDB = 'Skoči do baze podataka "%s".'; +$strJustDeleteDescr = '"Izbrisani" će korisnici i dalje moći pristupati poslužitelju sve dok se privilegije ne učitaju ponovo.'; +$strJustDelete = 'Samo izbriši korisnike iz tablice privilegija.'; $strKeepPass = 'Ne mijenjaj lozinku'; -$strKeyname = 'Ime Ključa'; -$strKill = 'Zaustavi'; +$strKeyCache = 'Pohrana ključeva'; +$strKeyname = 'Naziv ključa'; +$strKill = 'Eliminiraj'; +$strKorean = 'Korejski'; -$strLengthSet = 'Dužina/Vrijednost*'; +$strLandscape = 'Položeno'; +$strLanguageFileNotFound = 'Jezična datoteka "%1$s" nije pronađena.'; +$strLanguage = 'Jezik'; +$strLanguageUnknown = 'Nepoznati jezik: %1$s.'; +$strLatchedPages = 'Vezane stranice'; +$strLatexCaption = 'Naslov tablice'; +$strLatexContent = 'Sadržaj tablice __TABLE__'; +$strLatexContinuedCaption = 'Nastavljeni naslov tablice'; +$strLatexContinued = '(nastavljeno)'; +$strLatexIncludeCaption = 'Uključi naslov tablice'; +$strLatexLabel = 'Ključ oznake'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opcije'; +$strLatexStructure = 'Struktura tablice __TABLE__'; +$strLatvian = 'Latvijski'; +$strLDI = 'CSV upotrebom LOAD DATA'; +$strLDIImportOptions = 'Opcije za CSV uvoz upotrebom naredbe LOAD DATA'; +$strLDILocal = 'Upotrijebi lokalnu ključnu riječ'; +$strLengthSet = 'Duljina/Vrijednosti'; $strLimitNumRows = 'Broj redaka po stranici'; -$strLinesTerminatedBy = 'Linije završavaju na'; -$strLinksTo = 'Links to'; -$strLocalhost = 'Local'; +$strLinesTerminatedBy = 'Redovi završeni s'; +$strLinkNotFound = 'Veza nije pronađena'; +$strLinksTo = 'Povezano s'; +$strLithuanian = 'Litavski'; +$strLocalhost = 'Lokalno'; $strLocationTextfile = 'Lokacija tekstualne datoteke'; +$strLoginInformation = '_Podaci prijave'; $strLogin = 'Prijava'; $strLogout = 'Odjava'; $strLogPassword = 'Lozinka:'; +$strLogServer = 'Poslužitelj'; $strLogUsername = 'Korisničko ime:'; +$strLongOperation = 'Ovaj postupak može potrajati dulje vrijeme. Ipak nastaviti?'; +$strMaxConnects = 'najv. uzastopnih veza'; +$strMaximalQueryLength = 'Najveća duljina izrađenog upita'; +$strMaximumSize = 'Najv: %s%s'; +$strMbExtensionMissing = 'PHP proširenje mbstring nije pronađeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proširenja mbstring, phpMyAdmin nije u mogućnosti pravilno razdjeljivati naredbe i može doći do neočekivanih rezultata.'; +$strMbOverloadWarning = 'Omogućili ste funkciju mbstring.func_overload u vašoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i može prouzrokovati oštećivanje nekih podataka!'; +$strMIME_available_mime = 'Raspoložive MIME vrste'; +$strMIME_available_transform = 'Raspoloživa preoblikovanja'; +$strMIME_description = 'Opis'; +$strMIME_MIMEtype = 'MIME vrsta'; +$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloživ opis.
Molimo da od autora zatražite objašnjenje rada %s .'; +$strMIME_transformation_note = 'Za popis raspoloživih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, kliknite %sopcije preoblikovanja%s'; +$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\',\'b\',\'c\'...
Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').'; +$strMIME_transformation_options = 'Opcije preoblikovanja'; +$strMIME_transformation = 'Pretvaranje preglednika'; +$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU'; +$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja'; $strModifications = 'Izmjene su spremljene'; -$strModifyIndexTopic = 'Promijeni ključ'; -$strModify = 'Promijeni'; -$strMoveTableOK = 'Tablica %s se sada zove %s.'; -$strMoveTable = 'Preimenuj tablicu u (baza.tablica):'; -$strMySQLSaid = 'MySQL poruka: '; -$strMySQLShowProcess = 'Prikaži listu procesa'; -$strMySQLShowStatus = 'Prikaži MySQL runtime informacije'; +$strModifyIndexTopic = 'Uredi indeks'; +$strModify = 'Uredi'; +$strMoveTableOK = 'Tablica %s premještena je u %s.'; +$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):'; +$strMoveTableSameNames = 'Premještanje u istu tablicu nije moguće!'; +$strMultilingual = 'višejezično'; +$strMyISAMDataPointerSizeDesc = 'Zadana veličina pokazatelja podataka u bajtovima, koju će upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije određena.'; +$strMyISAMDataPointerSize = 'Veličina pokazatelja podataka'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti veća od pohrane ključeva, uz ovdje navedenu vrijednost, preferiraj način pohrane ključeva.'; +$strMyISAMMaxExtraSortFileSize = 'Najveća veličina privremenih datoteka pri izradi indeksa'; +$strMyISAMMaxSortFileSizeDesc = 'Najveća veličina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvođenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Najveća veličina datoteke za privremeno preslagivanje'; +$strMyISAMRecoverOptionsDesc = 'Način rada za automatski povrat srušenih MyISAM tablica, na način kojim je određen putem opcije --myisam-recover.'; +$strMyISAMRecoverOptions = 'Rad s automatskim povratom'; +$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost veća od 1, MyISAM indeksi tablica izrađuju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.'; +$strMyISAMRepairThreads = 'Popravi grane'; +$strMyISAMSortBufferSizeDesc = 'Međuspremnik koji je predodređen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Veličina međuspremnika preslagivanja'; +$strMySQLCharset = 'MySQL tablica znakova'; +$strMysqlClientVersion = 'MySQL verzija klijenta'; +$strMySQLConnectionCollation = 'MySQL uspoređivanje veza'; +$strMySQLSaid = 'MySQL je poručio: '; +$strMySQLShowProcess = 'Prikaži procese'; +$strMySQLShowStatus = 'Prikaži podatke MySQL pokretanja'; $strMySQLShowVars = 'Prikaži MySQL sistemske varijable'; -$strName = 'Ime'; -$strNext = 'Sljedeći'; -$strNoDatabases = 'Baza ne postoji'; -$strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.'; -$strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.'; -$strNoIndex = 'Ključ nije definiran!'; -$strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!'; -$strNoModification = 'Nema nikakvih promjena'; +$strName = 'Naziv'; +$strNext = 'Sljedeće'; +$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.'; +$strNoDatabases = 'Nema baza podataka'; +$strNoDatabasesSelected = 'Nema odabrane baze podataka.'; +$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veličina datoteke prelazi najveću dopuštenu veličinu od strane vaše PHP konfiguracije. Pogledajte ČPP 1.16.'; +$strNoDescription = 'bez opisa'; +$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloživi podaci.'; +$strNoDropDatabases = '"DROP DATABASE" izjave su onemogućene.'; +$strNoExplain = 'Preskoči Objasni SQL'; +$strNoFilesFoundInZip = 'Datoteke nisu pronađene unutar ZIP arhive!'; +$strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podržava okvire.'; +$strNoIndex = 'Nema definiranog indeksa!'; +$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!'; +$strNoModification = 'Bez izmjena'; $strNo = 'Ne'; -$strNone = 'Ništa'; -$strNoPassword = 'Nema lozinke'; -$strNoPrivileges = 'Nema privilegija'; -$strNoRights = 'Nemate dovoljno prava za ovo područje!'; -$strNoTablesFound = 'Tablica nije pronađena u bazi.'; -$strNotNumber = 'To nije broj!'; -$strNoUsersFound = 'Korisnik(ci) nije pronađen.'; +$strNone = 'bez kompresije'; +$strNoOptions = 'Ovaj oblik nema raspoložive opcije'; +$strNoPassword = 'Bez lozinke'; +$strNoPermission = 'Web poslužitelj nema dopuštenja za spremanje datoteke %s.'; +$strNoPhp = 'Bez PHP koda'; +$strNoPrivileges = 'Bez privilegija'; +$strNoRights = 'Nemate dovoljno privilegija da boravite ovdje!'; +$strNoRowsSelected = 'Nema odabranih redova'; +$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.'; +$strNoTablesFound = 'U bazi podataka nisu pronađene tablice.'; +$strNoThemeSupport = 'Podrška za teme ne postoji. Provjerite vašu konfiguraciju i/ili vaše teme u mapi %s.'; +$strNotNumber = 'Ovo nije brojka!'; +$strNotOK = 'nije OK'; +$strNotSet = 'tablica %s nije pronađena ili nije zadana u %s'; +$strNoUsersFound = 'Korisnici nisu pronađeni.'; +$strNoValidateSQL = 'Preskoči provjeru valjanosti SQL-a'; $strNull = 'Null'; +$strNumberOfFields = 'Broj polja'; +$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s'; +$strNumSearchResultsTotal = 'Ukupno: %s poklapanja'; +$strNumTables = 'Tablice'; +$strOK = 'U redu '; +$strOpenDocumentSpreadsheetOptions = 'Otvori opcije izračunske tablice dokumenta'; +$strOpenDocumentSpreadsheet = 'Otvori izračunsku tablicu dokumenta'; +$strOpenDocumentTextOptions = 'Otvori opcije teksta dokumenta'; +$strOpenDocumentText = 'Otvori tekst dokumenta'; +$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor'; +$strOperations = 'Operacije'; +$strOperator = 'Operator'; $strOptimizeTable = 'Optimiziraj tablicu'; -$strOr = 'ili'; -$strOverhead = 'Prekoračenje'; +$strOr = 'Ili'; +$strOverhead = 'Prepunjenje'; +$strOverwriteExisting = 'Prepiši postojeće datoteke'; -$strPartialText = 'Dio teksta'; +$strPageNumber = 'Broj stranice:'; +$strPagesToBeFlushed = 'Stranice za pražnjenje'; +$strPaperSize = 'Veličina papira'; +$strPartialImport = 'Djelomičan uvoz'; +$strPartialText = 'Djelomični tekstovi'; +$strPasswordChanged = 'Lozinka za %s uspješno je promijenjena.'; $strPasswordEmpty = 'Lozinka je prazna!'; +$strPasswordHashing = 'Izrada presjeka lozinke'; $strPassword = 'Lozinka'; -$strPasswordNotSame = 'Lozinka se ne podudara!'; -$strPHPVersion = 'verzija PHP-a'; +$strPasswordNotSame = 'Lozinke se ne podudaraju!'; +$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s'; +$strPdfInvalidTblName = 'Tablica "%s" ne postoji!'; +$strPdfNoTables = 'Nema tablica'; +$strPDFOptions = 'PDF opcije'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generira izvještaj koji sadrži podatke samo jedne tablice)'; +$strPDFReportTitle = 'Naslov izvještaja'; +$strPerHour = 'po satu'; +$strPerMinute = 'po minuti'; +$strPerSecond = 'po sekundi'; +$strPersian = 'Perzijski'; +$strPhoneBook = 'telefonski imenik'; +$strPHP40203 = 'Upotrebljavate PHP 4.2.3 koji ima ozbiljne poteškoće s nizovima od višestrukih bajtova (mbstring). Pogledajte PHP izvještaj o nedostatku 19404. Ne preporučuje se upotreba ove verzije PHP-a uz program phpMyAdmin.'; +$strPhp = 'Izradi PHP kod'; +$strPHPVersion = 'PHP verzija'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!'; -$strPos1 = 'Početak'; -$strPrevious = 'Prethodna'; -$strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan'; -$strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" mora biti ime i samo ime primarnog ključa!)'; +$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vašoj konfiguracijskoj datoteci!'; +$strPolish = 'Poljski'; +$strPortrait = 'Portret'; +$strPos1 = 'Na vrh stranice'; +$strPrevious = 'Prethodni'; +$strPrimaryKeyHasBeenDropped = 'Primarni ključ je odbačen'; +$strPrimaryKeyName = 'Naziv primarnog ključa mora biti "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog ključa!)'; $strPrimary = 'Primarni'; -$strPrintView = 'Sažetak'; -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrint = 'Ispiši'; +$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)'; +$strPrintView = 'Prikaz ispisa'; +$strPrivDescAllPrivileges = 'Obuhvaća sve privilegije osim GRANT (Podari).'; +$strPrivDescAlter = 'Dopušta izmjenu strukture postojećih tablice.'; +$strPrivDescAlterRoutine = 'Dopušta izmjenu i odbacivanje pohranjenih rutina.'; +$strPrivDescCreateDb = 'Dopušta izradu novih baze podataka i tablice.'; +$strPrivDescCreateRoutine = 'Dopušta izradu pohranjenih rutina.'; +$strPrivDescCreateTbl = 'Dopušta izradu novih tablica.'; +$strPrivDescCreateTmpTable = 'Dopušta izradu privremenih tablica.'; +$strPrivDescCreateUser = 'Dopušta izradu, odbacivanje i preimenovanje korisničkih naloga.'; +$strPrivDescCreateView = 'Dopušta izradu novih prikaza.'; +$strPrivDescDelete = 'Dopušta brisanje podataka.'; +$strPrivDescDropDb = 'Dopušta odbacivanje baza podataka i tablica.'; +$strPrivDescDropTbl = 'Dopušta odbacivanje tablica.'; +$strPrivDescExecute5 = 'Dopušta pokretanje pohranjenih rutina.'; +$strPrivDescExecute = 'Dopušta izvršavanje pohranjenih postupaka. Nema učinka u ovoj verziji MySQL-a.'; +$strPrivDescFile = 'Dopušta uvoz i izvoz podataka iz datoteka.'; +$strPrivDescGrant = 'Dopušta dodavanje korisnika i privilegija bez ponovnog učitavanja tablica.'; +$strPrivDescIndex = 'Dopušta izradu i odbacivanje indeksa.'; +$strPrivDescInsert = 'Dopušta umetanje i zamjenu podataka.'; +$strPrivDescLockTables = 'Dopušta zaključavanje tablica u trenutnoj grani.'; +$strPrivDescMaxConnections = 'Ograničava broj novih povezivanja koje korisnik može otvoriti, po satu.'; +$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može poslati poslužitelju, po satu.'; +$strPrivDescMaxUpdates = 'Ograničava broj naredbi koje korisnik može pokrenuti, a čija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.'; +$strPrivDescMaxUserConnections = 'Ograničava broj istovremenih povezivanja koje korisnik može imati.'; +$strPrivDescProcess3 = 'Dopušta eliminiranje postupaka drugih korisnika.'; +$strPrivDescProcess4 = 'Dopušta pregledavanje cjelokupnih upita u popisu postupaka.'; +$strPrivDescReferences = 'Nema učinka u ovoj verziji MySQL-a.'; +$strPrivDescReload = 'Dopušta ponovno učitavanje postavki poslužitelja i pražnjenje privremene pohrane poslužitelja.'; +$strPrivDescReplClient = 'Dopušta korisnik postavljanje upita o lokaciji potčinjenih i gospodara.'; +$strPrivDescReplSlave = 'Potrebno za replikacijske potčinjene.'; +$strPrivDescSelect = 'Dopušta čitanje podataka.'; +$strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.'; +$strPrivDescShowView = 'Dopušta izvođenje upita SHOW CREATE VIEW.'; +$strPrivDescShutdown = 'Dopušta gašenje poslužitelja.'; +$strPrivDescSuper = 'Dopušta povezivanje čak i kad je dostignut najveći broj veza. Potrebno za većinu administrativnih operacija poput postavljanja općih varijabli ili eliminiranje grana drugih korisnika.'; +$strPrivDescUpdate = 'Dopušta mijenjanje podataka.'; +$strPrivDescUsage = 'Bez privilegija.'; $strPrivileges = 'Privilegije'; +$strPrivilegesReloaded = 'Privilegije su uspješno učitane.'; +$strProcedures = 'Postupci'; +$strProcesses = 'Procesi'; +$strProcesslist = 'Popis procesa'; +$strProtocolVersion = 'Verzija protokola'; +$strPutColNames = 'Nazive polja stavi u prvi red'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = 'Upit po primjeru'; -$strQueryOnDb = 'SQL upit na bazi %s:'; -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQBE = 'Upit'; +$strQueryCache = 'Pohrana upita'; +$strQueryFrame = 'Prozor za upite'; +$strQueryOnDb = 'SQL upit nad bazom podataka %s:'; +$strQueryResultsOperations = 'Operacije rezultata upita'; +$strQuerySQLHistory = 'SQL povijest'; +$strQueryStatistics = 'Statistike upita: Od pokretanja poslužitelju je upućeno %s upita.'; +$strQueryTime = 'Upit je trajao %01,4f sek'; +$strQueryType = 'Vrsta upita'; +$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora'; -$strRecords = 'Reci'; -$strReferentialIntegrity = 'Provjeri ispravnost veza:'; -$strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; -$strRenameTable = 'Promijeni ime tablice u '; +$strReadRequests = 'Pročitaj zahtjeve'; +$strReceived = 'Primljeno'; +$strRecords = 'Zapisi'; +$strReferentialIntegrity = 'Provjeri referencijalan integritet:'; +$strRefresh = 'Osvježi'; +$strRelationalSchema = 'Shema relacija'; +$strRelationNotWorking = 'Dodatne osobine za rad s povezanim tablicama su isključene. Da biste saznali zašto kliknite %sovdje%s.'; +$strRelationsForTable = 'RELACIJE TABLICE'; +$strRelations = 'Relacije'; +$strRelationView = 'Prikaz relacija'; +$strReloadingThePrivileges = 'Ponovno učitavanje privilegija'; +$strReloadPrivileges = 'Ponovno učitaj privilegije'; +$strRemoveSelectedUsers = 'Ukloni odabrane korisnike'; +$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s'; +$strRenameTableOK = 'Tablica %s preimenovana je u %s'; +$strRenameTable = 'Preimenuj tablicu u'; $strRepairTable = 'Popravi tablicu'; -$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; -$strReset = 'Resetiraj'; -$strReType = 'Ponovite unos'; +$strReplaceNULLBy = 'NULL zamijeni s'; +$strReplaceTable = 'Podatke tablice zamijeni datotekom'; +$strReplication = 'Replikacija'; +$strReset = 'Povrat'; +$strResourceLimits = 'Ograničenja resursa'; +$strReType = 'Ponovite'; +$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne učitaju.'; +$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbriši.'; $strRevokeMessage = 'Opozvali ste privilegije za %s'; $strRevoke = 'Opozovi'; -$strRowLength = 'Dužina retka'; -$strRowsFrom = ' redaka počevši od retka'; +$strRomanian = 'Rumunjski'; +$strRowLength = 'Duljina retka'; +$strRowsFrom = 'redovi koji započinju zapisom #'; $strRowSize = ' Veličina retka '; -$strRowsModeHorizontal = 'horizontalnom'; -$strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka'; -$strRowsModeVertical = 'vertikalnom'; +$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)'; +$strRowsModeHorizontal = 'vodoravno'; +$strRowsModeOptions = 'u načinu %s i ponavljaj zaglavlja nakon %s ćelija'; +$strRowsModeVertical = 'uspravno'; $strRows = 'Redaka'; -$strRowsStatistic = 'Statistika redaka'; -$strRunning = 'pokrenuto na %s'; -$strRunQuery = 'Izvrši SQL upit'; -$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi '; +$strRowsStatistic = 'Statistike redova'; +$strRunning = 'Izvršava se pri %s'; +$strRunQuery = 'Podnesi upit'; +$strRunSQLQueryOnServer = 'Pokreni SQL upit na poslužitelju %s'; +$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s'; +$strRussian = 'Ruski'; +$strSaveOnServer = 'Spremi na poslužitelju u mapi %s'; $strSave = 'Spremi'; -$strSelectADb = 'Izaberite bazu'; -$strSelectAll = 'Označi sve'; -$strSelectFields = 'Izaberite polja (najmanje jedno)'; -$strSelectNumRows = 'u upitu'; -$strSend = 'Spremi u datoteku'; -$strServerChoice = 'Izbor servera'; -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVersion = 'Verzija servera'; -$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...
Ako vam zatreba backslash ("\") ili jednostruki navodnik ("\'") navedite ih koristeći backslash (npr. \'\\\\xyz\' ili \'a\\\'b\').'; +$strScaleFactorSmall = 'Vrijednost omjera suviše je malen da bi shema stala na jednu stranicu'; +$strSearchFormTitle = 'Traži u bazi podataka'; +$strSearchInTables = 'Unutar tablica:'; +$strSearchNeedle = 'Riječi ili vrijednost za pretraživanje (džoker: "%"):'; +$strSearchOption1 = 'najmanje jedna riječ'; +$strSearchOption2 = 'sve riječi'; +$strSearchOption3 = 'točan izraz'; +$strSearchOption4 = 'kao regularan izraz'; +$strSearchResultsFor = 'Rezultati pretraživanja za "%s" %s:'; +$strSearch = 'Traži'; +$strSearchType = 'Traži:'; +$strSecretRequired = 'Konfiguracijska datoteka potražuje tajnu lozinku (blowfish_secret).'; +$strSelectADb = 'Odaberite bazu podataka'; +$strSelectAll = 'Odaberi sve'; +$strSelectBinaryLog = 'Odaberite binarni zapisnik za prikaz'; +$strSelectFields = 'Odaberite polja (najmanje jedno):'; +$strSelectNumRows = 'unutar upita'; +$strSelectTables = 'Odaberite tablice'; +$strSend = 'Spremi kao datoteku'; +$strSent = 'Poslano'; +$strServerChoice = 'Odabir poslužitelja'; +$strServerNotResponding = 'Poslužitelj ne odgovara'; +$strServer = 'Poslužitelj'; +$strServers = 'Poslužitelji'; +$strServerStatusDelayedInserts = 'Odgođena umetanja'; +$strServerStatus = 'Podaci o razini izvršavanja'; +$strServerStatusUptime = 'Ovaj MySQL poslužitelj radi tijekom %s. Pokrenut je %s.'; +$strServerTabVariables = 'Varijable'; +$strServerTrafficNotes = 'Promet poslužitelja: Ove tablice prikazuju statistike mrežnog prometa na ovom MySQL poslužitelju od trenutka njegovog pokretanja.'; +$strServerVars = 'Varijable i postavke poslužitelja'; +$strServerVersion = 'Verzija poslužitelja'; +$strSessionValue = 'Vrijednost sesije'; +$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedećem obliku: \'a\',\'B\',\'c\'...
Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Prikaži sve'; -$strShowingRecords = 'Prikaz redaka'; -$strShowPHPInfo = 'Prikaži informacije o PHP-u'; +$strShowColor = 'Prikaži boju'; +$strShowDatadictAs = 'Oblikovanje rječnika podataka'; +$strShowFullQueries = 'Prikaži pune upite'; +$strShowGrid = 'Prikaži mrežu'; +$strShowingBookmark = 'Prikazivanje oznake'; +$strShowingRecords = 'Prikazivanje redaka'; +$strShowOpenTables = 'Prikaži otvorene tablice'; +$strShowPHPInfo = 'Prikaži PHP podatke'; $strShow = 'Prikaži'; +$strShowSlaveHosts = 'Prikaži potčinjena računala'; +$strShowSlaveStatus = 'Prikaži stanje potčinjenog'; +$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmašile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.'; +$strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tablica koje poslužitelj automatski izrađuje na disku tijekom izvršavanja izjava. Ako je stavka Created_tmp_disk_tables velika, moglo bi biti potrebno da povećate vrijednost tmp_table_size, da biste privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk.'; +$strShowStatusCreated_tmp_filesDescr = 'Koliko je privremenih tablica izradio mysqld.'; +$strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tablica u memoriji koje je poslužitelj automatski izradio tijekom izvršavanja izjava.'; +$strShowStatusDelayed_errorsDescr = 'Broj redaka upisanih pomoću naredbe INSERT DELAYED, a kod kojih je došlo do neke vrste pogreške (vjerojatan razlog je udvojen ključ).'; +$strShowStatusDelayed_insert_threadsDescr = 'Broj hvatište grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju se primjeni INSERT DELAYED dobiva vlastitu granu.'; +$strShowStatusDelayed_writesDescr = 'Broj redaka zapisanih pomoću INSERT DELAYED.'; +$strShowStatusFlush_commandsDescr = 'Broj izvršenih izjava FLUSH.'; +$strShowStatusHandler_commitDescr = 'Broj internih izjava COMMIT.'; +$strShowStatusHandler_deleteDescr = 'Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice.'; +$strShowStatusHandler_discoverDescr = 'MySQL poslužitelj može upitati pogon pohranjivanja NDB skupine, zna li za tablicu s traženim nazivom. Ovaj se postupak naziva otkrivanje. Handler_discover naznačuje koliko je puta tablica bila otkrivenom.'; +$strShowStatusHandler_read_firstDescr = 'Brojka koja prokazuje koliko puta je prvi unos bio čitan iz indeksa. Velik broj je pokazatelj da poslužitelj izvodi mnogo potpunih pretraživanja indeksa, npr. SELECT col1 FROM foo, pri čemu je col1 indeksiran.'; +$strShowStatusHandler_read_keyDescr = 'Broj zahtjeva za čitanje retka zasnovan na ključu. Velik broj je pokazatelj da su vaši upiti i tablice pravilno indeksirani.'; +$strShowStatusHandler_read_nextDescr = 'Broj zahtjeva za čitanje sljedećeg retka u redoslijedu ključa. Ovaj se broj povećava ako izvodite upite stupca indeksa s ograničenjem opsega ili ako izvodite pretraživanje indeksa.'; +$strShowStatusHandler_read_prevDescr = 'Broj zahtjeva za čitanje prethodnog retka u redoslijedu ključa. Ovaj način čitanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'Broj zahtjeva za čitanje retka zasnovanog na fiksnom položaju. Ovaj iznos je velik ako izvodite mnogo upita koji zahtjevaju preslagivanje rezultata. Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretražuje cjelokupne tablice ili imate spojeve koji ne upotrebljavaju ključ na pravilan način.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Broj zahtjeva za čitanje sljedećeg retka u datoteci s podacima. Ovaj broj je velik ako izvodite mnogo pretraživanja tablice. Općenito, ovaj iznos naznačuje da vaša tablice nisu pravilno indeksirane ili da vaši upiti nisu napisani na način koji iskorištava prednosti raspoloživih indeksa.'; +$strShowStatusHandler_rollbackDescr = 'Broj internih izjava ROLLBACK.'; +$strShowStatusHandler_updateDescr = 'Broj zahtjeva za ažuriranje retka u tablici.'; +$strShowStatusHandler_writeDescr = 'Broj zahtjeva za umetanje retka u tablici.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj stranice koje sadrže podatke (dirty ili clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj stranica koje su trenutno \'dirty\'.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj stranica međuspremnika za koje je podnesen zahtjev za pražnjenjem.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih stranica.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj vezanih stranica u InnoDB međuspremniku. Ove se stranice trenutno čitaju ili zapisuju, ili ih nije moguće isprazniti ili ukloniti iz nekog drugog razloga.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj stranica koje su zauzete jer su dodijeljene za administrativna prepunjenja, poput zaključavanja redaka ili adaptivni indeks presjeka. Ovu je vrijednost moguće izračunati i kao Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ukupna veličina međuspremnika, u stranicama.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj "nasumičnih" pripremnih čitanja koje je InnoDB inicijalizirao. Događa se kad upit mora pretražiti veliki dio tablice, ali nasumičnim redoslijedom.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj slijednih pripremnih čitanja koje je inicijalizirao InnoDB. Ovo se događa kad InnoDB izvodi potpuno pretraživanje tablice.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logičkih zahtjeva za čitanjem koje je obavio InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logičkih čitanja koje InnoDB nije mogao zadovoljiti iz međuspremnik i morao je izvesti čitanje po jedne stranice.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Uobičajeno, zapisivanja u InnoDB međuspremnik izvode se u pozadini. Ipak, ako je potrebno iščitati ili izraditi stranicu, a nema raspoložive prazne stranice, bit će potrebno pričekati pražnjenje stranice. Ovaj brojač prikazuje stanje ovog čekanja. Ako je veličina međuspremnika pravilno postavljena, ova bi vrijednost trebala biti malenom.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj izvršenih zapisivanja u InnoDB međuspremnik.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Broj dosadašnjih fsync() operacija.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutan broj fsync() operacija u čekanju.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Trenutan broj čitanja u čekanju.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Trenutan broj zapisivanja u čekanju.'; +$strShowStatusInnodb_data_readDescr = 'Količina podataka pročitanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_data_readsDescr = 'Ukupan broj iščitavanja podataka.'; +$strShowStatusInnodb_data_writesDescr = 'Ukupan broj zapisivanja podataka.'; +$strShowStatusInnodb_data_writtenDescr = 'Količina podataka zapisanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_log_waitsDescr = 'Broj čekanja koja su se dogodila zbog nedovoljno velikog zapisnika međuspremnika, te je bilo potrebno čekati njegovo pražnjenje prije nastavka rada.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Broj zahtjeva za zapisivanje u zapisnik.'; +$strShowStatusInnodb_log_writesDescr = 'Broj fizičkih zapisivanja u zapisnik.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvršenih u datoteci zapisnika.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na čekanju.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na čekanju.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.'; +$strShowStatusInnodb_pages_createdDescr = 'Broj izrađenih stranica.'; +$strShowStatusInnodb_page_sizeDescr = 'Izrađena veličina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veličina stranice dopušta njihovo jednostavno pretvaranje u bajtove.'; +$strShowStatusInnodb_pages_readDescr = 'Broj iščitanih stranica.'; +$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zaključavanja redaka na koje se trenutno čeka.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosječno vrijeme postizanja zaključanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utrošeno na postizanja zaključanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zaključanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno čekati na zaključanost retka.'; +$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_insertedDescr = 'Broj redaka umetnutih u InnoDB tablice.'; +$strShowStatusInnodb_rows_readDescr = 'Broj redaka iščitanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_updatedDescr = 'Broj ažuriranih redaka u InnoDB tablicama.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Broj ključnih blokova u pohrani ključeva koji su izmijenjeni ali još nisu ispražnjeni na disk. Nekoć se nazivalo: Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'Broj neiskorištenih blokova u pohrani ključeva. Ovu vrijednost možete upotrijebiti za određivanje veličine pohrane ključeva koja je u upotrebi.'; +$strShowStatusKey_blocks_usedDescr = 'Broj iskorištenih blokova u pohrani ključeva. Ova je vrijednost oznaka gornje razine koja označuje najveći broj blokova koji su ikad bili u istovremenoj upotrebi.'; +$strShowStatusKey_read_requestsDescr = 'Broj zahtjeva za čitanje ključnog bloka iz pohrane.'; +$strShowStatusKey_readsDescr = 'Broj fizičkih čitanja ključnih blokova s diska. Ako je iznos Key_reads velik, vjerojatno je vaša vrijednost key_buffer_size premala. Stupanj promašivanja pohrane moguće je izračunati putem naredbi Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje ključnog bloka u pohranu.'; +$strShowStatusKey_writesDescr = 'Broj fizičkih zapisivanja ključnih blokova na disk. '; +$strShowStatusLast_query_costDescr = 'Ukupan trošak posljednjeg složenog upita, izračunat od strane optimizatora upita. Korisno za uspoređivanje troškova različitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da još nema složenog upita.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji čekaju svoje upisivanje u red čekanja INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaša vrijednost za pohranu tablica vjerojatno je premala.'; +$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.'; +$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za vođenje zapisnika).'; +$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.'; +$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.'; +$strShowStatusQcache_free_memoryDescr = 'Količina slobodne memorije za pohranu upita.'; +$strShowStatusQcache_hitsDescr = 'Broj pronalaženja u pohrani.'; +$strShowStatusQcache_insertsDescr = 'Broj upita pridodanih u pohranu.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz pohrane radi oslobađanja memorije za potrebe pohranjivanja novih upita. Ovaj vam podatak može pomoći pri podešavanju veličine pohrane upita. Pohrana upita upotrebljava strategiju posljednjeg nedavno upotrebljavanog (LRU - least recently used) radi odlučivanja koje će upite ukloniti iz pohrane.'; +$strShowStatusQcache_not_cachedDescr = 'Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog postavke query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registriranih u pohrani.'; +$strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u pohrani upita.'; +$strShowStatusReset = 'Povrat'; +$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (još nije implementirano).'; +$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.'; +$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traženja.'; +$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji provjeravaju upotrebu ključa nakon svakog retka. (Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite indekse vaših tablica.'; +$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Općenito nije kritično ako je ovaj iznos velik.)'; +$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraživanje prve tablice.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potčinjene SQL grane.'; +$strShowStatusSlave_retried_transactionsDescr = 'Ukupna količina (od pokretanja) ponovnih pokušaja transakcija od strane replikacijske potčinjene SQL grane.'; +$strShowStatusSlave_runningDescr = 'Uključeno (ON) ako je ovaj poslužitelj potčinjen i povezan na gospodara.'; +$strShowStatusSlow_launch_threadsDescr = 'Broj grana kojima je bilo potrebno više vremena za izradu, nego što je to definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama.'; +$strShowStatusSlow_queriesDescr = 'Broj upita kojima je bilo potrebno više vremena nego što je to definirano u long_query_time (dugo vrijeme upita), u sekundama.'; +$strShowStatusSort_merge_passesDescr = 'Broj prolaza udruživanja koje je algoritam za preslagivanje morao izvesti. Ako je ovaj iznos velik, razmotrite mogućnost povećanja vrijednosti sistemske varijable sort_buffer_size.'; +$strShowStatusSort_rangeDescr = 'Broj preslagivanja učinjenih pomoću opsega.'; +$strShowStatusSort_rowsDescr = 'Broj presloženih redaka.'; +$strShowStatusSort_scanDescr = 'Broj preslagivanja učinjenih pomoću pretraživanja tablice.'; +$strShowStatusTable_locks_immediateDescr = 'Količina trenutno postignutih zaključavanja tablica.'; +$strShowStatusTable_locks_waitedDescr = 'Količina zaključavanja tablica koji nisu mogli biti trenutno postignuti i bilo je potrebno određeno čekanje. Ako je ovaj iznos visok i ako imate problema s performansama, bit će potrebno da prvo optimizirate svoje upite i potom ili podijelite svoje tablice ili upotrijebite replikaciju.'; +$strShowStatusThreads_cachedDescr = 'Broj grana u pohrani grana. Stupanj pogodaka u pohrani može se izračunati kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, bit će potrebno da povećate svoju vrijednost thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.'; +$strShowStatusThreads_createdDescr = 'Broj grana izrađenih za rukovanje vezama. Ako je iznos Threads_created velik, moglo bi biti potrebno da povećate vrijednost thread_cache_size. (Uobičajeno, ako imate dobru implementaciju grana, ova opcija neće pružiti primjetna poboljšanja performansi.)'; +$strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.'; +$strShowTableDimension = 'Prikaži dimenzije tablice'; $strShowTables = 'Prikaži tablice'; -$strShowThisQuery = ' Prikaži ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strShowThisQuery = 'Ovaj upit ponovno prikaži ovdje'; +$strSimplifiedChinese = 'Kineski, pojednostavljen'; +$strSingly = '(pojedinačno)'; $strSize = 'Veličina'; -$strSort = 'Sortiranje'; -$strSpaceUsage = 'Zauzeće'; -$strSQLQuery = 'SQL-upit'; -$strStatement = 'Ime'; -$strStrucCSV = 'CSV format'; -$strStrucData = 'Struktura i podaci'; +$strSkipQueries = 'Broj zapisa (upita) koje je potrebno preskočiti od početka'; +$strSlovak = 'Slovački'; +$strSlovenian = 'Slovenski'; +$strSocketProblem = '(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)'; +$strSortByKey = 'Presloži po ključu'; +$strSorting = 'Preslagivanje'; +$strSort = 'Presloži'; +$strSpaceUsage = 'Iskorištenost prostora'; +$strSpanish = 'Španjolski'; +$strSplitWordsWithSpace = 'Riječi su razdvojene znakom razmaka (" ").'; +$strSQLCompatibility = 'Način rada SQL kompatibilnosti'; +$strSQLExportType = 'Vrsta izvoza'; +$strSQLImportOptions = 'SQL opcije'; +$strSQLOptions = 'SQL opcije'; +$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli nedostatak u SQL raščlanjivaču. Temeljito proučite vaš upit i provjerite ispravan unos navodnika. Jedan od mogućih razloga je i da ste učitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Vaš upit također možete provjeriti u naredbenom retku MySQL-a. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako raščlanjivač ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:'; +$strSQLParserUserError = 'Izgleda da postoji pogreška u vašem SQL upitu. Ispis pogreške MySQL poslužitelja može vam pomoći u dijagnosticiranju problema.'; +$strSQLQuery = 'SQL upit'; +$strSQLResult = 'SQL rezultat'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka'; +$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren'; +$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija'; +$strStatCheckTime = 'Posljednja provjera'; +$strStatCreateTime = 'Izrada'; +$strStatement = 'Izjave'; +$strStatisticsOverrun = 'Na zaposlenom poslužitelju brojač bajtova mogao bi preletjeti svoj raspon prikaza, pri čemu bi statistike koje prikazuje MySQL poslužitelj mogle biti netočne.'; +$strStatUpdateTime = 'Posljednje ažuriranje'; +$strStatus = 'Stanje'; +$strStorageEngine = 'Pogon pohrane'; +$strStorageEngines = 'Pogoni pohrane'; +$strStrucCSV = 'CSV'; +$strStrucData = 'Strukturu i podatke'; $strStrucExcelCSV = 'CSV za MS Excel'; -$strStrucOnly = 'Samo struktura'; -$strSubmit = 'Pokreni'; -$strSuccess = 'Vaš SQL upit je uspješno izvršen'; -$strSum = 'Ukupno'; +$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje'; +$strStrucNativeExcelOptions = 'Opcije izvornog Excel izvoza'; +$strStrucOnly = 'Samo strukturu'; +$strStructPropose = 'Predloži strukturu tablice'; +$strStructure = 'Strukturu'; +$strSubmit = 'Podnesi'; +$strSuccess = 'Vaš SQL upit uspješno je izvršen'; +$strSum = 'Zbroj'; +$strSwedish = 'Švedski'; +$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka'; +$strSwitchToTable = 'Prebaci se na kopiranu tablicu'; -$strTableComments = 'Komentar tablice'; -$strTableEmpty = 'Ime tablice je prazno!'; -$strTableHasBeenDropped = 'Tablica %s je izbrisana'; -$strTableHasBeenEmptied = 'Tablica %s je ispražnjena'; -$strTableHasBeenFlushed = 'Tablica %s je osvježena'; -$strTableMaintenance = 'Radnje na tablici'; -$strTables = '%s tablica/e'; -$strTableStructure = 'Struktura tablice'; +$strTableAlreadyExists = 'Tablica %s već postoji!'; +$strTableComments = 'Komentari tablice'; +$strTableEmpty = 'Naziv tablice je prazan!'; +$strTableHasBeenDropped = 'Tablica %s je odbačen'; +$strTableHasBeenEmptied = 'Tablica %s je očišćena'; +$strTableHasBeenFlushed = 'Tablica %s je ispražnjena'; +$strTableMaintenance = 'Održavanje tablice'; +$strTableOfContents = 'Sadržaj tablice'; +$strTableOptions = 'Opcije tablice'; +$strTables = '%s tablica'; +$strTableStructure = 'Tablična struktura za tablicu'; $strTable = 'Tablica'; -$strTextAreaLength = ' Zbog veličine ovog polja,
polje možda nećete moći mijenjati '; +$strTakeIt = 'Dodijeli'; +$strTblPrivileges = 'Privilegije specifične za tablicu'; +$strTempData = 'Privremeni podaci'; +$strTextAreaLength = ' Zbog svoje duljine,
uređivanje ovog polja možda neće biti moguće '; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Zadana tema %s nije pronađena!'; +$strThemeNoPreviewAvailable = 'Nema raspoloživog pregleda.'; +$strThemeNotFound = 'Tema %s nije pronađena!'; +$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronađena!'; +$strThemePathNotFound = 'Za temu %s nije pronađena putanje tema!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Ovo računalo'; +$strThisNotDirectory = 'Ovo nije bila mapa'; +$strThreads = 'Grane'; +$strThreadSuccessfullyKilled = 'Grana %s uspješno je prekinuta.'; +$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnošenja bit će nastavljeno od položaja %d.'; +$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili raščlanjeni. To znači da phpMyAdmin neće biti u mogućnosti završiti ovaj uvoz sve dok ne povećate vremenska ograničenja unutar php.'; +$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako želite završiti uvoz, ponovo podnesite istu datoteku i uvoz će nastaviti.'; +$strTime = 'Vrijeme'; +$strToggleScratchboard = 'Uključi bilješke'; +$strTotalUC = 'Ukupno'; $strTotal = 'ukupno'; +$strTraditionalChinese = 'Kineski, tradicionalan'; +$strTraditionalSpanish = 'Španjolski, tradicionalan'; +$strTraffic = 'Promet'; +$strTransactionCoordinator = 'Koordinator transakcije'; +$strTransformation_application_octetstream__download = 'Prikazuje vezu prema preuzimanju binarnih podataka polja. Možete upotrijebiti prvu opciju da biste sami odredili naziv datoteke ili drugu opciju da biste upotrijebili naziv polja koje sadrži naziv datoteke. Ako upotrijebite drugu opciju, u prvu opciju morate unijeti prazan niz.'; +$strTransformation_application_octetstream__hex = 'Prikazuje podatke u heksadecimalnom obliku. Opcionalan prvi parametar određuje koliko često će prazna mjesta biti dodavana (zadana vrijednost je 2).'; +$strTransformation_image_jpeg__inline = 'Prikazuje sličicu s mogućnošću klikanja. Opcije su najveća širina i visina u pikselima. Izvorne proporcije su očuvane.'; +$strTransformation_image_jpeg__link = 'Prikazuje vezu za preuzimanje ove slike.'; +$strTransformation_image_png__inline = 'Pogledajte slika/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prikazuje polja TIME, TIMESTAMP ili DATETIME (vrijeme, oznaka vremena, datum) sukladno lokalnom obliku datuma i vremena. Prva opcija je razlika (u satima) koja će biti pridodana oznaci vremena (zadano: 0). Upotrijebite drugu opciju za određivanje različitog oblikovanja datuma i vremena. Detalje potražite u PHP dokumentaciji, funkcija strftime().'; +$strTransformation_text_plain__external = 'SAMO ZA LINUX: Pokreće vanjsku aplikaciju i predaje joj podatke polja putem standardnog unosa. Vraća standardan ispis aplikacije. Zadana aplikacija je Tidy, uredno ispisivanje HTML koda. Iz sigurnosnih razloga morate ručno urediti datoteku libraries/transformations/text_plain__external.inc.php i izraditi popis alata koje želite učiniti raspoloživim. Prva opcija će biti redni broj programa kojeg želite upotrebljavati a druga opcija su parametri programa. Ako je treća opcija postavljena na vrijednost 1, pretvorit će ispis pomoću htmlspecialchars(), (zadano: 1). Ako je četvrta opcija postavljena na vrijednost 1, spriječit će omatanje i osigurati prikaz ispisa u jednom retku (zadano: 1).'; +$strTransformation_text_plain__formatted = 'Prikazuje sadržaj polje u izvornom obliku, bez njegovog provlačenja kroz htmlspecialchars(). Odnosno, za polje se pretpostavlja da ne sadrži valjani HTML kod.'; +$strTransformation_text_plain__imagelink = 'Prikazuje sliku i vezu. Polje sadrži naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga i treća opcija predstavljaju širinu i visinu u pikselima.'; +$strTransformation_text_plain__link = 'Prikazuje vezu. Polje sadrži naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga opcija je naziv veze.'; +$strTransformation_text_plain__sql = 'Oblikuje tekst kao SQL upit s naglašavanjem sintakse.'; +$strTransformation_text_plain__substr = 'Prikazuje dio niza. Prva opcija je broj znakova koje je potrebno preskočiti, od početka niza (zadano: 0). Druga opcija je broj znakova za povrat (zadano: do završetka niza). Treća opcija je niz koji je potrebno pridodati iza završetka i/ili prije početka kad započne srezivanje (zadano: "...").'; +$strTruncateQueries = 'Sreži prikazane rezultate'; +$strTurkish = 'Turski'; $strType = 'Vrsta'; -$strUncheckAll = 'Makni oznake'; -$strUnique = 'Jedinstveni ključ'; -$strUnselectAll = 'Makni oznake'; -$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; -$strUpdateProfileMessage = 'Profil je promijenjen.'; -$strUpdateQuery = 'Promijeni SQL-upit'; -$strUsage = 'Zauzeće'; -$strUseBackquotes = 'Koristi \' za ograničavanje imena polja'; -$strUserEmpty = 'Ime korisnika je prazno!'; +$strUkrainian = 'Ukrajinski'; +$strUncheckAll = 'Ukloni sve oznake'; +$strUnicode = 'Unicode'; +$strUnique = 'Jedinstveno'; +$strUnknown = 'nepoznato'; +$strUnselectAll = 'Ukloni sav odabir'; +$strUnsupportedCompressionDetected = 'Pokušali ste učitati datoteku s nepodržanim načinom komprimiranja (%s). Takva podrška još nije implementirana ili je onemogućena u vašoj konfiguraciji.'; +$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.'; +$strUpdateProfileMessage = 'Profil je ažuriran.'; +$strUpdateQuery = 'Ažuriraj upit'; +$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o ažuriranju tablice column_comments.'; +$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.'; +$strUploadLimit = 'Vjerojatno ste pokušali s učitavanjem prevelike datoteke. Pogledajte %sdokumentaciju%s radi uputa o načinima rješavanja ovog ograničenja.'; +$strUploadsNotAllowed = 'Učitavanje datoteka nije dopušteno na ovom poslužitelju.'; +$strUsage = 'Upotreba'; +$strUseBackquotes = 'Unesi nazive tablica i polja sa stražnjim navodnicima'; +$strUsedPhpExtensions = 'Upotrijebljena PHP proširenja'; +$strUseHostTable = 'Upotrijebi tablicu poslužitelja'; +$strUserAlreadyExists = 'Korisnik %s već postoji!'; +$strUserEmpty = 'Korisničko ime je prazno!'; $strUser = 'Korisnik'; -$strUserName = 'Ime korisnika'; -$strUseTables = 'Koristi tablice'; +$strUserName = 'Korisničko ime'; +$strUserNotFound = 'Odabrani korisnik nije pronađen u tablici privilegija.'; +$strUserOverview = 'Pregled korisnika'; +$strUsersDeleted = 'Odabrani korisnici uspješno su izbrisani.'; +$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"'; +$strUseTabKey = 'Pomoću tipke TAB premještate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premještanje bilo kamo'; +$strUseTables = 'Upotrijebi tablice'; +$strUseTextField = 'Upotrijebi tekstualno polje'; +$strUseThisValue = 'Upotrijebi ovu vrijednost'; +$strValidateSQL = 'Provjera valjanosti SQL-a'; +$strValidatorError = 'SQL validator nije bilo moguće pokrenuti. Provjerite jeste li instalirali potrebna PHP proširenja, na način opisan u %sdokumentaciji%s.'; $strValue = 'Vrijednost'; -$strViewDumpDB = 'Prikaži dump (shemu) baze'; -$strViewDump = 'Prikaži dump (shemu) tablice'; +$strVar = 'Varijabla'; +$strVersionInformation = 'Podaci o verziji'; +$strViewDumpDatabases = 'Prikaži ispis (shemu) baza podataka'; +$strViewDumpDB = 'Prikaži ispis (shemu) baze podataka'; +$strViewDump = 'Prikaži ispis (shemu) tablice'; +$strViewHasBeenDropped = 'Index %s je ispušten'; +$strViewMaxExactCount = 'Ovaj prikaz sadrži više od %s redaka. Pogledajte %sdokumentaciju%s.'; +$strView = 'Prikaz'; -$strWelcome = 'Dobrodošli u %s'; -$strWithChecked = 'Označeno:'; -$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.'; +$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti'; +$strWebServerUploadDirectory = 'mapa učitavanja web poslužitelja'; +$strWelcome = 'Dobro došli u %s'; +$strWestEuropean = 'Zapadno europski'; +$strWildcard = 'džoker'; +$strWindowNotFound = 'Ciljani prozor preglednika nije bilo moguće osvježiti. Možda ste zatvorili nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane za blokiranje ažuriranja preko više prozora.'; +$strWithChecked = 'S odabirom:'; +$strWriteRequests = 'Zahtjevi zapisivanja'; +$strWritingCommentNotPossible = 'Zapisivanje komentara nije moguće'; +$strWritingRelationNotPossible = 'Zapisivanje relacija nije moguće'; +$strWrongUser = 'Pogrešno korisničko ime ili lozinka. Pristup odbijen.'; + +$strXMLOptions = 'XML opcije'; +$strXML = 'XML'; $strYes = 'Da'; -$strZip = '"zip-ano"'; +$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ograničenje.'; +$strZip = '"zipano"'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$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 -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutodetect = 'Autodetect'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$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 $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. 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 - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$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 -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strComments = 'Comments'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
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.
If you recieve a blank page, everything is fine.'; //to translate -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate -$strCSVOptions = 'CSV options';//to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDBGContext = 'Context'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate - -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$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 -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$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 -$strInsertedRowId = 'Inserted row id:'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLinkNotFound = 'Link not found'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$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 -$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 -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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 -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$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 -$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 -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$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 -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$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 -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$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 -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDescription = 'no Description'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperations = 'Operations'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$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 -$strPhp = 'Create PHP Code'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$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 -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strRelationView = 'Relation view'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearch = 'Search';//to translate -$strSearchType = 'Find:';//to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSelectTables = 'Select Tables'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strSQLOptions = 'SQL options';//to translate -$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 -$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 -$strSQLResult = 'SQL result'; //to translate -$strSQL = 'SQL'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$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 -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$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 -$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 -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$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 -$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 -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$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 -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$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 -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$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 -$strWriteRequests = 'Write requests'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 9475bd968..6882a342c 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -2,1021 +2,998 @@ /* $Id$ */ /** - * Translation made by: Sime Essert + * Croatian language file by + * Renato Pavii */ $charset = 'windows-1250'; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ','; -$number_decimal_separator = '.'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'et', 'Pet', 'Sub'); -$month = array('Sij', 'Vel', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); +$month = array('Sij', 'Velj', 'Ou', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B %Y. u %H:%M'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y u %I:%M %p'; +$timespanfmt = '%s dana, %s sati, %s minuta i %s sekunda'; +$strAbortedClients = 'Prekinuto'; +$strAbsolutePathToDocSqlDir = 'Unesite apsolutnu putanju na web-posluitelju do docSQL mape'; +$strAccessDeniedCreateConfig = 'Vjerojatan razlog je nepostojea konfiguracijska datoteka. Za izradu moete upotrijebiti naredbu %1$ssetup script%2$s'; +$strAccessDeniedExplanation = 'phpMyAdmin pokuao je uspostaviti vezu s MySQL posluiteljem, ali je posluitelj odbio povezivanje. U datoteci config.inc.php provjerite naziv raunala, korisniko ime i lozinku, te provjerite da se odgovaraju podacima koje vam je dao administrator MySQL posluitelja.'; $strAccessDenied = 'Pristup odbijen'; -$strAction = 'Akcija'; -$strAddDeleteColumn = 'Dodaj/izbrii stupac'; -$strAddDeleteRow = 'Dodaj/izbrii polje za kriterij'; -$strAddNewField = 'Dodaj novi stupac'; -$strAddSearchConditions = 'Dodaj uvjete pretraivanja (dio "where" upita):'; -$strAddToIndex = 'Dodaj klju'; +$strAction = 'Aktivnost'; +$strAddAutoIncrement = 'Dodaj vrijednost AUTO_INCREMENT'; +$strAddClause = 'Dodaj %s'; +$strAddConstraints = 'Dodaj prisile'; +$strAddDeleteColumn = 'Dodaj/Izbrii stupce polja'; +$strAddDeleteRow = 'Dodaj/Izbrii redak kriterija'; +$strAddedColumnComment = 'Dodani komentar za stupac'; +$strAddedColumnRelation = 'Dodana relacija za stupac'; +$strAddFields = 'Dodaj %s polja'; +$strAddHeaderComment = 'Dodaj prilagoeni komentar u zaglavlje ("\\n" razdvaja retke)'; +$strAddIntoComments = 'Dodaj u komentare'; +$strAddNewField = 'Dodaj novo polje'; +$strAddPrivilegesOnDb = 'Dodaj privilegije za sljedee baze podataka'; +$strAddPrivilegesOnTbl = 'Dodaj privilegije za sljedeu tablicu'; +$strAddSearchConditions = 'Dodaj uvjete pretrage (sadraj uvjeta "gdje"):'; +$strAddToIndex = 'Dodaj u indeks  %s stupci'; $strAddUser = 'Dodaj novog korisnika'; -$strAddUserMessage = 'Korisnik dodan'; -$strAffectedRows = 'Promijenjeno redaka:'; -$strAfterInsertBack = 'Natrag na prethodnu stranicu'; -$strAfterInsertNewInsert = 'Dodaj jo jedan red'; -$strAfter = 'Nakon %s'; +$strAddUserMessage = 'Dodali ste novog korisnika.'; +$strAdministration = 'Administracija'; +$strAffectedRows = 'Zahvaeni redovi:'; +$strAfterInsertBack = 'Kreni nazad na prethodnu stranicu'; +$strAfterInsertNewInsert = 'Umetni dodatni novi redak'; +$strAfterInsertNext = 'Uredi sljedei redak'; +$strAfterInsertSame = 'Kreni nazad na ovu stranicu'; +$strAfter = 'Poslije %s'; +$strAllowInterrupt = 'Dopusti prekid uvoza u sluaju da skripta otkrije blizinu vremenskog ogranienja. Ovo bi mogao biti dobar nain uvoza velikih datoteka, ali moe prekinuti transakcije.'; $strAll = 'Sve'; -$strAlterOrderBy = 'Promijeni redoslijed u tablici'; +$strAllTableSameWidth = 'Prikazati sve tablice uz istu irinu?'; +$strAlterOrderBy = 'Izmijeni rasporede tablice po'; $strAnalyzeTable = 'Analiziraj tablicu'; -$strAnd = 'i'; -$strAnIndex = 'Klju je upravo dodan %s'; +$strAnd = 'I'; +$strAndThen = 'i potom'; +$strAnIndex = 'Indeks je pridodan na %s'; $strAny = 'Bilo koji'; -$strAnyHost = 'Bilo koji server'; +$strAnyHost = 'Bilo koje raunalo'; $strAnyUser = 'Bilo koji korisnik'; -$strAPrimaryKey = 'Primarni klju je upravo dodan %s'; -$strAscending = 'Rastui'; -$strAtBeginningOfTable = 'Na poetku tablice'; -$strAtEndOfTable = 'Na kraju tablice'; -$strAttr = 'Svojstva'; +$strApproximateCount = 'Moe biti priblino. Pogledajte PP 3.11'; +$strAPrimaryKey = 'Primarni klju je dodan na %s'; +$strArabic = 'Arapski'; +$strArmenian = 'Armenski'; +$strAscending = 'Uzlazno'; +$strAtBeginningOfTable = 'Pri poetku tablice'; +$strAtEndOfTable = 'Pri zavretku tablice'; +$strAttr = 'Atributi'; +$strAutodetect = 'Automatski prepoznaj'; +$strAutomaticLayout = 'Automatski raspored'; $strBack = 'Nazad'; +$strBaltic = 'Baltiki'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'Binarno'; -$strBinaryDoNotEdit = 'Binarno - ne mijenjaj'; -$strBookmarkDeleted = 'Oznaka je upravo izbrisana.'; -$strBookmarkLabel = 'Naziv'; -$strBookmarkQuery = 'Oznaeni SQL-upit'; -$strBookmarkThis = 'Oznai SQL-upit'; -$strBookmarkView = 'Vidi samo'; -$strBrowse = 'Pregled'; -$strBzip = '"bzip-ano"'; +$strBinaryDoNotEdit = 'Binarno - ne ureuj'; +$strBinaryLog = 'Binarni zapisnik'; +$strBinLogEventType = 'Vrsta dogaaja'; +$strBinLogInfo = 'Podaci'; +$strBinLogName = 'Naziv zapisnika'; +$strBinLogOriginalPosition = 'Izvorni poloaj'; +$strBinLogPosition = 'Poloaj'; +$strBinLogServerId = 'ID posluitelja'; +$strBookmarkAllUsers = 'Neka svi korisnici imaju pristup ovom favoritu'; +$strBookmarkCreated = 'Izraen je favorit %s'; +$strBookmarkDeleted = 'Favorit je izbrisan.'; +$strBookmarkLabel = 'Oznaka'; +$strBookmarkQuery = 'Favorizirani SQL upit'; +$strBookmarkReplace = 'Zamijeni postojeim favoritom istog naziva'; +$strBookmarkThis = 'Favoriziraj ovaj SQL upit'; +$strBookmarkView = 'Samo prikaz'; +$strBrowseDistinctValues = 'Pretrai prepoznatljive vrijednosti'; +$strBrowseForeignValues = 'Pretrai strane vrijednosti'; +$strBrowse = 'Pretraivanje'; +$strBufferPoolActivity = 'Aktivnost meuspremnika'; +$strBufferPool = 'Meuspremnik'; +$strBufferPoolUsage = 'Iskoristivost meuspremnika'; +$strBufferReadMissesInPercent = 'Proputena itanja pri %'; +$strBufferReadMisses = 'Proputena itanja'; +$strBufferWriteWaitsInPercent = 'Zapisivanje eka pri %'; +$strBufferWriteWaits = 'Zapisivanje eka'; +$strBulgarian = 'Bugarski'; +$strBusyPages = 'Zaposlene stranice'; +$strBzError = 'phpMyAdmin nije bio u mogunosti komprimirati izbacivanje zbog prekinutog Bz2 proirenja u ovoj verziji PHP-a. Snano se preporuuje da postavite $cfg[\'BZipDump\'] direktivu u vaoj phpMyAdmin konfiguracijskoj datoteci na FALSEAko elite upotrebljavati kompresijsku osobinu Bz2, bit e potrebna nadogradnja na noviju verziju PHP-a. Detalje pregledajte u izvjetaju PHP nedostataka: %s.'; +$strBzip = '"bzipano"'; -$strCantRenameIdxToPrimary = 'Ne mogu promijeniti klju u PRIMARY (primarni) !'; -$strCardinality = 'Kardinalnost'; -$strChangePassword = 'Promijeni ifru'; +$strCalendar = 'Kalendar'; +$strCanNotLoadExportPlugins = 'Nije mogue uitati dodatke za izvoz. Provjerite svoju instalaciju!'; +$strCanNotLoadImportPlugins = 'Nije mogue uitati dodatke za uvoz. Provjerite svoju instalaciju!'; +$strCannotLogin = 'Prijavljivanje na MySQL posluitelj nije mogue'; +$strCantLoad = 'Nije mogue uitati proirenje [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju.'; +$strCantLoadRecodeIconv = 'Nije mogue uitati proirenja iconv ili recode potrebna za pretvaranje znakova. Potrebno je konfigurirati PHP radi omoguavanja ovih proirenja ili unutar phpMyAdmin onemoguiti pretvaranje znakova.'; +$strCantRenameIdxToPrimary = 'Preimenovanje indeksa u PRIMARY nije mogue!'; +$strCantUseRecodeIconv = 'Nije mogue upotrijebiti funkcije iconv, libiconv ili recode_string, iako izgleda da su sva potrebna proirenja uitana. Provjerite svoju PHP konfiguraciju.'; +$strCardinality = 'Najvanije'; +$strCaseInsensitive = 'nebitna veliina znakova'; +$strCaseSensitive = 'veliina znakova je vana'; +$strCentralEuropean = 'Srednjoeuropski'; +$strChangeCopyModeCopy = '... zadrati staru.'; +$strChangeCopyModeDeleteAndReload = ' ... izbrii starog iz korisnikih tablica i potom ponovo uitaj privilegije.'; +$strChangeCopyMode = 'Izradi novog korisnika s istim privilegijama i...'; +$strChangeCopyModeJustDelete = ' ... izbrii starog iz korisnikih tablica.'; +$strChangeCopyModeRevoke = ' ... opozovi sve aktivne privilegije iz stare i potom je izbrii.'; +$strChangeCopyUser = 'Promjena podataka prijave / Kopiranje korisnika'; +$strChangeDisplay = 'Odaberi polje za prikaz'; +$strChangePassword = 'Promijeni lozinku'; $strChange = 'Promijeni'; +$strCharsetOfFile = 'Tablica znakova za datoteku:'; +$strCharsetsAndCollations = 'Tablica znakova i usporeivanja'; +$strCharsets = 'Tablice znakova'; +$strCharset = 'Tablica znakova'; $strCheckAll = 'Oznai sve'; +$strCheckOverhead = 'Provjeri za prepunjene tablice'; +$strCheckPrivsLong = 'Provjeri privilegije za bazu podataka "%s".'; +$strCheckPrivs = 'Provjeri privilegije'; $strCheckTable = 'Provjeri tablicu'; -$strColumnNames = 'Imena stupaca'; -$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)'; -$strCookiesRequired = 'Cookies moraju biti omogueni.'; -$strCopyTable = 'Kopiram tablicu u (baza.tablica):'; -$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.'; -$strCreateIndex = 'Napravi klju sa %s stupcem(aca)'; -$strCreateIndexTopic = 'Napravi novi klju'; -$strCreate = 'Napravi'; -$strCreateNewDatabase = 'Napravi bazu podataka'; -$strCreateNewTable = 'Napravi novu tablicu u bazi '; +$strChoosePage = 'Odaberite tablicu za ureivanje'; +$strColComFeat = 'Prikazivanje stupca komentara'; +$strCollation = 'Usporeivanje'; +$strColumnNames = 'Nazivi stupaca'; +$strColumnPrivileges = 'Privilegije specifine za stupac'; +$strCommand = 'Naredba'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; +$strComments = 'Komentari'; +$strCompatibleHashing = 'MySQL 4.0 kompatibilno'; +$strCompleteInserts = 'Dovri umetanja'; +$strCompression = 'Kompresija'; +$strCompressionWillBeDetected = 'Kompresija uvezene datoteke bit e automatski prepoznata iz: %s'; +$strConfigDefaultFileError = 'Nije mogue uitati zadanu konfiguraciju iz: "%1$s"'; +$strConfigFileError = 'phpMyAdmin nije mogao proitati vau konfiguracijsku datoteku!
Mogui razlog je ako PHP pronae pogreku u njezinom ralanjivanju ili ako PHP ne moe pronai datoteku.
Potrebno je izravno pozvati konfiguracijsku datoteku putem donje veze i prouiti prikazane PHP poruke o pogrekama. U veini sluajeva na nekom mjestu nedostaje znak navodnika ili toke-zareza.
Ako se prikae prazna stranica, sve je u redu.'; +$strConfigureTableCoord = 'Konfigurirajte koordinate tablice %s'; +$strConnectionError = 'Povezivanje nije mogue: neispravna postavka.'; +$strConnections = 'Veze'; +$strConstraintsForDumped = 'Ogranienja za izbaene tablice'; +$strConstraintsForTable = 'Ogranienja za tablicu'; +$strCookiesRequired = 'Od ovog mjesta potrebno je omoguiti kolaie.'; +$strCopyDatabaseOK = 'Baza podataka %s kopirana je u %s'; +$strCopy = 'Kopiraj'; +$strCopyTable = 'Kopiraj tablicu u (bazapodataka.tablica):'; +$strCopyTableOK = 'Tablica %s kopirana je u %s.'; +$strCopyTableSameNames = 'Kopiranje u istu tablicu nije mogue!'; +$strCouldNotKill = 'phpMyAdmin nije mogao ugasiti granu %s. Vjerojatno je ve zatvorena.'; +$strCreateDatabaseBeforeCopying = 'Prije kopiranja izradi bazu podataka (CREATE DATABASE)'; +$strCreateIndex = 'Izradi indeks  %s stupaca'; +$strCreateIndexTopic = 'Izradi novi indeks'; +$strCreate = 'Izradi'; +$strCreateNewDatabase = 'Izradi novu bazu podataka'; +$strCreateNewTable = 'Izradi novu tablicu u bazi podataka %s'; +$strCreatePage = 'Izradi novu stranicu'; +$strCreatePdfFeat = 'Izrada PDF datoteka'; +$strCreateUserDatabase = 'Baza podataka za korisnika'; +$strCreateUserDatabaseName = 'Izradi bazu podataka istog naziva i podari sve privilegije'; +$strCreateUserDatabaseNone = 'Nijedan'; +$strCreateUserDatabaseWildcard = 'Podari sve privilegije imenima s dokerima (korisnikoime_%)'; +$strCreationDates = 'Izrada/Auriranje/Provjera datuma'; $strCriteria = 'Kriterij'; +$strCroatian = 'Hrvatski'; +$strCSV = 'CSV'; +$strCSVImportOptions = 'CSV opcije'; +$strCSVOptions = 'CSV opcije'; +$strCyrillic = 'irilica'; +$strCzech = 'eki'; +$strCzechSlovak = 'eki ili Slovaki'; +$strDanish = 'Danski'; $strDatabase = 'Baza podataka'; -$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.'; -$strDatabases = 'baze'; -$strDatabasesStats = 'Statistika baze'; -$strDataOnly = 'Samo podaci'; +$strDatabaseEmpty = 'Naziv baze podataka je prazan!'; +$strDatabaseExportOptions = 'Opcije izvoza baze podataka'; +$strDatabaseHasBeenDropped = 'Baza podataka %s je odbaena.'; +$strDatabaseNoTable = 'Ova baza podataka ne sadri tablice!'; +$strDatabases = 'Baze podataka'; +$strDatabasesDropped = 'Baza podataka %s uspjeno je odbaena.'; +$strDatabasesStatsDisable = 'Onemogui statistike'; +$strDatabasesStatsEnable = 'Omogui statistike'; +$strDatabasesStatsHeavyTraffic = 'Napomena: Omoguavanja statistika baze podataka moe prouzrokovati izuzetno velik promet izmeu web posluitelja i MySQL posluitelja.'; +$strDatabasesStats = 'Statistike baza podataka'; +$strDataDict = 'Rjenik podataka'; +$strDataOnly = 'Samo podatke'; +$strDataPages = 'Stranice koje sadre podatke'; $strData = 'Podaci'; -$strDefault = 'Default'; -$strDeleted = 'Red je izbrisan'; +$strDBComment = 'Komentar baze podataka: '; +$strDBCopy = 'Kopiraj bazu podataka u'; +$strDBGContextID = 'ID konteksta'; +$strDBGContext = 'Kontekst'; +$strDBGHits = 'Pronalaenja'; +$strDBGLine = 'Redak'; +$strDBGMaxTimeMs = 'Najdulje vrijeme (ms)'; +$strDBGMinTimeMs = 'Najkrae vrijeme (ms)'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Vrijeme/Pronalaenje (ms)'; +$strDBGTotalTimeMs = 'Ukupno vrijeme (ms)'; +$strDbPrivileges = 'Privilegije specifine za bazu podataka'; +$strDBRename = 'Preimenuj bazu podataka u'; +$strDbSpecific = 'specifino za bazu podataka'; +$strDefaultEngine = '%s je zadani pogon pohranjivanja na ovom MySQL posluitelju.'; +$strDefaultValueHelp = 'Za zadane vrijednosti unesite samo jednu vrijednost, bez kosih crta ili navodnika, u sljedeem obliku: a'; +$strDefault = 'Zadano'; +$strDefragment = 'Defragmentiraj tablicu'; +$strDelayedInserts = 'Upotrijebi odgoena umetanja'; +$strDeleteAndFlushDescr = 'Ovo je najii nain, ali ponovno uitavanje privilegija moe potrajati.'; +$strDeleteAndFlush = 'Izbrii korisnike i potom ponovo uitaj privilegije.'; +$strDeleted = 'Redak je izbrisan'; $strDeletedRows = 'Izbrisani redovi:'; $strDelete = 'Izbrii'; -$strDescending = 'Opadajui'; +$strDeleteNoUsersSelected = 'Nema odabranih korisnika za uklanjanje!'; +$strDeleting = 'Brisanje %s'; +$strDelimiter = 'Razgraniavanje'; +$strDelOld = 'Trenutna stranica sadri reference prema tablicama koje vie ne postoje. elite li izbrisati te reference?'; +$strDescending = 'Silazno'; +$strDescription = 'Opis'; +$strDictionary = 'rjenik'; +$strDirtyPages = 'Prljave stranice'; +$strDisabled = 'Onemogueno'; +$strDisableForeignChecks = 'Onemogui provjere stranih znakova'; +$strDisplayFeat = 'Osobine prikaza'; $strDisplayOrder = 'Redoslijed prikaza:'; -$strDoAQuery = 'Napravi "upit po primjeru" (wildcard: "%")'; +$strDisplayPDF = 'Prikai PDF shemu'; +$strDoAQuery = 'Izvedi "upit po primjeru" (doker: "%")'; $strDocu = 'Dokumentacija'; -$strDoYouReally = 'Da li stvarno elite '; -$strDrop = 'Izbrii'; -$strDumpingData = 'Izvoz (dump) podataka tablice'; -$strDynamic = 'dinamino'; +$strDoYouReally = 'elite li zaista '; +$strDropDatabaseStrongWarning = 'UNITIT ETE CJELOKUPNU BAZU PODATAKA!'; +$strDrop = 'Ispusti'; +$strDropUsersDb = 'Ispusti baze podataka koje imaju iste nazive i korisnike.'; +$strDumpingData = 'Izbacivanje podataka za tablicu'; +$strDumpSaved = 'Izbacivanje je spremljeno u datoteku %s.'; +$strDumpXRows = 'Izbaci %s redaka, poevi od zapisa # %s.'; +$strDynamic = 'dinamiki'; -$strEditPrivileges = 'Promijeni privilegije'; -$strEdit = 'Promijeni'; -$strEffective = 'Efektivno'; +$strEditPDFPages = 'Uredi PDF stranice'; +$strEditPrivileges = 'Uredi privilegije'; +$strEdit = 'Ureivanje'; +$strEffective = 'Na snazi'; $strEmpty = 'Isprazni'; -$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).'; -$strEnd = 'Kraj'; -$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom '; -$strError = 'Greka'; -$strExtendedInserts = 'Proireni INSERT'; +$strEmptyResultSet = 'MySQL je vratio prazan komplet rezultata (npr. nula redova).'; +$strEnabled = 'Omogueno'; +$strEncloseInTransaction = 'Izvoz ukljui u transakciju'; +$strEndCut = 'END CUT'; +$strEndRaw = 'END RAW'; +$strEnd = 'Zavretak'; +$strEngineAvailable = '%s je raspoloiv na ovom MySQL posluitelju.'; +$strEngineDisabled = '%s je onemoguen za ovaj MySQL posluitelj.'; +$strEngines = 'Pogoni'; +$strEngineUnsupported = 'Ovaj MySQL posluitelj ne podrava pogon pohranjivanja %s.'; +$strEnglish = 'Engleski'; +$strEnglishPrivileges = ' Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku '; +$strErrorInZipFile = 'Pogreka u ZIP arhivi:'; +$strError = 'Pogreka'; +$strErrorRenamingTable = 'Pogreka tijekom preimenovanja tablice %1$s u %2$s'; +$strEscapeWildcards = 'Da bi mogli biti upotrebljavani u doslovnom smislu, dokerima \_ i \% mora prethoditi znak \\'; +$strEsperanto = 'Esperanto'; +$strEstonian = 'Estonski'; +$strExcelEdition = 'Excel izdanje'; +$strExcelOptions = 'Excel opcije'; +$strExecuteBookmarked = 'Izvri favorizirani upit'; +$strExplain = 'Objasni SQL'; +$strExport = 'Izvoz'; +$strExportMustBeFile = 'Odabrana vrsta izvoza mora biti spremljena u datoteku!'; +$strExtendedInserts = 'Proirena umetanja'; $strExtra = 'Dodatno'; -$strFieldHasBeenDropped = 'Polje %s izbrisano'; +$strFailedAttempts = 'Neuspjeli pokuaji'; +$strFieldHasBeenDropped = 'Polje %s je odbaeno'; $strField = 'Polje'; -$strFields = 'Broj polja'; -$strFieldsEmpty = ' Broj polja je nula! '; -$strFieldsEnclosedBy = 'Podaci ograeni sa'; -$strFieldsEscapedBy = 'Escape znak      '; -$strFieldsTerminatedBy = 'Podaci razdvojeni sa'; -$strFixed = 'sreeno'; -$strFlushTable = 'Osvjei tablicu'; -$strFormat = 'Format'; -$strFormEmpty = 'Nedostaje vrijednost u formi !'; -$strFullText = 'Pun tekst'; +$strFieldsEmpty = ' Prebrojavanje polja je prazno! '; +$strFieldsEnclosedBy = 'Polja obuhvaena po'; +$strFieldsEscapedBy = 'Polja izostavljena po'; +$strFields = 'Polja'; +$strFieldsTerminatedBy = 'Polja zavrena s'; +$strFileAlreadyExists = 'Datoteka %s ve postoji na posluitelju. Promijenite naziv ili oznaite opciju za prepisivanje.'; +$strFileCouldNotBeRead = 'Datoteku nije mogue proitati'; +$strFileNameTemplateDescriptionDatabase = 'naziv baze podataka'; +$strFileNameTemplateDescriptionServer = 'naziv posluitelja'; +$strFileNameTemplateDescriptionTable = 'naziv tablice'; +$strFileNameTemplateDescription = 'Vrijednost se interpretira pomou %1$sstrftime%2$s, pa moete upotrijebiti naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedea preoblikovanja: "%3$s". Ostatak teksta bit e zadran u izvornom obliku.'; +$strFileNameTemplate = 'Predloak naziva datoteka'; +$strFileNameTemplateRemember = 'zapamti predloak'; +$strFileToImport = 'Datoteka za uvoz'; +$strFixed = 'fiksirano'; +$strFlushPrivilegesNote = 'Napomena: phpMyAdmin preuzima korisnike privilegije izravno iz MySQL tablica privilegija. U sluaju da su runo mijenjane, sadraj ovih tablica moe se razlikovati od privilegija koje upotrebljava posluitelj. U tom je sluaju potrebno %sponovo uitati privilegije%s prije nastavljanja rada.'; +$strFlushQueryCache = 'Isprazni pohranu upita'; +$strFlushTable = 'Isprazni tablicu ("FLUSH")'; +$strFlushTables = 'Isprazni (zatvori) sve tablice'; +$strFontSize = 'Veliina fonta'; +$strFormat = 'Oblikovanje'; +$strFormEmpty = 'U obrascu nedostaje vrijednost!'; +$strFreePages = 'Slobodne stranice'; +$strFullText = 'Potpuni tekstovi'; $strFunction = 'Funkcija'; +$strFunctions = 'Funkcije'; -$strGenTime = 'Vrijeme podizanja'; +$strGenBy = 'Generirano s'; +$strGeneralRelationFeat = 'Ope osobine relacija'; +$strGenerate = 'Generiraj'; +$strGeneratePassword = 'Generiraj lozinku'; +$strGenTime = 'Vrijeme generiranja'; +$strGeorgian = 'Gruzijski'; +$strGerman = 'Njemaki'; +$strGlobal = 'ope'; +$strGlobalPrivileges = 'Ope privilegije'; +$strGlobalValue = 'Opa vrijednost'; $strGo = 'Kreni'; -$strGzip = '"gzip-ano"'; +$strGrantOption = 'Podarivanje'; +$strGreek = 'Grki'; +$strGzip = '"gzipano"'; -$strHasBeenAltered = 'je promijenjen.'; -$strHasBeenCreated = 'je kreiran/a.'; -$strHomepageOfficial = 'phpMyAdmin WEB site'; +$strHandler = 'Hvatita'; +$strHasBeenAltered = 'izmijenjeno je.'; +$strHasBeenCreated = 'izraeno je.'; +$strHaveToShow = 'Morate odabrati najmanje jedan stupac za prikazivanje'; +$strHebrew = 'Hebrejski'; +$strHexForBinary = 'Upotrijebi heksadecimalno za binarna polja'; +$strHomepageOfficial = 'Slubena stranica programa phpMyAdmin'; $strHome = 'Poetna stranica'; -$strHostEmpty = 'Ime domene je prazno!'; -$strHost = 'Host (domena)'; +$strHostEmpty = 'Naziv raunala je prazan!'; +$strHost = 'Raunalo'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLExcelOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHTMLWordOptions = 'Microsoft Excel 2000 opcije izvoza'; +$strHungarian = 'Maarski'; +$strIcelandic = 'Islandski'; +$strId = 'ID'; $strIdxFulltext = 'Puni tekst'; +$strIgnoreDuplicates = 'Ignoriraj istovjetne redove'; $strIgnore = 'Ignoriraj'; -$strIndexes = 'Kljuevi'; -$strIndexHasBeenDropped = 'Klju %s je izbrisan'; -$strIndex = 'Klju'; -$strIndexName = 'Ime kljua :'; -$strIndexType = 'Vrsta kljua :'; -$strInsertAsNewRow = 'Unesi kao novi redak'; -$strInsertedRows = 'Uneseni reci:'; -$strInsert = 'Novi redak'; -$strInUse = 'se koristi'; +$strIgnoreInserts = 'Upotrijebi ignoriranje umetaka'; +$strIgnoringFile = 'Ignoriranje datoteke %s'; +$strImportDocSQL = 'Uvezi docSQL datoteke'; +$strImportFiles = 'Uvezi datoteke'; +$strImportFormat = 'Oblikovanje uvezene datoteke'; +$strImportSuccessfullyFinished = 'Uvoz je uspjeno dovren. Izvreno upita: %d .'; +$strImport = 'Uvoz'; +$strIndexes = 'Indeksi'; +$strIndexHasBeenDropped = 'Index %s je odbaen'; +$strIndex = 'Indeks'; +$strIndexName = 'Naziv indeksa:'; +$strIndexType = 'Vrsta indeksa:'; +$strIndexWarningMultiple = 'Izraeno je vie od jednog kljua %s za stupac `%s`'; +$strIndexWarningPrimary = 'Kljuevi PRIMARY i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strIndexWarningTable = 'Problemi s indeksima tablice `%s`'; +$strIndexWarningUnique = 'Kljuevi UNIQUE i INDEX ne bi smjeli istovremeno biti zadani za stupac `%s`'; +$strInnoDBAutoextendIncrementDesc = ' Veliina koraka za proirivanje veliine automatski proirujueg prostora tablice u sluaju njezinog ispunjavanja.'; +$strInnoDBAutoextendIncrement = 'Korak autoproirenja'; +$strInnoDBBufferPoolSizeDesc = 'Veliina memorijskog meuspremnika koju InnoDB upotrebljava za privremenu pohranu podataka i indeksa svojih tablica.'; +$strInnoDBBufferPoolSize = 'Veliina meuspremnika'; +$strInnoDBDataFilePath = 'Podatkovne datoteke'; +$strInnoDBDataHomeDirDesc = 'Uobiajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; +$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; +$strInnoDBPages = 'stranice'; +$strInnodbStat = 'InnoDB stanje'; +$strInsecureMySQL = 'Vaa konfiguracijska datoteka sadri postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Va MySQL posluitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; +$strInsertAsNewRow = 'Umetni kao novi redak'; +$strInsertedRowId = 'ID umetnutog retka:'; +$strInsertedRows = 'Umetnuti redovi:'; +$strInsert = 'Umetni'; +$strInternalNotNecessary = '* Interna relacija nije potrebna ako takoer postoji unutar InnoDB.'; +$strInternalRelations = 'Interne relacije'; +$strInUse = 'u upotrebi'; +$strInvalidAuthMethod = 'Neispravan komplet naina provjere vjerodostojnosti u konfiguraciji:'; +$strInvalidColumnCount = 'Broj stupaca mora biti vei od nule.'; +$strInvalidColumn = 'Odreen je neispravan stupac (%s) !'; +$strInvalidCSVFieldCount = 'Neispravan broj polja u CSV unosu unutar retka %d.'; +$strInvalidCSVFormat = 'Neispravno oblikovanje u CSV unosu unutar retka %d.'; +$strInvalidCSVParameter = 'Neispravan parametar za CSV uvoz: %s'; +$strInvalidDatabase = 'Neispravna baza podataka'; +$strInvalidFieldAddCount = 'Morate dodati najmanje jedno polje.'; +$strInvalidFieldCount = 'Tablica mora sadravati najmanje jedno polje.'; +$strInvalidLDIImport = 'Ovaj dodatak ne podrava uvoz komprimiranih datoteka!'; +$strInvalidRowNumber = '%d nije valjani broj retka.'; +$strInvalidServerHostname = 'Neispravan naziv za posluitelj %1$s. Molimo, pregledajte svoju konfiguraciju.'; +$strInvalidServerIndex = 'Neispravan indeks posluitelja: "%s"'; +$strInvalidTableName = 'Neispravan naziv tablice'; + +$strJapanese = 'Japanski'; +$strJoins = 'Spojevi'; +$strJumpToDB = 'Skoi do baze podataka "%s".'; +$strJustDeleteDescr = '"Izbrisani" e korisnici i dalje moi pristupati posluitelju sve dok se privilegije ne uitaju ponovo.'; +$strJustDelete = 'Samo izbrii korisnike iz tablice privilegija.'; $strKeepPass = 'Ne mijenjaj lozinku'; -$strKeyname = 'Ime Kljua'; -$strKill = 'Zaustavi'; +$strKeyCache = 'Pohrana kljueva'; +$strKeyname = 'Naziv kljua'; +$strKill = 'Eliminiraj'; +$strKorean = 'Korejski'; -$strLengthSet = 'Duina/Vrijednost*'; +$strLandscape = 'Poloeno'; +$strLanguageFileNotFound = 'Jezina datoteka "%1$s" nije pronaena.'; +$strLanguage = 'Jezik'; +$strLanguageUnknown = 'Nepoznati jezik: %1$s.'; +$strLatchedPages = 'Vezane stranice'; +$strLatexCaption = 'Naslov tablice'; +$strLatexContent = 'Sadraj tablice __TABLE__'; +$strLatexContinuedCaption = 'Nastavljeni naslov tablice'; +$strLatexContinued = '(nastavljeno)'; +$strLatexIncludeCaption = 'Ukljui naslov tablice'; +$strLatexLabel = 'Klju oznake'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'LaTeX opcije'; +$strLatexStructure = 'Struktura tablice __TABLE__'; +$strLatvian = 'Latvijski'; +$strLDI = 'CSV upotrebom LOAD DATA'; +$strLDIImportOptions = 'Opcije za CSV uvoz upotrebom naredbe LOAD DATA'; +$strLDILocal = 'Upotrijebi lokalnu kljunu rije'; +$strLengthSet = 'Duljina/Vrijednosti'; $strLimitNumRows = 'Broj redaka po stranici'; -$strLinesTerminatedBy = 'Linije zavravaju na'; -$strLinksTo = 'Links to'; -$strLocalhost = 'Local'; +$strLinesTerminatedBy = 'Redovi zavreni s'; +$strLinkNotFound = 'Veza nije pronaena'; +$strLinksTo = 'Povezano s'; +$strLithuanian = 'Litavski'; +$strLocalhost = 'Lokalno'; $strLocationTextfile = 'Lokacija tekstualne datoteke'; +$strLoginInformation = '_Podaci prijave'; $strLogin = 'Prijava'; $strLogout = 'Odjava'; $strLogPassword = 'Lozinka:'; +$strLogServer = 'Posluitelj'; $strLogUsername = 'Korisniko ime:'; +$strLongOperation = 'Ovaj postupak moe potrajati dulje vrijeme. Ipak nastaviti?'; +$strMaxConnects = 'najv. uzastopnih veza'; +$strMaximalQueryLength = 'Najvea duljina izraenog upita'; +$strMaximumSize = 'Najv: %s%s'; +$strMbExtensionMissing = 'PHP proirenje mbstring nije pronaeno i izgleda da upotrebljavate multibyte tablicu znakova. Bez proirenja mbstring, phpMyAdmin nije u mogunosti pravilno razdjeljivati naredbe i moe doi do neoekivanih rezultata.'; +$strMbOverloadWarning = 'Omoguili ste funkciju mbstring.func_overload u vaoj PHP konfiguraciji. Ova opcija nije kompatibilna s programom phpMyAdmin i moe prouzrokovati oteivanje nekih podataka!'; +$strMIME_available_mime = 'Raspoloive MIME vrste'; +$strMIME_available_transform = 'Raspoloiva preoblikovanja'; +$strMIME_description = 'Opis'; +$strMIME_MIMEtype = 'MIME vrsta'; +$strMIME_nodescription = 'Za ovo preoblikovanje ne postoji raspoloiv opis.
Molimo da od autora zatraite objanjenje rada %s .'; +$strMIME_transformation_note = 'Za popis raspoloivih opcija preoblikovanja i njihovih MIME vrsta oblikovanja, kliknite %sopcije preoblikovanja%s'; +$strMIME_transformation_options_note = 'Unesite vrijednosti za opcije preoblikovanja upotrebom ovog oblika: \'a\',\'b\',\'c\'...
Ako je potrebno unijeti lijevu kosu crtu ("\") ili jednostruki navodnik ("\'") unutar ovih vrijednosti, ispred znaka stavite lijevu kosu crtu (na primjer: \'\\\\xyz\' ili \'a\\\'B\').'; +$strMIME_transformation_options = 'Opcije preoblikovanja'; +$strMIME_transformation = 'Pretvaranje preglednika'; +$strMIMETypesForTable = 'MIME VRSTE ZA TABLICU'; +$strMIME_without = 'MIME vrste ispisane kurzivom nemaju posebnu funkciju preoblikovanja'; $strModifications = 'Izmjene su spremljene'; -$strModifyIndexTopic = 'Promijeni klju'; -$strModify = 'Promijeni'; -$strMoveTableOK = 'Tablica %s se sada zove %s.'; -$strMoveTable = 'Preimenuj tablicu u (baza.tablica):'; -$strMySQLSaid = 'MySQL poruka: '; -$strMySQLShowProcess = 'Prikai listu procesa'; -$strMySQLShowStatus = 'Prikai MySQL runtime informacije'; +$strModifyIndexTopic = 'Uredi indeks'; +$strModify = 'Uredi'; +$strMoveTableOK = 'Tablica %s premjetena je u %s.'; +$strMoveTable = 'Premjesti tablicu u (bazapodataka.tablica):'; +$strMoveTableSameNames = 'Premjetanje u istu tablicu nije mogue!'; +$strMultilingual = 'viejezino'; +$strMyISAMDataPointerSizeDesc = 'Zadana veliina pokazatelja podataka u bajtovima, koju e upotrijebiti naredba CREATE TABLE za MyISAM tablice ako opcija MAX_ROWS nije odreena.'; +$strMyISAMDataPointerSize = 'Veliina pokazatelja podataka'; +$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka za brzu izradu MyISAM indeksa mogla biti vea od pohrane kljueva, uz ovdje navedenu vrijednost, preferiraj nain pohrane kljueva.'; +$strMyISAMMaxExtraSortFileSize = 'Najvea veliina privremenih datoteka pri izradi indeksa'; +$strMyISAMMaxSortFileSizeDesc = 'Najvea veliina privremene datoteke koju MySQL smije upotrijebiti tijekom ponovne izrade MyISAM indeksa (tijekom izvoenja naredbi REPAIR TABLE, ALTER TABLE ili LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Najvea veliina datoteke za privremeno preslagivanje'; +$strMyISAMRecoverOptionsDesc = 'Nain rada za automatski povrat sruenih MyISAM tablica, na nain kojim je odreen putem opcije --myisam-recover.'; +$strMyISAMRecoverOptions = 'Rad s automatskim povratom'; +$strMyISAMRepairThreadsDesc = 'Ako je ova vrijednost vea od 1, MyISAM indeksi tablica izrauju se paralelno (svaki indeks unutar vlastite grane) tijekom popravka putem postupka preslagivanja.'; +$strMyISAMRepairThreads = 'Popravi grane'; +$strMyISAMSortBufferSizeDesc = 'Meuspremnik koji je predodreen za potrebe preslagivanja MyISAM indeksa tijekom naredbe REPAIR TABLE ili tijekom izrade indeksa naredbama CREATE INDEX ili ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Veliina meuspremnika preslagivanja'; +$strMySQLCharset = 'MySQL tablica znakova'; +$strMysqlClientVersion = 'MySQL verzija klijenta'; +$strMySQLConnectionCollation = 'MySQL usporeivanje veza'; +$strMySQLSaid = 'MySQL je poruio: '; +$strMySQLShowProcess = 'Prikai procese'; +$strMySQLShowStatus = 'Prikai podatke MySQL pokretanja'; $strMySQLShowVars = 'Prikai MySQL sistemske varijable'; -$strName = 'Ime'; -$strNext = 'Sljedei'; -$strNoDatabases = 'Baza ne postoji'; -$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguena.'; -$strNoFrames = 'phpMyAdmin preferira preglednike koji podravaju frame-ove.'; -$strNoIndex = 'Klju nije definiran!'; -$strNoIndexPartsDefined = 'Dijelovi kljua nisu definirani!'; -$strNoModification = 'Nema nikakvih promjena'; +$strName = 'Naziv'; +$strNext = 'Sljedee'; +$strNoActivity = 'Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo.'; +$strNoDatabases = 'Nema baza podataka'; +$strNoDatabasesSelected = 'Nema odabrane baze podataka.'; +$strNoDataReceived = 'Nisu primljeni nikakvi podaci za uvoz. Ili nije dat naziv datoteke ili veliina datoteke prelazi najveu doputenu veliinu od strane vae PHP konfiguracije. Pogledajte PP 1.16.'; +$strNoDescription = 'bez opisa'; +$strNoDetailsForEngine = 'Za ovaj pogon pohranjivanje ne postoje raspoloivi podaci.'; +$strNoDropDatabases = '"DROP DATABASE" izjave su onemoguene.'; +$strNoExplain = 'Preskoi Objasni SQL'; +$strNoFilesFoundInZip = 'Datoteke nisu pronaene unutar ZIP arhive!'; +$strNoFrames = 'phpMyAdmin je jednostavniji za upotrebu s preglednikom koji podrava okvire.'; +$strNoIndex = 'Nema definiranog indeksa!'; +$strNoIndexPartsDefined = 'Nema definiranih dijelova indeksa!'; +$strNoModification = 'Bez izmjena'; $strNo = 'Ne'; -$strNone = 'Nita'; -$strNoPassword = 'Nema lozinke'; -$strNoPrivileges = 'Nema privilegija'; -$strNoRights = 'Nemate dovoljno prava za ovo podruje!'; -$strNoTablesFound = 'Tablica nije pronaena u bazi.'; -$strNotNumber = 'To nije broj!'; -$strNoUsersFound = 'Korisnik(ci) nije pronaen.'; +$strNone = 'bez kompresije'; +$strNoOptions = 'Ovaj oblik nema raspoloive opcije'; +$strNoPassword = 'Bez lozinke'; +$strNoPermission = 'Web posluitelj nema doputenja za spremanje datoteke %s.'; +$strNoPhp = 'Bez PHP koda'; +$strNoPrivileges = 'Bez privilegija'; +$strNoRights = 'Nemate dovoljno privilegija da boravite ovdje!'; +$strNoRowsSelected = 'Nema odabranih redova'; +$strNoSpace = 'Nema dovoljno prostora za spremanje datoteke %s.'; +$strNoTablesFound = 'U bazi podataka nisu pronaene tablice.'; +$strNoThemeSupport = 'Podrka za teme ne postoji. Provjerite vau konfiguraciju i/ili vae teme u mapi %s.'; +$strNotNumber = 'Ovo nije brojka!'; +$strNotOK = 'nije OK'; +$strNotSet = 'tablica %s nije pronaena ili nije zadana u %s'; +$strNoUsersFound = 'Korisnici nisu pronaeni.'; +$strNoValidateSQL = 'Preskoi provjeru valjanosti SQL-a'; $strNull = 'Null'; +$strNumberOfFields = 'Broj polja'; +$strNumSearchResultsInTable = '%s poklapanja unutar tablice %s'; +$strNumSearchResultsTotal = 'Ukupno: %s poklapanja'; +$strNumTables = 'Tablice'; +$strOK = 'U redu '; +$strOpenDocumentSpreadsheetOptions = 'Otvori opcije izraunske tablice dokumenta'; +$strOpenDocumentSpreadsheet = 'Otvori izraunsku tablicu dokumenta'; +$strOpenDocumentTextOptions = 'Otvori opcije teksta dokumenta'; +$strOpenDocumentText = 'Otvori tekst dokumenta'; +$strOpenNewWindow = 'Otvori novi phpMyAdmin prozor'; +$strOperations = 'Operacije'; +$strOperator = 'Operator'; $strOptimizeTable = 'Optimiziraj tablicu'; -$strOr = 'ili'; -$strOverhead = 'Prekoraenje'; +$strOr = 'Ili'; +$strOverhead = 'Prepunjenje'; +$strOverwriteExisting = 'Prepii postojee datoteke'; -$strPartialText = 'Dio teksta'; +$strPageNumber = 'Broj stranice:'; +$strPagesToBeFlushed = 'Stranice za pranjenje'; +$strPaperSize = 'Veliina papira'; +$strPartialImport = 'Djelomian uvoz'; +$strPartialText = 'Djelomini tekstovi'; +$strPasswordChanged = 'Lozinka za %s uspjeno je promijenjena.'; $strPasswordEmpty = 'Lozinka je prazna!'; +$strPasswordHashing = 'Izrada presjeka lozinke'; $strPassword = 'Lozinka'; -$strPasswordNotSame = 'Lozinka se ne podudara!'; -$strPHPVersion = 'verzija PHP-a'; +$strPasswordNotSame = 'Lozinke se ne podudaraju!'; +$strPdfDbSchema = 'Shema "%s" baza podataka - stranica %s'; +$strPdfInvalidTblName = 'Tablica "%s" ne postoji!'; +$strPdfNoTables = 'Nema tablica'; +$strPDFOptions = 'PDF opcije'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generira izvjetaj koji sadri podatke samo jedne tablice)'; +$strPDFReportTitle = 'Naslov izvjetaja'; +$strPerHour = 'po satu'; +$strPerMinute = 'po minuti'; +$strPerSecond = 'po sekundi'; +$strPersian = 'Perzijski'; +$strPhoneBook = 'telefonski imenik'; +$strPHP40203 = 'Upotrebljavate PHP 4.2.3 koji ima ozbiljne potekoe s nizovima od viestrukih bajtova (mbstring). Pogledajte PHP izvjetaj o nedostatku 19404. Ne preporuuje se upotreba ove verzije PHP-a uz program phpMyAdmin.'; +$strPhp = 'Izradi PHP kod'; +$strPHPVersion = 'PHP verzija'; $strPmaDocumentation = 'phpMyAdmin dokumentacija'; -$strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] dio mora biti namjeten u konfiguracijskoj datoteci (config.inc.php)!'; -$strPos1 = 'Poetak'; -$strPrevious = 'Prethodna'; -$strPrimaryKeyHasBeenDropped = 'Primarni klju je izbrisan'; -$strPrimaryKeyName = 'Ime primarnog kljua mora biti... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" mora biti ime i samo ime primarnog kljua!)'; +$strPmaUriError = 'Direktiva $cfg[\'PmaAbsoluteUri\'] MORA BITI postavljena u vaoj konfiguracijskoj datoteci!'; +$strPolish = 'Poljski'; +$strPortrait = 'Portret'; +$strPos1 = 'Na vrh stranice'; +$strPrevious = 'Prethodni'; +$strPrimaryKeyHasBeenDropped = 'Primarni klju je odbaen'; +$strPrimaryKeyName = 'Naziv primarnog kljua mora biti "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" mora biti naziv i samo naziv primarnog kljua!)'; $strPrimary = 'Primarni'; -$strPrintView = 'Saetak'; -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrint = 'Ispii'; +$strPrintViewFull = 'Prikaz ispisa (s potpunim tekstovima)'; +$strPrintView = 'Prikaz ispisa'; +$strPrivDescAllPrivileges = 'Obuhvaa sve privilegije osim GRANT (Podari).'; +$strPrivDescAlter = 'Doputa izmjenu strukture postojeih tablice.'; +$strPrivDescAlterRoutine = 'Doputa izmjenu i odbacivanje pohranjenih rutina.'; +$strPrivDescCreateDb = 'Doputa izradu novih baze podataka i tablice.'; +$strPrivDescCreateRoutine = 'Doputa izradu pohranjenih rutina.'; +$strPrivDescCreateTbl = 'Doputa izradu novih tablica.'; +$strPrivDescCreateTmpTable = 'Doputa izradu privremenih tablica.'; +$strPrivDescCreateUser = 'Doputa izradu, odbacivanje i preimenovanje korisnikih naloga.'; +$strPrivDescCreateView = 'Doputa izradu novih prikaza.'; +$strPrivDescDelete = 'Doputa brisanje podataka.'; +$strPrivDescDropDb = 'Doputa odbacivanje baza podataka i tablica.'; +$strPrivDescDropTbl = 'Doputa odbacivanje tablica.'; +$strPrivDescExecute5 = 'Doputa pokretanje pohranjenih rutina.'; +$strPrivDescExecute = 'Doputa izvravanje pohranjenih postupaka. Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescFile = 'Doputa uvoz i izvoz podataka iz datoteka.'; +$strPrivDescGrant = 'Doputa dodavanje korisnika i privilegija bez ponovnog uitavanja tablica.'; +$strPrivDescIndex = 'Doputa izradu i odbacivanje indeksa.'; +$strPrivDescInsert = 'Doputa umetanje i zamjenu podataka.'; +$strPrivDescLockTables = 'Doputa zakljuavanje tablica u trenutnoj grani.'; +$strPrivDescMaxConnections = 'Ograniava broj novih povezivanja koje korisnik moe otvoriti, po satu.'; +$strPrivDescMaxQuestions = 'Ograniava broj upita koje korisnik moe poslati posluitelju, po satu.'; +$strPrivDescMaxUpdates = 'Ograniava broj naredbi koje korisnik moe pokrenuti, a ija je namjena mijenjanje bilo koje tablice ili baze podataka, po satu.'; +$strPrivDescMaxUserConnections = 'Ograniava broj istovremenih povezivanja koje korisnik moe imati.'; +$strPrivDescProcess3 = 'Doputa eliminiranje postupaka drugih korisnika.'; +$strPrivDescProcess4 = 'Doputa pregledavanje cjelokupnih upita u popisu postupaka.'; +$strPrivDescReferences = 'Nema uinka u ovoj verziji MySQL-a.'; +$strPrivDescReload = 'Doputa ponovno uitavanje postavki posluitelja i pranjenje privremene pohrane posluitelja.'; +$strPrivDescReplClient = 'Doputa korisnik postavljanje upita o lokaciji potinjenih i gospodara.'; +$strPrivDescReplSlave = 'Potrebno za replikacijske potinjene.'; +$strPrivDescSelect = 'Doputa itanje podataka.'; +$strPrivDescShowDb = 'Daje pristup cjelokupnom popisu baza podataka.'; +$strPrivDescShowView = 'Doputa izvoenje upita SHOW CREATE VIEW.'; +$strPrivDescShutdown = 'Doputa gaenje posluitelja.'; +$strPrivDescSuper = 'Doputa povezivanje ak i kad je dostignut najvei broj veza. Potrebno za veinu administrativnih operacija poput postavljanja opih varijabli ili eliminiranje grana drugih korisnika.'; +$strPrivDescUpdate = 'Doputa mijenjanje podataka.'; +$strPrivDescUsage = 'Bez privilegija.'; $strPrivileges = 'Privilegije'; +$strPrivilegesReloaded = 'Privilegije su uspjeno uitane.'; +$strProcedures = 'Postupci'; +$strProcesses = 'Procesi'; +$strProcesslist = 'Popis procesa'; +$strProtocolVersion = 'Verzija protokola'; +$strPutColNames = 'Nazive polja stavi u prvi red'; $strQBEDel = 'Del'; $strQBEIns = 'Ins'; -$strQBE = 'Upit po primjeru'; -$strQueryOnDb = 'SQL upit na bazi %s:'; -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQBE = 'Upit'; +$strQueryCache = 'Pohrana upita'; +$strQueryFrame = 'Prozor za upite'; +$strQueryOnDb = 'SQL upit nad bazom podataka %s:'; +$strQueryResultsOperations = 'Operacije rezultata upita'; +$strQuerySQLHistory = 'SQL povijest'; +$strQueryStatistics = 'Statistike upita: Od pokretanja posluitelju je upueno %s upita.'; +$strQueryTime = 'Upit je trajao %01,4f sek'; +$strQueryType = 'Vrsta upita'; +$strQueryWindowLock = 'Ne prepisuj ovaj upit iz vanjskog prozora'; -$strRecords = 'Reci'; -$strReferentialIntegrity = 'Provjeri ispravnost veza:'; -$strRenameTableOK = 'Tablici %s promjenjeno ime u %s'; -$strRenameTable = 'Promijeni ime tablice u '; +$strReadRequests = 'Proitaj zahtjeve'; +$strReceived = 'Primljeno'; +$strRecords = 'Zapisi'; +$strReferentialIntegrity = 'Provjeri referencijalan integritet:'; +$strRefresh = 'Osvjei'; +$strRelationalSchema = 'Shema relacija'; +$strRelationNotWorking = 'Dodatne osobine za rad s povezanim tablicama su iskljuene. Da biste saznali zato kliknite %sovdje%s.'; +$strRelationsForTable = 'RELACIJE TABLICE'; +$strRelations = 'Relacije'; +$strRelationView = 'Prikaz relacija'; +$strReloadingThePrivileges = 'Ponovno uitavanje privilegija'; +$strReloadPrivileges = 'Ponovno uitaj privilegije'; +$strRemoveSelectedUsers = 'Ukloni odabrane korisnike'; +$strRenameDatabaseOK = 'Baza podataka %s preimenovana je u %s'; +$strRenameTableOK = 'Tablica %s preimenovana je u %s'; +$strRenameTable = 'Preimenuj tablicu u'; $strRepairTable = 'Popravi tablicu'; -$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom'; -$strReset = 'Resetiraj'; -$strReType = 'Ponovite unos'; +$strReplaceNULLBy = 'NULL zamijeni s'; +$strReplaceTable = 'Podatke tablice zamijeni datotekom'; +$strReplication = 'Replikacija'; +$strReset = 'Povrat'; +$strResourceLimits = 'Ogranienja resursa'; +$strReType = 'Ponovite'; +$strRevokeAndDeleteDescr = 'Korisnici e i dalje imati privilegiju USAGE (Upotreba) sve dok se privilegije ponovno ne uitaju.'; +$strRevokeAndDelete = 'Opozovi sve aktivne privilegije korisnika i potom ih izbrii.'; $strRevokeMessage = 'Opozvali ste privilegije za %s'; $strRevoke = 'Opozovi'; -$strRowLength = 'Duina retka'; -$strRowsFrom = ' redaka poevi od retka'; +$strRomanian = 'Rumunjski'; +$strRowLength = 'Duljina retka'; +$strRowsFrom = 'redovi koji zapoinju zapisom #'; $strRowSize = ' Veliina retka '; -$strRowsModeHorizontal = 'horizontalnom'; -$strRowsModeOptions = 'u %s nainu i ispii zaglavlje poslije svakog %s retka'; -$strRowsModeVertical = 'vertikalnom'; +$strRowsModeFlippedHorizontal = 'vodoravno (okrenuta zaglavlja)'; +$strRowsModeHorizontal = 'vodoravno'; +$strRowsModeOptions = 'u nainu %s i ponavljaj zaglavlja nakon %s elija'; +$strRowsModeVertical = 'uspravno'; $strRows = 'Redaka'; -$strRowsStatistic = 'Statistika redaka'; -$strRunning = 'pokrenuto na %s'; -$strRunQuery = 'Izvri SQL upit'; -$strRunSQLQuery = 'Izvri SQL upit(e) na bazi '; +$strRowsStatistic = 'Statistike redova'; +$strRunning = 'Izvrava se pri %s'; +$strRunQuery = 'Podnesi upit'; +$strRunSQLQueryOnServer = 'Pokreni SQL upit na posluitelju %s'; +$strRunSQLQuery = 'Pokreni SQL upit na bazi podataka %s'; +$strRussian = 'Ruski'; +$strSaveOnServer = 'Spremi na posluitelju u mapi %s'; $strSave = 'Spremi'; -$strSelectADb = 'Izaberite bazu'; -$strSelectAll = 'Oznai sve'; -$strSelectFields = 'Izaberite polja (najmanje jedno)'; -$strSelectNumRows = 'u upitu'; -$strSend = 'Spremi u datoteku'; -$strServerChoice = 'Izbor servera'; -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVersion = 'Verzija servera'; -$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...
Ako vam zatreba backslash ("\") ili jednostruki navodnik ("\'") navedite ih koristei backslash (npr. \'\\\\xyz\' ili \'a\\\'b\').'; +$strScaleFactorSmall = 'Vrijednost omjera suvie je malen da bi shema stala na jednu stranicu'; +$strSearchFormTitle = 'Trai u bazi podataka'; +$strSearchInTables = 'Unutar tablica:'; +$strSearchNeedle = 'Rijei ili vrijednost za pretraivanje (doker: "%"):'; +$strSearchOption1 = 'najmanje jedna rije'; +$strSearchOption2 = 'sve rijei'; +$strSearchOption3 = 'toan izraz'; +$strSearchOption4 = 'kao regularan izraz'; +$strSearchResultsFor = 'Rezultati pretraivanja za "%s" %s:'; +$strSearch = 'Trai'; +$strSearchType = 'Trai:'; +$strSecretRequired = 'Konfiguracijska datoteka potrauje tajnu lozinku (blowfish_secret).'; +$strSelectADb = 'Odaberite bazu podataka'; +$strSelectAll = 'Odaberi sve'; +$strSelectBinaryLog = 'Odaberite binarni zapisnik za prikaz'; +$strSelectFields = 'Odaberite polja (najmanje jedno):'; +$strSelectNumRows = 'unutar upita'; +$strSelectTables = 'Odaberite tablice'; +$strSend = 'Spremi kao datoteku'; +$strSent = 'Poslano'; +$strServerChoice = 'Odabir posluitelja'; +$strServerNotResponding = 'Posluitelj ne odgovara'; +$strServer = 'Posluitelj'; +$strServers = 'Posluitelji'; +$strServerStatusDelayedInserts = 'Odgoena umetanja'; +$strServerStatus = 'Podaci o razini izvravanja'; +$strServerStatusUptime = 'Ovaj MySQL posluitelj radi tijekom %s. Pokrenut je %s.'; +$strServerTabVariables = 'Varijable'; +$strServerTrafficNotes = 'Promet posluitelja: Ove tablice prikazuju statistike mrenog prometa na ovom MySQL posluitelju od trenutka njegovog pokretanja.'; +$strServerVars = 'Varijable i postavke posluitelja'; +$strServerVersion = 'Verzija posluitelja'; +$strSessionValue = 'Vrijednost sesije'; +$strSetEnumVal = 'Ako je vrata polja "enum" ili "set", unesite vrijednosti u sljedeem obliku: \'a\',\'B\',\'c\'...
Ako je potrebno unijeti lijevu kosu crtu ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Prikai sve'; -$strShowingRecords = 'Prikaz redaka'; -$strShowPHPInfo = 'Prikai informacije o PHP-u'; +$strShowColor = 'Prikai boju'; +$strShowDatadictAs = 'Oblikovanje rjenika podataka'; +$strShowFullQueries = 'Prikai pune upite'; +$strShowGrid = 'Prikai mreu'; +$strShowingBookmark = 'Prikazivanje oznake'; +$strShowingRecords = 'Prikazivanje redaka'; +$strShowOpenTables = 'Prikai otvorene tablice'; +$strShowPHPInfo = 'Prikai PHP podatke'; $strShow = 'Prikai'; +$strShowSlaveHosts = 'Prikai potinjena raunala'; +$strShowSlaveStatus = 'Prikai stanje potinjenog'; +$strShowStatusBinlog_cache_disk_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane, ali su nadmaile vrijednost binlog_cache_size i upotrijebile privremenu datoteku za pohranjivanje izjava transakcija.'; +$strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tablica koje posluitelj automatski izrauje na disku tijekom izvravanja izjava. Ako je stavka Created_tmp_disk_tables velika, moglo bi biti potrebno da poveate vrijednost tmp_table_size, da biste privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk.'; +$strShowStatusCreated_tmp_filesDescr = 'Koliko je privremenih tablica izradio mysqld.'; +$strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tablica u memoriji koje je posluitelj automatski izradio tijekom izvravanja izjava.'; +$strShowStatusDelayed_errorsDescr = 'Broj redaka upisanih pomou naredbe INSERT DELAYED, a kod kojih je dolo do neke vrste pogreke (vjerojatan razlog je udvojen klju).'; +$strShowStatusDelayed_insert_threadsDescr = 'Broj hvatite grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju se primjeni INSERT DELAYED dobiva vlastitu granu.'; +$strShowStatusDelayed_writesDescr = 'Broj redaka zapisanih pomou INSERT DELAYED.'; +$strShowStatusFlush_commandsDescr = 'Broj izvrenih izjava FLUSH.'; +$strShowStatusHandler_commitDescr = 'Broj internih izjava COMMIT.'; +$strShowStatusHandler_deleteDescr = 'Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice.'; +$strShowStatusHandler_discoverDescr = 'MySQL posluitelj moe upitati pogon pohranjivanja NDB skupine, zna li za tablicu s traenim nazivom. Ovaj se postupak naziva otkrivanje. Handler_discover naznauje koliko je puta tablica bila otkrivenom.'; +$strShowStatusHandler_read_firstDescr = 'Brojka koja prokazuje koliko puta je prvi unos bio itan iz indeksa. Velik broj je pokazatelj da posluitelj izvodi mnogo potpunih pretraivanja indeksa, npr. SELECT col1 FROM foo, pri emu je col1 indeksiran.'; +$strShowStatusHandler_read_keyDescr = 'Broj zahtjeva za itanje retka zasnovan na kljuu. Velik broj je pokazatelj da su vai upiti i tablice pravilno indeksirani.'; +$strShowStatusHandler_read_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u redoslijedu kljua. Ovaj se broj poveava ako izvodite upite stupca indeksa s ogranienjem opsega ili ako izvodite pretraivanje indeksa.'; +$strShowStatusHandler_read_prevDescr = 'Broj zahtjeva za itanje prethodnog retka u redoslijedu kljua. Ovaj nain itanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'Broj zahtjeva za itanje retka zasnovanog na fiksnom poloaju. Ovaj iznos je velik ako izvodite mnogo upita koji zahtjevaju preslagivanje rezultata. Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretrauje cjelokupne tablice ili imate spojeve koji ne upotrebljavaju klju na pravilan nain.'; +$strShowStatusHandler_read_rnd_nextDescr = 'Broj zahtjeva za itanje sljedeeg retka u datoteci s podacima. Ovaj broj je velik ako izvodite mnogo pretraivanja tablice. Openito, ovaj iznos naznauje da vaa tablice nisu pravilno indeksirane ili da vai upiti nisu napisani na nain koji iskoritava prednosti raspoloivih indeksa.'; +$strShowStatusHandler_rollbackDescr = 'Broj internih izjava ROLLBACK.'; +$strShowStatusHandler_updateDescr = 'Broj zahtjeva za auriranje retka u tablici.'; +$strShowStatusHandler_writeDescr = 'Broj zahtjeva za umetanje retka u tablici.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj stranice koje sadre podatke (dirty ili clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj stranica koje su trenutno \'dirty\'.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj stranica meuspremnika za koje je podnesen zahtjev za pranjenjem.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih stranica.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj vezanih stranica u InnoDB meuspremniku. Ove se stranice trenutno itaju ili zapisuju, ili ih nije mogue isprazniti ili ukloniti iz nekog drugog razloga.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj stranica koje su zauzete jer su dodijeljene za administrativna prepunjenja, poput zakljuavanja redaka ili adaptivni indeks presjeka. Ovu je vrijednost mogue izraunati i kao Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ukupna veliina meuspremnika, u stranicama.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj "nasuminih" pripremnih itanja koje je InnoDB inicijalizirao. Dogaa se kad upit mora pretraiti veliki dio tablice, ali nasuminim redoslijedom.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj slijednih pripremnih itanja koje je inicijalizirao InnoDB. Ovo se dogaa kad InnoDB izvodi potpuno pretraivanje tablice.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logikih zahtjeva za itanjem koje je obavio InnoDB.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logikih itanja koje InnoDB nije mogao zadovoljiti iz meuspremnik i morao je izvesti itanje po jedne stranice.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Uobiajeno, zapisivanja u InnoDB meuspremnik izvode se u pozadini. Ipak, ako je potrebno iitati ili izraditi stranicu, a nema raspoloive prazne stranice, bit e potrebno priekati pranjenje stranice. Ovaj broja prikazuje stanje ovog ekanja. Ako je veliina meuspremnika pravilno postavljena, ova bi vrijednost trebala biti malenom.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj izvrenih zapisivanja u InnoDB meuspremnik.'; +$strShowStatusInnodb_data_fsyncsDescr = 'Broj dosadanjih fsync() operacija.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutan broj fsync() operacija u ekanju.'; +$strShowStatusInnodb_data_pending_readsDescr = 'Trenutan broj itanja u ekanju.'; +$strShowStatusInnodb_data_pending_writesDescr = 'Trenutan broj zapisivanja u ekanju.'; +$strShowStatusInnodb_data_readDescr = 'Koliina podataka proitanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_data_readsDescr = 'Ukupan broj iitavanja podataka.'; +$strShowStatusInnodb_data_writesDescr = 'Ukupan broj zapisivanja podataka.'; +$strShowStatusInnodb_data_writtenDescr = 'Koliina podataka zapisanih do ovog trenutka, u bajtovima.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_dblwr_writesDescr = 'Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za ovu potrebu.'; +$strShowStatusInnodb_log_waitsDescr = 'Broj ekanja koja su se dogodila zbog nedovoljno velikog zapisnika meuspremnika, te je bilo potrebno ekati njegovo pranjenje prije nastavka rada.'; +$strShowStatusInnodb_log_write_requestsDescr = 'Broj zahtjeva za zapisivanje u zapisnik.'; +$strShowStatusInnodb_log_writesDescr = 'Broj fizikih zapisivanja u zapisnik.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs zapisivanja izvrenih u datoteci zapisnika.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj naredbi fsyncs za zapisnik, a koje su na ekanju.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Zapisivanja u zapisnik na ekanju.'; +$strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova zapisanih u zapisnik.'; +$strShowStatusInnodb_pages_createdDescr = 'Broj izraenih stranica.'; +$strShowStatusInnodb_page_sizeDescr = 'Izraena veliina InnoDB stranice (zadana vrijednost je 16kB). Mnoge se vrijednosti prebrojavaju u stranicama. Veliina stranice doputa njihovo jednostavno pretvaranje u bajtove.'; +$strShowStatusInnodb_pages_readDescr = 'Broj iitanih stranica.'; +$strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih stranica.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj zakljuavanja redaka na koje se trenutno eka.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'Prosjeno vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vrijeme utroeno na postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'Najdulje vrijeme postizanja zakljuanosti retka, u milisekundama.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'Broj okolnosti kad je bilo potrebno ekati na zakljuanost retka.'; +$strShowStatusInnodb_rows_deletedDescr = 'Broj redaka izbrisanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_insertedDescr = 'Broj redaka umetnutih u InnoDB tablice.'; +$strShowStatusInnodb_rows_readDescr = 'Broj redaka iitanih iz InnoDB tablica.'; +$strShowStatusInnodb_rows_updatedDescr = 'Broj auriranih redaka u InnoDB tablicama.'; +$strShowStatusKey_blocks_not_flushedDescr = 'Broj kljunih blokova u pohrani kljueva koji su izmijenjeni ali jo nisu ispranjeni na disk. Neko se nazivalo: Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'Broj neiskoritenih blokova u pohrani kljueva. Ovu vrijednost moete upotrijebiti za odreivanje veliine pohrane kljueva koja je u upotrebi.'; +$strShowStatusKey_blocks_usedDescr = 'Broj iskoritenih blokova u pohrani kljueva. Ova je vrijednost oznaka gornje razine koja oznauje najvei broj blokova koji su ikad bili u istovremenoj upotrebi.'; +$strShowStatusKey_read_requestsDescr = 'Broj zahtjeva za itanje kljunog bloka iz pohrane.'; +$strShowStatusKey_readsDescr = 'Broj fizikih itanja kljunih blokova s diska. Ako je iznos Key_reads velik, vjerojatno je vaa vrijednost key_buffer_size premala. Stupanj promaivanja pohrane mogue je izraunati putem naredbi Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'Broj zahtjeva za zapisivanje kljunog bloka u pohranu.'; +$strShowStatusKey_writesDescr = 'Broj fizikih zapisivanja kljunih blokova na disk. '; +$strShowStatusLast_query_costDescr = 'Ukupan troak posljednjeg sloenog upita, izraunat od strane optimizatora upita. Korisno za usporeivanje trokova razliitih planova upita za isti upit. Zadana vrijednost je 0 i podrazumijeva da jo nema sloenog upita.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redaka koji ekaju svoje upisivanje u red ekanja INSERT DELAY.'; +$strShowStatusOpened_tablesDescr = 'Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaa vrijednost za pohranu tablica vjerojatno je premala.'; +$strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.'; +$strShowStatusOpen_streamsDescr = 'Broj otvorenih protoka (uglavnom se upotrebljava za voenje zapisnika).'; +$strShowStatusOpen_tablesDescr = 'Broj otvorenih tablica.'; +$strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u pohrani upita.'; +$strShowStatusQcache_free_memoryDescr = 'Koliina slobodne memorije za pohranu upita.'; +$strShowStatusQcache_hitsDescr = 'Broj pronalaenja u pohrani.'; +$strShowStatusQcache_insertsDescr = 'Broj upita pridodanih u pohranu.'; +$strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz pohrane radi oslobaanja memorije za potrebe pohranjivanja novih upita. Ovaj vam podatak moe pomoi pri podeavanju veliine pohrane upita. Pohrana upita upotrebljava strategiju posljednjeg nedavno upotrebljavanog (LRU - least recently used) radi odluivanja koje e upite ukloniti iz pohrane.'; +$strShowStatusQcache_not_cachedDescr = 'Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog postavke query_cache_type).'; +$strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registriranih u pohrani.'; +$strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u pohrani upita.'; +$strShowStatusReset = 'Povrat'; +$strShowStatusRpl_statusDescr = 'Stanje replikacije sigurnosti protiv otkaza (jo nije implementirano).'; +$strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traenja.'; +$strShowStatusSelect_range_checkDescr = 'Broj spojeva bez kljueva koji provjeravaju upotrebu kljua nakon svakog retka. (Ako ovaj iznos nije 0, bit e potrebno da paljivo provjerite indekse vaih tablica.'; +$strShowStatusSelect_rangeDescr = 'Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Openito nije kritino ako je ovaj iznos velik.)'; +$strShowStatusSelect_scanDescr = 'Broj spojeva koji su izveli potpuno pretraivanje prve tablice.'; +$strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tablica koje su trenutno otvorene od strane potinjene SQL grane.'; +$strShowStatusSlave_retried_transactionsDescr = 'Ukupna koliina (od pokretanja) ponovnih pokuaja transakcija od strane replikacijske potinjene SQL grane.'; +$strShowStatusSlave_runningDescr = 'Ukljueno (ON) ako je ovaj posluitelj potinjen i povezan na gospodara.'; +$strShowStatusSlow_launch_threadsDescr = 'Broj grana kojima je bilo potrebno vie vremena za izradu, nego to je to definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama.'; +$strShowStatusSlow_queriesDescr = 'Broj upita kojima je bilo potrebno vie vremena nego to je to definirano u long_query_time (dugo vrijeme upita), u sekundama.'; +$strShowStatusSort_merge_passesDescr = 'Broj prolaza udruivanja koje je algoritam za preslagivanje morao izvesti. Ako je ovaj iznos velik, razmotrite mogunost poveanja vrijednosti sistemske varijable sort_buffer_size.'; +$strShowStatusSort_rangeDescr = 'Broj preslagivanja uinjenih pomou opsega.'; +$strShowStatusSort_rowsDescr = 'Broj presloenih redaka.'; +$strShowStatusSort_scanDescr = 'Broj preslagivanja uinjenih pomou pretraivanja tablice.'; +$strShowStatusTable_locks_immediateDescr = 'Koliina trenutno postignutih zakljuavanja tablica.'; +$strShowStatusTable_locks_waitedDescr = 'Koliina zakljuavanja tablica koji nisu mogli biti trenutno postignuti i bilo je potrebno odreeno ekanje. Ako je ovaj iznos visok i ako imate problema s performansama, bit e potrebno da prvo optimizirate svoje upite i potom ili podijelite svoje tablice ili upotrijebite replikaciju.'; +$strShowStatusThreads_cachedDescr = 'Broj grana u pohrani grana. Stupanj pogodaka u pohrani moe se izraunati kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, bit e potrebno da poveate svoju vrijednost thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.'; +$strShowStatusThreads_createdDescr = 'Broj grana izraenih za rukovanje vezama. Ako je iznos Threads_created velik, moglo bi biti potrebno da poveate vrijednost thread_cache_size. (Uobiajeno, ako imate dobru implementaciju grana, ova opcija nee pruiti primjetna poboljanja performansi.)'; +$strShowStatusThreads_runningDescr = 'Broj grana koje nisu uspavane.'; +$strShowTableDimension = 'Prikai dimenzije tablice'; $strShowTables = 'Prikai tablice'; -$strShowThisQuery = ' Prikai ovaj upit ponovo '; -$strSingly = '(po jednom polju)'; +$strShowThisQuery = 'Ovaj upit ponovno prikai ovdje'; +$strSimplifiedChinese = 'Kineski, pojednostavljen'; +$strSingly = '(pojedinano)'; $strSize = 'Veliina'; -$strSort = 'Sortiranje'; -$strSpaceUsage = 'Zauzee'; -$strSQLQuery = 'SQL-upit'; -$strStatement = 'Ime'; -$strStrucCSV = 'CSV format'; -$strStrucData = 'Struktura i podaci'; +$strSkipQueries = 'Broj zapisa (upita) koje je potrebno preskoiti od poetka'; +$strSlovak = 'Slovaki'; +$strSlovenian = 'Slovenski'; +$strSocketProblem = '(ili prikljuak lokalnog MySQL posluitelja nije ispravno konfiguriran)'; +$strSortByKey = 'Presloi po kljuu'; +$strSorting = 'Preslagivanje'; +$strSort = 'Presloi'; +$strSpaceUsage = 'Iskoritenost prostora'; +$strSpanish = 'panjolski'; +$strSplitWordsWithSpace = 'Rijei su razdvojene znakom razmaka (" ").'; +$strSQLCompatibility = 'Nain rada SQL kompatibilnosti'; +$strSQLExportType = 'Vrsta izvoza'; +$strSQLImportOptions = 'SQL opcije'; +$strSQLOptions = 'SQL opcije'; +$strSQLParserBugMessage = 'Postoji mogunost da ste pronali nedostatak u SQL ralanjivau. Temeljito prouite va upit i provjerite ispravan unos navodnika. Jedan od moguih razloga je i da ste uitali datoteku s binarnim vrijednosti izvan prostora s navodnicima. Va upit takoer moete provjeriti u naredbenom retku MySQL-a. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema. Ako i dalje postoje problemi ili ako ralanjiva ne uspijeva u zadacima koji uspijevaju u naredbenom retku, suzite svoj unos SQL upita na samo onaj upit koji izaziva probleme i podnesite prijavu o nedostatku zajedno s dijelom podatka u donjem odjeljku CUT:'; +$strSQLParserUserError = 'Izgleda da postoji pogreka u vaem SQL upitu. Ispis pogreke MySQL posluitelja moe vam pomoi u dijagnosticiranju problema.'; +$strSQLQuery = 'SQL upit'; +$strSQLResult = 'SQL rezultat'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Neispravna ID oznaka'; +$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren'; +$strSQPBugUnknownPunctuation = 'Nepoznat niz interpunkcija'; +$strStatCheckTime = 'Posljednja provjera'; +$strStatCreateTime = 'Izrada'; +$strStatement = 'Izjave'; +$strStatisticsOverrun = 'Na zaposlenom posluitelju broja bajtova mogao bi preletjeti svoj raspon prikaza, pri emu bi statistike koje prikazuje MySQL posluitelj mogle biti netone.'; +$strStatUpdateTime = 'Posljednje auriranje'; +$strStatus = 'Stanje'; +$strStorageEngine = 'Pogon pohrane'; +$strStorageEngines = 'Pogoni pohrane'; +$strStrucCSV = 'CSV'; +$strStrucData = 'Strukturu i podatke'; $strStrucExcelCSV = 'CSV za MS Excel'; -$strStrucOnly = 'Samo struktura'; -$strSubmit = 'Pokreni'; -$strSuccess = 'Va SQL upit je uspjeno izvren'; -$strSum = 'Ukupno'; +$strStrucNativeExcel = 'Izvorno MS Excel oblikovanje'; +$strStrucNativeExcelOptions = 'Opcije izvornog Excel izvoza'; +$strStrucOnly = 'Samo strukturu'; +$strStructPropose = 'Predloi strukturu tablice'; +$strStructure = 'Strukturu'; +$strSubmit = 'Podnesi'; +$strSuccess = 'Va SQL upit uspjeno je izvren'; +$strSum = 'Zbroj'; +$strSwedish = 'vedski'; +$strSwitchToDatabase = 'Prebaci se na kopiranu bazu podataka'; +$strSwitchToTable = 'Prebaci se na kopiranu tablicu'; -$strTableComments = 'Komentar tablice'; -$strTableEmpty = 'Ime tablice je prazno!'; -$strTableHasBeenDropped = 'Tablica %s je izbrisana'; -$strTableHasBeenEmptied = 'Tablica %s je ispranjena'; -$strTableHasBeenFlushed = 'Tablica %s je osvjeena'; -$strTableMaintenance = 'Radnje na tablici'; -$strTables = '%s tablica/e'; -$strTableStructure = 'Struktura tablice'; +$strTableAlreadyExists = 'Tablica %s ve postoji!'; +$strTableComments = 'Komentari tablice'; +$strTableEmpty = 'Naziv tablice je prazan!'; +$strTableHasBeenDropped = 'Tablica %s je odbaen'; +$strTableHasBeenEmptied = 'Tablica %s je oiena'; +$strTableHasBeenFlushed = 'Tablica %s je ispranjena'; +$strTableMaintenance = 'Odravanje tablice'; +$strTableOfContents = 'Sadraj tablice'; +$strTableOptions = 'Opcije tablice'; +$strTables = '%s tablica'; +$strTableStructure = 'Tablina struktura za tablicu'; $strTable = 'Tablica'; -$strTextAreaLength = ' Zbog veliine ovog polja,
polje moda neete moi mijenjati '; +$strTakeIt = 'Dodijeli'; +$strTblPrivileges = 'Privilegije specifine za tablicu'; +$strTempData = 'Privremeni podaci'; +$strTextAreaLength = ' Zbog svoje duljine,
ureivanje ovog polja moda nee biti mogue '; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Zadana tema %s nije pronaena!'; +$strThemeNoPreviewAvailable = 'Nema raspoloivog pregleda.'; +$strThemeNotFound = 'Tema %s nije pronaena!'; +$strThemeNoValidImgPath = 'Valjana putanja slika za temu %s nije pronaena!'; +$strThemePathNotFound = 'Za temu %s nije pronaena putanje tema!'; +$strTheme = 'Tema / Stil'; +$strThisHost = 'Ovo raunalo'; +$strThisNotDirectory = 'Ovo nije bila mapa'; +$strThreads = 'Grane'; +$strThreadSuccessfullyKilled = 'Grana %s uspjeno je prekinuta.'; +$strTimeoutInfo = 'Vrijeme prethodnog uvoza je isteklo. Nakon ponovno podnoenja bit e nastavljeno od poloaja %d.'; +$strTimeoutNothingParsed = 'Ipak, pri posljednjem prijelazu nikakvi podaci nisu bili ralanjeni. To znai da phpMyAdmin nee biti u mogunosti zavriti ovaj uvoz sve dok ne poveate vremenska ogranienja unutar php.'; +$strTimeoutPassed = 'Vrijeme za skriptu je isteklo. Ako elite zavriti uvoz, ponovo podnesite istu datoteku i uvoz e nastaviti.'; +$strTime = 'Vrijeme'; +$strToggleScratchboard = 'Ukljui biljeke'; +$strTotalUC = 'Ukupno'; $strTotal = 'ukupno'; +$strTraditionalChinese = 'Kineski, tradicionalan'; +$strTraditionalSpanish = 'panjolski, tradicionalan'; +$strTraffic = 'Promet'; +$strTransactionCoordinator = 'Koordinator transakcije'; +$strTransformation_application_octetstream__download = 'Prikazuje vezu prema preuzimanju binarnih podataka polja. Moete upotrijebiti prvu opciju da biste sami odredili naziv datoteke ili drugu opciju da biste upotrijebili naziv polja koje sadri naziv datoteke. Ako upotrijebite drugu opciju, u prvu opciju morate unijeti prazan niz.'; +$strTransformation_application_octetstream__hex = 'Prikazuje podatke u heksadecimalnom obliku. Opcionalan prvi parametar odreuje koliko esto e prazna mjesta biti dodavana (zadana vrijednost je 2).'; +$strTransformation_image_jpeg__inline = 'Prikazuje sliicu s mogunou klikanja. Opcije su najvea irina i visina u pikselima. Izvorne proporcije su ouvane.'; +$strTransformation_image_jpeg__link = 'Prikazuje vezu za preuzimanje ove slike.'; +$strTransformation_image_png__inline = 'Pogledajte slika/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Prikazuje polja TIME, TIMESTAMP ili DATETIME (vrijeme, oznaka vremena, datum) sukladno lokalnom obliku datuma i vremena. Prva opcija je razlika (u satima) koja e biti pridodana oznaci vremena (zadano: 0). Upotrijebite drugu opciju za odreivanje razliitog oblikovanja datuma i vremena. Detalje potraite u PHP dokumentaciji, funkcija strftime().'; +$strTransformation_text_plain__external = 'SAMO ZA LINUX: Pokree vanjsku aplikaciju i predaje joj podatke polja putem standardnog unosa. Vraa standardan ispis aplikacije. Zadana aplikacija je Tidy, uredno ispisivanje HTML koda. Iz sigurnosnih razloga morate runo urediti datoteku libraries/transformations/text_plain__external.inc.php i izraditi popis alata koje elite uiniti raspoloivim. Prva opcija e biti redni broj programa kojeg elite upotrebljavati a druga opcija su parametri programa. Ako je trea opcija postavljena na vrijednost 1, pretvorit e ispis pomou htmlspecialchars(), (zadano: 1). Ako je etvrta opcija postavljena na vrijednost 1, sprijeit e omatanje i osigurati prikaz ispisa u jednom retku (zadano: 1).'; +$strTransformation_text_plain__formatted = 'Prikazuje sadraj polje u izvornom obliku, bez njegovog provlaenja kroz htmlspecialchars(). Odnosno, za polje se pretpostavlja da ne sadri valjani HTML kod.'; +$strTransformation_text_plain__imagelink = 'Prikazuje sliku i vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga i trea opcija predstavljaju irinu i visinu u pikselima.'; +$strTransformation_text_plain__link = 'Prikazuje vezu. Polje sadri naziv datoteke. Prva opcija je URL prefiks, poput "http://www.example.com/". Druga opcija je naziv veze.'; +$strTransformation_text_plain__sql = 'Oblikuje tekst kao SQL upit s naglaavanjem sintakse.'; +$strTransformation_text_plain__substr = 'Prikazuje dio niza. Prva opcija je broj znakova koje je potrebno preskoiti, od poetka niza (zadano: 0). Druga opcija je broj znakova za povrat (zadano: do zavretka niza). Trea opcija je niz koji je potrebno pridodati iza zavretka i/ili prije poetka kad zapone srezivanje (zadano: "...").'; +$strTruncateQueries = 'Srei prikazane rezultate'; +$strTurkish = 'Turski'; $strType = 'Vrsta'; -$strUncheckAll = 'Makni oznake'; -$strUnique = 'Jedinstveni klju'; -$strUnselectAll = 'Makni oznake'; -$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.'; -$strUpdateProfileMessage = 'Profil je promijenjen.'; -$strUpdateQuery = 'Promijeni SQL-upit'; -$strUsage = 'Zauzee'; -$strUseBackquotes = 'Koristi \' za ograniavanje imena polja'; -$strUserEmpty = 'Ime korisnika je prazno!'; +$strUkrainian = 'Ukrajinski'; +$strUncheckAll = 'Ukloni sve oznake'; +$strUnicode = 'Unicode'; +$strUnique = 'Jedinstveno'; +$strUnknown = 'nepoznato'; +$strUnselectAll = 'Ukloni sav odabir'; +$strUnsupportedCompressionDetected = 'Pokuali ste uitati datoteku s nepodranim nainom komprimiranja (%s). Takva podrka jo nije implementirana ili je onemoguena u vaoj konfiguraciji.'; +$strUpdatePrivMessage = 'Aurirali ste privilegije za %s.'; +$strUpdateProfileMessage = 'Profil je auriran.'; +$strUpdateQuery = 'Auriraj upit'; +$strUpdComTab = 'Pogledajte dokumentaciju radi uputa o auriranju tablice column_comments.'; +$strUpgrade = 'Trebali biste nadograditi na %s %s ili kasniju.'; +$strUploadLimit = 'Vjerojatno ste pokuali s uitavanjem prevelike datoteke. Pogledajte %sdokumentaciju%s radi uputa o nainima rjeavanja ovog ogranienja.'; +$strUploadsNotAllowed = 'Uitavanje datoteka nije doputeno na ovom posluitelju.'; +$strUsage = 'Upotreba'; +$strUseBackquotes = 'Unesi nazive tablica i polja sa stranjim navodnicima'; +$strUsedPhpExtensions = 'Upotrijebljena PHP proirenja'; +$strUseHostTable = 'Upotrijebi tablicu posluitelja'; +$strUserAlreadyExists = 'Korisnik %s ve postoji!'; +$strUserEmpty = 'Korisniko ime je prazno!'; $strUser = 'Korisnik'; -$strUserName = 'Ime korisnika'; -$strUseTables = 'Koristi tablice'; +$strUserName = 'Korisniko ime'; +$strUserNotFound = 'Odabrani korisnik nije pronaen u tablici privilegija.'; +$strUserOverview = 'Pregled korisnika'; +$strUsersDeleted = 'Odabrani korisnici uspjeno su izbrisani.'; +$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup u "%s"'; +$strUseTabKey = 'Pomou tipke TAB premjetate se od jedne vrijednost do druge vrijednost, odnosno s tipkama CTRL+Strelice za premjetanje bilo kamo'; +$strUseTables = 'Upotrijebi tablice'; +$strUseTextField = 'Upotrijebi tekstualno polje'; +$strUseThisValue = 'Upotrijebi ovu vrijednost'; +$strValidateSQL = 'Provjera valjanosti SQL-a'; +$strValidatorError = 'SQL validator nije bilo mogue pokrenuti. Provjerite jeste li instalirali potrebna PHP proirenja, na nain opisan u %sdokumentaciji%s.'; $strValue = 'Vrijednost'; -$strViewDumpDB = 'Prikai dump (shemu) baze'; -$strViewDump = 'Prikai dump (shemu) tablice'; +$strVar = 'Varijabla'; +$strVersionInformation = 'Podaci o verziji'; +$strViewDumpDatabases = 'Prikai ispis (shemu) baza podataka'; +$strViewDumpDB = 'Prikai ispis (shemu) baze podataka'; +$strViewDump = 'Prikai ispis (shemu) tablice'; +$strViewHasBeenDropped = 'Index %s je isputen'; +$strViewMaxExactCount = 'Ovaj prikaz sadri vie od %s redaka. Pogledajte %sdokumentaciju%s.'; +$strView = 'Prikaz'; -$strWelcome = 'Dobrodoli u %s'; -$strWithChecked = 'Oznaeno:'; -$strWrongUser = 'Pogreno korisniko ime/lozinka. Pristup odbijen.'; +$strWebServerUploadDirectoryError = 'Mapu koju ste odabrali za potrebe uitavanja nije mogue dohvatiti'; +$strWebServerUploadDirectory = 'mapa uitavanja web posluitelja'; +$strWelcome = 'Dobro doli u %s'; +$strWestEuropean = 'Zapadno europski'; +$strWildcard = 'doker'; +$strWindowNotFound = 'Ciljani prozor preglednika nije bilo mogue osvjeiti. Moda ste zatvorili nadreeni prozor ili su postavke sigurnosti vaeg preglednika konfigurirane za blokiranje auriranja preko vie prozora.'; +$strWithChecked = 'S odabirom:'; +$strWriteRequests = 'Zahtjevi zapisivanja'; +$strWritingCommentNotPossible = 'Zapisivanje komentara nije mogue'; +$strWritingRelationNotPossible = 'Zapisivanje relacija nije mogue'; +$strWrongUser = 'Pogreno korisniko ime ili lozinka. Pristup odbijen.'; + +$strXMLOptions = 'XML opcije'; +$strXML = 'XML'; $strYes = 'Da'; -$strZip = '"zip-ano"'; +$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na vrijednost 0 (nula) uklanja ogranienje.'; +$strZip = '"zipano"'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$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 -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutodetect = 'Autodetect'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$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 $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. 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 - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$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 -$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strComments = 'Comments'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
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.
If you recieve a blank page, everything is fine.'; //to translate -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCSVImportOptions = 'CSV options'; //to translate -$strCSVOptions = 'CSV options';//to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDBGContext = 'Context'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate - -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$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 -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$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 -$strInsertedRowId = 'Inserted row id:'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLinkNotFound = 'Link not found'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$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 -$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 -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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 -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$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 -$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 -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$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 -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$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 -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$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 -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMySQLCharset = 'MySQL Charset'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDescription = 'no Description'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperations = 'Operations'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDFOptions = 'PDF options'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$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 -$strPhp = 'Create PHP Code'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$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 -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strRelationView = 'Relation view'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearch = 'Search';//to translate -$strSearchType = 'Find:';//to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSelectTables = 'Select Tables'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLImportOptions = 'SQL options'; //to translate -$strSQLOptions = 'SQL options';//to translate -$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 -$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 -$strSQLResult = 'SQL result'; //to translate -$strSQL = 'SQL'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$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 -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$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 -$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 -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$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 -$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 -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$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 -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$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 -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$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 -$strWriteRequests = 'Write requests'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate ?> diff --git a/translators.html b/translators.html index 4eb6bce60..16d28f62f 100644 --- a/translators.html +++ b/translators.html @@ -143,7 +143,7 @@ Croatian - Sime Essert (sime@nofrx.org) + Renato Pavičić (renato@translator-shop.org)