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