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