4 /* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
6 $charset = 'iso-8859-2';
7 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
8 $number_thousands_separator = '.';
9 $number_decimal_separator = ',';
10 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
11 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
13 $day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Èet', 'Pet', 'Sob');
14 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
15 // See http://www.php.net/manual/en/function.strftime.php to define the
17 $datefmt = '%d %B %Y ob %I:%M %p';
18 $timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
20 $strAbortedClients = 'Prekinjeno';
21 $strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na stre¾niku';
22 $strAccessDenied = 'Dostop zavrnjen';
23 $strAccessDeniedExplanation = 'phpMyAdmin se je posku¹al povezati na MySQL stre¾nik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabni¹ko ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL stre¾nika.';
24 $strAction = 'Akcija';
25 $strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
26 $strAddConstraints = 'Dodaj omejitve';
27 $strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
28 $strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
29 $strAddedColumnComment = 'Dodan komentar za stolpec';
30 $strAddedColumnRelation = 'Dodana relacija za stolpec';
31 $strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
32 $strAddIntoComments = 'Dodaj med komentarje';
33 $strAddNewField = 'Dodaj novo polje';
34 $strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
35 $strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
36 $strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
37 $strAddToIndex = 'Dodaj indeksu %s stolpec(ce)';
38 $strAddUser = 'Dodaj novega uporabnika';
39 $strAddUserMessage = 'Dodali ste novega uporabnika.';
40 $strAdministration = 'Administracija';
41 $strAffectedRows = 'Spremenjene vrstice:';
42 $strAfterInsertBack = 'Nazaj na prej¹njo stran';
43 $strAfterInsertNewInsert = 'Vstavi ¹e eno novo vrstico';
44 $strAfterInsertSame = 'Pojdi nazaj na stran';
46 $strAllTableSameWidth = 'prika¾em vse tabele enake ¹irine?';
48 $strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
49 $strAnalyzeTable = 'Analiziraj tabelo';
51 $strAnIndex = 'Na %s je dodan indeks';
52 $strAnyHost = 'Katerikoli gostitelj';
53 $strAny = 'Katerikoli';
54 $strAnyUser = 'Katerikoli uporabnik';
55 $strAPrimaryKey = 'Na %s je dodan primarni kljuè';
56 $strArabic = 'Arabsko';
57 $strArmenian = 'Armensko';
58 $strAscending = 'Nara¹èajoèe';
59 $strAtBeginningOfTable = 'Na zaèetku tabele';
60 $strAtEndOfTable = 'Na koncu tabele';
61 $strAttr = 'Atributi';
62 $strAutodetect = 'Samodejno zaznaj';
63 $strAutomaticLayout = 'Samodejna postavitev';
66 $strBaltic = 'Baltsko';
67 $strBeginCut = 'ZAÈETEK IZREZA';
68 $strBeginRaw = 'BEGIN RAW';
69 $strBinary = 'Binarno';
70 $strBinaryDoNotEdit = 'Binarno - ne urejaj';
71 $strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
72 $strBookmarkDeleted = 'Zaznamek je odstranjen.';
73 $strBookmarkLabel = 'Nalepka';
74 $strBookmarkQuery = 'Oznaèena SQL-poizvedba';
75 $strBookmarkThis = 'Oznaèi to SQL-poizvedbo';
76 $strBookmarkView = 'Samo pogled';
77 $strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
78 $strBrowse = 'Prebrskaj';
79 $strBulgarian = 'Bolgarsko';
80 $strBzError = 'phpMyAdmin ni uspel stisniti odlo¾enih podatkov zaradi neuporabne konènice Bz2 v tej razlièici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Èe ¾elite izvajati stiskanje s pomoèjo Bz2, boste morali posodobiti php v novej¹o razlièico. Za podrobnosti si oglejte php poroèilo o napaki %s.';
81 $strBzip = '"bzipano"';
83 $strCalendar = 'Koledar';
84 $strCannotLogin = 'Ne morem se prijaviti v MySQL stre¾nik';
85 $strCantLoad = 'ne morem nalo¾iti podalj¹ka %s,<br />prosim preverite PHP konfiguracijo';
86 $strCantLoadRecodeIconv = 'Ni mogoèe nalo¾iti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogoèal uporabo teh ekstenzij ali onemogoèite pretvarjanje kodnih tabel v phpMyAdmin.';
87 $strCantRenameIdxToPrimary = 'Indeksa ni mogoèe preimenovati v PRIMARY!';
88 $strCantUseRecodeIconv = 'Ni mogoèe uporabljati iconv, libiconv ali recode_string funkcij, èeprav so ekstenzije normalno nalo¾ene. Preverite konfiguracijo php.';
89 $strCardinality = 'Kardinalnost';
90 $strCaseInsensitive = 'ne razlikuj velikih in malih èrk';
91 $strCaseSensitive = 'razlikuj velike in male èrke';
92 $strCentralEuropean = 'Centralno evropsko';
93 $strChangeCopyModeCopy = '... obdr¾i starega.';
94 $strChangeCopyModeDeleteAndReload = ' ... izbri¹i starega uporabnika s seznama uporabnikov ter ponovno nalo¾i njegove pravice.';
95 $strChangeCopyModeJustDelete = ' ... izbri¹i starega s seznama uporabnikov.';
96 $strChangeCopyModeRevoke = ' ... preklièi vse aktivne pravice starega uporabnika ter jih izbri¹i.';
97 $strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
98 $strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
99 $strChangeDisplay = 'Izberite polje za prikaz';
100 $strChangePassword = 'Spremeni geslo';
101 $strChange = 'Spremeni';
102 $strCharset = 'Nabor znakov';
103 $strCharsetOfFile = 'Nabor znakov datoteke:';
104 $strCharsetsAndCollations = 'Nabori znakov in pravila za razvr¹èanje znakov';
105 $strCharsets = 'Nabori znakov';
106 $strCheckAll = 'Oznaèi vse';
107 $strCheckOverhead = 'Preveri prekoraèene';
108 $strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo "%s".';
109 $strCheckPrivs = 'Preveri privilegije';
110 $strCheckTable = 'Preveri tabelo';
111 $strChoosePage = 'Izberite stran za urejanje';
112 $strColComFeat = 'Prikazovanje komentarjev stolpcev';
113 $strCollation = 'Pravilo za razvr¹èanje znakov';
114 $strColumnNames = 'Imena stolpcev';
115 $strColumnPrivileges = 'Privilegiji tipièni za stolpec';
116 $strCommand = 'Ukaz';
117 $strCommentsForTable = 'KOMENTARJI ZA TABELO';
118 $strComments = 'Komentarji';
119 $strCompleteInserts = 'Popolne \'insert\' poizvedbe';
120 $strCompression = 'Stiskanje';
121 $strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, èe php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporoèilo o napaki. V veèini primerov gre za manjkajoèi narekovaj ali podpièje.<br />Èe dobite prazno stran, je vse v redu.';
122 $strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
123 $strConnectionError = 'Povezava ni mogoèa: neveljavne nastavitve.';
124 $strConnections = 'Povezave';
125 $strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
126 $strConstraintsForTable = 'Omejitve za tabelo';
127 $strCookiesRequired = 'Èe ¾elite ¹e dalje uporabljati program, morate omogoèiti pi¹kotke.';
128 $strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
129 $strCopyTableOK = 'Tabela %s je skopirana v %s.';
130 $strCopyTableSameNames = 'Tabele ni mogoèe kopirati same vase!';
131 $strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je ¾e prekinjena.';
132 $strCreateIndexTopic = 'Ustvari nov indeks';
133 $strCreateIndex = 'Ustvari indeks na %s stolpcih';
134 $strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
135 $strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
136 $strCreatePage = 'Ustvari novo stran';
137 $strCreatePdfFeat = 'Ustvarjanje PDF datotek';
138 $strCreate = 'Ustvari';
139 $strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
140 $strCriteria = 'Kriteriji';
141 $strCroatian = 'Hrva¹ko';
142 $strCSVOptions = 'CSV mo¾nosti';
143 $strCyrillic = 'Cirilica';
145 $strCzechSlovak = 'Èe¹koslova¹ko';
147 $strDanish = 'Dansko';
148 $strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
149 $strDatabaseExportOptions = 'Mo¾nosti za izvoz baze podatkov';
150 $strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavr¾ena.';
151 $strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
152 $strDatabase = 'Podatkovna baza';
153 $strDatabasesDropped = '%s podatkovne baze so uspe¹no zavr¾ene.';
154 $strDatabases = 'podatkovne baze';
155 $strDatabasesStatsDisable = 'Onemogoèi statistiko';
156 $strDatabasesStatsEnable = 'Omogoèi statistiko';
157 $strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogoèitev statistike podatkovne baze lahko povzroèi moèno poveèan promet med spletnim in podatkovnim stre¾nikom.';
158 $strDatabasesStats = 'Statistika podatkovnih baz';
159 $strDataDict = 'Podatkovni slovar';
160 $strDataOnly = 'Samo podatki';
161 $strData = 'Podatki';
162 $strDBComment = 'Komentar zbirke podatkov: ';
163 $strDBGContextID = 'Kontekst ID';
164 $strDBGContext = 'Kontekst';
165 $strDBGHits = 'Zadetki';
166 $strDBGLine = 'Vrstica';
167 $strDBGMaxTimeMs = 'Najveèji èas, ms';
168 $strDBGMinTimeMs = 'Najmanj¹i èas, ms';
169 $strDBGModule = 'Modul';
170 $strDBGTimePerHitMs = 'Èas/Zadetek, ms';
171 $strDBGTotalTimeMs = 'Skupni èas, ms';
172 $strDbPrivileges = 'Privilegiji tipièni za podatkovno bazo';
173 $strDBRename = 'Preimenuj podatkovno bazo v';
174 $strDbSpecific = 'glede na zbirko podatkov';
175 $strDefault = 'Privzeto';
176 $strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez po¹evnice nazaj ali narekovaja, npr.: a';
177 $strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
178 $strDeleteAndFlushDescr = 'To je najbolj¹i naèin, vendar lahko osve¾evanje privilegijev traja nekaj èasa.';
179 $strDeleteAndFlush = 'Izbri¹i uporabnike in potem osve¾i privilegije.';
180 $strDeletedRows = 'Izbrisane vrstice:';
181 $strDeleted = 'Vrstica je izbrisana';
182 $strDelete = 'Izbri¹i';
183 $strDeleting = 'Bri¹em %s';
184 $strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo veè. Ali ¾elite izbrisati te sklice?';
185 $strDescending = 'Padajoèe';
186 $strDescription = 'Opis';
187 $strDictionary = 'slovar';
188 $strDisabled = 'Onemogoèeno';
189 $strDisplayFeat = 'Prika¾i lastnosti';
190 $strDisplayOrder = 'Vrstni red prikaza:';
191 $strDisplayPDF = 'Prika¾i PDF shemo';
192 $strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
193 $strDocu = 'Dokumentacija';
194 $strDoYouReally = 'Ali res ¾elite ';
195 $strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIÈILI celotno bazo podatkov!';
196 $strDropUsersDb = 'Izbri¹i podatkovne baze, ki imajo enako ime kot uporabniki.';
198 $strDumpingData = 'Odlo¾i podatke za tabelo';
199 $strDumpSaved = 'Dump je shranjen v datoteko %s.';
200 $strDumpXRows = 'Odlo¾i %s vrstic, zaèni z zapisom # %s.';
201 $strDynamic = 'dinamièno';
203 $strEditPDFPages = 'Uredi PDF strani';
204 $strEditPrivileges = 'Uredi privilegije';
206 $strEffective = 'Uèinkovito';
207 $strEmpty = 'Izprazni';
208 $strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mno¾ico (npr. niè vrstic).';
209 $strEnabled = 'Omogoèeno';
210 $strEncloseInTransaction = 'Vkljuèi izvoz v transakcijo';
211 $strEndCut = 'KONEC IZREZA';
213 $strEndRaw = 'END RAW';
214 $strEnglish = 'Angle¹ko';
215 $strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angle¹èini ';
216 $strError = 'Napaka';
217 $strEstonian = 'Estonsko';
218 $strExcelEdition = 'Izdaja za Excel';
219 $strExcelOptions = 'Mo¾nosti za Excel';
220 $strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
221 $strExplain = 'Razlo¾i SQL stavek';
222 $strExport = 'Izvozi';
223 $strExtendedInserts = 'Raz¹irjene \'insert\' poizvedbe';
224 $strExtra = 'Dodatno';
226 $strFailedAttempts = 'Neuspeli poizkusi';
227 $strFieldHasBeenDropped = 'Polje %s je zavr¾eno';
229 $strFieldsEmpty = ' ©tevec polj je prazen! ';
230 $strFieldsEnclosedBy = 'Polja obdana z';
231 $strFieldsEscapedBy = 'Polja izognjena z';
232 $strFields = 'Polja';
233 $strFieldsTerminatedBy = 'Polja zakljuèena z';
234 $strFileAlreadyExists = 'Datoteka %s ¾e obstaja na stre¾niku, spremenite ime novi ali prepi¹ite obstojeèo datoteko.';
235 $strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
236 $strFileNameTemplate = 'Predloga datoteke';
237 $strFileNameTemplateRemember = 'Shrani predlogo';
238 $strFixed = 'fiksno';
239 $strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja stre¾nik, èe so bile tabele roèno spremenjene. V tem primeru morate, preden nadaljujete, osve¾iti privilegije.';
240 $strFlushTable = 'Poèisti tabelo ("FLUSH")';
241 $strFormat = 'Oblika';
242 $strFormEmpty = 'V obliki manjka vrednost !';
243 $strFullText = 'Polna besedila';
244 $strFunction = 'Funkcija';
246 $strGenBy = 'Ustvaril';
247 $strGeneralRelationFeat = 'Splo¹ne lastnosti relacij';
248 $strGenTime = 'Èas nastanka';
249 $strGeorgian = 'Gruzijsko';
250 $strGerman = 'Nem¹ko';
251 $strGlobal = 'globalno';
252 $strGlobalPrivileges = 'Globalni privilegiji';
253 $strGlobalValue = 'Skupna vrednost';
255 $strGrantOption = 'Dovoli';
257 $strGzip = '"gzipano"';
259 $strHasBeenAltered = 'je bil spremenjen(a).';
260 $strHasBeenCreated = 'je bil ustvarjen(a).';
261 $strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
262 $strHebrew = 'Hebrejsko';
264 $strHomepageOfficial = 'Uradna domaèa stran phpMyAdmin';
265 $strHostEmpty = 'Ime gostitelja je prazno!';
266 $strHost = 'Gostitelj';
267 $strHungarian = 'Mad¾arsko';
270 $strIdxFulltext = 'Polno besedilo';
271 $strIgnoreInserts = 'Uporabi mo¾nost prezri vstavke';
272 $strIgnore = 'Prezri';
273 $strIgnoringFile = 'Prezrl sem datoteko %s';
274 $strImportDocSQL = 'Uvozi docSQL datoteke';
275 $strImportFiles = 'Uvozi datoteke';
276 $strIndexes = 'Indeksi';
277 $strIndexHasBeenDropped = 'Indeks %s je zavr¾en';
278 $strIndex = 'Indeks';
279 $strIndexName = 'Ime indeksa :';
280 $strIndexType = 'Vrsta indeksa :';
281 $strInnodbStat = 'InnoDB stanje';
282 $strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu raèunu MySQLa. MySQL stre¾nik teèe s privzetimi nastavitvami, zato je izpostavljen vdorom. Èimprej odpravite ti dve varnostni luknji.';
283 $strInsertAsNewRow = 'Vstavi kot novo vrstico';
284 $strInsertedRowId = 'Vstavljen id vrstice:';
285 $strInsertedRows = 'Vstavljene vrstice:';
286 $strInsert = 'Vstavi';
287 $strInternalNotNecessary = '* Notranja relacija je nepotrebna, èe obstaja tudi v InnoDB.';
288 $strInternalRelations = 'Notranje relacije';
289 $strInUse = 'v uporabi';
291 $strJapanese = 'Japonsko';
292 $strJumpToDB = 'Preskoèi na podatkovno bazo "%s".';
293 $strJustDeleteDescr = '"Izbrisani" uporabniki lahko ¹e vedno normalno dostopajo do stre¾nika, dokler ne osve¾ite privilegijev';
294 $strJustDelete = 'Samo izbri¹i uporabnike iz tabel privilegijev.';
296 $strKeepPass = 'Ne spreminjaj gesla';
297 $strKeyname = 'Ime kljuèa';
298 $strKill = 'Prekini proces';
299 $strKorean = 'Korejsko';
301 $strLandscape = 'Le¾eèe';
302 $strLatexCaption = 'Ime tabele';
303 $strLatexContent = 'Vsebina tabele __TABLE__';
304 $strLatexContinuedCaption = 'Nadaljevanje imena tabele';
305 $strLatexContinued = '(nadaljevanje)';
306 $strLatexIncludeCaption = 'Vkljuèi ime tabele';
307 $strLatexLabel = 'Oznaèi kljuè';
309 $strLaTeXOptions = 'Mo¾nosti za LaTeX';
310 $strLatexStructure = 'Struktura tabele __TABLE__';
311 $strLengthSet = 'Dol¾ina/Vrednosti*';
312 $strLimitNumRows = '©tevilo vrstic na stran';
313 $strLinesTerminatedBy = 'Vrstice zakljuèene z';
314 $strLinkNotFound = 'Povezave ni mogoèe najti';
315 $strLinksTo = 'Povezave z';
316 $strLithuanian = 'Litvansko';
317 $strLocalhost = 'Lokalno';
318 $strLocationTextfile = 'Lokacija datoteke z besedilom';
319 $strLoginInformation = 'Podatki o prijavi';
320 $strLogin = 'Prijava';
321 $strLogout = 'Odjava';
322 $strLogPassword = 'Geslo:';
323 $strLogServer = 'Stre¾nik';
324 $strLogUsername = 'Uporabni¹ko ime:';
326 $strMaximumSize = 'Najveèja velikost: %s%s';
327 $strMIME_available_mime = 'Razpolo¾ljive MIME-vrste';
328 $strMIME_available_transform = 'Razpolo¾ljive pretvorbe';
329 $strMIME_description = 'Opis';
330 $strMIME_MIMEtype = 'MIME-vrsta';
331 $strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
332 $strMIME_transformation_note = 'Seznam razpolo¾ljivih mo¾nosti pretvorbe in pretvorbe MIME-vrst boste videli, èe kliknete na %sopise transformacij%s';
333 $strMIME_transformation_options = 'Mo¾nosti pretvorbe';
334 $strMIME_transformation_options_note = 'Vrednosti za mo¾nosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Èe ¾elite med vrednosti vnesti po¹evnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (¹e eno) po¹evnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
335 $strMIME_transformation = 'Pretvorba z brskalnikom';
336 $strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
337 $strMIME_without = 'MIME-vrste, ki so napisano le¾eèe, nimajo lastne pretvorbene funkcije';
338 $strModifications = 'Spremembe so shranjene';
339 $strModifyIndexTopic = 'Spremeni indeks';
340 $strModify = 'Spremeni';
341 $strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
342 $strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
343 $strMoveTableSameNames = 'Tabele ni mogoèe premakniti same vase!';
344 $strMultilingual = 'veèjezièno';
345 $strMySQLCharset = 'MySQL kodna tabela';
346 $strMySQLSaid = 'MySQL je vrnil: ';
347 $strMySQLShowProcess = 'Poka¾i procese';
348 $strMySQLShowStatus = 'Poka¾i tekoèe informacije o MySQL';
349 $strMySQLShowVars = 'Poka¾i sistemske spremenljivke MySQL';
352 $strNext = 'Naslednji';
353 $strNoDatabases = 'Brez podatkovnih baz';
354 $strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
355 $strNoDescription = 'brez opisa';
356 $strNoDropDatabases = '"DROP DATABASE" poizvedbe so izkljuèene.';
357 $strNoExplain = 'Preskoèi razlago SQL stavka';
358 $strNoFrames = 'phpMyAdmin je prijaznej¹i z brskalnikom, ki podpira okvirje.';
359 $strNoIndex = 'Ni definiranega indeksa!';
360 $strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
361 $strNoModification = 'Brez sprememb';
364 $strNoOptions = 'Za to obliko ni mo¾nosti';
365 $strNoPassword = 'Brez gesla';
366 $strNoPermission = 'Spletni stre¾nik nima dovoljenja za shranjevanje datoteke %s';
367 $strNoPhp = 'Brez kode PHP';
368 $strNoPrivileges = 'Brez privilegijev';
369 $strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
370 $strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
371 $strNoTablesFound = 'V podatkovni bazi ni mogoèe najti tabel.';
372 $strNotNumber = 'To ni ¹tevilo!';
373 $strNotOK = 'Ni v redu';
374 $strNotSet = 'Tabele <b>%s</b> ni mogoèe najti ali pa ni v %s';
375 $strNoUsersFound = 'Ni mogoèe najti uporabnika(ov).';
376 $strNoValidateSQL = 'Preskoèi preverjanje pravilnosti SQL stavka';
378 $strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
379 $strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
380 $strNumTables = 'Ttabel';
383 $strOperations = 'Operacije';
384 $strOperator = 'Operator';
385 $strOptimizeTable = 'Optimiraj tabelo';
387 $strOverhead = 'Prese¾ek';
388 $strOverwriteExisting = 'Prepi¹i obstojeèo(e) datoteko(e)';
390 $strPageNumber = '©tevilka strani:';
391 $strPaperSize = 'Velikost papirja';
392 $strPartialText = 'Delna besedila';
393 $strPasswordChanged = 'Geslo za %s je uspe¹no spremenjeno.';
394 $strPasswordEmpty = 'Geslo je prazno!';
395 $strPassword = 'Geslo';
396 $strPasswordNotSame = 'Gesli se ne ujemata!';
397 $strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
398 $strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
399 $strPdfNoTables = 'Ni tabel';
400 $strPerHour = 'na uro';
401 $strPerMinute = 'na minuto';
402 $strPerSecond = 'na sekundo';
403 $strPhoneBook = 'telefonski imenik';
404 $strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne te¾ave z veèbitnimi stavki (mbstring). Glej PHP poroèilo o hro¹èu 19404. Ta verzija PHP ni priporoèljiva za uporabo s phpMyAdmin.';
405 $strPhp = 'Ustvari PHP kodo';
406 $strPHPVersion = 'Razlièica PHP';
407 $strPmaDocumentation = 'phpMyAdmin dokumentacija';
408 $strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
409 $strPortrait = 'Pokonèno';
410 $strPos1 = 'Zaèetek';
411 $strPrevious = 'Prej¹nji';
412 $strPrimaryKeyHasBeenDropped = 'Primarni kljuè je zavr¾en';
413 $strPrimaryKeyName = 'Ime primarnega kljuèa mora biti... PRIMARY!';
414 $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega kljuèa!)';
415 $strPrimary = 'Primarni';
416 $strPrint = 'Natisni';
417 $strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
418 $strPrintView = 'Pogled postavitve tiskanja';
419 $strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
420 $strPrivDescAlter = 'Omogoèa spreminjanje strukture obstojeèih tabel.';
421 $strPrivDescCreateDb = 'Omogoèa ustvarjanje novih podatkovnih baz in tabel.';
422 $strPrivDescCreateTbl = 'Omogoèa ustvarjanje novih tabel.';
423 $strPrivDescCreateTmpTable = 'Omogoèa ustvarjanje zaèasnih tabel.';
424 $strPrivDescDelete = 'Omogoèa brisanje podatkov.';
425 $strPrivDescDropDb = 'Omogoèa brisanje podatkovnih baz in tabel.';
426 $strPrivDescDropTbl = 'Omogoèa brisanje tabel.';
427 $strPrivDescExecute = 'Omogoèa poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
428 $strPrivDescFile = 'Omogoèa uva¾anje in izva¾anje podatkov v datoteke.';
429 $strPrivDescGrant = 'Omogoèa dodajanje uporabnikov in privilegijev brez osve¾evanja privilegijev.';
430 $strPrivDescIndex = 'Omogoèa ustvarjanje in brisanje indeksov.';
431 $strPrivDescInsert = 'Omogoèa vstavljanje in zamenjavo podatkov.';
432 $strPrivDescLockTables = 'Omogoèa zaklepanje tabel za trenutno temo.';
433 $strPrivDescMaxConnections = 'Omeji ¹tevilo povezav, ki jih uporabnik lahko odpre v eni uri.';
434 $strPrivDescMaxQuestions = 'Omeji ¹tevilo poizved, ki jih uporabnik lahko po¹lje stre¾niku v eni uri.';
435 $strPrivDescMaxUpdates = 'Omeji ¹tevilo ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvr¹i v eni uri.';
436 $strPrivDescProcess3 = 'Omogoèa ukinjanje procesov drugih uporabnikov.';
437 $strPrivDescProcess4 = 'Omogoèa pregled popolnih poizvedb v spisku procesov.';
438 $strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
439 $strPrivDescReload = 'Omogoèa osve¾evanje stre¾nikovih nastavitev in praznjenje stre¾nikovih predpomnilnikov.';
440 $strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni stre¾niki.';
441 $strPrivDescReplSlave = 'Potrebno za podrejene stre¾nike pri replikaciji.';
442 $strPrivDescSelect = 'Omogoèa branje podatkov.';
443 $strPrivDescShowDb = 'Omogoèa dostop do popolnega spiska podatkovnih baz';
444 $strPrivDescShutdown = 'Omogoèa uga¹anje stre¾nika.';
445 $strPrivDescSuper = 'Omogoèa priklaplanje tudi èe je ¾e dose¾eno najveèje dovoljeno ¹tevilo priklopov; Potrebno za veèino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
446 $strPrivDescUpdate = 'Omogoèa spreminjanje podatkov.';
447 $strPrivDescUsage = 'Brez privilegijev.';
448 $strPrivileges = 'Privilegiji';
449 $strPrivilegesReloaded = 'Uspe¹no sem osve¾il privilegije.';
450 $strProcesses = 'Procesi';
451 $strProcesslist = 'Seznam procesov';
452 $strPutColNames = 'Postavi imena polj v prvo vrstico';
454 $strQBEDel = 'Bri¹i';
455 $strQBEIns = 'Vstavi';
456 $strQBE = 'Poizvedba';
457 $strQueryFrame = 'Okno za iskanje';
458 $strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
459 $strQuerySQLHistory = 'SQL-zgodovina';
460 $strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo stre¾niku poslanih %s poizvedb.';
461 $strQueryTime = 'Poizvedba je potrebovala %01.4f s';
462 $strQueryType = 'Vrsta poizvedbe';
463 $strQueryWindowLock = 'Ne prepi¹i te poizvedbe od zunaj';
465 $strReceived = 'Prejeto';
466 $strRecords = 'Zapisi';
467 $strReferentialIntegrity = 'Preveri referenèno integriteto:';
468 $strRelationalSchema = 'Relacijska shema';
469 $strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjuèene. Èe ¾elite izvedeti zakaj, kliknite %stukaj%s.';
470 $strRelationsForTable = 'RELACIJE ZA TABELO';
471 $strRelations = 'Relacije';
472 $strRelationView = 'Pogled relacij';
473 $strReloadingThePrivileges = 'Osve¾ujem privilegije';
474 $strRemoveSelectedUsers = 'Izbri¹i izbrane uporabnike';
475 $strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
476 $strRenameTableOK = 'Tabela %s je preimenovana v %s';
477 $strRenameTable = 'Preimenuj tabelo v';
478 $strRepairTable = 'Popravi tabelo';
479 $strReplaceNULLBy = 'Zamenjaj NULL z';
480 $strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
481 $strReset = 'Ponastavi';
482 $strResourceLimits = 'Omejitve virov';
483 $strReType = 'Ponovno vnesi';
484 $strRevokeAndDeleteDescr = 'Uporabniki bodo ¹e vedno imeli USAGE privilegije, dokler ne osve¾ite privilegijev.';
485 $strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbri¹i.';
486 $strRevokeMessage = 'Odvzeli ste privilegije za %s';
487 $strRevoke = 'Odvzemi';
488 $strRowLength = 'Dol¾ina vrstice';
489 $strRowsFrom = 'vrstice naprej od zapisa #';
490 $strRowSize = ' Velikost vrstice ';
491 $strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
492 $strRowsModeHorizontal = 'vodoravnem';
493 $strRowsModeOptions = 'v %s naèinu in ponovi glavo po %s celicah';
494 $strRowsModeVertical = 'navpiènem';
495 $strRowsStatistic = 'Statistika vrstic';
496 $strRows = 'Vrstice';
497 $strRunning = 'teèe na %s';
498 $strRunQuery = 'Izvedi poizvedbo';
499 $strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
500 $strRussian = 'Rusko';
502 $strSaveOnServer = 'Shrani na stre¾nik, v imenik %s';
504 $strScaleFactorSmall = 'Faktor poveèava je premajhen, da bi spravili shemo na eno stran';
505 $strSearchFormTitle = 'I¹èi v podatkovni bazi';
506 $strSearchInTables = 'V tabelah:';
507 $strSearch = 'Iskanje';
508 $strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
509 $strSearchOption1 = 'katerokoli besedo';
510 $strSearchOption2 = 'vse besede';
511 $strSearchOption3 = 'toèno doloèeno frazo';
512 $strSearchOption4 = 'kot \'regular expression\'';
513 $strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
514 $strSearchType = 'Najdi:';
515 $strSecretRequired = 'Konfiguracijski datoteki morate sedaj doloèiti skrivno geslo (blowfish_secret).';
516 $strSelectADb = 'Prosimo, izberite podatkovno bazo';
517 $strSelectAll = 'Izberi vse';
518 $strSelectFields = 'Izberite polja (vsaj eno):';
519 $strSelectNumRows = 'in poizvedba';
520 $strSelectTables = 'Izberi tabele';
521 $strSend = 'Shrani kot datoteko';
522 $strSent = 'Poslano';
523 $strServerChoice = 'Izbira stre¾nika';
524 $strServerStatus = 'Podatki o izvajanju';
525 $strServerStatusUptime = 'MySQL stre¾nik deluje ¾e %s. Zagnal se je %s.';
526 $strServer = 'Stre¾nik';
527 $strServerTabVariables = 'Spremenljivke';
528 $strServerTrafficNotes = '<b>Promet na stre¾niku</b>: V teh tabelah je prikazana statistika obremenitve omre¾ja za ta MySQL stre¾nik, odkar je bil zagnan.';
529 $strServerVars = 'Spremenljivke in nastavitve stre¾nika';
530 $strServerVersion = 'Razlièica stre¾nika';
531 $strSessionValue = 'Vrednost seje';
532 $strSetEnumVal = 'Èe je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Èe ¾elite med vrednostmi uporabiti po¹evnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite po¹evnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
533 $strShowAll = 'Poka¾i vse';
534 $strShowColor = 'Poka¾i barvo';
535 $strShowDatadictAs = 'Oblika podatkovnega slovarja';
536 $strShowFullQueries = 'Poka¾i celotne poizvedbe';
537 $strShowGrid = 'Poka¾i mre¾o';
538 $strShowingRecords = 'Prikazujem vrstice';
539 $strShowPHPInfo = 'Poka¾i podatke o PHP';
541 $strShowTableDimension = 'Poka¾i dimenzije tabel';
542 $strShowTables = 'Poka¾i tabele';
543 $strShowThisQuery = ' Ponovno poka¾i poizvedbo v tem oknu ';
544 $strSimplifiedChinese = 'Poenostavljeno kitajsko';
545 $strSingly = '(posamezno)';
546 $strSize = 'Velikost';
547 $strSortByKey = 'Uredi po kljuèu';
548 $strSort = 'Sortiraj';
549 $strSpaceUsage = 'Poraba prostora';
550 $strSplitWordsWithSpace = 'Besede so loèene s presledkom (" ").';
551 $strSQLExportType = 'Vrsta izvoza';
552 $strSQLOptions = 'SQL mo¾nosti';
553 $strSQLParserBugMessage = 'Obstaja mo¾nost, da ste v SQL razèlenjevalniku naleteli na hro¹èa. Temeljito preglejte poizvedbo in preverite, èe so citati pravilni in èe se ujemajo. Mo¾no je tudi, da prena¹ate binarno datoteko, ki je izven podroèja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Èe je stre¾nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te¾av. Èe se bodo te¾ave nadaljevale, ali èe razèlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanj¹ajte vne¹eno SQL poizvedbo na tisto poizvedbo, ki povzroèa te¾ave in po¹ljite poroèilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
554 $strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi pri¹lo do napake. Èe je stre¾nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te¾av.';
555 $strSQLQuery = 'SQL-poizvedba';
556 $strSQLResult = 'Rezultat SQL';
558 $strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
559 $strSQPBugUnclosedQuote = 'Odprt citat';
560 $strSQPBugUnknownPunctuation = 'Neznan niz loèil';
561 $strStatCheckTime = 'Zadnjiè pregledano';
562 $strStatCreateTime = 'Ustvarjeno';
563 $strStatement = 'Izjave';
564 $strStatUpdateTime = 'Zadnjiè posodobljeno';
565 $strStatus = 'Stanje';
566 $strStrucCSV = 'CSV podatki';
567 $strStrucData = 'Struktura in podatki';
568 $strStrucExcelCSV = 'CSV podatki za MS Excel';
569 $strStrucOnly = 'Samo struktura';
570 $strStructPropose = 'Predlagaj strukturo tabele';
571 $strStructure = 'Struktura';
572 $strSubmit = 'Po¹lji';
573 $strSuccess = 'SQL-poizvedba je bila uspe¹no izvedena';
575 $strSwedish = '©vedsko';
576 $strSwitchToTable = 'Preklopi na kopirano tabelo';
578 $strTableComments = 'Komentar tabele';
579 $strTableEmpty = 'Ime tabele je prazno!';
580 $strTableHasBeenDropped = 'Tabela %s je zavr¾ena';
581 $strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
582 $strTableHasBeenFlushed = 'Tabela %s je osve¾ena';
583 $strTableMaintenance = 'Vzdr¾evanje tabele';
584 $strTableOfContents = 'Vsebina';
585 $strTableOptions = 'Mo¾nosti tabele';
586 $strTables = '%s tabel';
587 $strTableStructure = 'Struktura tabele';
588 $strTable = 'Tabela';
589 $strTblPrivileges = 'Privilegiji tipièni za tabelo';
590 $strTextAreaLength = ' Zaradi njegove dol¾ine<br /> polja ne bo mogoèe urejati ';
592 $strThisHost = 'Ta stre¾nik';
593 $strThisNotDirectory = 'To ni bila mapa';
594 $strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
596 $strToggleScratchboard = 'preklopi odlo¾i¹èe (scratchboard)';
597 $strTotal = 'skupaj';
598 $strTotalUC = 'Skupaj';
599 $strTraditionalChinese = 'Tradicionalno kitajsko';
600 $strTraffic = 'Promet';
601 $strTransformation_application_octetstream__download = 'Prika¾i povezavo za prenos binarnih podatkov polja. Prva mo¾nost je ime binarne datoteke. Druga mo¾nost je mo¾no ime polja v vrstici tabele, ki vsebuje to ime datoteke. Èe vnesete drugo mo¾nost, mora biti prva mo¾nost prazna';
602 $strTransformation_image_jpeg__inline = 'Prika¾e slièico, na katero lahko kliknete; mo¾nosti: ¹irina, vi¹ina v slikovnih pikah (obdr¾i prvotna razmerja)';
603 $strTransformation_image_jpeg__link = 'Poka¾e povezavo na grafiko (neposredni BLOB prenos, ipd.).';
604 $strTransformation_image_png__inline = 'Poka¾i sliko/jpeg: vkljuèeno';
605 $strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz èasa. Prva mo¾nost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga mo¾nost je drugaèna oblika prikaza datuma, glede na parametre za PHP strftime().';
606 $strTransformation_text_plain__external = 'SAMO ZA LINUX: Za¾ene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate roèno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva mo¾nost je ¹tevilka programa, ki ga ¾elite uporabiti, druga mo¾nost pa so parametri za program. Èe tretji parameter nastavite na 1, bo s pomoèjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Èe nastavite èetrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
607 $strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
608 $strTransformation_text_plain__imagelink = 'Prika¾e sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga mo¾nost je ¹irina v slikovnih pikah, tretja pa vi¹ina.';
609 $strTransformation_text_plain__link = 'Prika¾e povezavo, polje vsebuje ime datoteke; prva mo¾nost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
610 $strTransformation_text_plain__substr = 'Vrne le del niza. Prva mo¾nost je odmik, ki doloèa, kje se bo zaèelo prikazano besedilo (Privzeto: 0). Druga mo¾nost je odmik, ki pove, koliko besedila bo prikazanega. Èe ni doloèen, bo izpisano vse preostalo besedilo. Tretja mo¾nost pa doloèa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
611 $strTruncateQueries = 'Skrèi prikazane poizvedbe';
612 $strTurkish = 'Tur¹ko';
615 $strUkrainian = 'Ukrajinsko';
616 $strUncheckAll = 'Odznaèi vse';
617 $strUnicode = 'Unicode';
618 $strUnique = 'Unikaten';
619 $strUnknown = 'neznano';
620 $strUnselectAll = 'Preklièi izbor vsega';
621 $strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
622 $strUpdateProfileMessage = 'Profil je posodobljen.';
623 $strUpdateQuery = 'Osve¾i poizvedbo';
624 $strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
625 $strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novej¹o.';
626 $strUsage = 'Uporaba';
627 $strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi po¹evnimi narekovaji';
628 $strUseHostTable = 'Uporabi tabelo gostiteljev';
629 $strUserAlreadyExists = 'Uporabnik %s ¾e obstaja!';
630 $strUserEmpty = 'Uporabni¹ko ime je prazno!';
631 $strUserName = 'Uporabni¹ko ime';
632 $strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem na¹el.';
633 $strUserOverview = 'Pregled uporabnikov';
634 $strUsersDeleted = 'Uspe¹no sem izbrisal izbrane uporabnike.';
635 $strUsersHavingAccessToDb = 'Uporabni¹ki dostop do "%s"';
636 $strUser = 'Uporabnik';
637 $strUseTables = 'Uporabi tabele';
638 $strUseTextField = 'Uporabi tekstovno polje';
639 $strUseThisValue = 'Uporabi to vrednost';
641 $strValidateSQL = 'Preveri pravilnost SQL stavka';
642 $strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, èe so name¹èeni vsi php raz¹iritve, kot je navedeno v %dokumenaciji%.';
643 $strValue = 'Vrednost';
644 $strVar = 'Spremenljivka';
645 $strViewDumpDatabases = 'Poka¾i povzetek stanja podatkovnih baz';
646 $strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
647 $strViewDump = 'Preglej povzetek stanja tabele';
649 $strWebServerUploadDirectoryError = 'Imenik, ki ste ga doloèili za nalaganje, je nedosegljiv';
650 $strWebServerUploadDirectory = 'imenik za nalaganje datotek';
651 $strWelcome = 'Dobrodo¹li v %s';
652 $strWestEuropean = 'Zahodno evropsko';
653 $strWildcard = 'nadomestni znak';
654 $strWindowNotFound = 'Ciljnega okna ni bilo mogoèe osve¾iti. Morda ste zaprli nadrejeno okno ali pa va¹ brskalnik blokira osve¾evanje varnostnih parametrov med okni.';
655 $strWithChecked = 'Z oznaèenim:';
656 $strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoèe';
657 $strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoèe';
658 $strWrongUser = 'Napaèno uporabni¹ko ime/geslo. Dostop zavrnjen.';
664 $strZeroRemovesTheLimit = 'Obvestilo: Èe postavite vrednost na 0 (niè), boste odstranili omejitev.';
665 $strZip = '"zipano"';
668 $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
669 $strAddFields = 'Add %s field(s)'; //to translate
670 $strAfterInsertNext = 'Edit next row'; //to translate
671 $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
672 $strAndThen = 'and then'; //to translate
673 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
675 $strBinaryLog = 'Binary log'; //to translate
676 $strBinLogEventType = 'Event type'; //to translate
677 $strBinLogInfo = 'Information'; //to translate
678 $strBinLogName = 'Log name'; //to translate
679 $strBinLogOriginalPosition = 'Original position'; //to translate
680 $strBinLogPosition = 'Position'; //to translate
681 $strBinLogServerId = 'Server ID'; //to translate
682 $strBookmarkCreated = 'Bookmark %s created'; //to translate
683 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
684 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
685 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
686 $strBufferPool = 'Buffer Pool'; //to translate
687 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
688 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
689 $strBufferReadMisses = 'Read misses'; //to translate
690 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
691 $strBufferWriteWaits = 'Write waits'; //to translate
692 $strBusyPages = 'Busy pages'; //to translate
694 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
695 $strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
696 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
697 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
698 $strCopy = 'Copy'; //to translate
699 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
700 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
701 $strCSV = 'CSV'; //to translate
702 $strCSVImportOptions = 'CSV options'; //to translate
704 $strDataPages = 'Pages containing data'; //to translate
705 $strDBCopy = 'Copy database to'; //to translate
706 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
707 $strDefragment = 'Defragment table'; //to translate
708 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
709 $strDirtyPages = 'Dirty pages'; //to translate
710 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
712 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
713 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
714 $strEngines = 'Engines'; //to translate
715 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
716 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
717 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
718 $strEsperanto = 'Esperanto'; //to translate
720 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
721 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
722 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
723 $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
724 $strFileToImport = 'File to import'; //to translate
725 $strFlushQueryCache = 'Flush query cache'; //to translate
726 $strFlushTables = 'Flush (close) all tables'; //to translate
727 $strFreePages = 'Free pages'; //to translate
729 $strGenerate = 'Generate'; //to translate
730 $strGeneratePassword = 'Generate Password'; //to translate
732 $strHandler = 'Handler'; //to translate
733 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
734 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
735 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
736 $strHTMLWord = 'Microsoft Word 2000'; //to translate
737 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
739 $strIcelandic = 'Icelandic'; //to translate
740 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
741 $strImportFormat = 'Format of imported file'; //to translate
742 $strImport = 'Import'; //to translate
743 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
744 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
745 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
746 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
747 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
748 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
749 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
750 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
751 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
752 $strInnoDBDataFilePath = 'Data files'; //to translate
753 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
754 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
755 $strInnoDBPages = 'pages'; //to translate
756 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
757 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
758 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
759 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
760 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
761 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
762 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
763 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
764 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
765 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
766 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
767 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
769 $strJoins = 'Joins'; //to translate
771 $strKeyCache = 'Key cache'; //to translate
773 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
774 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
775 $strLatchedPages = 'Latched pages'; //to translate
776 $strLatvian = 'Latvian'; //to translate
777 $strLDI = 'CSV using LOAD DATA'; //to translate
778 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
779 $strLDILocal = 'Use LOCAL keyword'; //to translate
780 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
782 $strMaxConnects = 'max. concurrent connections'; //to translate
783 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
784 $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
785 $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
786 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
787 $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
788 $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
789 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
790 $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
791 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
792 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
793 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
794 $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
795 $strMyISAMRepairThreads = 'Repair threads'; //to translate
796 $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
797 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
798 $strMysqlClientVersion = 'MySQL client version'; //to translate
799 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
801 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
802 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
803 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
804 $strNoRowsSelected = 'No rows selected'; //to translate
805 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
806 $strNumberOfFields = 'Number of fields'; //to translate
808 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
810 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
811 $strPartialImport = 'Partial import'; //to translate
812 $strPasswordHashing = 'Password Hashing'; //to translate
813 $strPDFOptions = 'PDF options'; //to translate
814 $strPDF = 'PDF'; //to translate
815 $strPDFReportTitle = 'Report title'; //to translate
816 $strPersian = 'Persian'; //to translate
817 $strPolish = 'Polish'; //to translate
818 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
819 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
820 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
821 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
822 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
823 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
824 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
825 $strProtocolVersion = 'Protocol version'; //to translate
827 $strQueryCache = 'Query cache'; //to translate
829 $strReadRequests = 'Read requests'; //to translate
830 $strRefresh = 'Refresh'; //to translate
831 $strReloadPrivileges = 'Reload privileges'; //to translate
832 $strReplication = 'Replication'; //to translate
833 $strRomanian = 'Romanian'; //to translate
834 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
836 $strSelectBinaryLog = 'Select binary log to view'; //to translate
837 $strServerNotResponding = 'The server is not responding'; //to translate
838 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
839 $strShowingBookmark = 'Showing bookmark'; //to translate
840 $strShowOpenTables = 'Show open tables'; //to translate
841 $strShowSlaveHosts = 'Show slave hosts'; //to translate
842 $strShowSlaveStatus = 'Show slave status'; //to translate
843 $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
844 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
845 $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
846 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
847 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
848 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
849 $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
850 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
851 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
852 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
853 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
854 $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
855 $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
856 $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
857 $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
858 $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
859 $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
860 $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
861 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
862 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
863 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
864 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
865 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
866 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
867 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
868 $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
869 $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
870 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
871 $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
872 $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
873 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
874 $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
875 $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
876 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
877 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
878 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
879 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
880 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
881 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
882 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
883 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
884 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
885 $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
886 $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
887 $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
888 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
889 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
890 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
891 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
892 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
893 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
894 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
895 $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
896 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
897 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
898 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
899 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
900 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
901 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
902 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
903 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
904 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
905 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
906 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
907 $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
908 $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
909 $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
910 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
911 $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
912 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
913 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
914 $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
915 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
916 $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
917 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
918 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
919 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
920 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
921 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
922 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
923 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
924 $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
925 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
926 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
927 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
928 $strShowStatusReset = 'Reset'; //to translate
929 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
930 $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
931 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
932 $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
933 $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
934 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
935 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
936 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
937 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
938 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
939 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
940 $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
941 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
942 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
943 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
944 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
945 $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
946 $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
947 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
948 $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
949 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
950 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
951 $strSlovak = 'Slovak'; //to translate
952 $strSlovenian = 'Slovenian'; //to translate
953 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
954 $strSorting = 'Sorting'; //to translate
955 $strSpanish = 'Spanish'; //to translate
956 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
957 $strSQLImportOptions = 'SQL options'; //to translate
958 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
959 $strStorageEngines = 'Storage Engines'; //to translate
960 $strStorageEngine = 'Storage Engine'; //to translate
961 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
962 $strSwitchToDatabase = 'Switch to copied database'; //to translate
964 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
965 $strTakeIt = 'take it'; //to translate
966 $strTempData = 'Temporary data'; //to translate
967 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
968 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
969 $strThemeNotFound = 'Theme %s not found!'; //to translate
970 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
971 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
972 $strTheme = 'Theme / Style'; //to translate
973 $strThreads = 'Threads'; //to translate
974 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
975 $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
976 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
977 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
978 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
979 $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
980 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
982 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
983 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
984 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
985 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
987 $strVersionInformation = 'Version information'; //to translate
988 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
989 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
990 $strView = 'View'; //to translate
992 $strWriteRequests = 'Write requests'; //to translate
994 $strQueryResultsOperations = 'Query results operations'; //to translate
995 $strAddClause = 'Add %s'; //to translate
996 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
997 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
998 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
999 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
1000 $strXMLOptions = 'XML options'; //to translate
1001 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
1002 $strCreateUserDatabase = 'Database for user'; //to translate
1003 $strCreateUserDatabaseNone = 'None'; //to translate
1004 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
1005 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
1006 $strOpenDocumentText = 'Open Document Text'; //to translate
1007 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
1008 $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
1009 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
1010 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
1011 $strInvalidTableName = 'Invalid table name'; //to translate
1012 $strInvalidDatabase = 'Invalid database'; //to translate
1013 $strServers = 'Servers'; //to translate
1014 $strDelimiter = 'Delimiter'; //to translate
1015 $strFunctions = 'Functions'; //to translate
1016 $strProcedures = 'Procedures'; //to translate
1017 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1018 $strFontSize = 'Font size'; //to translate
1019 $strLanguage = 'Language'; //to translate