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