source: www/mysql/lang/serbian_latin-utf-8.inc.php@ 1

Last change on this file since 1 was 1, checked in by george, 18 years ago

Prvotní import všeho

File size: 67.9 KB
Line 
1<?php
2/* $Id: serbian_latin-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
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 */
9
10$charset = 'utf-8';
11$allow_recoding = TRUE;
12$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
13$number_thousands_separator = ',';
14$number_decimal_separator = '.';
15// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
16$byteUnits = array('bajtova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17
18$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Čet', 'Pet', 'Sub');
19$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec');
20// See http://www.php.net/manual/en/function.strftime.php to define the
21// variable below
22$datefmt = '%d. %B %Y. u %H:%M';
23$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
24
25$strAbortedClients = 'Prekinuto';
26$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. 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$strAddConstraints = 'Dodaj ograničenja';
31$strAddDeleteColumn = 'Dodaj/obriši kolonu';
32$strAddDeleteRow = 'Dodaj/obriši polje za kriterijum';
33$strAddFields = 'Dodaj %s polja';
34$strAddHeaderComment = 'Dodaj komentar u zaglavlje (\\n razdvaja linije)';
35$strAddIntoComments = 'Dodaj u komentare';
36$strAddNewField = 'Dodaj novo polje';
37$strAddPrivilegesOnDb = 'Dodaj privilegije na sledećoj bazi';
38$strAddPrivilegesOnTbl = 'Dodaj privilegije na sledećoj tabeli';
39$strAddSearchConditions = 'Dodaj uslove pretraživanja (deo "WHERE" upita):';
40$strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
41$strAddUser = 'Dodaj novog korisnika';
42$strAddUserMessage = 'Dodali ste novog korisnika.';
43$strAdministration = 'Administracija';
44$strAffectedRows = 'Obuhvaćeno redova:';
45$strAfterInsertBack = 'Nazad na prethodnu stranu';
46$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
47$strAfterInsertNext = 'Uredi sledeći red';
48$strAfterInsertSame = 'Vrati se na ovu stranu';
49$strAfter = 'Posle %s';
50$strAll = 'Sve';
51$strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
52$strAlterOrderBy = 'Promeni redosled u tabeli';
53$strAnalyzeTable = 'Analiziraj tabelu';
54$strAnd = 'i';
55$strAndThen = 'i onda';
56$strAnIndex = 'Ključ je upravo dodat %s';
57$strAny = 'Bilo koji';
58$strAnyHost = 'Bilo koji domaćin';
59$strAnyUser = 'Bilo koji korisnik';
60$strApproximateCount = 'Može biti približno. Vidite FAQ 3.11';
61$strAPrimaryKey = 'Primarni ključ je upravo dodat %s';
62$strArabic = 'Arapski';
63$strArmenian = 'Jermenski';
64$strAscending = 'Rastući';
65$strAtBeginningOfTable = 'Na početku tabele';
66$strAtEndOfTable = 'Na kraju tabele';
67$strAttr = 'Atributi';
68$strAutodetect = 'automatski';
69$strAutomaticLayout = 'Automatski raspored';
70
71$strBack = 'Nazad';
72$strBaltic = 'Baltički';
73$strBeginCut = 'POČETAK REZ';
74$strBeginRaw = 'POČETAK SIROVO';
75$strBinary = 'Binarni';
76$strBinaryDoNotEdit = 'Binarni - ne menjaj';
77$strBinaryLog = 'Binarni dnevnik';
78$strBinLogEventType = 'Vrsta događaja';
79$strBinLogInfo = 'Informacije';
80$strBinLogName = 'Naziv dnevnika';
81$strBinLogOriginalPosition = 'Originalna pozicija';
82$strBinLogPosition = 'Pozicija';
83$strBinLogServerId = 'ID servera';
84$strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom zapamćenom upitu';
85$strBookmarkDeleted = 'Obeleživač je upravo obrisan.';
86$strBookmarkLabel = 'Naziv';
87$strBookmarkQuery = 'Zapamćen SQL-upit';
88$strBookmarkThis = 'Zapamti SQL-upit';
89$strBookmarkView = 'Vidi samo';
90$strBrowseForeignValues = 'Pregledaj strane vrednosti';
91$strBrowse = 'Pregled';
92$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
93$strBufferPool = 'Skup prihvatnika';
94$strBufferPoolUsage = 'Korišćenje skupa prihvatnika';
95$strBufferReadMissesInPercent = 'Promašaji čitanja u %';
96$strBufferReadMisses = 'Promašaji pri čitanju';
97$strBufferWriteWaits = 'Čekanja na upis';
98$strBufferWriteWaitsInPercent = 'Čekanja na upis u %';
99$strBulgarian = 'Bugarski';
100$strBusyPages = 'Zauzete strane';
101$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašoj phpMyAdmin konfiguracionoj datoteci na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
102$strBzip = '"bzip-ovano"';
103
104$strCalendar = 'Kalendar';
105$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
106$strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim proverite PHP konfiguraciju';
107$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.';
108$strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
109$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
110$strCardinality = 'Kardinalnost';
111$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
112$strCaseSensitive = 'Razlikuje mala i velika slova';
113$strCentralEuropean = 'Centralnoevropski';
114$strChangeCopyModeCopy = '... sačuvaj stare.';
115$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
116$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
117$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
118$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
119$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
120$strChangeDisplay = 'Izaberi polja za prikaz';
121$strChangePassword = 'Promeni lozinku';
122$strChange = 'Promeni';
123$strCharset = 'Karakter set';
124$strCharsetOfFile = 'Karakter set datoteke:';
125$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
126$strCharsets = 'Kodne strane';
127$strCheckAll = 'Označi sve';
128$strCheckOverhead = 'Proveri prekoračenja';
129$strCheckPrivsLong = 'Proveri privilegije za bazu &quot;%s&quot;.';
130$strCheckPrivs = 'Proveri privilegije';
131$strCheckTable = 'Proveri tabelu';
132$strChoosePage = 'Izaberite stranu koju menjate';
133$strColComFeat = 'Prikazujem komentare kolone';
134$strCollation = 'Sortiranje';
135$strColumnNames = 'Imena kolona';
136$strColumnPrivileges = 'Privilegije vezane za kolone';
137$strCommand = 'Naredba';
138$strCommentsForTable = 'KOMENTARI TABELE';
139$strComments = 'Komentari';
140$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilno';
141$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
142$strCompression = 'Kompresija';
143$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.';
144$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
145$strConnectionError = 'Ne mogu da se povežem: neispravna podešavanja.';
146$strConnections = 'Konekcije';
147$strConstraintsForDumped = 'Ograničenja za izvezene tabele';
148$strConstraintsForTable = 'Ograničenja za tabele';
149$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivni.';
150$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
151$strCopy = 'Kopiraj';
152$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
153$strCopyTableOK = 'Tabela %s je kopirana u %s.';
154$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
155$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Verovatno je već zatvoren.';
156$strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
157$strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
158$strCreateIndexTopic = 'Napravi novi ključ';
159$strCreate = 'Napravi';
160$strCreateNewDatabase = 'Napravi novu bazu podataka';
161$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
162$strCreatePage = 'Napravi novu stranu';
163$strCreatePdfFeat = 'Pravljenje PDF-ova';
164$strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
165$strCriteria = 'Kriterijum';
166$strCroatian = 'Hrvatski';
167$strCSVOptions = 'CSV opcije';
168$strCyrillic = 'Ćirilični';
169$strCzech = 'Češki';
170$strCzechSlovak = 'Češko-slovački';
171
172$strDanish = 'Danski';
173$strDatabase = 'Baza podataka';
174$strDatabaseEmpty = 'Ime baze nije zadato!';
175$strDatabaseExportOptions = 'Opcije za izvoz baze';
176$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
177$strDatabases = 'Baze';
178$strDatabasesDropped = '%s baza je uspešno odbačeno.';
179$strDatabasesStatsDisable = 'Isključi statistike';
180$strDatabasesStatsEnable = 'Uključi statistike';
181$strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki saobraćaj između veb i MySQL servera.';
182$strDatabasesStats = 'Statistika baze';
183$strDataDict = 'Rečnik podataka';
184$strDataOnly = 'Samo podaci';
185$strDataPages = 'Strane sa podacima';
186$strData = 'Podaci';
187$strDBComment = 'Komentar baze:';
188$strDBCopy = 'Kopiraj bazu u';
189$strDbPrivileges = 'Privilegije vezane za bazu';
190$strDBRename = 'Preimenuj bazu u';
191$strDbSpecific = 'Specifično za bazu';
192$strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
193$strDefault = 'Podrazumevano';
194$strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
195$strDefragment = 'Defragmentiraj tabelu';
196$strDelayedInserts = 'Koristi odložena umetanja';
197$strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
198$strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
199$strDeleted = 'Red je obrisan';
200$strDeletedRows = 'Obrisani redovi:';
201$strDelete = 'Obriši';
202$strDeleting = 'Brišem %s';
203$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
204$strDescending = 'Opadajući';
205$strDescription = 'Opis';
206$strDictionary = 'rečnik';
207$strDirtyPages = 'Prljave strane';
208$strDisabled = 'Onemogućeno';
209$strDisableForeignChecks = 'Isključi provere stranih ključeva';
210$strDisplayFeat = 'Prikaži osobine';
211$strDisplayOrder = 'Redosled prikaza:';
212$strDisplayPDF = 'Prikaži PDF shemu';
213$strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
214$strDocu = 'Dokumentacija';
215$strDoYouReally = 'Da li stvarno hoćete da ';
216$strDropDatabaseStrongWarning = 'Ovim ćete UNIŠTITI kompletnu bazu podataka!';
217$strDrop = 'Odbaci';
218$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
219$strDumpingData = 'Prikaz podataka tabele';
220$strDumpSaved = 'Sadržaj baze je sačuvan u datoteku %s.';
221$strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
222$strDynamic = 'dinamički';
223
224$strEditPDFPages = 'Uređivanje PDF strana';
225$strEditPrivileges = 'Promeni privilegije';
226$strEdit = 'Promeni';
227$strEffective = 'Efektivne';
228$strEmpty = 'Isprazni';
229$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
230$strEnabled = 'Omogućeno';
231$strEncloseInTransaction = 'Obavi izvoz u transakciji';
232$strEndCut = 'KRAJ REZ';
233$strEnd = 'Kraj';
234$strEndRaw = 'KRAJ SIROVO';
235$strEngineAvailable = '%s je dostupan na ovom MySQL serveru.';
236$strEngineDisabled = '%s je onemogućen na ovom MySQL serveru.';
237$strEngines = 'Skladištenja';
238$strEngineUnsupported = 'Ovaj MySQL server ne podržava %s pogon skladištenja.';
239$strEnglish = 'Engleski';
240$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
241$strError = 'Greška';
242$strEscapeWildcards = 'Pre džokera _ i % treba staviti znak \ ako ih koristite samostalno';
243$strEstonian = 'Estonski';
244$strExcelEdition = 'Excel izdanje';
245$strExcelOptions = 'Excel opcije';
246$strExecuteBookmarked = 'Izvrši upamćen upit';
247$strExplain = 'Objasni SQL';
248$strExport = 'Izvoz';
249$strExtendedInserts = 'Prošireni INSERT';
250$strExtra = 'Dodatno';
251
252$strFailedAttempts = 'Neuspelih pokušaja';
253$strFieldHasBeenDropped = 'Polje %s je obrisano';
254$strField = 'Polje';
255$strFieldsEmpty = ' Broj polja je nula! ';
256$strFieldsEnclosedBy = 'Polja ograničena sa';
257$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
258$strFields = 'Polja';
259$strFieldsTerminatedBy = 'Polja razdvojena sa';
260$strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promenite ime datoteke ili uključite opciju prepisivanja.';
261$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
262$strFileNameTemplateRemember = 'zapamti šablon';
263$strFileNameTemplate = 'Šablon imena datoteke';
264$strFixed = 'sređeno';
265$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.';
266$strFlushTable = 'Osveži tabelu ("FLUSH")';
267$strFormat = 'Format';
268$strFormEmpty = 'Nedostaje vrednost u obrascu!';
269$strFreePages = 'Slobodne strane';
270$strFullText = 'Pun tekst';
271$strFunction = 'Funkcija';
272
273$strGenBy = 'Generisao';
274$strGeneralRelationFeat = 'Opšte osobine relacija';
275$strGenerate = 'Napravi';
276$strGeneratePassword = 'Napravi lozinku';
277$strGenTime = 'Vreme kreiranja';
278$strGeorgian = 'Gruzijski';
279$strGerman = 'Nemački';
280$strGlobal = 'globalno';
281$strGlobalPrivileges = 'Globalne privilegije';
282$strGlobalValue = 'Globalna vrednost';
283$strGo = 'Kreni';
284$strGrantOption = 'Omogući';
285$strGreek = 'Grčki';
286$strGzip = '"gzip-ovano"';
287
288$strHasBeenAltered = 'je promenjen(a).';
289$strHasBeenCreated = 'je kreiran(a).';
290$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
291$strHebrew = 'Hebrejski';
292$strHexForBinary = 'Koristi heksadecimalno za binarna polja';
293$strHomepageOfficial = 'phpMyAdmin veb sajt';
294$strHome = 'Početna strana';
295$strHost = 'Domaćin';
296$strHostEmpty = 'Ime domaćina je prazno!';
297$strHTMLExcel = 'Microsoft Excel 2000';
298$strHTMLExcelOptions = 'Opcije izvoza u Microsoft Excel 2000';
299$strHTMLWord = 'Microsoft Word 2000';
300$strHTMLWordOptions = 'Opcije izvoza u Microsoft Word 2000';
301$strHungarian = 'Mađarski';
302
303$strIcelandic = 'Islandski';
304$strId = 'ID';
305$strIdxFulltext = 'Tekst ključ';
306$strIgnore = 'Ignoriši';
307$strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
308$strImportFiles = 'Uvoz datoteka';
309$strIndexes = 'Ključevi';
310$strIndexHasBeenDropped = 'Ključ %s je obrisan';
311$strIndex = 'Ključ';
312$strIndexName = 'Ime ključa :';
313$strIndexType = 'Tip ključa :';
314$strIndexWarningMultiple = 'Više od jednog %s ključa je napravljeno za kolonu `%s`';
315$strIndexWarningPrimary = 'PRIMARY i INDEX ključevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
316$strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
317$strIndexWarningUnique = 'UNIQUE i INDEX ključevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
318$strInnoDBAutoextendIncrementDesc = ' Veličina koraka proširenja veličine tabela koje se automatski proširuju kada se napune.';
319$strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
320$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
321$strInnoDBBufferPoolSize = 'Veličina prihvatnika';
322$strInnoDBDataFilePath = 'Datoteke sa podacima';
323$strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
324$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
325$strInnoDBPages = 'strana';
326$strInnodbStat = 'InnoDB status';
327$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.';
328$strInsertAsNewRow = 'Unesi kao novi red';
329$strInsertedRowId = 'ID umetnutih redova:';
330$strInsertedRows = 'Uneseno redova:';
331$strInsert = 'Novi zapis';
332$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
333$strInternalRelations = 'Unutrašnje relacije';
334$strInUse = 'se koristi';
335$strInvalidColumnCount = 'Broj kolona mora biti veći od nule.';
336$strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
337$strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
338$strInvalidRowNumber = '%d nije ispravan broj reda.';
339
340$strJapanese = 'Japanski';
341$strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
342$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
343$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
344
345$strKeepPass = 'Nemoj da menjaš lozinku';
346$strKeyname = 'Ime ključa';
347$strKill = 'Obustavi';
348$strKorean = 'Korejski';
349
350$strLandscape = 'Položeno';
351$strLatchedPages = 'Zabravljene strane';
352$strLatexCaption = 'Komentar tabele';
353$strLatexContent = 'Sadržaj tabele __TABLE__';
354$strLatexContinuedCaption = 'Nastavljen komentar tabele';
355$strLatexContinued = '(nastavljeno)';
356$strLatexIncludeCaption = 'Uključi komentar tabele';
357$strLatexLabel = 'Oznaka ključa';
358$strLaTeX = 'LaTeX';
359$strLaTeXOptions = 'LaTeX opcije';
360$strLatexStructure = 'Struktura tabele __TABLE__';
361$strLatvian = 'Letonski';
362$strLengthSet = 'Dužina/Vrednost*';
363$strLimitNumRows = 'Broj redova po strani';
364$strLinesTerminatedBy = 'Linije se završavaju sa';
365$strLinkNotFound = 'Veza nije pronađena';
366$strLinksTo = 'Veze ka';
367$strLithuanian = 'Litvanski';
368$strLocalhost = 'Lokalni';
369$strLocationTextfile = 'Lokacija tekstualne datoteke';
370$strLoginInformation = 'Podaci o prijavi';
371$strLogin = 'Prijavljivanje';
372$strLogout = 'Odjavljivanje';
373$strLogPassword = 'Lozinka:';
374$strLogServer = 'Server';
375$strLogUsername = 'Korisničko ime:';
376$strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
377
378$strMaximumSize = 'Maksimalna veličina: %s%s';
379$strMbExtensionMissing = 'mbstring PHP ekstenzija nije pronađena, a čini se da vi koristite višebajtni skup znakova. Bez mbstring ekstenzije phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neočekivanih rezultata.';
380$strMbOverloadWarning = 'Uključena vam je mbstring.func_overload opcija u PHP podešavanjima. Ova opcija je nekompatibilna sa phpMyAdmin i može dovesti do grešaka u nekim podacima!';
381$strMIME_available_mime = 'Dostupni MIME-tipovi';
382$strMIME_available_transform = 'Dostupne transformacije';
383$strMIME_description = 'Opis';
384$strMIME_MIMEtype = 'MIME-tipovi';
385$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
386$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
387$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\').';
388$strMIME_transformation_options = 'Opcije transformacije';
389$strMIME_transformation = 'Tranformacije čitača';
390$strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
391$strMIME_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
392$strModifications = 'Izmene su sačuvane';
393$strModifyIndexTopic = 'Izmeni ključ';
394$strModify = 'Promeni';
395$strMoveTableOK = 'Tabela %s je pomerena u %s.';
396$strMoveTable = 'Pomeri tabelu u (baza<b>.</b>tabela):';
397$strMoveTableSameNames = 'Ne mogu da premestim tabelu u samu sebe!';
398$strMultilingual = 'višejezički';
399$strMyISAMDataPointerSizeDesc = 'Podrazumevana veličina pokazivača u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
400$strMyISAMDataPointerSize = 'Veličina pokazivača podataka';
401$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';
402$strMyISAMMaxExtraSortFileSize = 'Maksimalna veličina privremenih datoteka pri kreiranju indeksa';
403$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).';
404$strMyISAMMaxSortFileSize = 'Maksimalna veličina privremenih datoteka za sortiranje';
405$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
406$strMyISAMRecoverOptions = 'Režim automatskog oporavka';
407$strMyISAMRepairThreadsDesc = 'Ako je vrednost veća od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
408$strMyISAMRepairThreads = 'Niti popravke';
409$strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
410$strMyISAMSortBufferSize = 'Veličina prihvatnika za sortiranje';
411$strMySQLCharset = 'MySQL set karaktera';
412$strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
413$strMySQLSaid = 'MySQL reče: ';
414$strMySQLShowProcess = 'Prikaži listu procesa';
415$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
416$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
417
418$strName = 'Ime';
419$strNext = 'Sledeći';
420$strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
421$strNoDatabases = 'Baza ne postoji';
422$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
423$strNoDescription = 'nema opisa';
424$strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
425$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
426$strNoExplain = 'Preskoči objašnjavanje SQL-a';
427$strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
428$strNoIndex = 'Ključ nije definisan!';
429$strNoIndexPartsDefined = 'Delovi ključa nisu definisani!';
430$strNoModification = 'Nema izmena';
431$strNo = 'Ne';
432$strNone = 'nema';
433$strNoOptions = 'Ne postoje opcije za ovaj format';
434$strNoPassword = 'Nema lozinke';
435$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
436$strNoPhp = 'bez PHP koda';
437$strNoPrivileges = 'Nema privilegija';
438$strNoRights = 'Nije Vam dozvoljeno da budete ovde!';
439$strNoRowsSelected = 'Nema odabranih redova';
440$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
441$strNoTablesFound = 'Tabele nisu pronađene u bazi.';
442$strNoThemeSupport = 'Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u direktorijumu %s.';
443$strNotNumber = 'Ovo nije broj!';
444$strNotOK = 'nije u redu';
445$strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
446$strNoUsersFound = 'Korisnik nije nađen.';
447$strNoValidateSQL = 'Preskoči proveru SQL-a';
448$strNull = 'Null';
449$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
450$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
451$strNumTables = 'Tabele';
452
453$strOK = 'U redu';
454$strOperations = 'Operacije';
455$strOperator = 'Operator';
456$strOptimizeTable = 'Optimizuj tabelu';
457$strOr = 'ili';
458$strOverhead = 'Prekoračenje';
459$strOverwriteExisting = 'Prepiši postojeće datoteke';
460
461$strPageNumber = 'Broj strane:';
462$strPagesToBeFlushed = 'Strane koje treba da budu usklađene';
463$strPaperSize = 'Dimenzije papira';
464$strPartialText = 'Deo teksta';
465$strPasswordChanged = 'Lozinka za %s je uspešno promenjena.';
466$strPasswordEmpty = 'Lozinka je prazna!';
467$strPasswordHashing = 'Heširanje lozinke';
468$strPassword = 'Lozinka';
469$strPasswordNotSame = 'Lozinke nisu identične!';
470$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
471$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
472$strPdfNoTables = 'Nema tabela';
473$strPerHour = 'na sat';
474$strPerMinute = 'u minutu';
475$strPerSecond = 'u sekundi';
476$strPersian = 'Persijski';
477$strPhoneBook = 'telefonski imenik';
478$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljan bag sa višebajtnim stringovima (mbstring). Pogledajte izveštaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
479$strPhp = 'Napravi PHP kod';
480$strPHPVersion = 'verzija PHP-a';
481$strPmaDocumentation = 'phpMyAdmin dokumentacija';
482$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podešena u konfiguracionoj datoteci!';
483$strPolish = 'Poljski';
484$strPortrait = 'Uspravno';
485$strPos1 = 'Početak';
486$strPrevious = 'Prethodna';
487$strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
488$strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
489$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
490$strPrimary = 'Primarni';
491$strPrint = 'Štampaj';
492$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
493$strPrintView = 'Za štampu';
494$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
495$strPrivDescAlter = 'Dozvoljava izmenu struktura postojećih tabela.';
496$strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje sačuvanih rutina.';
497$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
498$strPrivDescCreateRoutine = 'Dozvoljava pravljenje sačuvanih rutina.';
499$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
500$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
501$strPrivDescCreateUser = 'Dozvoljava pravljenje, odbacivanje i preimenovanje korisničkih naloga.';
502$strPrivDescCreateView = 'Dozvoli kreiranje novih pogleda.';
503$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
504$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
505$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
506$strPrivDescExecute5 = 'Dozvoljava izvršavanje sačuvanih rutina.';
507$strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
508$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
509$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
510$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
511$strPrivDescInsert = 'Dozvoljava umetanje i zamenu podataka.';
512$strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
513$strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
514$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
515$strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
516$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
517$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
518$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
519$strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
520$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
521$strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
522$strPrivDescSelect = 'Dozvoljava čitanje podataka.';
523$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
524$strPrivDescShowView = 'Dozvoljava izvršavanje SHOW CREATE VIEW upita.';
525$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
526$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.';
527$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
528$strPrivDescUsage = 'Nema privilegija.';
529$strPrivileges = 'Privilegije';
530$strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
531$strProcesses = 'Procesi';
532$strProcesslist = 'Lista procesa';
533$strPutColNames = 'Stavi imena polja u prvi red';
534
535$strQBEDel = 'Del';
536$strQBEIns = 'Ins';
537$strQBE = 'Upit po primeru';
538$strQueryFrame = 'Prozor za upite';
539$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
540$strQuerySQLHistory = 'SQL istorijat';
541$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
542$strQueryTime = 'Upit je trajao %01.4f sekundi';
543$strQueryType = 'Vrsta upita';
544$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
545
546$strReadRequests = 'Zahtevi za čitanje';
547$strReceived = 'Primljeno';
548$strRecords = 'Zapisi';
549$strReferentialIntegrity = 'Proveri referencijalni integritet:';
550$strRefresh = 'Osveži';
551$strRelationalSchema = 'Relaciona shema';
552$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
553$strRelationsForTable = 'RELACIJE TABELE';
554$strRelations = 'Relacije';
555$strRelationView = 'Relacioni pogled';
556$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
557$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
558$strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
559$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
560$strRenameTable = 'Promeni ime tabele u ';
561$strRepairTable = 'Popravi tabelu';
562$strReplaceNULLBy = 'Zameni NULL sa';
563$strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
564$strReset = 'Poništi';
565$strResourceLimits = 'Ograničenja resursa';
566$strReType = 'Ponovite unos';
567$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
568$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
569$strRevokeMessage = 'Zabranili ste privilegije za %s';
570$strRevoke = 'Zabrani';
571$strRomanian = 'Rumunski';
572$strRowLength = 'Dužina reda';
573$strRowsFrom = ' redova počev od reda';
574$strRowSize = 'Veličina reda';
575$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
576$strRowsModeHorizontal = 'horizontalnom';
577$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
578$strRowsModeVertical = 'vertikalnom';
579$strRows = 'Redova';
580$strRowsStatistic = 'Statistike reda';
581$strRunning = 'na serveru %s';
582$strRunQuery = 'Izvrši SQL upit';
583$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
584$strRussian = 'Ruski';
585
586$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
587$strSave = 'Sačuvaj';
588$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
589$strSearchFormTitle = 'Pretraživanje baze';
590$strSearchInTables = 'Unutar tabela:';
591$strSearchNeedle = 'Reči ili vrednosti koje se traže (džoker: "%"):';
592$strSearchOption1 = 'bar jednu od reči';
593$strSearchOption2 = 'sve reči';
594$strSearchOption3 = 'tačan izraz';
595$strSearchOption4 = 'kao regularni izraz';
596$strSearch = 'Pretraživanje';
597$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
598$strSearchType = 'Traži:';
599$strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
600$strSelectADb = 'Izaberite bazu';
601$strSelectAll = 'Izaberi sve';
602$strSelectBinaryLog = 'Izaberite binarni dnevnik za pregled';
603$strSelectFields = 'Izaberi polja (najmanje jedno)';
604$strSelectNumRows = 'u upitu';
605$strSelectTables = 'Izaberi tabele';
606$strSend = 'Sačuvaj kao datoteku';
607$strSent = 'Poslato';
608$strServerChoice = 'Izbor servera';
609$strServerNotResponding = 'Server ne odgovara';
610$strServer = 'Server';
611$strServerStatus = 'Informacije o toku rada';
612$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
613$strServerTabVariables = 'Promenljive';
614$strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
615$strServerVars = 'Serverske promenljive i podešavanja';
616$strServerVersion = 'Verzija servera';
617$strSessionValue = 'Vrednost sesije';
618$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\').';
619$strShowAll = 'Prikaži sve';
620$strShowColor = 'Prikaži boju';
621$strShowDatadictAs = 'Format rečnika podataka';
622$strShowFullQueries = 'Prikaži kompletne upite';
623$strShowGrid = 'Prikaži mrežu';
624$strShowingRecords = 'Prikaz zapisa';
625$strShowPHPInfo = 'Prikaži informacije o PHP-u';
626$strShow = 'Prikaži';
627$strShowTableDimension = 'Prikaži dimenzije tabele';
628$strShowTables = 'Prikaži tabele';
629$strShowThisQuery = 'Prikaži ponovo ovaj upit';
630$strSimplifiedChinese = 'Pojednostavljeni kineski';
631$strSingly = '(po jednom polju)';
632$strSize = 'Veličina';
633$strSlovak = 'Slovački';
634$strSlovenian = 'Slovenački';
635$strSocketProblem = '(ili priključak lokalnog MySQL servera nije ispravno podešen)';
636$strSortByKey = 'Sortiraj po ključu';
637$strSort = 'Sortiranje';
638$strSpaceUsage = 'Zauzeće';
639$strSpanish = 'Španski';
640$strSplitWordsWithSpace = 'Reči se odvajaju razmakom (" ").';
641$strSQLExportType = 'Tip izvoza';
642$strSQLOptions = 'SQL opcije';
643$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:';
644$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';
645$strSQLQuery = 'SQL upit';
646$strSQLResult = 'SQL rezultat';
647$strSQL = 'SQL';
648$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
649$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
650$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
651$strStatCheckTime = 'Poslednja provera';
652$strStatCreateTime = 'Napravljeno';
653$strStatement = 'Ime';
654$strStatUpdateTime = 'Poslednja izmena';
655$strStatus = 'Status';
656$strStorageEngine = 'Pogon skladištenja';
657$strStorageEngines = 'Pogoni skladištenja';
658$strStrucCSV = 'CSV format';
659$strStrucData = 'Struktura i podaci';
660$strStrucExcelCSV = 'CSV za MS Excel';
661$strStrucNativeExcel = 'Izvorni MS Excel podaci';
662$strStrucOnly = 'Samo struktura';
663$strStructPropose = 'Predloži strukturu tabele';
664$strStructure = 'Struktura';
665$strSubmit = 'Pošalji';
666$strSuccess = 'Vaš SQL upit je uspešno izvršen';
667$strSum = 'Ukupno';
668$strSwedish = 'Švedski';
669$strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
670$strSwitchToTable = 'Pređi na kopiranu tabelu';
671
672$strTableComments = 'Komentari tabele';
673$strTableEmpty = 'Ima tabele je prazno!';
674$strTableHasBeenDropped = 'Tabela %s je odbačena';
675$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
676$strTableHasBeenFlushed = 'Tabela %s je osvežena';
677$strTableMaintenance = 'Radnje na tabeli';
678$strTableOfContents = 'Sadržaj';
679$strTableOptions = 'Opcije tabele';
680$strTables = '%s tabela';
681$strTableStructure = 'Struktura tabele';
682$strTable = 'Tabela';
683$strTakeIt = 'preuzmi';
684$strTblPrivileges = 'Privilegije vezane za tabele';
685$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
686$strThai = 'Tajski';
687$strTheme = 'Tema / stil';
688$strThisHost = 'Ovaj server';
689$strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
690$strTime = 'Vreme';
691$strToggleScratchboard = 'Uključi/isključi radnu tablu';
692$strTotalUC = 'Ukupno';
693$strTotal = 'ukupno';
694$strTraditionalChinese = 'Tradicionalni kineski';
695$strTraditionalSpanish = 'Tradicionalni španski';
696$strTraffic = 'Saobraćaj';
697$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';
698$strTransformation_application_octetstream__hex = 'Prikazuje heksadecimalni prikaz podataka. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
699$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
700$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
701$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
702$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)';
703$strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
704$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.';
705$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.';
706$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: ...) .';
707$strTruncateQueries = 'Prikaži skraćene upite';
708$strTurkish = 'Turski';
709$strType = 'Tip';
710
711$strUkrainian = 'Ukrajinski';
712$strUncheckAll = 'nijedno';
713$strUnicode = 'Unikod';
714$strUnique = 'Jedinstveni';
715$strUnknown = 'nepoznat';
716$strUnselectAll = 'ništa';
717$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
718$strUpdateProfileMessage = 'Profil je promenjen.';
719$strUpdateQuery = 'Ažuriraj upit';
720$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
721$strUpgrade = 'Trebalo bi da unapredite vaš %s server na verziju %s ili noviju.';
722$strUsage = 'Zauzeće';
723$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
724$strUseHostTable = 'Koristi tabelu domaćina';
725$strUserAlreadyExists = 'Korisnik %s već postoji!';
726$strUserEmpty = 'Ime korisnika nije uneto!';
727$strUser = 'Korisnik';
728$strUserName = 'Ime korisnika';
729$strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
730$strUserOverview = 'Pregled korisnika';
731$strUsersDeleted = 'Izabrani korisnici su uspešno obrisani.';
732$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
733$strUseTabKey = 'Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za slobodno pomeranje';
734$strUseTables = 'Koristi tabele';
735$strUseTextField = 'Koristi tekst polje';
736$strUseThisValue = 'Koristi ovu vrednost';
737
738$strValidateSQL = 'Proveri SQL';
739$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
740$strValue = 'Vrednost';
741$strVar = 'Promenljiva';
742$strVersionInformation = 'Informacije o verziji';
743$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
744$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
745$strViewDump = 'Prikaži sadržaj (shemu) tabele';
746$strViewHasBeenDropped = 'Pogled %s je odbačen';
747$strView = 'Pogled';
748
749$strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
750$strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
751$strWelcome = 'Dobrodošli na %s';
752$strWestEuropean = 'Zapadnoevropski';
753$strWildcard = 'džoker';
754$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';
755$strWithChecked = 'Označeno:';
756$strWriteRequests = 'Zahtevi za upis';
757$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
758
759$strXML = 'XML';
760
761$strYes = 'Da';
762
763$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja.';
764$strZip = '"zipovano"';
765
766// To translate:
767$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
768$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
769
770$strBookmarkCreated = 'Bookmark %s created'; //to translate
771$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
772$strBrowseDistinctValues = 'Browse distinct values'; //to translate
773
774$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
775$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
776$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
777$strCSV = 'CSV'; //to translate
778$strCSVImportOptions = 'CSV options'; //to translate
779
780$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
781
782$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
783$strEsperanto = 'Esperanto'; //to translate
784
785$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
786$strFileNameTemplateDescriptionServer = 'server name'; //to translate
787$strFileNameTemplateDescriptionTable = 'table name'; //to translate
788$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
789$strFileToImport = 'File to import'; //to translate
790$strFlushQueryCache = 'Flush query cache'; //to translate
791$strFlushTables = 'Flush (close) all tables'; //to translate
792
793$strHandler = 'Handler'; //to translate
794
795$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
796$strImportFormat = 'Format of imported file'; //to translate
797$strImport = 'Import'; //to translate
798$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
799$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
800$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
801$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
802$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
803$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
804$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
805$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
806$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
807
808$strJoins = 'Joins'; //to translate
809
810$strKeyCache = 'Key cache'; //to translate
811
812$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
813$strLDI = 'CSV using LOAD DATA'; //to translate
814$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
815$strLDILocal = 'Use LOCAL keyword'; //to translate
816
817$strMaxConnects = 'max. concurrent connections'; //to translate
818$strMaximalQueryLength = 'Maximal length of created query'; //to translate
819$strMysqlClientVersion = 'MySQL client version'; //to translate
820
821$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
822$strNumberOfFields = 'Number of fields'; //to translate
823
824$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
825
826$strPartialImport = 'Partial import'; //to translate
827$strPDFOptions = 'PDF options'; //to translate
828$strPDF = 'PDF'; //to translate
829$strPDFReportTitle = 'Report title'; //to translate
830$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
831$strProtocolVersion = 'Protocol version'; //to translate
832
833$strQueryCache = 'Query cache'; //to translate
834
835$strReloadPrivileges = 'Reload privileges'; //to translate
836$strReplication = 'Replication'; //to translate
837$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
838
839$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
840$strShowingBookmark = 'Showing bookmark'; //to translate
841$strShowOpenTables = 'Show open tables'; //to translate
842$strShowSlaveHosts = 'Show slave hosts'; //to translate
843$strShowSlaveStatus = 'Show slave status'; //to translate
844$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
845$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
846$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
847$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
848$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
849$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
850$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
851$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
852$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
853$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
854$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
855$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
856$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
857$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
858$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
859$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
860$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
861$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
862$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
863$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
864$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
865$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
866$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
867$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
868$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
869$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
870$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
871$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
872$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
873$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
874$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
875$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
876$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
877$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
878$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
879$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
880$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
881$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
882$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
883$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
884$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
885$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
886$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
887$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
888$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
889$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
890$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
891$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
892$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
893$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
894$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
895$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
896$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
897$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
898$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
899$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
900$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
901$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
902$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
903$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
904$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
905$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
906$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
907$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
908$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
909$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
910$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
911$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
912$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
913$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
914$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
915$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
916$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
917$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
918$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
919$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
920$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
921$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
922$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
923$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
924$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
925$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
926$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
927$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
928$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
929$strShowStatusReset = 'Reset'; //to translate
930$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
931$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
932$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
933$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
934$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
935$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
936$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
937$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
938$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
939$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
940$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
941$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
942$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
943$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
944$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
945$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
946$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
947$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
948$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
949$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
950$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
951$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
952$strSorting = 'Sorting'; //to translate
953$strSQLCompatibility = 'SQL compatibility mode'; //to translate
954$strSQLImportOptions = 'SQL options'; //to translate
955$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
956
957$strTableAlreadyExists = 'Table %s already exists!'; //to translate
958$strTempData = 'Temporary data'; //to translate
959$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
960$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
961$strThemeNotFound = 'Theme %s not found!'; //to translate
962$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
963$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
964$strThreads = 'Threads'; //to translate
965$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
966$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
967$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
968$strTransactionCoordinator = 'Transaction coordinator'; //to translate
969$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
970
971$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
972$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
973$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
974
975$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
976
977$strQueryResultsOperations = 'Query results operations'; //to translate
978$strAddClause = 'Add %s'; //to translate
979$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
980$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
981$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
982$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
983$strXMLOptions = 'XML options'; //to translate
984$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
985$strCreateUserDatabase = 'Database for user'; //to translate
986$strCreateUserDatabaseNone = 'None'; //to translate
987$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
988$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
989$strOpenDocumentText = 'Open Document Text'; //to translate
990$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
991$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
992$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
993$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
994$strInvalidTableName = 'Invalid table name'; //to translate
995$strInvalidDatabase = 'Invalid database'; //to translate
996$strServers = 'Servers'; //to translate
997$strDelimiter = 'Delimiter'; //to translate
998$strFunctions = 'Functions'; //to translate
999$strProcedures = 'Procedures'; //to translate
1000$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1001$strFontSize = 'Font size'; //to translate
1002$strLanguage = 'Language'; //to translate
1003$strPmaWiki = 'phpMyAdmin wiki'; //to translate
1004$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
1005$strDocSQL = 'DocSQL'; //to translate
1006$strDocSQLOptions = 'DocSQL options'; //to translate
1007$strTableName = 'Table name'; //to translate
1008$strTableIsEmpty = 'Table seems to be empty!'; //to translate
1009$strDbIsEmpty = 'Database seems to be empty!'; //to translate
1010$strShowingPhp = 'Showing as PHP code'; //to translate
1011$strShowingSQL = 'Showing SQL query'; //to translate
1012$strDesigner = 'Designer'; //to translate
1013$strNumberOfTables = 'Number of tables'; //to translate
1014$strCreateTable = 'Create table'; //to translate
1015$strCreateRelation = 'Create relation'; //to translate
1016$strSavePosition = 'Save position'; //to translate
1017$strSelectForeignKey = 'Select Foreign Key'; //to translate
1018$strHide = 'Hide'; //to translate
1019$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1020$strReload = 'Reload'; //to translate
1021$strSmallBigAll = 'Small/Big All'; //to translate
1022$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
1023$strMoveMenu = 'Move Menu'; //to translate
1024$strAngularLinks = 'Angular links'; //to translate
1025$strDirectLinks = 'Direct links'; //to translate
1026$strHideShowAll = 'Hide/Show all'; //to translate
1027$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
1028$strInternalRelationAdded = 'Internal relation added'; //to translate
1029$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
1030$strRelationDeleted = 'Relation deleted'; //to translate
1031$strToSelectRelation = 'To select relation, click :'; //to translate
1032$strExportImportToScale = 'Export/Import to scale'; //to translate
1033$strRecommended = 'recommended'; //to translate
1034$strToFromPage = 'to/from page'; //to translate
1035$strSelectReferencedKey = 'Select referenced key'; //to translate
1036$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1037$strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
1038$strHelp = 'Help'; //to translate
1039$strCancel = 'Cancel'; //to translate
1040$strDeleteRelation = 'Delete relation'; //to translate
1041$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1042$strStructureForView = 'Structure for view'; //to translate
1043$strStandInStructureForView = 'Stand-in structure for view'; //to translate
1044$strToggleSmallBig = 'Toggle small/big'; //to translate
1045$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1046$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
1047$strErrorRelationExists = 'Error: relation already exists.'; //to translate
1048$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1049$strSnapToGrid = 'Snap to grid'; //to translate
1050$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
1051$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1052?>
Note: See TracBrowser for help on using the repository browser.