[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accdez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lang/ -> bosnian-utf-8.inc.php (source)

   1  <?php
   2  /* $Id: bosnian-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */
   3  
   4  /**
   5   *     Translated by:
   6   *     Samir Kobiljak <kobiljak@aon.at>
   7   *     http://www.kobiljak.com
   8   */
   9  
  10  $charset = 'utf-8';
  11  $allow_recoding = TRUE;
  12  $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  13  $number_thousands_separator = ',';
  14  $number_decimal_separator = '.';
  15  // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  16  $byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  17  
  18  $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
  19  $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
  20  // See http://www.php.net/manual/en/function.strftime.php to define the
  21  // variable below
  22  $datefmt = '%d. %B %Y. u %H:%M';
  23  $timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
  24  
  25  $strAbortedClients = 'Prekinuto';
  26  $strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisničko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
  27  $strAccessDenied = 'Ulaz nije dozvoljen';
  28  $strAction = 'Akcija';
  29  $strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
  30  $strAddDeleteColumn = 'Dodaj/obriši kolonu';
  31  $strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
  32  $strAddIntoComments = 'Dodaj u komentare';
  33  $strAddNewField = 'Dodaj novo polje';
  34  $strAddPrivilegesOnDb = 'Dodaj privilegije na slijedećoj bazi';
  35  $strAddPrivilegesOnTbl = 'Dodaj privilegije na slijedećoj tabeli';
  36  $strAddSearchConditions = 'Dodaj uslove pretraživanja (dio "WHERE" upita):';
  37  $strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
  38  $strAddUser = 'Dodaj novog korisnika';
  39  $strAddUserMessage = 'Dodali ste novog korisnika.';
  40  $strAdministration = 'Administracija';
  41  $strAffectedRows = 'Obuhvaćeno redova:';
  42  $strAfterInsertBack = 'Nazad na prethodnu stranu';
  43  $strAfterInsertNewInsert = 'Dodaj još jedan novi red';
  44  $strAfter = 'Poslije %s';
  45  $strAll = 'Sve';
  46  $strAllTableSameWidth = 'prikaz svih tabela iste širine?';
  47  $strAlterOrderBy = 'Promijeni redoslijed u tabeli';
  48  $strAnalyzeTable = 'Analiziraj tabelu';
  49  $strAnd = 'i';
  50  $strAnIndex = 'Ključ je upravo dodan %s';
  51  $strAny = 'Bilo koji';
  52  $strAnyHost = 'Bilo koji host';
  53  $strAnyUser = 'Bilo koji korisnik';
  54  $strAPrimaryKey = 'Osnovni ključ je upravo dodan %s';
  55  $strArabic = 'Arapski';
  56  $strArmenian = 'Jermenski';
  57  $strAscending = 'Rastući';
  58  $strAtBeginningOfTable = 'Na početku tabele';
  59  $strAtEndOfTable = 'Na kraju tabele';
  60  $strAttr = 'Atributi';
  61  $strAutomaticLayout = 'Automatski raspored';
  62  
  63  $strBack = 'Nazad';
  64  $strBaltic = 'Baltički';
  65  $strBeginCut = 'POČETAK REZ';
  66  $strBeginRaw = 'POČETAK SIROVO';
  67  $strBinary = 'Binarni';
  68  $strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
  69  $strBookmarkDeleted = 'Obilježivač je upravo obrisan.';
  70  $strBookmarkLabel = 'Naziv';
  71  $strBookmarkQuery = 'Obilježen SQL-upit';
  72  $strBookmarkThis = 'Obilježi SQL-upit';
  73  $strBookmarkView = 'Vidi samo';
  74  $strBrowseForeignValues = 'Pregledaj strane vrijednosti';
  75  $strBrowse = 'Pregled';
  76  $strBulgarian = 'Bugarski';
  77  $strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašem phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
  78  $strBzip = '"bzip-ovano"';
  79  
  80  $strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
  81  $strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
  82  $strCantLoadRecodeIconv = 'Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite konverziju skupova znakova u phpMyAdmin-u.';
  83  $strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
  84  $strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
  85  $strCardinality = 'Kardinalnost';
  86  $strCaseInsensitive = 'Ne razlikuje mala i velika slova';
  87  $strCaseSensitive = 'Razlikuje mala i velika slova';
  88  $strCentralEuropean = 'Centralnoevropski';
  89  $strChangeCopyModeCopy = '... sačuvaj stare.';
  90  $strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
  91  $strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
  92  $strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
  93  $strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
  94  $strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
  95  $strChangeDisplay = 'Izaberi polja za prikaz';
  96  $strChangePassword = 'Promeni lozinku';
  97  $strChange = 'Promijeni';
  98  $strCharset = 'Karakter set';
  99  $strCharsetOfFile = 'Karakter set datoteke:';
 100  $strCharsetsAndCollations = 'Karakter setovi i sortiranje';
 101  $strCharsets = 'Kodne strane';
 102  $strCheckAll = 'Označi sve';
 103  $strCheckPrivsLong = 'Provjeri privilegije za bazu &quot;%s&quot;.';
 104  $strCheckPrivs = 'Provjeri privilegije';
 105  $strCheckTable = 'Provjeri tabelu';
 106  $strChoosePage = 'Izaberite stranu koju menjate';
 107  $strColComFeat = 'Prikazujem komentare kolone';
 108  $strCollation = 'Sortiranje';
 109  $strColumnNames = 'Imena kolona';
 110  $strColumnPrivileges = 'Privilegije vezane za kolone';
 111  $strCommand = 'Naredba';
 112  $strComments = 'Komentari';
 113  $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
 114  $strCompression = 'Kompresija';
 115  $strConfigFileError = 'phpMyAdmin nije mogao da pročita vaš konfiguracioni fajl!<br />Ovo se može destiti ako PHP nađe grešku u procesiranju ili ne može da pronađe fajl.<br />Pozovite konfiguracioni fajl direktno koristeći donji link u pročitajte poruke o grešci koje dobijate. U većini slučajeve negde nedostaje navodnik ili tačka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
 116  $strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
 117  $strConnections = 'Konekcije';
 118  $strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivirani.';
 119  $strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
 120  $strCopyTableOK = 'Tabela %s je kopirana u %s.';
 121  $strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
 122  $strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je već zatvoren.';
 123  $strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
 124  $strCreateIndexTopic = 'Napravi novi ključ';
 125  $strCreate = 'Napravi';
 126  $strCreateNewDatabase = 'Napravi novu bazu podataka';
 127  $strCreateNewTable = 'Napravi novu tabelu u bazi %s';
 128  $strCreatePage = 'Napravi novu stranu';
 129  $strCreatePdfFeat = 'Pravljenje PDF-ova';
 130  $strCriteria = 'Kriterijum';
 131  $strCroatian = 'Hrvatski';
 132  $strCSVOptions = 'CSV opcije';
 133  $strCyrillic = 'Ćirilični';
 134  $strCzech = 'Češki';
 135  
 136  $strDanish = 'Danski';
 137  $strDatabase = 'Baza podataka';
 138  $strDatabaseExportOptions = 'Opcije za izvoz baze';
 139  $strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
 140  $strDatabases = 'Baze';
 141  $strDatabasesDropped = '%s baza je uspješno odbačena.';
 142  $strDatabasesStatsDisable = 'Isključi statistike';
 143  $strDatabasesStatsEnable = 'Uključi statistike';
 144  $strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki protok podataka između web i MySQL servera.';
 145  $strDatabasesStats = 'Statistika baze';
 146  $strDataDict = 'Rečnik podataka';
 147  $strDataOnly = 'Samo podaci';
 148  $strData = 'Podaci';
 149  $strDBComment = 'Komentar baze:';
 150  $strDbPrivileges = 'Privilegije vezane za bazu';
 151  $strDbSpecific = 'Specifično za bazu';
 152  $strDefault = 'Podrazumjevano';
 153  $strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
 154  $strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
 155  $strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
 156  $strDeleted = 'Red je obrisan';
 157  $strDeletedRows = 'Obrisani redovi:';
 158  $strDelete = 'Obriši';
 159  $strDeleting = 'Brišem %s';
 160  $strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
 161  $strDescending = 'Opadajući';
 162  $strDescription = 'Opis';
 163  $strDictionary = 'riječnik';
 164  $strDisabled = 'Onemogućeno';
 165  $strDisplayFeat = 'Prikaži osobine';
 166  $strDisplayOrder = 'Redosled prikaza:';
 167  $strDisplayPDF = 'Prikaži PDF shemu';
 168  $strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
 169  $strDocu = 'Dokumentacija';
 170  $strDoYouReally = 'Da li stvarno hoćete da ';
 171  $strDrop = 'Odbaci';
 172  $strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
 173  $strDumpingData = 'Prikaz podataka tabele';
 174  $strDumpSaved = 'Sadržaj baze je sačuvan u fajl %s.';
 175  $strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
 176  $strDynamic = 'dinamički';
 177  
 178  $strEditPDFPages = 'Izmena PDF strana';
 179  $strEditPrivileges = 'Promijeni privilegije';
 180  $strEdit = 'Promeni';
 181  $strEffective = 'Efektivne';
 182  $strEmpty = 'Isprazni';
 183  $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
 184  $strEnabled = 'Omogućeno';
 185  $strEndCut = 'KRAJ REZ';
 186  $strEnd = 'Kraj';
 187  $strEndRaw = 'KRAJ SIROVO';
 188  $strEnglish = 'Engleski';
 189  $strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
 190  $strError = 'Greška';
 191  $strEstonian = 'Estonski';
 192  $strExcelOptions = 'Excel opcije';
 193  $strExecuteBookmarked = 'Izvrši upamćen upit';
 194  $strExplain = 'Objasni SQL';
 195  $strExport = 'Izvoz';
 196  $strExtendedInserts = 'Prošireni INSERT';
 197  $strExtra = 'Dodatno';
 198  
 199  $strFailedAttempts = 'Neuspelih pokušaja';
 200  $strFieldHasBeenDropped = 'Polje %s je obrisano';
 201  $strField = 'Polje';
 202  $strFieldsEmpty = ' Broj polja je nula! ';
 203  $strFieldsEnclosedBy = 'Polja ograničena sa';
 204  $strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
 205  $strFields = 'Polja';
 206  $strFieldsTerminatedBy = 'Polja razdvojena sa';
 207  $strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promijenite ime datoteke ili uključite opciju prepisivanja.';
 208  $strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
 209  $strFileNameTemplateRemember = 'zapamti šablon';
 210  $strFileNameTemplate = 'Šablon imena datoteke';
 211  $strFixed = 'urađeno';
 212  $strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
 213  $strFlushTable = 'Osvježi tabelu ("FLUSH")';
 214  $strFormat = 'Format';
 215  $strFormEmpty = 'Nedostaje vrijednost u obrascu!';
 216  $strFullText = 'Pun tekst';
 217  $strFunction = 'Funkcija';
 218  
 219  $strGenBy = 'Generirao';
 220  $strGeneralRelationFeat = 'Opšte osobine relacija';
 221  $strGenTime = 'Vrijeme kreiranja';
 222  $strGerman = 'Njemački';
 223  $strGlobal = 'globalno';
 224  $strGlobalPrivileges = 'Globalne privilegije';
 225  $strGlobalValue = 'Globalna vrednost';
 226  $strGo = 'Kreni';
 227  $strGrantOption = 'Omogući';
 228  $strGreek = 'Grčki';
 229  $strGzip = '"gzip-ovano"';
 230  
 231  $strHasBeenAltered = 'je promijenjen(a).';
 232  $strHasBeenCreated = 'je kreiran(a).';
 233  $strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
 234  $strHebrew = 'Jevrejski';
 235  $strHomepageOfficial = 'phpMyAdmin veb sajt';
 236  $strHome = 'Početna strana';
 237  $strHostEmpty = 'Ime hosta je prazno!';
 238  $strHost = 'Host';
 239  $strHungarian = 'Mađarski';
 240  
 241  $strId = 'ID';
 242  $strIdxFulltext = 'Tekst ključ';
 243  $strIgnore = 'Ignoriši';
 244  $strImportFiles = 'Uvoz fajlova';
 245  $strIndexes = 'Ključevi';
 246  $strIndexHasBeenDropped = 'Ključ %s je obrisan';
 247  $strIndex = 'Ključ';
 248  $strIndexName = 'Ime ključa :';
 249  $strIndexType = 'Tip ključa :';
 250  $strInnodbStat = 'InnoDB status';
 251  $strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
 252  $strInsertAsNewRow = 'Unesi kao novi red';
 253  $strInsertedRowId = 'ID umetnutih redova:';
 254  $strInsertedRows = 'Uneseno redova:';
 255  $strInsert = 'Novi zapis';
 256  $strInUse = 'se koristi';
 257  
 258  $strJapanese = 'Japanski';
 259  $strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
 260  $strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
 261  $strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
 262  
 263  $strKeepPass = 'Nemoj da mijenjaš lozinku';
 264  $strKeyname = 'Ime ključa';
 265  $strKill = 'Obustavi';
 266  $strKorean = 'Korejski';
 267  
 268  $strLandscape = 'Položeno';
 269  $strLaTeX = 'LaTeX';
 270  $strLaTeXOptions = 'LaTeX opcije';
 271  $strLengthSet = 'Dužina/Vrijednost*';
 272  $strLimitNumRows = 'Broj redova po strani';
 273  $strLinesTerminatedBy = 'Linije se završavaju sa';
 274  $strLinkNotFound = 'Veza nije pronađena';
 275  $strLinksTo = 'Veze ka';
 276  $strLithuanian = 'Litvanski';
 277  $strLocalhost = 'Lokalni';
 278  $strLocationTextfile = 'Lokacija tekstualne datoteke';
 279  $strLoginInformation = 'Podatci o prijavi';
 280  $strLogin = 'Prijavljivanje';
 281  $strLogout = 'Odjavljivanje';
 282  $strLogPassword = 'Lozinka:';
 283  $strLogUsername = 'Korisničko ime:';
 284  
 285  $strMIME_available_mime = 'Dostupni MIME-tipovi';
 286  $strMIME_available_transform = 'Dostupne transformacije';
 287  $strMIME_description = 'Opis';
 288  $strMIME_MIMEtype = 'MIME-tipovi';
 289  $strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
 290  $strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
 291  $strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koristeći ovaj oblik: \'a\', 100, b,\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
 292  $strMIME_transformation_options = 'Opcije transformacije';
 293  $strMIME_transformation = 'Tranformacije čitača';
 294  $strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
 295  $strModifications = 'Izmjene su sačuvane';
 296  $strModifyIndexTopic = 'Izmijeni ključ';
 297  $strModify = 'Promijeni';
 298  $strMoveTableOK = 'Tabela %s je pomjerena u %s.';
 299  $strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
 300  $strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
 301  $strMultilingual = 'višejezički';
 302  $strMySQLCharset = 'MySQL set karaktera';
 303  $strMySQLSaid = 'MySQL kaže: ';
 304  $strMySQLShowProcess = 'Prikaži listu procesa';
 305  $strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
 306  $strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 307  
 308  $strName = 'Ime';
 309  $strNext = 'Slijedeći';
 310  $strNoDatabases = 'Baza ne postoji';
 311  $strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
 312  $strNoDescription = 'nema opisa';
 313  $strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
 314  $strNoExplain = 'Preskoči objašnjavanje SQL-a';
 315  $strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
 316  $strNoIndex = 'Ključ nije definisan!';
 317  $strNoIndexPartsDefined = 'Dijelovi ključa nisu definisani!';
 318  $strNoModification = 'Nema izmjena';
 319  $strNo = 'Ne';
 320  $strNone = 'nema';
 321  $strNoOptions = 'Ne postoje opcije za ovaj format';
 322  $strNoPassword = 'Nema lozinke';
 323  $strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
 324  $strNoPhp = 'bez PHP koda';
 325  $strNoPrivileges = 'Nema privilegija';
 326  $strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
 327  $strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
 328  $strNoTablesFound = 'Tabele nisu pronađene u bazi.';
 329  $strNotNumber = 'Ovo nije broj!';
 330  $strNotOK = 'nije u redu';
 331  $strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
 332  $strNoUsersFound = 'Korisnik nije nađen.';
 333  $strNoValidateSQL = 'Preskoči provjeru SQL-a';
 334  $strNull = 'Null';
 335  $strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
 336  $strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
 337  $strNumTables = 'Tabele';
 338  
 339  $strOK = 'U redu';
 340  $strOperations = 'Operacije';
 341  $strOptimizeTable = 'Optimiziraj tabelu';
 342  $strOr = 'ili';
 343  $strOverhead = 'Prekoračenje';
 344  $strOverwriteExisting = 'Prepiši postojeće fajlove';
 345  
 346  $strPageNumber = 'Broj strane:';
 347  $strPaperSize = 'Dimenzije papira';
 348  $strPartialText = 'Dio teksta';
 349  $strPasswordChanged = 'Lozinka za %s je uspješno promjenjena.';
 350  $strPasswordEmpty = 'Lozinka je prazna!';
 351  $strPassword = 'Lozinka';
 352  $strPasswordNotSame = 'Lozinke nisu identične!';
 353  $strPdfDbSchema = 'Shema baze "%s" - Strana %s';
 354  $strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
 355  $strPdfNoTables = 'Nema tabela';
 356  $strPerHour = 'na sat';
 357  $strPerMinute = 'u minuti';
 358  $strPerSecond = 'u sekundi';
 359  $strPhoneBook = 'telefonski imenik';
 360  $strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa višebajtnim stringovima (mbstring). Pogledajte izvještaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
 361  $strPhp = 'Napravi PHP kod';
 362  $strPHPVersion = 'verzija PHP-a';
 363  $strPmaDocumentation = 'phpMyAdmin dokumentacija';
 364  $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podješena u konfiguracionoj datoteci!';
 365  $strPortrait = 'Uspravno';
 366  $strPos1 = 'Početak';
 367  $strPrevious = 'Prethodna';
 368  $strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
 369  $strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
 370  $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
 371  $strPrimary = 'Primarni';
 372  $strPrint = 'Štampaj';
 373  $strPrintView = 'Za štampu';
 374  $strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
 375  $strPrivDescAlter = 'Dozvoljava izmjenu struktura postojećih tabela.';
 376  $strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
 377  $strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
 378  $strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
 379  $strPrivDescDelete = 'Dozvoljava brisanje podataka.';
 380  $strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
 381  $strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
 382  $strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
 383  $strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
 384  $strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
 385  $strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
 386  $strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
 387  $strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
 388  $strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
 389  $strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
 390  $strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
 391  $strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
 392  $strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
 393  $strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
 394  $strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
 395  $strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
 396  $strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
 397  $strPrivDescSelect = 'Dozvoljava čitanje podataka.';
 398  $strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
 399  $strPrivDescShutdown = 'Dozvoljava gašenje servera.';
 400  $strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
 401  $strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
 402  $strPrivDescUsage = 'Nema privilegija.';
 403  $strPrivileges = 'Privilegije';
 404  $strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
 405  $strProcesses = 'Procesi';
 406  $strProcesslist = 'Lista procesa';
 407  $strPutColNames = 'Stavi imena polja u prvi red';
 408  
 409  $strQBEDel = 'Del';
 410  $strQBEIns = 'Ins';
 411  $strQBE = 'Upit po primeru';
 412  $strQueryFrame = 'Prozor za upite';
 413  $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 414  $strQuerySQLHistory = 'SQL istorijat';
 415  $strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
 416  $strQueryTime = 'Upit je trajao %01.4f sekundi';
 417  $strQueryType = 'Vrsta upita';
 418  $strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 419  
 420  $strReceived = 'Primljeno';
 421  $strRecords = 'Zapisi';
 422  $strReferentialIntegrity = 'Proveri referencijalni integritet:';
 423  $strRelationalSchema = 'Relaciona shema';
 424  $strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
 425  $strRelations = 'Relacije';
 426  $strRelationView = 'Relacioni pogled';
 427  $strReloadingThePrivileges = 'Ponovo učitavam privilegije';
 428  $strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
 429  $strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
 430  $strRenameTable = 'Promjeni ime tabele u ';
 431  $strRepairTable = 'Popravi tabelu';
 432  $strReplaceNULLBy = 'Zamijeni NULL sa';
 433  $strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
 434  $strReset = 'Resetuj';
 435  $strResourceLimits = 'Ograničenja resursa';
 436  $strReType = 'Ponovite unos';
 437  $strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
 438  $strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
 439  $strRevokeMessage = 'Zabranili ste privilegije za %s';
 440  $strRevoke = 'Zabrani';
 441  $strRowLength = 'Dužina reda';
 442  $strRowsFrom = ' redova počev od reda';
 443  $strRowSize = 'Veličina reda';
 444  $strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
 445  $strRowsModeHorizontal = 'horizontalnom';
 446  $strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
 447  $strRowsModeVertical = 'vertikalnom';
 448  $strRows = 'Redova';
 449  $strRowsStatistic = 'Statistike reda';
 450  $strRunning = 'na serveru %s';
 451  $strRunQuery = 'Izvrši SQL upit';
 452  $strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
 453  $strRussian = 'Ruski';
 454  
 455  $strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
 456  $strSave = 'Sačuvaj';
 457  $strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
 458  $strSearchFormTitle = 'Pretraživanje baze';
 459  $strSearchInTables = 'Unutar tabela:';
 460  $strSearchNeedle = 'Riječi ili vrednosti koje se traže (džoker: "%"):';
 461  $strSearchOption1 = 'bar jednu od riječi';
 462  $strSearchOption2 = 'sve riječi';
 463  $strSearchOption3 = 'tačan izraz';
 464  $strSearchOption4 = 'kao regularni izraz';
 465  $strSearch = 'Pretraživanje';
 466  $strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
 467  $strSearchType = 'Traži:';
 468  $strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
 469  $strSelectADb = 'Izaberite bazu';
 470  $strSelectAll = 'Izaberi sve';
 471  $strSelectFields = 'Izaberi polja (najmanje jedno)';
 472  $strSelectNumRows = 'u upitu';
 473  $strSelectTables = 'Izaberi tabele';
 474  $strSend = 'Sačuvaj kao datoteku';
 475  $strSent = 'Poslato';
 476  $strServerChoice = 'Izbor servera';
 477  $strServer = 'Server';
 478  $strServerStatus = 'Informacije o toku rada';
 479  $strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
 480  $strServerTabVariables = 'Promjenljive';
 481  $strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
 482  $strServerVars = 'Serverske promenljive i podešavanja';
 483  $strServerVersion = 'Verzija servera';
 484  $strSessionValue = 'Vrijednost sesije';
 485  $strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
 486  $strShowAll = 'Prikaži sve';
 487  $strShowColor = 'Prikaži boju';
 488  $strShowDatadictAs = 'Format riječnika podataka';
 489  $strShowFullQueries = 'Prikaži kompletne upite';
 490  $strShowGrid = 'Prikaži mrežu';
 491  $strShowingRecords = 'Prikaz zapisa';
 492  $strShowPHPInfo = 'Prikaži informacije o PHP-u';
 493  $strShow = 'Prikaži';
 494  $strShowTableDimension = 'Prikaži dimenzije tabele';
 495  $strShowTables = 'Prikaži tabele';
 496  $strShowThisQuery = 'Prikaži ponovo ovaj upit';
 497  $strSimplifiedChinese = 'Pojednostavljeni kineski';
 498  $strSingly = '(po jednom polju)';
 499  $strSize = 'Veličina';
 500  $strSort = 'Sortiranje';
 501  $strSpaceUsage = 'Zauzeće';
 502  $strSplitWordsWithSpace = 'Riječi se odvajaju razmakom (" ").';
 503  $strSQLOptions = 'SQL opcije';
 504  $strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli gresku u SQL parseru. Molimo ispitajte svoj upit pažljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarni fajl van oblasti za običan tekst. Možete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoći u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izvještaj o grešci sa delom koda u donjoj REZ sekciji:';
 505  $strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoći u otkrivanju problema';
 506  $strSQLQuery = 'SQL upit';
 507  $strSQLResult = 'SQL rezultat';
 508  $strSQL = 'SQL';
 509  $strSQPBugInvalidIdentifer = 'Neispravan identifikator';
 510  $strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
 511  $strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
 512  $strStatCheckTime = 'Posljednja provjera';
 513  $strStatCreateTime = 'Napravljeno';
 514  $strStatement = 'Ime';
 515  $strStatUpdateTime = 'Posljednja izmjena';
 516  $strStatus = 'Status';
 517  $strStrucCSV = 'CSV format';
 518  $strStrucData = 'Struktura i podatci';
 519  $strStrucExcelCSV = 'CSV za MS Excel';
 520  $strStrucOnly = 'Samo struktura';
 521  $strStructPropose = 'Predloži strukturu tabele';
 522  $strStructure = 'Struktura';
 523  $strSubmit = 'Pošalji';
 524  $strSuccess = 'Vaš SQL upit je uspešno izvršen';
 525  $strSum = 'Ukupno';
 526  $strSwedish = 'Švedski';
 527  $strSwitchToTable = 'Pređi na kopiranu tabelu';
 528  
 529  $strTableComments = 'Komentari tabele';
 530  $strTableEmpty = 'Ima tabele je prazno!';
 531  $strTableHasBeenDropped = 'Tabela %s je odbačena';
 532  $strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
 533  $strTableHasBeenFlushed = 'Tabela %s je osvežena';
 534  $strTableMaintenance = 'Radnje na tabeli';
 535  $strTableOfContents = 'Sadržaj';
 536  $strTableOptions = 'Opcije tabele';
 537  $strTables = '%s tabela';
 538  $strTableStructure = 'Struktura tabele';
 539  $strTable = 'Tabela';
 540  $strTblPrivileges = 'Privilegije vezane za tabele';
 541  $strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
 542  $strThai = 'Tajlandski ';
 543  $strThisHost = 'Ovaj server';
 544  $strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
 545  $strTime = 'Vrijeme';
 546  $strToggleScratchboard = 'Uključuje/isključuje scratchboard';
 547  $strTotalUC = 'Ukupno';
 548  $strTotal = 'ukupno';
 549  $strTraditionalChinese = 'Tradicionalni kineski';
 550  $strTraffic = 'Saobraćaj';
 551  $strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
 552  $strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
 553  $strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
 554  $strTransformation_text_plain__external = 'SAMO LINUX: Pokreće eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraća standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ručno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treći parametar postavi na 1 izlaz će biti konvertovan koristeći htmlspecialchars() (podrazumevano je 1). Ako je četvrti parametar postavljen na 1, NOWRAP će biti dodato ćeliji sa sadržajem tako da će izlaz biti prikazan bez izmena. (podrazumevano 1)';
 555  $strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
 556  $strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treća je visina.';
 557  $strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
 558  $strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji definiše gde počinje izlaz vašeg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko će teksta biti prikazano. Ako je nema, sav preostali tekst će biti prikazan. Treća opcija određuje koji će znaci biti dodati izlazu kada se prikaže podstring (podrazumevano: ...) .';
 559  $strTruncateQueries = 'Prikaži skraćene upite';
 560  $strTurkish = 'Turski';
 561  $strType = 'Tip';
 562  
 563  $strUkrainian = 'Ukrajinski';
 564  $strUncheckAll = 'nijedno';
 565  $strUnicode = 'Unikod';
 566  $strUnique = 'Jedinstveni';
 567  $strUnknown = 'nepoznat';
 568  $strUnselectAll = 'ništa';
 569  $strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
 570  $strUpdateProfileMessage = 'Profil je promjenjen.';
 571  $strUpdateQuery = 'Ažuriraj upit';
 572  $strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
 573  $strUsage = 'Zauzeće';
 574  $strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
 575  $strUseHostTable = 'Koristi tabelu hosta';
 576  $strUserAlreadyExists = 'Korisnik %s već postoji!';
 577  $strUserEmpty = 'Ime korisnika nije unijeto!';
 578  $strUser = 'Korisnik';
 579  $strUserName = 'Ime korisnika';
 580  $strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
 581  $strUserOverview = 'Pregled korisnika';
 582  $strUsersDeleted = 'Izabrani korisnici su uspješno obrisani.';
 583  $strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
 584  $strUseTables = 'Koristi tabele';
 585  $strUseTextField = 'Koristi tekst polje';
 586  $strUseThisValue = 'Koristi ovu vrijednost';
 587  
 588  $strValidateSQL = 'Provjeri SQL';
 589  $strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u  %sdokumentaciji%s.';
 590  $strValue = 'Vrijednost';
 591  $strVar = 'Promjenljiva';
 592  $strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
 593  $strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
 594  $strViewDump = 'Prikaži sadržaj (shemu) tabele';
 595  
 596  $strWebServerUploadDirectory = 'direkcija za slanje web servera ';
 597  $strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
 598  $strWelcome = 'Dobrodošli na %s';
 599  $strWestEuropean = 'Zapadnoevropski';
 600  $strWildcard = 'Džoker';
 601  $strWindowNotFound = 'Odredišnji prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
 602  $strWithChecked = 'Označeno:';
 603  $strWrongUser = 'Pogrešno korisničko ime/lozinka. Ulaz nije dozvoljen.';
 604  
 605  $strXML = 'XML';
 606  
 607  $strYes = 'Da';
 608  
 609  $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
 610  $strZip = '"zipovano"';
 611  
 612  // To translate:
 613  $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
 614  $strAddConstraints = 'Add constraints';  //to translate
 615  $strAddFields = 'Add %s field(s)';  //to translate
 616  $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
 617  $strAfterInsertNext = 'Edit next row';  //to translate
 618  $strAfterInsertSame = 'Go back to this page';  //to translate
 619  $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
 620  $strAndThen = 'and then';  //to translate
 621  $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
 622  
 623  $strBinaryLog = 'Binary log';  //to translate
 624  $strBinLogEventType = 'Event type';  //to translate
 625  $strBinLogInfo = 'Information';  //to translate
 626  $strBinLogName = 'Log name';  //to translate
 627  $strBinLogOriginalPosition = 'Original position';  //to translate
 628  $strBinLogPosition = 'Position';  //to translate
 629  $strBinLogServerId = 'Server ID';  //to translate
 630  $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
 631  $strBookmarkCreated = 'Bookmark %s created';  //to translate
 632  $strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
 633  $strBrowseDistinctValues = 'Browse distinct values';  //to translate
 634  $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
 635  $strBufferPool = 'Buffer Pool';  //to translate
 636  $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
 637  $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
 638  $strBufferReadMisses = 'Read misses';  //to translate
 639  $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
 640  $strBufferWriteWaits = 'Write waits';  //to translate
 641  $strBusyPages = 'Busy pages';  //to translate
 642  
 643  $strCalendar = 'Calendar';  //to translate
 644  $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
 645  $strCheckOverhead = 'Check tables with overhead';  //to translate
 646  $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
 647  $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';  //to translate
 648  $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
 649  $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
 650  $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
 651  $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
 652  $strConstraintsForTable = 'Constraints for table';  //to translate
 653  $strCopy = 'Copy';  //to translate
 654  $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
 655  $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
 656  $strCreationDates = 'Creation/Update/Check dates';  //to translate
 657  $strCSV = 'CSV';  //to translate
 658  $strCSVImportOptions = 'CSV options';  //to translate
 659  $strCzechSlovak = 'Czech-Slovak';  //to translate
 660  
 661  $strDatabaseEmpty = 'The database name is empty!';  //to translate
 662  $strDataPages = 'Pages containing data';  //to translate
 663  $strDBCopy = 'Copy database to';  //to translate
 664  $strDBRename = 'Rename database to';  //to translate
 665  $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
 666  $strDefragment = 'Defragment table';  //to translate
 667  $strDelayedInserts = 'Use delayed inserts';  //to translate
 668  $strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
 669  $strDirtyPages = 'Dirty pages';  //to translate
 670  $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
 671  $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
 672  
 673  $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
 674  $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
 675  $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
 676  $strEngines = 'Engines';  //to translate
 677  $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
 678  $strErrorInZipFile = 'Error in ZIP archive:';  //to translate
 679  $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
 680  $strEsperanto = 'Esperanto';  //to translate
 681  $strExcelEdition = 'Excel edition';  //to translate
 682  
 683  $strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
 684  $strFileNameTemplateDescriptionServer = 'server name';  //to translate
 685  $strFileNameTemplateDescriptionTable = 'table name';  //to translate
 686  $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
 687  $strFileToImport = 'File to import';  //to translate
 688  $strFlushQueryCache = 'Flush query cache';  //to translate
 689  $strFlushTables = 'Flush (close) all tables';  //to translate
 690  $strFreePages = 'Free pages';  //to translate
 691  
 692  $strGenerate = 'Generate';  //to translate
 693  $strGeneratePassword = 'Generate Password';  //to translate
 694  $strGeorgian = 'Georgian';  //to translate
 695  
 696  $strHandler = 'Handler';  //to translate
 697  $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
 698  $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
 699  $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
 700  $strHTMLWord = 'Microsoft Word 2000';  //to translate
 701  $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
 702  
 703  $strIcelandic = 'Icelandic';  //to translate
 704  $strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
 705  $strIgnoreInserts = 'Use ignore inserts';  //to translate
 706  $strImportFormat = 'Format of imported file';  //to translate
 707  $strImport = 'Import';  //to translate
 708  $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
 709  $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
 710  $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
 711  $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
 712  $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
 713  $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
 714  $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
 715  $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
 716  $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
 717  $strInnoDBDataFilePath = 'Data files';  //to translate
 718  $strInnoDBDataHomeDir = 'Data home directory';  //to translate
 719  $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
 720  $strInnoDBPages = 'pages';  //to translate
 721  $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
 722  $strInternalRelations = 'Internal relations';  //to translate
 723  $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
 724  $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
 725  $strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
 726  $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
 727  $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
 728  $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
 729  $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
 730  $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
 731  $strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
 732  $strInvalidRowNumber = '%d is not valid row number.';  //to translate
 733  $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
 734  $strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
 735  
 736  $strJoins = 'Joins';  //to translate
 737  
 738  $strKeyCache = 'Key cache';  //to translate
 739  
 740  $strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
 741  $strLatchedPages = 'Latched pages';  //to translate
 742  $strLatexCaption = 'Table caption';  //to translate
 743  $strLatexContent = 'Content of table __TABLE__';  //to translate
 744  $strLatexContinuedCaption = 'Continued table caption';  //to translate
 745  $strLatexContinued = '(continued)';  //to translate
 746  $strLatexIncludeCaption = 'Include table caption';  //to translate
 747  $strLatexLabel = 'Label key';  //to translate
 748  $strLatexStructure = 'Structure of table __TABLE__';  //to translate
 749  $strLatvian = 'Latvian';  //to translate
 750  $strLDI = 'CSV using LOAD DATA';  //to translate
 751  $strLDIImportOptions = 'Options for CSV import using LOAD DATA';  //to translate
 752  $strLDILocal = 'Use LOCAL keyword';  //to translate
 753  $strLogServer = 'Server';  //to translate
 754  $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
 755  
 756  $strMaxConnects = 'max. concurrent connections';  //to translate
 757  $strMaximalQueryLength = 'Maximal length of created query';  //to translate
 758  $strMaximumSize = 'Maximum size: %s%s';  //to translate
 759  $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
 760  $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
 761  $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
 762  $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
 763  $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
 764  $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
 765  $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
 766  $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
 767  $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
 768  $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
 769  $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
 770  $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
 771  $strMyISAMRepairThreads = 'Repair threads';  //to translate
 772  $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
 773  $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
 774  $strMysqlClientVersion = 'MySQL client version';  //to translate
 775  $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
 776  
 777  $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
 778  $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
 779  $strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
 780  $strNoRowsSelected = 'No rows selected';  //to translate
 781  $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
 782  $strNumberOfFields = 'Number of fields';  //to translate
 783  
 784  $strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
 785  $strOperator = 'Operator';  //to translate
 786  
 787  $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
 788  $strPartialImport = 'Partial import';  //to translate
 789  $strPasswordHashing = 'Password Hashing';  //to translate
 790  $strPDFOptions = 'PDF options';  //to translate
 791  $strPDF = 'PDF';  //to translate
 792  $strPDFReportTitle = 'Report title';  //to translate
 793  $strPersian = 'Persian';  //to translate
 794  $strPolish = 'Polish';  //to translate
 795  $strPrintViewFull = 'Print view (with full texts)';  //to translate
 796  $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
 797  $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
 798  $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
 799  $strPrivDescCreateView = 'Allows creating new views.';  //to translate
 800  $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
 801  $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
 802  $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
 803  $strProtocolVersion = 'Protocol version';  //to translate
 804  
 805  $strQueryCache = 'Query cache';  //to translate
 806  
 807  $strReadRequests = 'Read requests';  //to translate
 808  $strRefresh = 'Refresh';  //to translate
 809  $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
 810  $strReloadPrivileges = 'Reload privileges';  //to translate
 811  $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
 812  $strReplication = 'Replication';  //to translate
 813  $strRomanian = 'Romanian';  //to translate
 814  $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
 815  
 816  $strSelectBinaryLog = 'Select binary log to view';  //to translate
 817  $strServerNotResponding = 'The server is not responding';  //to translate
 818  $strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
 819  $strShowingBookmark = 'Showing bookmark';  //to translate
 820  $strShowOpenTables = 'Show open tables';  //to translate
 821  $strShowSlaveHosts = 'Show slave hosts';  //to translate
 822  $strShowSlaveStatus = 'Show slave status';  //to translate
 823  $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
 824  $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
 825  $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
 826  $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
 827  $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
 828  $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
 829  $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
 830  $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
 831  $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
 832  $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
 833  $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
 834  $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
 835  $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
 836  $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
 837  $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
 838  $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
 839  $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
 840  $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
 841  $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
 842  $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
 843  $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
 844  $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
 845  $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
 846  $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
 847  $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
 848  $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
 849  $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
 850  $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
 851  $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
 852  $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
 853  $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
 854  $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
 855  $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
 856  $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
 857  $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
 858  $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
 859  $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
 860  $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
 861  $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
 862  $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
 863  $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
 864  $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
 865  $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
 866  $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
 867  $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
 868  $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
 869  $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
 870  $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
 871  $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
 872  $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
 873  $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
 874  $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
 875  $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
 876  $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
 877  $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
 878  $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
 879  $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
 880  $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
 881  $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
 882  $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
 883  $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
 884  $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
 885  $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
 886  $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
 887  $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
 888  $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
 889  $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
 890  $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
 891  $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
 892  $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
 893  $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
 894  $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
 895  $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
 896  $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
 897  $strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
 898  $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
 899  $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
 900  $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
 901  $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
 902  $strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
 903  $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
 904  $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
 905  $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
 906  $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
 907  $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
 908  $strShowStatusReset = 'Reset';  //to translate
 909  $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
 910  $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
 911  $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
 912  $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
 913  $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
 914  $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
 915  $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
 916  $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
 917  $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
 918  $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
 919  $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
 920  $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
 921  $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
 922  $strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
 923  $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
 924  $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
 925  $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
 926  $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
 927  $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
 928  $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
 929  $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
 930  $strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
 931  $strSlovak = 'Slovak';  //to translate
 932  $strSlovenian = 'Slovenian';  //to translate
 933  $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
 934  $strSortByKey = 'Sort by key';  //to translate
 935  $strSorting = 'Sorting';  //to translate
 936  $strSpanish = 'Spanish';  //to translate
 937  $strSQLCompatibility = 'SQL compatibility mode';  //to translate
 938  $strSQLExportType = 'Export type';  //to translate
 939  $strSQLImportOptions = 'SQL options';  //to translate
 940  $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
 941  $strStorageEngines = 'Storage Engines';  //to translate
 942  $strStorageEngine = 'Storage Engine';  //to translate
 943  $strStrucNativeExcel = 'Native MS Excel data';  //to translate
 944  $strSwitchToDatabase = 'Switch to copied database';  //to translate
 945  
 946  $strTableAlreadyExists = 'Table %s already exists!';  //to translate
 947  $strTakeIt = 'take it';  //to translate
 948  $strTempData = 'Temporary data';  //to translate
 949  $strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
 950  $strThemeNoPreviewAvailable = 'No preview available.';  //to translate
 951  $strThemeNotFound = 'Theme %s not found!';  //to translate
 952  $strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
 953  $strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
 954  $strTheme = 'Theme / Style';  //to translate
 955  $strThreads = 'Threads';  //to translate
 956  $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
 957  $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
 958  $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
 959  $strTraditionalSpanish = 'Traditional Spanish';  //to translate
 960  $strTransactionCoordinator = 'Transaction coordinator';  //to translate
 961  $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
 962  $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
 963  $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
 964  
 965  $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
 966  $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
 967  $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
 968  $strUsedPhpExtensions = 'Used PHP extensions';  //to translate
 969  $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
 970  
 971  $strVersionInformation = 'Version information';  //to translate
 972  $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
 973  $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';  //to translate
 974  $strView = 'View';  //to translate
 975  
 976  $strWriteRequests = 'Write requests';  //to translate
 977  
 978  $strQueryResultsOperations = 'Query results operations';  //to translate
 979  $strAddClause = 'Add %s';  //to translate
 980  $strUploadsNotAllowed = 'File uploads are not allowed on this server.';  //to translate
 981  $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';  //to translate
 982  $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options';  //to translate
 983  $strExportMustBeFile = 'Selected export type has to be saved in file!';  //to translate
 984  $strXMLOptions = 'XML options';  //to translate
 985  $strStrucNativeExcelOptions = 'Native Excel export options';  //to translate
 986  $strCreateUserDatabase = 'Database for user';  //to translate
 987  $strCreateUserDatabaseNone = 'None';  //to translate
 988  $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';  //to translate
 989  $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';  //to translate
 990  $strOpenDocumentText = 'Open Document Text';  //to translate
 991  $strOpenDocumentTextOptions = 'Open Document Text options';  //to translate
 992  $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
 993  $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';  //to translate
 994  $strErrorRenamingTable = 'Error renaming table %1$s to %2$s';  //to translate
 995  $strInvalidTableName = 'Invalid table name';  //to translate
 996  $strInvalidDatabase = 'Invalid database';  //to translate
 997  $strServers = 'Servers';  //to translate
 998  $strDelimiter = 'Delimiter';  //to translate
 999  $strFunctions = 'Functions';  //to translate
1000  $strProcedures = 'Procedures';  //to translate
1001  $strPDFReportExplanation = '(Generates a report containing the data of a single table)';  //to translate
1002  $strFontSize = 'Font size';  //to translate
1003  $strLanguage = 'Language';  //to translate
1004  $strPmaWiki = 'phpMyAdmin wiki';  //to translate
1005  $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.';  //to translate
1006  $strDocSQL = 'DocSQL';  //to translate
1007  $strDocSQLOptions = 'DocSQL options';  //to translate
1008  $strTableName = 'Table name';  //to translate
1009  $strTableIsEmpty = 'Table seems to be empty!';  //to translate
1010  $strDbIsEmpty = 'Database seems to be empty!';  //to translate
1011  $strShowingPhp = 'Showing as PHP code';  //to translate
1012  $strShowingSQL = 'Showing SQL query';  //to translate
1013  $strDesigner = 'Designer';  //to translate
1014  $strNumberOfTables = 'Number of tables';  //to translate
1015  $strCreateTable  = 'Create table';  //to translate
1016  $strCreateRelation = 'Create relation';  //to translate
1017  $strSavePosition = 'Save position';  //to translate
1018  $strSelectForeignKey = 'Select Foreign Key';  //to translate
1019  $strHide         = 'Hide';  //to translate
1020  $strShowHideLeftMenu = 'Show/Hide left menu';  //to translate
1021  $strReload = 'Reload';  //to translate
1022  $strSmallBigAll = 'Small/Big All';  //to translate
1023  $strImportExportCoords = 'Import/Export coordinates for PDF schema';  //to translate
1024  $strMoveMenu = 'Move Menu';  //to translate
1025  $strAngularLinks = 'Angular links';  //to translate
1026  $strDirectLinks = 'Direct links';  //to translate
1027  $strHideShowAll = 'Hide/Show all';  //to translate
1028  $strHideShowNoRelation = 'Hide/Show Tables with no relation';  //to translate
1029  $strInternalRelationAdded = 'Internal relation added';  //to translate
1030  $strInnoDBRelationAdded = 'InnoDB relation added';  //to translate
1031  $strRelationDeleted = 'Relation deleted';  //to translate
1032  $strToSelectRelation = 'To select relation, click :';  //to translate
1033  $strExportImportToScale = 'Export/Import to scale';  //to translate
1034  $strRecommended = 'recommended';  //to translate
1035  $strToFromPage = 'to/from page';  //to translate
1036  $strSelectReferencedKey = 'Select referenced key';  //to translate
1037  $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';  //to translate
1038  $strForeignKeyError = 'Error creating foreign key (check data types)';  //to translate
1039  $strHelp = 'Help';  //to translate
1040  $strCancel = 'Cancel';  //to translate
1041  $strDeleteRelation = 'Delete relation';  //to translate
1042  $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';  //to translate
1043  $strStructureForView = 'Structure for view';  //to translate
1044  $strStandInStructureForView = 'Stand-in structure for view';  //to translate
1045  $strToggleSmallBig = 'Toggle small/big';  //to translate
1046  $strIEUnsupported = 'Internet Explorer does not support this function.';  //to translate
1047  $strErrorRelationAdded = 'Error: Relation not added.';  //to translate
1048  $strErrorRelationExists = 'Error: relation already exists.';  //to translate
1049  $strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1050  $strSnapToGrid = 'Snap to grid';  //to translate
1051  $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';  //to translate
1052  $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';  //to translate
1053  ?>


Gnr le : Mon Nov 26 15:18:20 2007 par Balluche grce PHPXref 0.7
  Clicky Web Analytics