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