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