Patch #3050492, Cannot drag table box to the edge
[phpmyadmin/crack.git] / lang / serbian_latin-utf-8.inc.php
blob0b3b2e8762a137a8834c53685408a5e29bbcc82a
1 <?php
2 /* $Id$ */
4 /**
5 * Translated by:
6 * Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
7 * Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
8 */
10 $charset = 'utf-8';
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('bajtova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17 $day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Čet', 'Pet', 'Sub');
18 $month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', '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 $strAccessDeniedCreateConfig = 'Verovatan razlog za ovo je da niste napravili konfiguracionu datoteku. Možete koristiti %1$sskript za instalaciju%2$s da biste je napravili.';
26 $strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Proverite naziv domaćina, korisničko ime i lozinku u config.inc.php i uverite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
27 $strAccessDenied = 'Pristup odbijen';
28 $strAction = 'Akcija';
29 $strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
30 $strAddClause = 'Dodaj %s';
31 $strAddConstraints = 'Dodaj ograničenja';
32 $strAddDeleteColumn = 'Dodaj/obriši kolonu';
33 $strAddDeleteRow = 'Dodaj/obriši polje za kriterijum';
34 $strAddFields = 'Dodaj %s polja';
35 $strAddHeaderComment = 'Dodaj komentar u zaglavlje (\\n razdvaja linije)';
36 $strAddIntoComments = 'Dodaj u komentare';
37 $strAddNewField = 'Dodaj novo polje';
38 $strAddPrivilegesOnDb = 'Dodaj privilegije na sledećoj bazi';
39 $strAddPrivilegesOnTbl = 'Dodaj privilegije na sledećoj tabeli';
40 $strAddSearchConditions = 'Dodaj uslove pretraživanja (deo "WHERE" upita):';
41 $strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
42 $strAddUser = 'Dodaj novog korisnika';
43 $strAddUserMessage = 'Dodali ste novog korisnika.';
44 $strAdministration = 'Administracija';
45 $strAfterInsertBack = 'Nazad na prethodnu stranu';
46 $strAfterInsertNewInsert = 'Dodaj još jedan novi red';
47 $strAfterInsertNext = 'Uredi sledeći red';
48 $strAfterInsertSame = 'Vrati se na ovu stranu';
49 $strAfter = 'Posle %s';
50 $strAllowInterrupt = 'Dozvoljava prekid uvoza u slučaju da skript otkrije da je blizu vremenskog ograničenja. Ovo može biti dobar način uvoza velikih datoteka, ali sa druge strane može pokvariti transakcije.';
51 $strAll = 'Sve';
52 $strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
53 $strAlterOrderBy = 'Promeni redosled u tabeli';
54 $strAnalyzeTable = 'Analiziraj tabelu';
55 $strAnd = 'i';
56 $strAndThen = 'i onda';
57 $strAngularLinks = 'Uglaste veze';
58 $strAnIndex = 'Ključ je upravo dodat %s';
59 $strAny = 'Bilo koji';
60 $strAnyHost = 'Bilo koji domaćin';
61 $strAnyUser = 'Bilo koji korisnik';
62 $strApproximateCount = 'Može biti približno. Vidite FAQ 3.11';
63 $strAPrimaryKey = 'Primarni ključ je upravo dodat %s';
64 $strArabic = 'Arapski';
65 $strArmenian = 'Jermenski';
66 $strAscending = 'Rastući';
67 $strAtBeginningOfTable = 'Na početku tabele';
68 $strAtEndOfTable = 'Na kraju tabele';
69 $strAttr = 'Atributi';
70 $strAutomaticLayout = 'Automatski raspored';
72 $strBack = 'Nazad';
73 $strBaltic = 'Baltički';
74 $strBeginCut = 'POČETAK REZ';
75 $strBeginRaw = 'POČETAK SIROVO';
76 $strBinary = 'Binarni';
77 $strBinaryDoNotEdit = 'Binarni - ne menjaj';
78 $strBinaryLog = 'Binarni dnevnik';
79 $strBinLogEventType = 'Vrsta događaja';
80 $strBinLogInfo = 'Informacije';
81 $strBinLogName = 'Naziv dnevnika';
82 $strBinLogOriginalPosition = 'Originalna pozicija';
83 $strBinLogPosition = 'Pozicija';
84 $strBinLogServerId = 'ID servera';
85 $strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom upamćenom upitu';
86 $strBookmarkCreated = 'Napravljen marker %s';
87 $strBookmarkDeleted = 'Obeleživač je upravo obrisan.';
88 $strBookmarkLabel = 'Naziv';
89 $strBookmarkQuery = 'Zapamćen SQL-upit';
90 $strBookmarkReplace = 'Zameni postojeće zapamćene upite istog imena';
91 $strBookmarkThis = 'Zapamti SQL-upit';
92 $strBookmarkView = 'Vidi samo';
93 $strBrowseDistinctValues = 'Pregledaj različite vrednosti';
94 $strBrowseForeignValues = 'Pregledaj strane vrednosti';
95 $strBrowse = 'Pregled';
96 $strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
97 $strBufferPool = 'Skup prihvatnika';
98 $strBufferPoolUsage = 'Korišćenje skupa prihvatnika';
99 $strBufferReadMissesInPercent = 'Promašaji čitanja u %';
100 $strBufferReadMisses = 'Promašaji pri čitanju';
101 $strBufferWriteWaits = 'Čekanja na upis';
102 $strBufferWriteWaitsInPercent = 'Čekanja na upis u %';
103 $strBulgarian = 'Bugarski';
104 $strBusyPages = 'Zauzete strane';
105 $strBzip = '"bzip-ovano"';
107 $strCalendar = 'Kalendar';
108 $strCancel = 'Otkaži';
109 $strCanNotLoadExportPlugins = 'Nije moguće učitati dodatke za izvoz, molimo proverite svoju instalaciju!';
110 $strCanNotLoadImportPlugins = 'Ne mogu da učitam dodatke za uvoz, molim proverite svoju instalaciju!';
111 $strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
112 $strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim proverite PHP konfiguraciju';
113 $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.';
114 $strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
115 $strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
116 $strCardinality = 'Kardinalnost';
117 $strCaseInsensitive = 'Ne razlikuje mala i velika slova';
118 $strCaseSensitive = 'Razlikuje mala i velika slova';
119 $strCentralEuropean = 'Centralnoevropski';
120 $strColComFeat = 'Prikazujem komentare kolone';
121 $strCollation = 'Sortiranje';
122 $strColumnNames = 'Imena kolona';
123 $strColumnPrivileges = 'Privilegije vezane za kolone';
124 $strCommand = 'Naredba';
125 $strComments = 'Komentari';
126 $strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilno';
127 $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
128 $strCompression = 'Kompresija';
129 $strCompressionWillBeDetected = 'Vrsta kompresije uvezenih datoteka će biti automatski odabrana: %s';
130 $strConfigDefaultFileError = 'Ne mogu da učitam podrazumevanu konfiguraciju iz: "%1$s"';
131 $strConfigFileError = 'phpMyAdmin nije mogao da pročita vašu konfiguracionu datoteku!<br />Ovo se može desiti ako PHP nađe grešku u procesiranju ili ne može da pronađe datoteku.<br />Pozovite konfiguracionu datoteku direktno koristeći donji link i 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.';
132 $strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
133 $strConnectionError = 'Ne mogu da se povežem: neispravna podešavanja.';
134 $strConnections = 'Konekcije';
135 $strConstraintsForDumped = 'Ograničenja za izvezene tabele';
136 $strConstraintsForTable = 'Ograničenja za tabele';
137 $strControluserFailed = 'Konekcija za controluser-a, onako kako je definisana u vašoj konfiguraciji, nije uspela.';
138 $strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivni.';
139 $strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
140 $strCopy = 'Kopiraj';
141 $strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
142 $strCopyTableOK = 'Tabela %s je kopirana u %s.';
143 $strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
144 $strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Verovatno je već zatvoren.';
145 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
146 $strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
147 $strCreateIndexTopic = 'Napravi novi ključ';
148 $strCreate = 'Napravi';
149 $strCreateNewDatabase = 'Napravi novu bazu podataka';
150 $strCreateNewTable = 'Napravi novu tabelu u bazi %s';
151 $strCreatePage = 'Napravi novu stranu';
152 $strCreatePdfFeat = 'Pravljenje PDF-ova';
153 $strCreateRelation = 'Napravi relaciju';
154 $strCreateTable = 'Napravi tabelu';
155 $strCreateUserDatabase = 'Baza za korisnika';
156 $strCreateUserDatabaseName = 'Napravi bazu sa istim imenom i dodaj sve privilegije';
157 $strCreateUserDatabaseNone = 'Nema';
158 $strCreateUserDatabaseWildcard = 'Daj sve privilegije na imenu sa džokerima (korisničko_ime\_%)';
159 $strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
160 $strCriteria = 'Kriterijum';
161 $strCroatian = 'Hrvatski';
162 $strCSV = 'CSV';
163 $strCyrillic = 'Ćirilični';
164 $strCzech = 'Češki';
165 $strCzechSlovak = 'Češko-slovački';
166 $strChangeCopyModeCopy = '... sačuvaj stare.';
167 $strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
168 $strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
169 $strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
170 $strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
171 $strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
172 $strChangeDisplay = 'Izaberi polja za prikaz';
173 $strChangePassword = 'Promeni lozinku';
174 $strChange = 'Promeni';
175 $strCharset = 'Karakter set';
176 $strCharsetOfFile = 'Karakter set datoteke:';
177 $strCharsetsAndCollations = 'Karakter setovi i sortiranje';
178 $strCharsets = 'Kodne strane';
179 $strCheckAll = 'Označi sve';
180 $strCheckOverhead = 'Proveri tabele koje imaju prekoračenja';
181 $strCheckPrivsLong = 'Proveri privilegije za bazu &quot;%s&quot;.';
182 $strCheckPrivs = 'Proveri privilegije';
183 $strCheckTable = 'Proveri tabelu';
184 $strChoosePage = 'Izaberite stranu koju menjate';
186 $strDanish = 'Danski';
187 $strDatabase = 'Baza podataka';
188 $strDatabaseEmpty = 'Ime baze nije zadato!';
189 $strDatabaseExportOptions = 'Opcije za izvoz baze';
190 $strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
191 $strDatabases = 'Baze';
192 $strDatabasesDropped = '%s baza je uspešno odbačeno.';
193 $strDatabasesStatsDisable = 'Isključi statistike';
194 $strDatabasesStatsEnable = 'Uključi statistike';
195 $strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki saobraćaj između veb i MySQL servera.';
196 $strDatabasesStats = 'Statistika baze';
197 $strDataDict = 'Rečnik podataka';
198 $strDataOnly = 'Samo podaci';
199 $strDataPages = 'Strane sa podacima';
200 $strData = 'Podaci';
201 $strDBComment = 'Komentar baze:';
202 $strDBCopy = 'Kopiraj bazu u';
203 $strDbIsEmpty = 'Baza je izgleda prazna!';
204 $strDbPrivileges = 'Privilegije vezane za bazu';
205 $strDBRename = 'Preimenuj bazu u';
206 $strDbSpecific = 'Specifično za bazu';
207 $strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
208 $strDefault = 'Podrazumevano';
209 $strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
210 $strDefragment = 'Defragmentiraj tabelu';
211 $strDelayedInserts = 'Koristi odložena umetanja';
212 $strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
213 $strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
214 $strDeleted = 'Red je obrisan';
215 $strDeleteNoUsersSelected = 'Nijedan korisnik nije odabran za brisanje!';
216 $strDelete = 'Obriši';
217 $strDeleteRelation = 'Obriši relaciju';
218 $strDeleting = 'Brišem %s';
219 $strDelimiter = 'Graničnik';
220 $strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
221 $strDescending = 'Opadajući';
222 $strDescription = 'Opis';
223 $strDesigner = 'Dizajner';
224 $strDesignerHelpDisplayField = 'Polje za prikaz je obojeno u ružičasto. Da bi postavili/uklonili polje kao polje za prikaz, kliknite na ikonu „Izaberi polje za prikaz“, a potom na naziv odgovarajućeg polja.';
225 $strDictionary = 'rečnik';
226 $strDirectLinks = 'Direktne veze';
227 $strDirtyPages = 'Prljave strane';
228 $strDisabled = 'Onemogućeno';
229 $strDisableForeignChecks = 'Isključi provere stranih ključeva';
230 $strDisplayFeat = 'Prikaži osobine';
231 $strDisplayOrder = 'Redosled prikaza:';
232 $strDisplayPDF = 'Prikaži PDF shemu';
233 $strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
234 $strDocSQL = 'DocSQL';
235 $strDocu = 'Dokumentacija';
236 $strDoYouReally = 'Da li stvarno hoćete da ';
237 $strDropDatabaseStrongWarning = 'Ovim ćete UNIŠTITI kompletnu bazu podataka!';
238 $strDrop = 'Odbaci';
239 $strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
240 $strDumpingData = 'Prikaz podataka tabele';
241 $strDumpSaved = 'Sadržaj baze je sačuvan u datoteku %s.';
242 $strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
243 $strDynamic = 'dinamički';
245 $strEditPDFPages = 'Uređivanje PDF strana';
246 $strEditPrivileges = 'Promeni privilegije';
247 $strEdit = 'Promeni';
248 $strEffective = 'Efektivne';
249 $strEmpty = 'Isprazni';
250 $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
251 $strEnabled = 'Omogućeno';
252 $strEncloseInTransaction = 'Obavi izvoz u transakciji';
253 $strEndCut = 'KRAJ REZ';
254 $strEnd = 'Kraj';
255 $strEndRaw = 'KRAJ SIROVO';
256 $strEngineAvailable = '%s je dostupan na ovom MySQL serveru.';
257 $strEngineDisabled = '%s je onemogućen na ovom MySQL serveru.';
258 $strEngines = 'Skladištenja';
259 $strEngineUnsupported = 'Ovaj MySQL server ne podržava %s pogon skladištenja.';
260 $strEnglish = 'Engleski';
261 $strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
262 $strError = 'Greška';
263 $strErrorInZipFile = 'Greška u ZIP arhivi:';
264 $strErrorRelationAdded = 'Greška: relacija nije dodata.';
265 $strErrorRelationExists = 'Greška: relacija već postoji.';
266 $strErrorRenamingTable = 'Greška pri preimenovanju tabele %1$s u %2$s';
267 $strErrorSaveTable = 'Greška pri snimanju koordinata za Dizajner.';
268 $strEscapeWildcards = 'Pre džokera _ i % treba staviti znak \ ako ih koristite samostalno';
269 $strEsperanto = 'Esperanto';
270 $strEstonian = 'Estonski';
271 $strEvent = 'Događaji';
272 $strExcelEdition = 'Excel izdanje';
273 $strExecuteBookmarked = 'Izvrši upamćen upit';
274 $strExplain = 'Objasni SQL';
275 $strExportImportToScale = 'Izvor/uvoz u razmeri';
276 $strExport = 'Izvoz';
277 $strExportMustBeFile = 'Odabrani tip izvoza mora biti sačuvan u datoteku!';
278 $strExtendedInserts = 'Prošireni INSERT';
279 $strExtra = 'Dodatno';
281 $strFailedAttempts = 'Neuspelih pokušaja';
282 $strFieldHasBeenDropped = 'Polje %s je obrisano';
283 $strFieldInsertFromFileTempDirNotExists = 'Greška u premeštanju primljene datoteke, pogledajte FAQ 1.11';
284 $strField = 'Polje';
285 $strFieldsEnclosedBy = 'Polja ograničena sa';
286 $strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
287 $strFields = 'Polja';
288 $strFieldsTerminatedBy = 'Polja razdvojena sa';
289 $strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promenite ime datoteke ili uključite opciju prepisivanja.';
290 $strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
291 $strFileNameTemplateDescriptionDatabase = 'naziv baze';
292 $strFileNameTemplateDescription = 'Ova vrednost se tumači korišćenjem %1$sstrftime%2$s, tako da možete da koristite stringove za formatiranje vremena. Takođe će se desiti i sledeće transformacije: %3$s. Preostali tekst će ostati kako jeste.';
293 $strFileNameTemplateDescriptionServer = 'naziv servera';
294 $strFileNameTemplateDescriptionTable = 'naziv tabele';
295 $strFileNameTemplateRemember = 'zapamti šablon';
296 $strFileNameTemplate = 'Šablon imena datoteke';
297 $strFiles = 'Datoteke';
298 $strFileToImport = 'Datoteka za uvoz';
299 $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 vršene ručne izmene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
300 $strFlushQueryCache = 'Očisti keš upita';
301 $strFlushTable = 'Osveži tabelu ("FLUSH")';
302 $strFlushTables = 'Očisti (zatvori) sve tabele';
303 $strFontSize = 'Veličina fonta';
304 $strFormat = 'Format';
305 $strFormEmpty = 'Nedostaje vrednost u obrascu!';
306 $strFreePages = 'Slobodne strane';
307 $strFullText = 'Pun tekst';
308 $strFunction = 'Funkcija';
309 $strFunctions = 'Funkcije';
311 $strGenBy = 'Generisao';
312 $strGeneralRelationFeat = 'Opšte osobine relacija';
313 $strGenerate = 'Napravi';
314 $strGeneratePassword = 'Napravi lozinku';
315 $strGenTime = 'Vreme kreiranja';
316 $strGeorgian = 'Gruzijski';
317 $strGerman = 'Nemački';
318 $strGlobal = 'globalno';
319 $strGlobalPrivileges = 'Globalne privilegije';
320 $strGlobalValue = 'Globalna vrednost';
321 $strGo = 'Kreni';
322 $strGrantOption = 'Omogući';
323 $strGreek = 'Grčki';
324 $strGzip = '"gzip-ovano"';
326 $strHandler = 'Rukovalac';
327 $strHasBeenAltered = 'je promenjen(a).';
328 $strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
329 $strHebrew = 'Hebrejski';
330 $strHelp = 'Pomoć';
331 $strHexForBLOB = 'Koristi heksadecimalno za BLOB';
332 $strHide = 'Sakrij';
333 $strHideShowAll = 'Sakrij/prikaži sve';
334 $strHideShowNoRelation = 'Sakrij/prikaži tabele bez relacija';
335 $strHomepageOfficial = 'phpMyAdmin veb sajt';
336 $strHome = 'Početna strana';
337 $strHost = 'Domaćin';
338 $strHostEmpty = 'Ime domaćina je prazno!';
339 $strHTMLExcel = 'Microsoft Excel 2000';
340 $strHTMLWord = 'Microsoft Word 2000';
341 $strHungarian = 'Mađarski';
343 $strIcelandic = 'Islandski';
344 $strId = 'ID';
345 $strIdxFulltext = 'Tekst ključ';
346 $strIEUnsupported = 'Internet Explorer ne podržava ovu funkciju.';
347 $strIgnoreDuplicates = 'Ignoriši duplicirane redove';
348 $strIgnore = 'Ignoriši';
349 $strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
350 $strImportExportCoords = 'Izvoz/uvoz koordinata za PDF shemu';
351 $strImportFiles = 'Uvoz datoteka';
352 $strImportFormat = 'Format datoteka za uvoz';
353 $strImportSuccessfullyFinished = 'Uvoz je uspešno završen, izvršeno je %d upita.';
354 $strImport = 'Uvoz';
355 $strIndexes = 'Ključevi';
356 $strIndexHasBeenDropped = 'Ključ %s je obrisan';
357 $strIndex = 'Ključ';
358 $strIndexName = 'Ime ključa :';
359 $strIndexType = 'Tip ključa :';
360 $strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
361 $strInnoDBAutoextendIncrementDesc = ' Veličina koraka proširenja veličine tabela koje se automatski proširuju kada se napune.';
362 $strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
363 $strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
364 $strInnoDBBufferPoolSize = 'Veličina prihvatnika';
365 $strInnoDBDataFilePath = 'Datoteke sa podacima';
366 $strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
367 $strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
368 $strInnoDBPages = 'strana';
369 $strInnodbStat = 'InnoDB status';
370 $strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.';
371 $strInsertAsNewRow = 'Unesi kao novi red';
372 $strInsert = 'Novi zapis';
373 $strInternalRelationAdded = 'Dodata interna relacija';
374 $strInternalRelations = 'Unutrašnje relacije';
375 $strInUse = 'se koristi';
376 $strInvalidAuthMethod = 'Neispravan metod autentikacije je zadat u konfiguraciji:';
377 $strInvalidColumnCount = 'Broj kolona mora biti veći od nule.';
378 $strInvalidColumn = 'Zadata je neispravna kolona (%s)!';
379 $strInvalidCSVFieldCount = 'Neispravan broj polja u CSV ulazu na liniji %d.';
380 $strInvalidCSVFormat = 'Neispravan format CSV ulaza na liniji %d.';
381 $strInvalidCSVParameter = 'Neispravni parametri za CSV uvoz: %s';
382 $strInvalidDatabase = 'Neispravna baza podataka';
383 $strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
384 $strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
385 $strInvalidLDIImport = 'Ovaj dodatak ne podržava kompresovane uvoze!';
386 $strInvalidRowNumber = '%d nije ispravan broj reda.';
387 $strInvalidServerHostname = 'Neispravan naziv servera %1$s. Molimo proverite svoju konfiguraciju.';
388 $strInvalidServerIndex = 'Neispravan indeks servera: "%s"';
389 $strInvalidTableName = 'Neispravan naziv tabele';
391 $strJapanese = 'Japanski';
392 $strJoins = 'Spojevi';
393 $strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
394 $strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
395 $strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
397 $strKeepPass = 'Nemoj da menjaš lozinku';
398 $strKeyCache = 'Keš ključeva';
399 $strKeyname = 'Ime ključa';
400 $strKill = 'Obustavi';
401 $strKnownExternalBug = 'Ova funkcionalnost %s je pogođena poznatom greškom, vidite %s';
402 $strKorean = 'Korejski';
404 $strLandscape = 'Položeno';
405 $strLanguage = 'Jezik';
406 $strLanguageUnknown = 'Nepoznat jezik: %1$s.';
407 $strLatexCaption = 'Komentar tabele';
408 $strLatexContent = 'Sadržaj tabele __TABLE__';
409 $strLatexContinuedCaption = 'Nastavljen komentar tabele';
410 $strLatexContinued = '(nastavljeno)';
411 $strLatexIncludeCaption = 'Uključi komentar tabele';
412 $strLatexLabel = 'Oznaka ključa';
413 $strLaTeX = 'LaTeX';
414 $strLatexStructure = 'Struktura tabele __TABLE__';
415 $strLatchedPages = 'Zabravljene strane';
416 $strLatvian = 'Letonski';
417 $strLDI = 'CSV koristeći LOAD DATA';
418 $strLDILocal = 'Koristi ključnu reč LOCAL';
419 $strLengthSet = 'Dužina/Vrednost*';
420 $strLimitNumRows = 'Broj redova po strani';
421 $strLinesTerminatedBy = 'Linije se završavaju sa';
422 $strLinkNotFound = 'Veza nije pronađena';
423 $strLinksTo = 'Veze ka';
424 $strLithuanian = 'Litvanski';
425 $strLocalhost = 'Lokalni';
426 $strLocationTextfile = 'Lokacija tekstualne datoteke';
427 $strLoginInformation = 'Podaci o prijavi';
428 $strLogin = 'Prijavljivanje';
429 $strLogout = 'Odjavljivanje';
430 $strLogPassword = 'Lozinka:';
431 $strLogServer = 'Server';
432 $strLogUsername = 'Korisničko ime:';
433 $strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
435 $strMaxConnects = 'maks. istovremenih veza';
436 $strMaximalQueryLength = 'Maksimalna dužina napravljenog upita';
437 $strMaximumSize = 'Maksimalna veličina: %s%s';
438 $strMbExtensionMissing = 'PHP ekstenzija mbstring nije pronađena, a čini se da vi koristite višebajtni skup znakova. Bez ekstenzije mbstring phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neočekivanih rezultata.';
439 $strMbOverloadWarning = 'U PHP podešavanjima Vam je uključena mbstring.func_overload opcija. Ova opcija je nekompatibilna sa phpMyAdmin i može dovesti do grešaka u nekim podacima!';
440 $strMIME_available_mime = 'Dostupni MIME-tipovi';
441 $strMIME_available_transform = 'Dostupne transformacije';
442 $strMIME_description = 'Opis';
443 $strMIME_MIMEtype = 'MIME-tipovi';
444 $strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
445 $strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
446 $strMIME_transformation_options_note = 'Molimo unesite vrednosti za opcije transformacije koristeći ovaj oblik: \'a\', 100, b,\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrednosti, stavite obrnutu kosu crtu ispred njih (na primer \'\\\\xyz\' ili \'a\\\'b\').';
447 $strMIME_transformation_options = 'Opcije transformacije';
448 $strMIME_transformation = 'Tranformacije čitača';
449 $strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
450 $strMIME_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
451 $strModifications = 'Izmene su sačuvane';
452 $strModifyIndexTopic = 'Izmeni ključ';
453 $strModify = 'Promeni';
454 $strMoveMenu = 'Premesti meni';
455 $strMoveTableOK = 'Tabela %s je pomerena u %s.';
456 $strMoveTable = 'Pomeri tabelu u (baza<b>.</b>tabela):';
457 $strMoveTableSameNames = 'Ne mogu da premestim tabelu u samu sebe!';
458 $strMultilingual = 'višejezički';
459 $strMyISAMDataPointerSizeDesc = 'Podrazumevana veličina pokazivača u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
460 $strMyISAMDataPointerSize = 'Veličina pokazivača podataka';
461 $strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka koja se koristi za brzo kreiranje MyISAM indeksa bila veća nego pri korišćenju keša ključeva za ovde zadatu vrednost, koristi metod keširanja ključeva';
462 $strMyISAMMaxExtraSortFileSize = 'Maksimalna veličina privremenih datoteka pri kreiranju indeksa';
463 $strMyISAMMaxSortFileSizeDesc = 'Maksimalna veličina privremenih datoteka koje MySQL sme da koristi pri re-kreiranju MyISAM indeksa (u toku REPAIR TABLE, ALTER TABLE, ili LOAD DATA INFILE operacija).';
464 $strMyISAMMaxSortFileSize = 'Maksimalna veličina privremenih datoteka za sortiranje';
465 $strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
466 $strMyISAMRecoverOptions = 'Režim automatskog oporavka';
467 $strMyISAMRepairThreadsDesc = 'Ako je vrednost veća od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
468 $strMyISAMRepairThreads = 'Niti popravke';
469 $strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
470 $strMyISAMSortBufferSize = 'Veličina prihvatnika za sortiranje';
471 $strMysqlClientVersion = 'Verzija MySQL klijenta';
472 $strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
473 $strMySQLCharset = 'MySQL set karaktera';
474 $strMysqlLibDiffersServerVersion = 'Verzija vaše PHP MySQL biblioteke %s se razlikuje od verzije vašeg MySQL servera %s. Ovo može dovesti do nepredvidljivog ponašanja.';
475 $strMySQLSaid = 'MySQL reče: ';
476 $strMySQLShowProcess = 'Prikaži listu procesa';
478 $strName = 'Ime';
479 $strNext = 'Sledeći';
480 $strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
481 $strNoDatabases = 'Baza ne postoji';
482 $strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
483 $strNoDataReceived = 'Nisu primljeni nikavi podaci za uvoz. Ili nije bio naveden naziv datoteke, ili veličina datoteke prevazilazi maksimalnu veličinu dozvoljenu u vašoj konfiguraciji PHP-a. Pogledajte. See FAQ 1.16.';
484 $strNoDescription = 'nema opisa';
485 $strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
486 $strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
487 $strNoExplain = 'Preskoči objašnjavanje SQL-a';
488 $strNoFilesFoundInZip = 'U ZIP arhivi nema datoteka!';
489 $strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
490 $strNoIndex = 'Ključ nije definisan!';
491 $strNoIndexPartsDefined = 'Delovi ključa nisu definisani!';
492 $strNoModification = 'Nema izmena';
493 $strNo = 'Ne';
494 $strNone = 'nema';
495 $strNoOptions = 'Ne postoje opcije za ovaj format';
496 $strNoPassword = 'Nema lozinke';
497 $strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
498 $strNoPhp = 'bez PHP koda';
499 $strNoPrivileges = 'Nema privilegija';
500 $strNoRights = 'Nije Vam dozvoljeno da budete ovde!';
501 $strNoRowsSelected = 'Nema odabranih redova';
502 $strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
503 $strNoTablesFound = 'Tabele nisu pronađene u bazi.';
504 $strNoThemeSupport = 'Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u direktorijumu %s.';
505 $strNotNumber = 'Ovo nije broj!';
506 $strNotOK = 'nije u redu';
507 $strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
508 $strNoUsersFound = 'Korisnik nije nađen.';
509 $strNoValidateSQL = 'Preskoči proveru SQL-a';
510 $strNull = 'Null';
511 $strNumberOfFields = 'Broj polja';
512 $strNumberOfTables = 'Broj tabela';
513 $strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
514 $strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
515 $strNumTables = 'Tabele';
517 $strOK = 'U redu';
518 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
519 $strOpenDocumentText = 'Open Document Text';
520 $strOpenNewWindow = 'Otvori novi phpMyAdmin prozor';
521 $strOperations = 'Operacije';
522 $strOperator = 'Operator';
523 $strOptimizeTable = 'Optimizuj tabelu';
524 $strOptions = 'Opcije';
525 $strOr = 'ili';
526 $strOverhead = 'Prekoračenje';
527 $strOverwriteExisting = 'Prepiši postojeće datoteke';
529 $strPageNumber = 'Broj strane:';
530 $strPagesToBeFlushed = 'Strane koje treba da budu usklađene';
531 $strPaperSize = 'Dimenzije papira';
532 $strPartialImport = 'Delimični uvoz';
533 $strPartialText = 'Deo teksta';
534 $strPasswordEmpty = 'Lozinka je prazna!';
535 $strPasswordHashing = 'Heširanje lozinke';
536 $strPasswordChanged = 'Lozinka za %s je uspešno promenjena.';
537 $strPassword = 'Lozinka';
538 $strPasswordNotSame = 'Lozinke nisu identične!';
539 $strPdfDbSchema = 'Shema baze "%s" - Strana %s';
540 $strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
541 $strPdfNoTables = 'Nema tabela';
542 $strPDF = 'PDF';
543 $strPDFReportExplanation = '(Pravi izveštaj koji sadrži podatke jedne tabele)';
544 $strPDFReportTitle = 'Naslov izveštaja';
545 $strPerHour = 'na sat';
546 $strPerMinute = 'u minutu';
547 $strPerSecond = 'u sekundi';
548 $strPersian = 'Persijski';
549 $strPhoneBook = 'telefonski imenik';
550 $strPhp = 'Napravi PHP kod';
551 $strPHPVersion = 'verzija PHP-a';
552 $strPleaseSelectPrimaryOrUniqueKey = 'Molimo izaberite primarni ili jedinstveni ključ';
553 $strPmaDocumentation = 'phpMyAdmin dokumentacija';
554 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podešena u konfiguracionoj datoteci!';
555 $strPolish = 'Poljski';
556 $strPortrait = 'Uspravno';
557 $strPos1 = 'Početak';
558 $strPrevious = 'Prethodna';
559 $strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
560 $strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
561 $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
562 $strPrimary = 'Primarni';
563 $strPrint = 'Štampaj';
564 $strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
565 $strPrintView = 'Za štampu';
566 $strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
567 $strPrivDescAlter = 'Dozvoljava izmenu struktura postojećih tabela.';
568 $strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje sačuvanih rutina.';
569 $strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
570 $strPrivDescCreateRoutine = 'Dozvoljava pravljenje sačuvanih rutina.';
571 $strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
572 $strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
573 $strPrivDescCreateUser = 'Dozvoljava pravljenje, odbacivanje i preimenovanje korisničkih naloga.';
574 $strPrivDescCreateView = 'Dozvoli kreiranje novih pogleda.';
575 $strPrivDescDelete = 'Dozvoljava brisanje podataka.';
576 $strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
577 $strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
578 $strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
579 $strPrivDescExecute5 = 'Dozvoljava izvršavanje sačuvanih rutina.';
580 $strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
581 $strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
582 $strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
583 $strPrivDescInsert = 'Dozvoljava umetanje i zamenu podataka.';
584 $strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
585 $strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
586 $strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
587 $strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
588 $strPrivDescMaxUserConnections = 'Ograničava broj istovremenih konekcija koje korisnik može da ima.';
589 $strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
590 $strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
591 $strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
592 $strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
593 $strPrivDescSelect = 'Dozvoljava čitanje podataka.';
594 $strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
595 $strPrivDescShowView = 'Dozvoljava izvršavanje SHOW CREATE VIEW upita.';
596 $strPrivDescShutdown = 'Dozvoljava gašenje servera.';
597 $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.';
598 $strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
599 $strPrivDescUsage = 'Nema privilegija.';
600 $strPrivileges = 'Privilegije';
601 $strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
602 $strProcedures = 'Procedure';
603 $strProcesses = 'Procesi';
604 $strProcesslist = 'Lista procesa';
605 $strProfiling = 'Profilisanje';
606 $strProtocolVersion = 'Verzija protokola';
607 $strPutColNames = 'Stavi imena polja u prvi red';
609 $strQBEDel = 'Del';
610 $strQBEIns = 'Ins';
611 $strQBE = 'Upit po primeru';
612 $strQueryCache = 'Keš upita';
613 $strQueryFrame = 'Prozor za upite';
614 $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
615 $strQueryResultsOperations = 'Operacije na rezultatima upita';
616 $strQuerySQLHistory = 'SQL istorijat';
617 $strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
618 $strQueryTime = 'Upit je trajao %01.4f sekundi';
619 $strQueryType = 'Vrsta upita';
620 $strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
622 $strReadRequests = 'Zahtevi za čitanje';
623 $strReceived = 'Primljeno';
624 $strRecommended = 'preporučeno';
625 $strRecords = 'Zapisi';
626 $strReferentialIntegrity = 'Proveri referencijalni integritet:';
627 $strRefresh = 'Osveži';
628 $strRelationalSchema = 'Relaciona shema';
629 $strRelationDeleted = 'Relacija obrisana';
630 $strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
631 $strRelationsForTable = 'RELACIJE TABELE';
632 $strRelations = 'Relacije';
633 $strRelationView = 'Relacioni pogled';
634 $strReloadingThePrivileges = 'Ponovo učitavam privilegije';
635 $strReload = 'Ponovo učitaj';
636 $strReloadPrivileges = 'Ponovo učitaj privilegije';
637 $strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
638 $strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
639 $strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
640 $strRenameTable = 'Promeni ime tabele u ';
641 $strRepairTable = 'Popravi tabelu';
642 $strReplaceNULLBy = 'Zameni NULL sa';
643 $strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
644 $strReplication = 'Replikacija';
645 $strReset = 'Poništi';
646 $strResourceLimits = 'Ograničenja resursa';
647 $strRestartInsertion = 'Ponovo pokreni unošenje sa %s redova';
648 $strReType = 'Ponovite unos';
649 $strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
650 $strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
651 $strRevokeMessage = 'Zabranili ste privilegije za %s';
652 $strRevoke = 'Zabrani';
653 $strRomanian = 'Rumunski';
654 $strRoutineReturnType = 'Povratni tip';
655 $strRoutines = 'Rutine';
656 $strRowLength = 'Dužina reda';
657 $strRowsFrom = ' redova počev od reda';
658 $strRowSize = 'Veličina reda';
659 $strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
660 $strRowsModeHorizontal = 'horizontalnom';
661 $strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
662 $strRowsModeVertical = 'vertikalnom';
663 $strRows = 'Redova';
664 $strRowsStatistic = 'Statistike reda';
665 $strRunning = 'na serveru %s';
666 $strRunQuery = 'Izvrši SQL upit';
667 $strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
668 $strRunSQLQueryOnServer = 'Izvrši SQL upit(e) na serveru %s';
669 $strRussian = 'Ruski';
671 $strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
672 $strSavePosition = 'Sačuvaj poziciju';
673 $strSave = 'Sačuvaj';
674 $strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
675 $strSearchFormTitle = 'Pretraživanje baze';
676 $strSearchInTables = 'Unutar tabela:';
677 $strSearchNeedle = 'Reči ili vrednosti koje se traže (džoker: "%"):';
678 $strSearchOption1 = 'bar jednu od reči';
679 $strSearchOption2 = 'sve reči';
680 $strSearchOption3 = 'tačan izraz';
681 $strSearchOption4 = 'kao regularni izraz';
682 $strSearch = 'Pretraživanje';
683 $strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
684 $strSearchType = 'Traži:';
685 $strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
686 $strSelectADb = 'Izaberite bazu';
687 $strSelectAll = 'Izaberi sve';
688 $strSelectBinaryLog = 'Izaberite binarni dnevnik za pregled';
689 $strSelectFields = 'Izaberi polja (najmanje jedno)';
690 $strSelectForeignKey = 'Izaberi strani ključ';
691 $strSelectNumRows = 'u upitu';
692 $strSelectReferencedKey = 'Izaberite referencirani ključ';
693 $strSelectTables = 'Izaberi tabele';
694 $strSend = 'Sačuvaj kao datoteku';
695 $strSent = 'Poslato';
696 $strServerChoice = 'Izbor servera';
697 $strServerNotResponding = 'Server ne odgovara';
698 $strServer = 'Server';
699 $strServers = 'Serveri';
700 $strServerStatusDelayedInserts = 'Odložena umetanja';
701 $strServerStatus = 'Informacije o toku rada';
702 $strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
703 $strServerTabVariables = 'Promenljive';
704 $strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
705 $strServerVars = 'Serverske promenljive i podešavanja';
706 $strServerVersion = 'Verzija servera';
707 $strSessionStartupErrorGeneral = 'Ne mogu da pokrenem sesiju bez grešaka, molim proverite greške u PHP i/ili dnevniku veb servera i propisno podesite vašu PHP instalaciju.';
708 $strSessionValue = 'Vrednost sesije';
709 $strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
710 $strSetupExport_asfile_name = 'Sačuvaj kao datoteku';
711 $strSetupExport_compression_name = 'Kompresija';
712 $strSetupExport_format_name = 'Format';
713 $strSetupExport_onserver_overwrite_name = 'Prepiši postojeće datoteke';
714 $strSetupForm_Left_databases = 'Baze';
715 $strSetupForm_Left_servers = 'Serveri';
716 $strSetupForm_Left_tables = 'Tabele';
717 $strSetupForm_Query_window = 'Prozor za upite';
718 $strSetupImport_format_name = 'Format datoteka za uvoz';
719 $strSetupSQLQuery_Edit_name = 'Promeni';
720 $strSetupSQLQuery_Explain_name = 'Objasni SQL';
721 $strSetupSQLQuery_Refresh_name = 'Osveži';
722 $strSetupSQLQuery_ShowAsPHP_name = 'Napravi PHP kod';
723 $strShowAll = 'Prikaži sve';
724 $strShowColor = 'Prikaži boju';
725 $strShowDatadictAs = 'Format rečnika podataka';
726 $strShowFullQueries = 'Prikaži kompletne upite';
727 $strShowGrid = 'Prikaži mrežu';
728 $strShowHideLeftMenu = 'Prikaži/sakrij meni s leve strane';
729 $strShowingBookmark = 'Prikazivanje markera';
730 $strShowingPhp = 'Prikaz kao PHP kod';
731 $strShowingRecords = 'Prikaz zapisa';
732 $strShowingSQL = 'Prikaz kao SQL upit';
733 $strShowOpenTables = 'Prikaži otvorene tabele';
734 $strShowPHPInfo = 'Prikaži informacije o PHP-u';
735 $strShow = 'Prikaži';
736 $strShowSlaveHosts = 'Prikaži podređene server';
737 $strShowSlaveStatus = 'Prikaži status podređenih servera';
738 $strShowStatusBinlog_cache_disk_useDescr = 'Broj tranksakcija koje su koristile keš privremenog binarnog dnevnika ali su prevazišle vrednost u binlog_cache_size i koristile privremenu datoteku da smeste izraze iz transakcije.';
739 $strShowStatusBinlog_cache_useDescr = 'Broj transakcija koje su koristile keš privremenog binarnog dnevnika.';
740 $strShowStatusCreated_tmp_disk_tablesDescr = 'Broj privremenih tabela koje je server automatski kreirao na disku dok je izvršavao izraze. Ako je Created_tmp_disk_tables veliko, možda treba da povećate vrednost tmp_table_size kako bi učinili da privremene tabele budu bazirane u memoriji umesto na disku.';
741 $strShowStatusCreated_tmp_filesDescr = 'Koliko privremenih datoteka je mysqld napravio.';
742 $strShowStatusCreated_tmp_tablesDescr = 'Broj privremenih tabela koje je server automatski kreirao u memoriji dok je izvršavao izraze.';
743 $strShowStatusDelayed_errorsDescr = 'Broj redova upisanih sa INSERT DELAYED za koje je javljena neka greška (verovatno duplirani ključ).';
744 $strShowStatusDelayed_insert_threadsDescr = 'Broj INSERT DELAYED rukovalačkih niti u upotrebi. Svaka posebna tabela nad kojom se koristi INSERT DELAYED dobija svoju nit.';
745 $strShowStatusDelayed_writesDescr = 'Broj upisanih INSERT DELAYED redova.';
746 $strShowStatusFlush_commandsDescr = 'Broj izvršenih FLUSH izraza.';
747 $strShowStatusHandler_commitDescr = 'Broj internih COMMIT izraza.';
748 $strShowStatusHandler_deleteDescr = 'Broj brisanja nekog reda tabele.';
749 $strShowStatusHandler_discoverDescr = 'MySQL server može da upita pogon skladištenja NDB Cluster da li zna za tabelu određenog imena. To se naziva otkrivanjem (discovery). Handler_discover označava broj puta kada je otkrivena tabela.';
750 $strShowStatusHandler_read_firstDescr = 'Broj puta kada je prva stavka pročitana iz indeksa. Ako je ovo visoko, to može značiti da server radi puno punih skeniranja indeksa; na primer SELECT kol1 FROM nešto, pod pretpostavkom da je kol1 indeksirano.';
751 $strShowStatusHandler_read_keyDescr = 'Broj zahteva za čitanje reda zasnovanih na ključu. Ako je ovaj broj visok, to je dobar pokazatelj da su vaši upiti i tabele propisno indeksirani.';
752 $strShowStatusHandler_read_nextDescr = 'Broj zahteva za čitanjem sledećeg reda u poretku ključeva. Ovo se povećava kada radite upit po koloni indeksa sa ograničenjem opsega ili ako radite skeniranje indeksa.';
753 $strShowStatusHandler_read_prevDescr = 'Broj zahteva za čitanjem prethodnog reda u poretku ključeva. Ova metoda čitanja se uglavnom koristi za optimizaciju ORDER BY ... DESC.';
754 $strShowStatusHandler_read_rndDescr = 'Broj zahteva za čitanje reda zasnovanih na fiksnoj poziciji. Ovo je visoko ako radite mnogo upita koji zahtevaju sortiranje rezultata. Verovatno imate mnogo upita koji zahtevaju da MySQL skenira cele tabele ili imate spojeve koji ne koriste ključeve propisno.';
755 $strShowStatusHandler_read_rnd_nextDescr = 'Broj zahteva za čitanjem sledećeg reda iz datoteke podataka. Ovo je visoko ako radite puno skeniranja tabela. Ovo obično nagoveštava da vaše tabele nisu propisno indeksirane ili da vaši upiti nisu napisani da iskoriste već postojeće indekse.';
756 $strShowStatusHandler_rollbackDescr = 'Broj internih ROLLBACK izraza.';
757 $strShowStatusHandler_updateDescr = 'Broj zahteva za ažuriranje reda u tabeli.';
758 $strShowStatusHandler_writeDescr = 'Broj zahteva za upisivanje reda u tabelu.';
759 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Broj strana koje sadrže podatke (čistih ili prljavih).';
760 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Broj strana koje su trenutno prljave.';
761 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Broj strana u ostavi bafera za koje je traženo da budu očišćene.';
762 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Broj slobodnih strana.';
763 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Broj zabravljenih strana u InnoDB ostavi bafera. Sa ovih strana se trenutno čita ili se u njih upisuje ili iz nekog drugog razloga ne mogu biti očišćene niti uklonjene.';
764 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Broj strana koje su zauzete zato što su odvojene za administrativne potrebe, kao što su zaključavanje redova ili indeks prilagodljivog heša. Ova vrednost se takođe može izračunati i na sledeći način Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
765 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puna veličina ostave bafera, u stranama.';
766 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Broj „nasumičnih“ pred-čitanja koja je InnoDB pokrenuo. Ovo se dešava kada upit treba da skenira veliki deo tabele ali nasumičnim redosledom.';
767 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Broj sekvencijalnih pred-čitanja koja je InnoDB pokrenuo. Ovo se dešava kada InnoDB radi sekvencijalno skeniranje cele tabele.';
768 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Broj logičkih zahteva za čitanje koje je InnoDB uradio.';
769 $strShowStatusInnodb_buffer_pool_readsDescr = 'Broj logičkih čitanja koja InnoDB nije mogao da zadovolji iz ostave bafera te je morao da radi čitanje pojedinačne strane.';
770 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalno se upisi u InnoDB ostavu bafera dešavaju u pozadini. Međutim, ako je neophodno pročitati ili napraviti stranu a nema dostupnih čistih strana, neophodno je sačekati da se strane prethodno očiste. Ovaj brojač broji dešavanja ovih čekanja. Ako je veličina ostave bafera postavljena kako treba, ova vrednost vi trebalo da je niska.';
771 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Broj upisa učinjenih u InnoDB ostavu bafera.';
772 $strShowStatusInnodb_data_fsyncsDescr = 'Broj fsync() operacija do sada.';
773 $strShowStatusInnodb_data_pending_fsyncsDescr = 'Trenutni broj fsync() operacija na čekanju.';
774 $strShowStatusInnodb_data_pending_readsDescr = 'Trenutni broj čitanja na čekanju.';
775 $strShowStatusInnodb_data_pending_writesDescr = 'Trenutni broj upisa na čekanju.';
776 $strShowStatusInnodb_data_readDescr = 'Količina podataka pročitanih do sada, u bajtovima.';
777 $strShowStatusInnodb_data_readsDescr = 'Ukupan broj čitanja podataka.';
778 $strShowStatusInnodb_data_writesDescr = 'Ukupan broj upisa podataka.';
779 $strShowStatusInnodb_data_writtenDescr = 'Količina podataka upisanih do sada, u bajtovima';
780 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'Broj izvršenih dvoupisnih (doublewrite) upisa i broj strana koje su upisane u ovu svrhu.';
781 $strShowStatusInnodb_dblwr_writesDescr = 'Broj izvršenih dvoupisnih (doublewrite) upisa i broj strana koje su upisane u ovu svrhu.';
782 $strShowStatusInnodb_log_waitsDescr = 'Broj čekanja koja smo imali zato što je bafer dnevnika bio premali te smo morali da sačekamo da bude očišćen pre nastavka.';
783 $strShowStatusInnodb_log_write_requestsDescr = 'Broj zahteva za upis u dnevnik.';
784 $strShowStatusInnodb_log_writesDescr = 'Broj fizičkih upisa u datoteku dnevnika.';
785 $strShowStatusInnodb_os_log_fsyncsDescr = 'Broj fsyncs upisa načinjenih u datoteku dnevnika.';
786 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Broj fsync-ova za datoteku dnevnika na čekanju.';
787 $strShowStatusInnodb_os_log_pending_writesDescr = 'Broj upisa u datoteku dnevnika na čekanju.';
788 $strShowStatusInnodb_os_log_writtenDescr = 'Broj bajtova upisanih u datoteku dnevnika.';
789 $strShowStatusInnodb_pages_createdDescr = 'Broj napravljenih strana.';
790 $strShowStatusInnodb_page_sizeDescr = 'Ukompajlirana veličina strane za InnoDB (podrazumevano 16KB). Mnoge vrednosti se računaju u stranama; veličina strane omogućava da se one lako konvertuju u bajtove.';
791 $strShowStatusInnodb_pages_readDescr = 'Broj pročitanih strana.';
792 $strShowStatusInnodb_pages_writtenDescr = 'Broj zapisanih strana.';
793 $strShowStatusInnodb_row_lock_current_waitsDescr = 'Broj brava za redove koje se trenutno čekaju.';
794 $strShowStatusInnodb_row_lock_time_avgDescr = 'Prosečno vreme za dobavljanje brave za red, u milisekundama.';
795 $strShowStatusInnodb_row_lock_timeDescr = 'Ukupno vremena provedeno u dobavljanju brava za redove, u milisekundama.';
796 $strShowStatusInnodb_row_lock_time_maxDescr = 'Najduže vreme za dobavljanje brave za red, u milisekundama.';
797 $strShowStatusInnodb_row_lock_waitsDescr = 'Broj puta kada se morala čekati brava za red.';
798 $strShowStatusInnodb_rows_deletedDescr = 'Broj redova obrisanih iz InnoDB tabela.';
799 $strShowStatusInnodb_rows_insertedDescr = 'Broj redova umetnutih u InnoDB tabele.';
800 $strShowStatusInnodb_rows_readDescr = 'Broj redova pročitanih iz InnoDB tabela.';
801 $strShowStatusInnodb_rows_updatedDescr = 'Broj redova ažuriranih u InnoDB tabelama.';
802 $strShowStatusKey_blocks_not_flushedDescr = 'Broj blokova ključeva u kešu ključeva koji su izmenjeni ali još nisu poslati na disk. Ovo je ranije bilo poznato kao Not_flushed_key_blocks.';
803 $strShowStatusKey_blocks_unusedDescr = 'Broj neiskorišćenih blokova u kešu ključeva. Ovu vrednost možete da koristite da utvrdite koliki deo keša ključeva je u upotrebi.';
804 $strShowStatusKey_blocks_usedDescr = 'Broj iskorišćenih blokova u kešu ključeva. Ova vrednost je oznaka „visokog vodostaja“ koja pokazuje najveći ikada broj blokova koji je bio u upotrebi u isto vreme.';
805 $strShowStatusKey_read_requestsDescr = 'Broj zahteva za čitanje bloka ključeva iz keša.';
806 $strShowStatusKey_readsDescr = 'Broj fizičkih čitanja bloka ključeva sa diska. Ako je Key_reads veliko, onda je vaša vrednost za key_buffer_size verovatno premala. Stepen promašaja keša se može izračunati kao Key_reads/Key_read_requests.';
807 $strShowStatusKey_write_requestsDescr = 'Broj zahteva za upisivanje bloka ključeva u keš.';
808 $strShowStatusKey_writesDescr = 'Broj fizičkih upisa bloka ključeva na disk.';
809 $strShowStatusLast_query_costDescr = 'Ukupna cena poslednjeg kompajliranog upita kako ju je izračunao optimizator upita. Korisno za upoređivanje cene različitih planova upita za isti upit. Podrazumevana vrednost 0 znači da još nije bio kompajliran nijedan upit.';
810 $strShowStatusNot_flushed_delayed_rowsDescr = 'Broj redova u INSERT DELAYED redovima čekanja koji čekaju upisivanje.';
811 $strShowStatusOpened_tablesDescr = 'Broj tabela koje su bile otvarane. Ako je broj veliki, vaš keš tabela je verovatno premali.';
812 $strShowStatusOpen_filesDescr = 'Broj otvorenih datoteka.';
813 $strShowStatusOpen_streamsDescr = 'Broj otvorenih tokova (koristi se prvenstveno za vođenje dnevnika (logging)).';
814 $strShowStatusOpen_tablesDescr = 'Broj otvorenih tabela.';
815 $strShowStatusQcache_free_blocksDescr = 'Broj slobodnih memorijskih blokova u u kešu upita.';
816 $strShowStatusQcache_free_memoryDescr = 'Količina slobodne memorije za keš upita.';
817 $strShowStatusQcache_hitsDescr = 'Broj pogodaka iz keša.';
818 $strShowStatusQcache_insertsDescr = 'Broj upita dodatih u keš.';
819 $strShowStatusQcache_lowmem_prunesDescr = 'Broj upita koji su uklonjeni iz keša da bi se oslobodila memorija za keširanje novih upita. Ovaj podatak vam može pomoći da podesite veličinu keša za upite. Keš za upite koristi strategiju najduže nekorišćenog (en: least recently used , LRU) da bi odlučio koje upite da ukloni iz keša.';
820 $strShowStatusQcache_not_cachedDescr = 'Broj nekeširanih upita (koji se ne mogu keširati ili nisu keširani zbog podešavanja query_cache_type).';
821 $strShowStatusQcache_queries_in_cacheDescr = 'Broj upita registrovanih u kešu.';
822 $strShowStatusQcache_total_blocksDescr = 'Ukupan broj blokova u kešu za upite.';
823 $strShowStatusReset = 'Poništi';
824 $strShowStatusRpl_statusDescr = 'Status replikacije otporne na greške (nije još implementirano).';
825 $strShowStatusSelect_full_joinDescr = 'Broj spojeva koji ne koriste indekste. Ako ova vrednost nije 0, trebalo bi pažljivo da proverite indekse vaših tabela.';
826 $strShowStatusSelect_full_range_joinDescr = 'Broj spojeva koji su koristili pretragu opsega na referentnoj tabeli.';
827 $strShowStatusSelect_rangeDescr = 'Broj spojeva koji su koristili opsege na prvoj tabeli. (Obično nije kritično čak ni kada je ovo veliko)';
828 $strShowStatusSelect_range_checkDescr = 'Broj spojeva bez ključeva koji proveravaju upotrebu ključa posle svakog reda. (Ako ovo nije 0, trebalo bi pažljivo da proverite indekse vaših tabela.)';
829 $strShowStatusSelect_scanDescr = 'Broj spojeva koji su uradili puno skeniranje prve tabele.';
830 $strShowStatusSlave_open_temp_tablesDescr = 'Broj privremenih tabela trenutno otvorenih od strane pomoćne SQL niti.';
831 $strShowStatusSlave_retried_transactionsDescr = 'Ukupan broj puta (od pokretanja) kada je pomoćna SQL nit za replikaciju pokušala transakcije.';
832 $strShowStatusSlave_runningDescr = 'Ovo je ON ako je ovaj server pomoćni koji je povezan na glavni.';
833 $strShowStatusSlow_launch_threadsDescr = 'Broj niti za koje je trebalo više od slow_launch_time sekudni da bi bile pokrenute.';
834 $strShowStatusSlow_queriesDescr = 'Broj upita za koje je trebalo više od long_query_time sekudni.';
835 $strShowStatusSort_merge_passesDescr = 'Broj prolaza za spajanje koje je algoritam za sortiranje morao da odradi. Ako je ova vrednost velika, trebalo bi da razmislite o povećanju vrednosti sistemske promenljive sort_buffer_size.';
836 $strShowStatusSort_rangeDescr = 'Broj sortiranja koja su urađena sa opsegom.';
837 $strShowStatusSort_rowsDescr = 'Broj sortiranih redova.';
838 $strShowStatusSort_scanDescr = 'Broj sortiranja do kojih je došlo skeniranjem tabele.';
839 $strShowStatusTable_locks_immediateDescr = 'Broj puta kada je brava za tabelu odmah dobavljena.';
840 $strShowStatusTable_locks_waitedDescr = 'Broj puta kada brava za tabelu nije mogla biti odmah dobavljena i bilo je potrebno čekanje. Ako je ovo visoko i imate problema sa performansama, prvo bi trebalo da optimizujete svoje upite a potom da ili podelite tabelu ili tabele ili da koristite replikaciju.';
841 $strShowStatusThreads_cachedDescr = 'Broj niti u kešu za niti. Stepen pogodaka keša se može izračunati kao Threads_created/Konekcije. Ako je ova vrednost crvena trebalo bi da povećate vaš thread_cache_size.';
842 $strShowStatusThreads_connectedDescr = 'Broj trenutno otvorenih veza.';
843 $strShowStatusThreads_createdDescr = 'Broj niti kreiranih za rukovanje konekcijama. Ako je Threads_created veliko, možda bi trebalo da povećate vrednost thread_cache_size. (Ako imate dobru implementaciju niti, ovo obično ne donosi primetna poboljšanja u performansama.)';
844 $strShowStatusThreads_runningDescr = 'Broj niti koje nisu uspavane.';
845 $strShowTableDimension = 'Prikaži dimenzije tabele';
846 $strShowTables = 'Prikaži tabele';
847 $strShowThisQuery = 'Prikaži ponovo ovaj upit';
848 $strSimplifiedChinese = 'Pojednostavljeni kineski';
849 $strSingly = '(po jednom polju)';
850 $strSize = 'Veličina';
851 $strSkipQueries = 'Broj zapisa (upita) koje treba preskočiti:';
852 $strSlovak = 'Slovački';
853 $strSlovenian = 'Slovenači';
854 $strSmallBigAll = 'Sve malo/veliko';
855 $strSnapToGrid = 'Drži se mreže';
856 $strSocketProblem = '(ili priključak lokalnog MySQL servera nije ispravno podešen)';
857 $strSortByKey = 'Sortiraj po ključu';
858 $strSorting = 'Sortiranje';
859 $strSort = 'Sortiranje';
860 $strSpaceUsage = 'Zauzeće';
861 $strSpanish = 'Španski';
862 $strSplitWordsWithSpace = 'Reči se odvajaju razmakom (" ").';
863 $strSQLCompatibility = 'Mod SQL kompatibilnosti';
864 $strSQLExportType = 'Tip izvoza';
865 $strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli bag u SQL parseru. Molimo ispitajte svoj upit pažljivo, i proverite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarnu datoteku van oblasti za običan tekst. Možete probati svoj upit u MySQL sučelju 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 uspeva tamo gde uspeva sučelje komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izveštaj o grešci sa delom koda u donjoj REZ sekciji:';
866 $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';
867 $strSQLQuery = 'SQL upit';
868 $strSQLResult = 'SQL rezultat';
869 $strSQL = 'SQL';
870 $strSQPBugInvalidIdentifer = 'Neispravan iG¤entifikator';
871 $strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
872 $strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
873 $strStandInStructureForView = 'Struktura koja zamenjuje pogled';
874 $strStatCreateTime = 'Napravljeno';
875 $strStatement = 'Ime';
876 $strStatCheckTime = 'Poslednja provera';
877 $strStatisticsOverrun = 'Na zaposlenom serveru brojači bajtova mogu da se preliju (overrun), tako da te statistike, onako kako ih prijavljuje MySQL server, mogu biti netačne.';
878 $strStatUpdateTime = 'Poslednja izmena';
879 $strStatus = 'Status';
880 $strStorageEngine = 'Pogon skladištenja';
881 $strStorageEngines = 'Pogoni skladištenja';
882 $strStrucCSV = 'CSV';
883 $strStrucData = 'Struktura i podaci';
884 $strStrucExcelCSV = 'CSV za MS Excel';
885 $strStrucOnly = 'Samo struktura';
886 $strStructPropose = 'Predloži strukturu tabele';
887 $strStructureForView = 'Struktura za pogled (view)';
888 $strStructure = 'Struktura';
889 $strSubmit = 'Pošalji';
890 $strSuccess = 'Vaš SQL upit je uspešno izvršen';
891 $strSum = 'Ukupno';
892 $strSwedish = 'Švedski';
893 $strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
894 $strSwitchToTable = 'Pređi na kopiranu tabelu';
896 $strTableAlreadyExists = 'Tabela %s već postoji!';
897 $strTableComments = 'Komentari tabele';
898 $strTableEmpty = 'Ima tabele je prazno!';
899 $strTableHasBeenDropped = 'Tabela %s je odbačena';
900 $strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
901 $strTableHasBeenFlushed = 'Tabela %s je osvežena';
902 $strTableIsEmpty = 'Tabela je izgleda prazna!';
903 $strTableMaintenance = 'Radnje na tabeli';
904 $strTableName = 'Naziv tabele';
905 $strTableOfContents = 'Sadržaj';
906 $strTableOptions = 'Opcije tabele';
907 $strTables = '%s tabela';
908 $strTableStructure = 'Struktura tabele';
909 $strTable = 'Tabela';
910 $strTakeIt = 'preuzmi';
911 $strTblPrivileges = 'Privilegije vezane za tabele';
912 $strTempData = 'Privremeni podaci';
913 $strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
914 $strThai = 'Tajski';
915 $strThemeDefaultNotFound = 'Nije pronađena podrazumevana tema %s!';
916 $strThemeNoPreviewAvailable = 'Pregled ne postoji.';
917 $strThemeNotFound = 'Nije pronađena tema %s!';
918 $strThemeNoValidImgPath = 'Nema ispravne putanje do slika za temu %s!';
919 $strThemePathNotFound = 'Nije pronađena putanja do teme za temu %s!';
920 $strTheme = 'Tema / stil';
921 $strThisHost = 'Ovaj server';
922 $strThreads = 'Niti';
923 $strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
924 $strTimeoutInfo = 'Prethodnom uvozu je isteklo vreme, nakon ponovnog slanja biće nastavljen od pozicije %d.';
925 $strTimeoutNothingParsed = 'Međutim, pri poslednjem pokretanju podaci nisu bili obrađeni, što obično znači da phpMyAdmin neće biti u mogućnosti da završi ovaj uvoz osim ako ne povećate vremenska ograničenja u PHP-u';
926 $strTimeoutPassed = 'Vreme izvršenja skripta je isteklo, ako želite da dovršite uvoz, molimo pošaljite istu datoteku i uvoz će se nastaviti.';
927 $strTime = 'Vreme';
928 $strToFromPage = 'od/do stranice';
929 $strToggleScratchboard = 'Uključi/isključi radnu tablu';
930 $strToggleSmallBig = 'Promeni malo/veliko';
931 $strToSelectRelation = 'Da odaberete relaciju, kliknite :';
932 $strTotalUC = 'Ukupno';
933 $strTotal = 'ukupno';
934 $strTraditionalChinese = 'Tradicionalni kineski';
935 $strTraditionalSpanish = 'Tradicionalni španski';
936 $strTraffic = 'Saobraćaj';
937 $strTransactionCoordinator = 'Koordinator transakcija';
938 $strTransformation_application_octetstream__download = 'Prikazuje vezu za preuzimanje binarnih podataka za polje. Prva opcija je ime binarne datoteke. Druga opcija je moguće ime polja reda tabele koji sadrži ime datoteke. Ako date drugu opciju, prva mora biti postavljena na prazan string';
939 $strTransformation_application_octetstream__hex = 'Prikazuje heksadecimalni prikaz podataka. Opcioni prvi parametar određuje koliko često se dodaje prazno mesto (podrazumevano svaka 2 nibla).';
940 $strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
941 $strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj snimci (npr. direktno preuzimanje iz BLOB-a).';
942 $strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
943 $strTransformation_text_plain__dateformat = 'Prikazuje TIME, TIMESTAMP, DATETIME ili polje sa numeričkom juniks vremenskom oznakom (timestamp) kao formatirani datum. Prva opcija je pomeraj (u satima) koji se dodaje vremenskoj oznaci (podrazumevamo: 0). Drugu opciju koristitte da odredite drugačiji string za formatiranje datuma/vremena. Treća opcija određuje da li želite da vidite lokalni ili UTC datum (koristite stringove "local" ili "utc" za to). U skladu sa tim, format datuma ima različite vrednosti - za "local" pogledajte PHP-ovu dokumentaciju za funkciju strftime() dok je za "utc" to urađeno korišćenjem fukcije gmdate().';
944 $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)';
945 $strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
946 $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.';
947 $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.';
948 $strTransformation_text_plain__sql = 'Formatira tekst kao SQL upit sa obeležavanjem sintakse.';
949 $strTransformation_text_plain__substr = 'Pokazuje deo stringa. Prva opcija je broj znakova koje treba preskočiti od početka stringa (podrazumevano 0). Druga opcija je broj vraćenih znakova (podrazumevano: do kraja stringa). Treća opcija je string koji se dodaje kada dođe do odsecanja (podrazumevano: ...) .';
950 $strTriggers = 'Okidači';
951 $strTruncateQueries = 'Prikaži skraćene upite';
952 $strTurkish = 'Turski';
953 $strType = 'Tip';
955 $strUkrainian = 'Ukrajinski';
956 $strUncheckAll = 'nijedno';
957 $strUnicode = 'Unikod';
958 $strUnique = 'Jedinstveni';
959 $strUnknown = 'nepoznat';
960 $strUnselectAll = 'ništa';
961 $strUnsupportedCompressionDetected = 'Pokušali ste da uvezete datoteku sa kompresijom koja nije podržana (%s). Ili podrška za nju nije implementirana, ili je isključena u vašoj konfiguraciji.';
962 $strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
963 $strUpdateProfileMessage = 'Profil je promenjen.';
964 $strUpdateQuery = 'Ažuriraj upit';
965 $strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
966 $strUpgrade = 'Trebalo bi da unapredite vaš %s server na verziju %s ili noviju.';
967 $strUploadErrorCantWrite = 'Neuspelo upisivanje datoteke na disk.';
968 $strUploadErrorExtension = 'Prijem datoteke zaustavljen zbog ekstenzije.';
969 $strUploadErrorFormSize = 'Poslata datoteka prevazilazi vrednost direktive MAX_FILE_SIZE koja je navedena u HTML formi.';
970 $strUploadErrorIniSize = 'Poslata datoteka prevazilazi vrednost direktive upload_max_filesize u php.ini.';
971 $strUploadErrorNoTempDir = 'Nedostaje privremeni direktorijum.';
972 $strUploadErrorPartial = 'Poslata datoteka je samo delimično primljena.';
973 $strUploadErrorUnknown = 'Nepoznata greška pri slanju datoteke.';
974 $strUploadLimit = 'Verovatno ste pokušali da uvezete preveliku datoteku. Molimo pogledajte %sdokumentaciju%s za načine prevazilaženja ovog ograničenja.';
975 $strUploadsNotAllowed = 'Slanje datoteka na ovaj server nije dozvoljeno.';
976 $strUsage = 'Zauzeće';
977 $strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
978 $strUseHostTable = 'Koristi tabelu domaćina';
979 $strUserAlreadyExists = 'Korisnik %s već postoji!';
980 $strUserEmpty = 'Ime korisnika nije uneto!';
981 $strUser = 'Korisnik';
982 $strUserName = 'Ime korisnika';
983 $strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
984 $strUserOverview = 'Pregled korisnika';
985 $strUsersDeleted = 'Izabrani korisnici su uspešno obrisani.';
986 $strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
987 $strUseTabKey = 'Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za slobodno pomeranje';
988 $strUseTables = 'Koristi tabele';
989 $strUseTextField = 'Koristi tekst polje';
990 $strUseThisValue = 'Koristi ovu vrednost';
992 $strValidateSQL = 'Proveri SQL';
993 $strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
994 $strValue = 'Vrednost';
995 $strVar = 'Promenljiva';
996 $strVersionInformation = 'Informacije o verziji';
997 $strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
998 $strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
999 $strViewDump = 'Prikaži sadržaj (shemu) tabele';
1000 $strViewHasBeenDropped = 'Pogled %s je odbačen';
1001 $strViewName = 'naziv za VIEW';
1002 $strView = 'Pogled';
1004 $strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
1005 $strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
1006 $strWelcome = 'Dobrodošli na %s';
1007 $strWestEuropean = 'Zapadnoevropski';
1008 $strWildcard = 'džoker';
1009 $strWindowNotFound = 'Odredišni prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš pretraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
1010 $strWithChecked = 'Označeno:';
1011 $strWriteRequests = 'Zahtevi za upis';
1012 $strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
1014 $strXML = 'XML';
1016 $strYes = 'Da';
1018 $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja.';
1019 $strZip = '"zipovano"';
1021 // To translate:
1022 $strActions = 'Actions'; //to translate
1023 $strAnalyze = 'Analyze'; //to translate
1024 $strAndSmall = 'and'; //to translate
1025 $strApplyChanges = 'Apply Selected Changes'; //to translate
1026 $strAsDefined = 'As defined:'; //to translate
1028 $strBLOBRepository = 'BLOB Repository'; //to translate
1029 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
1030 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
1031 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
1032 $strBLOBRepositoryDisable = 'Disable'; //to translate
1033 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
1034 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
1035 $strBLOBRepositoryEnable = 'Enable'; //to translate
1036 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
1037 $strBLOBRepositoryRepair = 'Repair'; //to translate
1038 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
1040 $strClickToSelect = 'Click to select'; //to translate
1041 $strClickToUnselect = 'Click to unselect'; //to translate
1042 $strComment = 'Comment'; //to translate
1043 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
1044 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
1045 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
1046 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
1047 $strCurrentServer = 'Current server'; //to translate
1048 $strCustomColor = 'Custom color'; //to translate
1049 $strCheck = 'Check'; //to translate
1051 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
1052 $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
1053 $strDatabase_src = 'Source database'; //to translate
1054 $strDatabase_trg = 'Target database'; //to translate
1055 $strDataDiff = 'Data Difference'; //to translate
1056 $strDataSyn = 'Data Synchronization'; //to translate
1057 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
1058 $strDetails = 'Details...'; //to translate
1059 $strDifference = 'Difference'; //to translate
1060 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
1061 $strDownloadFile = 'Download file'; //to translate
1062 $strDumpAllRows = 'Dump all rows'; //to translate
1064 $strEvents = 'Events'; //to translate
1066 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
1067 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
1068 $strFullStart = 'Full start'; //to translate
1069 $strFullStop = 'Full stop'; //to translate
1071 $strGetMoreThemes = 'Get more themes!'; //to translate
1072 $strGoToDatabase = 'Go to database'; //to translate
1073 $strGoToTable = 'Go to table'; //to translate
1074 $strGoToView = 'Go to view'; //to translate
1076 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
1077 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
1079 $strImportColNames = 'Column names in first row'; //to translate
1080 $strImportEmptyRows = 'Do not import empty rows'; //to translate
1081 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
1082 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
1083 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
1084 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
1085 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
1086 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
1087 $strImportODS = 'Open Document Spreadsheet'; //to translate
1088 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
1089 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
1090 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
1091 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
1092 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
1093 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1094 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
1095 $strInterface = 'Interface'; //to translate
1096 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1098 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
1099 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1101 $strMediaWiki = 'MediaWiki Table'; //to translate
1103 $strNavTableFilter = 'Filter'; //to translate
1104 $strNoneDefault = 'None'; //to translate
1105 $strNotPresent = 'not present'; //to translate
1107 $strOptimize = 'Optimize'; //to translate
1109 $strPacked = 'Packed'; //to translate
1110 $strPartitionDefinition = 'PARTITION definition'; //to translate
1111 $strPartitioned = 'partitioned'; //to translate
1112 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1113 $strPartition = 'Partition %s'; //to translate
1114 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1115 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1116 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1117 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
1118 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
1119 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1120 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1121 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1122 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
1123 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1124 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
1125 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1126 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1127 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1128 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
1129 $strPBXTLogFileCount = 'Log file count'; //to translate
1130 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1131 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1132 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
1133 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1134 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1135 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1136 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1137 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1138 $strPhpArray = 'PHP array'; //to translate
1139 $strPHPExtension = 'PHP extension'; //to translate
1140 $strPlayAudio = 'Play audio'; //to translate
1141 $strPort = 'Port'; //to translate
1142 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1143 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1144 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1146 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
1148 $strRebuild = 'Rebuild'; //to translate
1149 $strRelationalDisplayField = 'Relational display field'; //to translate
1150 $strRelationalKey = 'Relational key'; //to translate
1151 $strRemoteServer = 'Remote server'; //to translate
1152 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1153 $strRemovePartitioning = 'Remove partitioning'; //to translate
1154 $strRepair = 'Repair'; //to translate
1155 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1156 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1157 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1158 $strReplicationControlSlave = 'Control slave:'; //to translate
1159 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1160 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1161 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1162 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1163 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1164 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1165 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1166 $strReplicationMaster = 'Master replication'; //to translate
1167 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1168 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1169 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1170 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1171 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1172 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1173 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1174 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1175 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1176 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1177 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1178 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1179 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate
1180 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1181 $strReplicationSlaveReset = 'Reset slave'; //to translate
1182 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1183 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1184 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1185 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1186 $strReplicationSlave = 'Slave replication'; //to translate
1187 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1188 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1189 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1190 $strReplicationStatus_master = 'Master status'; //to translate
1191 $strReplicationStatus = 'Replication status'; //to translate
1192 $strReplicationStatus_slave = 'Slave status'; //to translate
1193 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1194 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1195 $strReplicationUnknownError = 'Unknown error'; //to translate
1196 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1197 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1198 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1200 $strSearchInField = 'Inside field:'; //to translate
1201 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1202 $strSettings = 'settings'; //to translate
1203 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1204 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1205 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1206 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1207 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1208 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1209 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1210 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1211 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1212 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1213 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1214 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1215 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1216 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1217 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1218 $strSetupBZipDump_name = 'Bzip2'; //to translate
1219 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1220 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1221 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1222 $strSetupClear = 'Clear'; //to translate
1223 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1224 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1225 $strSetupConfigurationFile = 'Configuration file'; //to translate
1226 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1227 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1228 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1229 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1230 $strSetupDefaultLanguage = 'Default language'; //to translate
1231 $strSetupDefaultServer = 'Default server'; //to translate
1232 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1233 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1234 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1235 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1236 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1237 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1238 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1239 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1240 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1241 $strSetupDisplay = 'Display'; //to translate
1242 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1243 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1244 $strSetupDonateLink = 'Donate'; //to translate
1245 $strSetupDownload = 'Download'; //to translate
1246 $strSetupEndOfLine = 'End of line'; //to translate
1247 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1248 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1249 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1250 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1251 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1252 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1253 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1254 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1255 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1256 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1257 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1258 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1259 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1260 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1261 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1262 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1263 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1264 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1265 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1266 $strSetupExport_onserver_name = 'Save on server'; //to translate
1267 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1268 $strSetupFalse = 'no'; //to translate
1269 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1270 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1271 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1272 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1273 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1274 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1275 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1276 $strSetupForm_Browse = 'Browse mode'; //to translate
1277 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1278 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1279 $strSetupForm_Edit = 'Edit mode'; //to translate
1280 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1281 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1282 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1283 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1284 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1285 $strSetupForm_Import_export = 'Import / export'; //to translate
1286 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1287 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1288 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1289 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1290 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1291 $strSetupForm_Main_frame = 'Main frame'; //to translate
1292 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1293 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1294 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1295 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1296 $strSetupForm_Security = 'Security'; //to translate
1297 $strSetupForm_Server = 'Basic settings'; //to translate
1298 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1299 $strSetupForm_Server_config = 'Server configuration'; //to translate
1300 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1301 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1302 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1303 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1304 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1305 $strSetupFormset_customization = 'Customization'; //to translate
1306 $strSetupFormset_export = 'Customize export options'; //to translate
1307 $strSetupFormset_features = 'Features'; //to translate
1308 $strSetupFormset_import = 'Customize import defaults'; //to translate
1309 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1310 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1311 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1312 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1313 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1314 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1315 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1316 $strSetupForm_Startup = 'Startup'; //to translate
1317 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1318 $strSetupForm_Tabs = 'Tabs'; //to translate
1319 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1320 $strSetupGZipDump_name = 'GZip'; //to translate
1321 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1322 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1323 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1324 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1325 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1326 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1327 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1328 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1329 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1330 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1331 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1332 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1333 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1334 $strSetupImport_allow_interrupt_desc = '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
1335 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1336 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1337 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1338 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1339 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1340 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1341 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1342 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1343 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1344 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1345 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1346 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1347 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1348 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1349 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1350 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1351 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1352 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1353 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1354 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1355 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1356 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1357 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1358 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1359 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1360 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1361 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1362 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1363 $strSetupLetUserChoose = 'let the user choose'; //to translate
1364 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1365 $strSetupLightTabs_name = 'Light tabs'; //to translate
1366 $strSetupLoad = 'Load'; //to translate
1367 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1368 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1369 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1370 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1371 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1372 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1373 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1374 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1375 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1376 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1377 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1378 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1379 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1380 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1381 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1382 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1383 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1384 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1385 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1386 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1387 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1388 $strSetupNewServer = 'New server'; //to translate
1389 $strSetupNoServers = 'There are no configured servers'; //to translate
1390 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1391 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1392 $strSetupOptionNone = '- none -'; //to translate
1393 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1394 $strSetupOrder_name = 'Default sorting order'; //to translate
1395 $strSetupOverview = 'Overview'; //to translate
1396 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1397 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1398 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1399 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1400 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1401 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1402 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1403 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1404 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1405 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1406 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1407 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1408 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1409 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1410 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1411 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1412 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1413 $strSetupSaveDir_name = 'Save directory'; //to translate
1414 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1415 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1416 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1417 $strSetupServersAdd = 'Add a new server'; //to translate
1418 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1419 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1420 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1421 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1422 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1423 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1424 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1425 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1426 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1427 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1428 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1429 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1430 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1431 $strSetupServers_column_info_name = 'Column information table'; //to translate
1432 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1433 $strSetupServers_compress_name = 'Compress connection'; //to translate
1434 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1435 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1436 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1437 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1438 $strSetupServers_controluser_name = 'Control user'; //to translate
1439 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1440 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1441 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1442 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1443 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1444 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1445 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1446 $strSetupServersEdit = 'Edit server'; //to translate
1447 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1448 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1449 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1450 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1451 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1452 $strSetupServers_history_name = 'SQL query history table'; //to translate
1453 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1454 $strSetupServers_host_name = 'Server hostname'; //to translate
1455 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1456 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1457 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1458 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1459 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1460 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1461 $strSetupServers_password_name = 'Password for config auth'; //to translate
1462 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1463 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1464 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1465 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1466 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1467 $strSetupServers_port_name = 'Server port'; //to translate
1468 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1469 $strSetupServers_relation_name = 'Relation table'; //to translate
1470 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1471 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1472 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1473 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1474 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1475 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1476 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1477 $strSetupServers_socket_name = 'Server socket'; //to translate
1478 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1479 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1480 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1481 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1482 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1483 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1484 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1485 $strSetupServers_user_name = 'User for config auth'; //to translate
1486 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1487 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1488 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1489 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1490 $strSetupSetValue = 'Set value: %s'; //to translate
1491 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1492 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1493 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1494 $strSetupShowForm = 'Show form'; //to translate
1495 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1496 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1497 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1498 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1499 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1500 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1501 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1502 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1503 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1504 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1505 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1506 $strSetupShowStats_name = 'Show statistics'; //to translate
1507 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1508 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1509 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1510 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1511 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1512 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1513 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1514 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1515 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1516 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1517 $strSetupTrue = 'yes'; //to translate
1518 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1519 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1520 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1521 $strSetupUploadDir_name = 'Upload directory'; //to translate
1522 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1523 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1524 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1525 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1526 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1527 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1528 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1529 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1530 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1531 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1532 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1533 $strSetupVersionCheck = 'Version check'; //to translate
1534 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1535 $strSetupWarning = 'Warning'; //to translate
1536 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1537 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1538 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1539 $strSetupZipDump_name = 'ZIP'; //to translate
1540 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1541 $strShowBinaryContents = 'Show binary contents'; //to translate
1542 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1543 $strShowKeys = 'Only show keys'; //to translate
1544 $strShowMasterStatus = 'Show master status'; //to translate
1545 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1546 $strSocket = 'Socket'; //to translate
1547 $strStart = 'Start'; //to translate
1548 $strStatic = 'static'; //to translate
1549 $strStop = 'Stop'; //to translate
1550 $strStructureDiff = 'Structure Difference' ; //to translate
1551 $strStructureLC = 'structure'; //to translate
1552 $strStructureSyn = 'Structure Synchronization'; //to translate
1553 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1554 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1555 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1556 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1557 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1558 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1559 $strSynchronizeDb = 'Synchronize Databases'; //to translate
1560 $strSynchronize = 'Synchronize'; //to translate
1562 $strTableAddColumn = 'Add column(s)'; //to translate
1563 $strTableAlterColumn = 'Alter column(s)'; //to translate
1564 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1565 $strTableAlterIndex = 'Alter index(s)'; //to translate
1566 $strTableApplyIndex = 'Apply index(s)'; //to translate
1567 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1568 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1569 $strTableInsertRow = 'Insert row(s)'; //to translate
1570 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1571 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1572 $strTableUpdateRow = 'Update row(s)'; //to translate
1573 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1574 $strTexyText = 'Texy! text'; //to translate
1575 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1576 $strTrackingActivateNow = 'Activate now'; //to translate
1577 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1578 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1579 $strTrackingCreateVersion = 'Create version'; //to translate
1580 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1581 $strTrackingDatabaseLog = 'Database Log'; //to translate
1582 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1583 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1584 $strTrackingDate = 'Date'; //to translate
1585 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1586 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1587 $strTrackingExportAs = 'Export as %s'; //to translate
1588 $strTrackingIsActive = 'Tracking is active.'; //to translate
1589 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1590 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1591 $strTrackingReportClose = 'Close'; //to translate
1592 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1593 $strTrackingReport = 'Tracking report'; //to translate
1594 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1595 $strTrackingShowVersions = 'Show versions'; //to translate
1596 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1597 $strTrackingSQLDump = 'SQL dump'; //to translate
1598 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1599 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1600 $strTrackingSQLExecution = 'SQL execution'; //to translate
1601 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1602 $strTrackingStatements = 'Tracking statements'; //to translate
1603 $strTrackingStatusActive = 'active'; //to translate
1604 $strTrackingStatusNotActive = 'not active'; //to translate
1605 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1606 $strTrackingThCreated = 'Created'; //to translate
1607 $strTrackingThLastVersion = 'Last version'; //to translate
1608 $strTrackingThUpdated = 'Updated'; //to translate
1609 $strTrackingThVersion = 'Version'; //to translate
1610 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1611 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1612 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1613 $strTracking = 'Tracking'; //to translate
1614 $strTrackingTrackTable = 'Track table'; //to translate
1615 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1616 $strTrackingUsername = 'Username'; //to translate
1617 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1618 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1619 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1620 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1621 $strTrackingVersions = 'Versions'; //to translate
1622 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1624 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1625 $strViewImage = 'View image'; //to translate
1626 $strViewVideo = 'View video'; //to translate
1628 $strWebServer = 'Web server'; //to translate
1629 $strWiki = 'Wiki'; //to translate
1631 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1632 $strXMLExportContents = 'Export contents'; //to translate
1633 $strXMLExportFunctions = 'Export functions'; //to translate
1634 $strXMLExportProcedures = 'Export procedures'; //to translate
1635 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1636 $strXMLExportTables = 'Export tables'; //to translate
1637 $strXMLExportTriggers = 'Export triggers'; //to translate
1638 $strXMLExportViews = 'Export views'; //to translate