~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/apps/phpmyadmin2.10.1/lang/bosnian-utf-8.inc.php

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

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