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