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