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