patch #2932113 Slow export when having lots of databases
[phpmyadmin/madhuracj.git] / lang / lithuanian-utf-8.inc.php
blob7d1ef6664c930104b1b89f3359bfb2adb818055e
1 <?php
2 /* $Id$ */
4 $charset = 'utf-8';
5 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
6 $number_thousands_separator = ' ';
7 $number_decimal_separator = ',';
8 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
9 $byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
11 $day_of_week = array('Sekmadienis', 'Pirmadienis', 'Antradienis', 'Trečiadienis', 'Ketvirtadienis', 'Penktadienis', 'Šeštadienis');
12 $month = array('Sausio', 'Vasario', 'Kovo', 'Balandžio', 'Gegužio', 'Birželio', 'Liepos', 'Rugpjūčio', 'Rugsėjo', 'Spalio', 'Lapkričio', 'Gruodžio');
13 // See http://www.php.net/manual/en/function.strftime.php to define the
14 // variable below
15 $datefmt = ' %Y m. %B %d d. %H:%M';
16 $timespanfmt = '%s d., %s val., %s min. ir %s s.';
18 $strAbortedClients = 'Nutraukta';
19 $strAccessDeniedCreateConfig = 'Turbūt dar nesukūrėte nustatymų failo. Galite pasinaudoti %1$snustatymų skriptu%2$s, kad sukurtumėte failą.';
20 $strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php faile nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.';
21 $strAccessDenied = 'Priėjimas uždraustas';
22 $strActions = 'Veiksmai';
23 $strAction = 'Veiksmas';
24 $strAddAutoIncrement = 'Pridėti AUTO_INCREMENT reikšmę';
25 $strAddClause = 'Pridėti %s';
26 $strAddConstraints = 'Pridėti apribojimą';
27 $strAddDeleteColumn = 'Įterpti/trinti laukus';
28 $strAddDeleteRow = 'Įterpti/Trinti požymio eilutę(es)';
29 $strAddFields = 'Pridėti %s lauką(-us)';
30 $strAddHeaderComment = 'Įterpti savo komentarą į header sritį (eilučių skirtukas \\n )';
31 $strAddIntoComments = 'Pridėti į komentarus';
32 $strAddNewField = 'Įterpti naują laukelį(ius)';
33 $strAddPrivilegesOnDb = 'Sukurti privilegijas šiai duombazei';
34 $strAddPrivilegesOnTbl = 'Sukurti privilegijas šiai lentelei';
35 $strAddSearchConditions = 'Įterpkite paieškos sąlygas į "where" sakinį:';
36 $strAddToIndex = 'Įterpti indeksui papildomus &nbsp;%s&nbsp;stulpelį(ius)';
37 $strAddUserMessage = 'Jūs sukūrėte naują vartotoją.';
38 $strAddUser = 'Sukurti naują vartotoją';
39 $strAdministration = 'Administracija';
40 $strAfterInsertBack = 'Sugrįžti į buvusį puslapį';
41 $strAfterInsertNewInsert = 'Įterpti kitą naują eilutę';
42 $strAfterInsertNext = 'Redaguoti kitą įrašą';
43 $strAfterInsertSame = 'Grįžti atgal į šį puslapį';
44 $strAfter = 'Po %s';
45 $strAllowInterrupt = 'Leisti sustabdyti importavimą jei skriptas nustato, kad priartėta prie laiko limito. Gali būti naudinga importuojant didelius failus, tačiau gali sugadinti transakcijas.';
46 $strAllTableSameWidth = 'rodyti visas lenteles vienodo pločio?';
47 $strAll = 'Viską';
48 $strAlterOrderBy = 'Pakeisti lentelės rikiavimą pagal:';
49 $strAnalyze = 'Analizuoti';
50 $strAnalyzeTable = 'Analizuoti lentelę';
51 $strAnd = 'IR';
52 $strAndSmall = 'ir';
53 $strAndThen = 'ir tada';
54 $strAnIndex = 'Indeksas sukurtas %s stulpeliui';
55 $strAny = 'Bet kurį(ią)';
56 $strAnyHost = 'Bet kurį prisijungimo adresą';
57 $strAnyUser = 'Bet kurį vartotoją';
58 $strApplyChanges = 'Įrašyti pakeitimus';
59 $strApproximateCount = 'Gali būti apytikslis. Žiūrėkite DUK 3.11';
60 $strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
61 $strArabic = 'Arabų';
62 $strArmenian = 'Armėnų';
63 $strAscending = 'Didėjimo tvarka';
64 $strAsDefined = 'Kaip nurodyta:';
65 $strAtBeginningOfTable = 'Lentelės pradžioje';
66 $strAtEndOfTable = 'Lentelės pabaigoje';
67 $strAttr = 'Atributai';
68 $strAutomaticLayout = 'Automatinis išdėstymas';
70 $strBack = 'Atgal';
71 $strBaltic = 'Baltų';
72 $strBeginCut = 'KIRPIMO PRADŽIA';
73 $strBeginRaw = 'RAW PRADŽIA';
74 $strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
75 $strBinary = 'Dvejetainis';
76 $strBinaryLog = 'Binarinis logas';
77 $strBinLogEventType = 'Įvykio tipas';
78 $strBinLogInfo = 'Informacija';
79 $strBinLogName = 'Logo pavadinimas';
80 $strBinLogOriginalPosition = 'Pirminė padėtis';
81 $strBinLogPosition = 'Padėtis';
82 $strBinLogServerId = 'Serverio ID';
83 $strBLOBRepository = 'BLOB saugykla';
84 $strBLOBRepositoryDamaged = 'Pažeista';
85 $strBLOBRepositoryDisabled = 'Išjungta';
86 $strBLOBRepositoryDisable = 'Išjungti';
87 $strBLOBRepositoryDisableStrongWarning = 'Jūs ruošiatės IŠJUNGTI BLOB saugyklą!';
88 $strBLOBRepositoryEnabled = 'Įjungta';
89 $strBLOBRepositoryEnable = 'Įjungti';
90 $strBookmarkAllUsers = 'Leisti kitiems vartotojams naudotis šia žyme';
91 $strBookmarkCreated = 'Žymė %s sukurta';
92 $strBookmarkDeleted = 'Nuoroda ištrinta.';
93 $strBookmarkLabel = 'Nuorodos Antraštė';
94 $strBookmarkQuery = 'Sukurti nuoroda SQL-užklausai';
95 $strBookmarkReplace = 'Pakeisti jau egzistuojančią žymę tuo pačiu vardu';
96 $strBookmarkThis = 'Sukurti nuorodą';
97 $strBookmarkView = 'Peržiūra';
98 $strBrowseDistinctValues = 'Peržiūrėti skirtingas reikšmes';
99 $strBrowseForeignValues = 'Naršyti išorines reikšmes';
100 $strBrowse = 'Peržiūrėti';
101 $strBufferPool = 'Buferio Pool\'as';
102 $strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
103 $strBulgarian = 'Bulgarų';
104 $strBzip = '"bzip"';
106 $strCalendar = 'Kalendorius';
107 $strCancel = 'Atšaukti';
108 $strCannotLogin = 'Nepavyksta prisijungti prie MySQL darbinės stoties';
109 $strCantLoad = 'Nepavyksta įkelti [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] plėtinio. Patikrinkite PHP nustatymus.';
110 $strCantLoadRecodeIconv = 'Nepavyko užkrauti <em>iconv</em> arba <em>recode</em> plėtinių, reikalingų koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba išjunkite phpMyAdmin koduotės konvertavimą. ';
111 $strCantRenameIdxToPrimary = 'Indeksą pervadinti PIRMINIU nepavyko!';
112 $strCantUseRecodeIconv = 'Kraunant plėtinių pranešimus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP parinktis. ';
113 $strCardinality = 'Elementų skaičius';
114 $strCaseInsensitive = 'simbolių registras nesvarbus';
115 $strCaseSensitive = 'simbolių registras svarbus';
116 $strCentralEuropean = 'Centrinės Europos';
117 $strClickToSelect = 'Spustelėkite pažymėjimui';
118 $strClickToUnselect = 'Spustelėkite atžymėjimui';
119 $strColComFeat = 'Stulpelių komentarų išvedimas';
120 $strCollation = 'Palyginimas';
121 $strColumnNames = 'Stulpelių vardai';
122 $strColumnPrivileges = 'Specifinės stulpelių privilegijos';
123 $strCommand = 'Komanda';
124 $strComment = 'Komentaras';
125 $strComments = 'Komentarai';
126 $strCompatibleHashing = 'Suderinamas sy MySQL&nbsp;4.0';
127 $strCompleteInserts = 'Visiškas įterpimas';
128 $strCompression = 'Kompresija';
129 $strCompressionWillBeDetected = 'Importuoto failo suspaudimo tipas bus automatiškai nustatytas iš: %s';
130 $strConfigFileError = 'phpMyAdmin negalėjo perskaityti nustatymų failo!<br />Tai galėjo nutikti jeigu <u>php</u> rado faile vykdymo klaidą arba failo nerado visai.<br />Prašome kreiptis į nustatymų failą tiesiogiai (naudojantis nuoroda žemiau) ir perskaityti gautus <u>php</u> klaidų pranešimą(us). Daugeliu atveju vienoje/keletoje eilučių truksta kabučių ir/arba kabliataškio.<br />Jeigu išvedamas tuščias naršyklės langas - viskas tvarkoje (klaidų nepastebėta).';
131 $strConfigureTableCoord = 'Nustatykite lentelės %s koordinates';
132 $strConnectionError = 'Neįmanoma prisijungti: neteisingi duomenys.';
133 $strConnections = 'Prisijungimai';
134 $strConstraintsForDumped = 'Apribojimai eksportuotom lentelėm';
135 $strConstraintsForTable = 'Apribojimai lentelei';
136 $strCookiesRequired = 'Sausainėliai(Cookies) turi būti priimami.';
137 $strCopyDatabaseOK = 'Duombazė %s buvo nukopijuota į %s';
138 $strCopy = 'Kopijuoti';
139 $strCopyTable = 'Kopijuoti lentelė į (duombazė<b>.</b>lentelė):';
140 $strCopyTableOK = 'Letelė %s nukopijuota į %s.';
141 $strCopyTableSameNames = 'Negalima kopijuoti lentelės į ją pačią!';
142 $strCouldNotKill = 'phpMyAdmin negalėjo išjungti %s proceso. Gali būti jog jis jau užbaigė darbą.';
143 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prieš kopijuojant';
144 $strCreateIndex = 'Sukurti indeksą &nbsp;%s&nbsp;stulpeliui(iams)';
145 $strCreateIndexTopic = 'Sukurti naują indeksą';
146 $strCreateNewDatabase = 'Sukurti naują duombazę';
147 $strCreateNewTable = 'Sukurti naują lentelę duombazėje %s';
148 $strCreatePage = 'Sukurti naują puslapį';
149 $strCreatePdfFeat = 'PDF failo generavimas';
150 $strCreate = 'Sukurti';
151 $strCreateTable = 'Sukurti lentelę';
152 $strCreateUserDatabaseNone = 'Nėra';
153 $strCreationDates = 'Sukūrimo/Atnaujinimo/Peržiūros datos';
154 $strCriteria = 'Kriterijai';
155 $strCroatian = 'Kroatų';
156 $strCSV = 'CSV';
157 $strCurrentServer = 'Dabartinis serveris';
158 $strCustomColor = 'Pasirinkta spalva';
159 $strCyrillic = 'Kirylica';
160 $strCzech = 'Čekų';
161 $strCzechSlovak = 'Čekų-Slovakų';
162 $strChangeCopyModeCopy = '... palikti seną vartotoją.';
163 $strChangeCopyModeDeleteAndReload = ' ... pašalinti seną vartotoją iš vartotojų lentelės ir poto perkrauti privilegijas';
164 $strChangeCopyModeJustDelete = ' ... pašalinti seną vartotoją iš vartotojų lentelės.';
165 $strChangeCopyModeRevoke = ' ... panaikinti visas privilegijas iš seno vartotojo ir poto jį pašalinti.';
166 $strChangeCopyMode = 'Sukurti naują vartotoją su tom pačiom privilegijom ir ...';
167 $strChangeCopyUser = 'Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis';
168 $strChangeDisplay = 'Pasirinkite lauką, kurį norite peržiūrėti';
169 $strChangePassword = 'Pakeisti slaptažodį';
170 $strChange = 'Redaguoti';
171 $strCharset = 'Koduotė';
172 $strCharsetOfFile = 'Simbolių koduotė faile:';
173 $strCharsetsAndCollations = 'Simbolių rinkiniai ir Palyginimai';
174 $strCharsets = 'Koduotės';
175 $strCheckAll = 'Pažymėti visus';
176 $strCheckOverhead = 'Pažymėti turinčias perteklių';
177 $strCheckPrivsLong = 'Patikrinti duombazės &quot;%s&quot; privilegijas.';
178 $strCheckPrivs = 'Patikrinti privilegijas';
179 $strCheckTable = 'Patikrinti lentelę';
180 $strChoosePage = 'Pasirinkite puslapį redagavimui';
182 $strDanish = 'Danų';
183 $strDatabase = 'Duombazė';
184 $strDatabaseEmpty = 'Nenurodytas duombazės vardas!';
185 $strDatabaseExportOptions = 'Duombazės eksportavimo parinktys';
186 $strDatabaseHasBeenCreated = 'Duomenų bazė %1$s sukurta.';
187 $strDatabaseHasBeenDropped = 'Duombazė %s ištrinta.';
188 $strDatabaseNotExisting = '\'%s\' duomenų bazė neegzistuoja.';
189 $strDatabasesDropped = 'Sėkmingai pašalintos %s duombazės.';
190 $strDatabases = 'Duombazės';
191 $strDatabasesStatsDisable = 'Leisti statistiką';
192 $strDatabasesStats = 'Duombazių statistika';
193 $strDatabasesStatsEnable = 'Neleisti statistikos';
194 $strDatabasesStatsHeavyTraffic = 'Pastaba: jeigu duombazės statistika įjungta - apkrovimas tarp www ir MySQL darbinių stočių, gali padidėti aukščiau normos.';
195 $strDataDict = 'Duomenų žodynas';
196 $strData = 'Duomenys';
197 $strDataOnly = 'Tik duomenys';
198 $strDataPages = 'Puslapiai su duomenimis';
199 $strDataSyn = 'Duomenų sinchronizacija';
200 $strDBComment = 'Duombazės komantaras: ';
201 $strDBCopy = 'Kopijuoti duombazę į';
202 $strDbPrivileges = 'Specifinės duombazių privilegijos';
203 $strDBRename = 'Pervadinti duombazę į';
204 $strDbSpecific = 'priklausantis nuo duombazės tipo';
205 $strDefaultEngine = '%s yra standartinis saugojimo variklis šiame MySQL serveryje.';
206 $strDefault = 'Nutylint';
207 $strDefaultValueHelp = 'Nenaudokite išskyrimo simbolių ar kabučiu, nurodydami reikšmę pagal nutylėjimą. Naudokitės šiuo formatu: a';
208 $strDefragment = 'Defragmentuoti lentelę';
209 $strDelayedInserts = 'Naudoti užlaikytus įterpimus';
210 $strDeleteAndFlushDescr = 'Tai yra švariausias būdas, bet privilegijų perkrovimas gali šiek tiek užtrukti.';
211 $strDeleteAndFlush = 'pašalinti vartotojus ir perkrauti privilegijas.';
212 $strDeleted = 'Eilutė ištrinta';
213 $strDeleteNoUsersSelected = 'Nepasirinta vartotojų trynimui!';
214 $strDelete = 'Trinti';
215 $strDeleting = 'Šaliname: %s';
216 $strDelimiter = 'Skyriklis';
217 $strDelOld = 'Šis puslapis turi nuorodų į lenteles, kurios jau neegzistuoja. Ar norite pašalinti šias nuorodas?';
218 $strDescending = 'Mažėjimo tvarka';
219 $strDescription = 'Paaiškinimas';
220 $strDetails = 'Detalės...';
221 $strDictionary = 'žodynas';
222 $strDifference = 'Skirtumas';
223 $strDisabled = 'Išjungta';
224 $strDisableForeignChecks = 'Atsisakyti išorinių raktų tikrinimo';
225 $strDisplayFeat = 'Išvedimo sąvybės';
226 $strDisplayOrder = 'Atvaizdavimo tvarka:';
227 $strDisplayPDF = 'Rodyti PDF vaizdą';
228 $strDoAQuery = 'Vykdyti "užklausą pagal pavyzdį" (pakaitos simbolis: "%")';
229 $strDocu = '?';
230 $strDownloadFile = 'Atsisiųsti failą';
231 $strDoYouReally = 'Ar TIKRAI norite ';
232 $strDropDatabaseStrongWarning = 'Jūs ruošiatės SUNAIKINTI visą duombazę!';
233 $strDrop = 'Šalinti';
234 $strDropUsersDb = 'Pašalinti duombazes, turinčias tokius pačius vardus kaip ir vartotojai.';
235 $strDumpingData = 'Sukurta duomenų kopija lentelei';
236 $strDumpSaved = 'Duombazės atvaizdis išsaugotas faile %s.';
237 $strDumpXRows = 'Išvesti %s eilučių pradedant nuo %s eilutės.';
238 $strDynamic = 'dinaminis';
240 $strEditPDFPages = 'Redaguoti PDF puslapius';
241 $strEditPrivileges = 'Redaguoti privilegijas';
242 $strEdit = 'Redaguoti';
243 $strEffective = 'Efektyvus';
244 $strEmpty = 'Išvalyti';
245 $strEmptyResultSet = 'MySQL gražino tuščią rezultatų rinkinį (nėra eilučių).';
246 $strEnabled = 'Įjungta';
247 $strEncloseInTransaction = 'Naudoti transakciją visam eksportui';
248 $strEndCut = 'KIRPIMO PABAIGA';
249 $strEnd = 'Pabaiga';
250 $strEndRaw = 'RAW PABAIGA';
251 $strEngineAvailable = '%s nėra galimas šiame MySQL serveryje.';
252 $strEngineDisabled = '%s šiame MySQL serveryje yra išjungtas.';
253 $strEngines = 'Varikliai';
254 $strEngineUnsupported = 'Šis MySQL serveris nepalaiko %s saugojimo variklio.';
255 $strEnglish = 'Anglų';
256 $strEnglishPrivileges = ' Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba';
257 $strErrorInZipFile = 'Klaida ZIP archyve:';
258 $strError = 'Klaida';
259 $strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\';
260 $strEsperanto = 'Esperanto';
261 $strEstonian = 'Estų';
262 $strEvent = 'Įvykis';
263 $strEvents = 'Įvykiai';
264 $strExcelEdition = 'Excel variantas';
265 $strExecuteBookmarked = 'Įvykdyti išsaugotą užklausą';
266 $strExplain = 'Paaiškinti';
267 $strExport = 'Eksportuoti';
268 $strExtendedInserts = 'Išplėstinis įterpimas';
269 $strExtra = 'Papildomai';
271 $strFailedAttempts = 'Nepavykę bandymai';
272 $strFieldHasBeenDropped = 'Laukas %s išmestas';
273 $strField = 'Laukas';
274 $strFieldsEnclosedBy = 'Laukų reikšmės apskliaustos simboliais';
275 $strFieldsEscapedBy = 'Laukų reikšmės baigiasi simboliu';
276 $strFields = 'Lauką';
277 $strFieldsTerminatedBy = 'Laukų pabaigos žymė';
278 $strFileAlreadyExists = 'Failas pavadinimu %s jau yra darbinėje stotyje, pakeiskite norimą pavadinimą arba pasirinkite nustatymą leidžiantį perrašyti esamus failus.';
279 $strFileCouldNotBeRead = 'Negalima perskaityti failo';
280 $strFileNameTemplateDescriptionDatabase = 'duomenų bazės vardas';
281 $strFileNameTemplateDescriptionServer = 'serverio vardas';
282 $strFileNameTemplateDescription = 'Ši reikšmė interpretuojama naudojant %1$sstrftime%2$s, taigi, galite naudoti laiko formatavimo eilutes. Taip pat pakeičiamos šios eilutės: %3$s. Kitas tekstas bus paliktas kaip yra.';
283 $strFileNameTemplateDescriptionTable = 'lentelės vardas';
284 $strFileNameTemplate = 'Failo pavadinimo šablonas';
285 $strFileNameTemplateRemember = 'atsiminti šabloną';
286 $strFiles = 'Failai';
287 $strFileToImport = 'Failas importavimui';
288 $strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo nustatymų failuose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti. ';
289 $strFlushTable = 'Išvalyti lentelę ("FLUSH")';
290 $strFontSize = 'Šrifto dydis';
291 $strFormat = 'Formatas';
292 $strFormEmpty = 'Trūksta reikšmės formoje !';
293 $strFreePages = 'Tušti puslapiai';
294 $strFullText = 'Tekstus rodyti pilnai';
295 $strFunction = 'Funkcija';
296 $strFunctions = 'Funkcijos';
298 $strGenBy = 'Generavo:';
299 $strGeneralRelationFeat = 'Pagrindinės sąryšių sąvybės';
300 $strGenerate = 'Generuoti';
301 $strGeneratePassword = 'Generuoti Slaiptažodį';
302 $strGenTime = 'Atlikimo laikas';
303 $strGeorgian = 'Gruzinų';
304 $strGerman = 'Vokiečių';
305 $strGetMoreThemes = 'Gauti daugiau išvaizdų!';
306 $strGlobal = 'globalus';
307 $strGlobalPrivileges = 'Globalios teisės';
308 $strGlobalValue = 'Globali reikšmė';
309 $strGoToDatabase = 'Eiti į duomenų bazę';
310 $strGoToTable = 'Eiti į lentelę';
311 $strGo = 'Vykdyti';
312 $strGrantOption = 'Suteikti';
313 $strGreek = 'Graikų';
314 $strGzip = '"gzipped"';
316 $strHasBeenAltered = 'išplėsta.';
317 $strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui';
318 $strHebrew = 'Žydų';
319 $strHelp = 'Pagalba';
320 $strHide = 'Paslėpti';
321 $strHideShowAll = 'Paslėpti/rodyti visus';
322 $strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
323 $strHome = 'Pradinis';
324 $strHost = 'Darbinė stotis';
325 $strHostEmpty = 'Tuščias prisijungimo adresas!';
326 $strHTMLExcel = 'Microsoft Excel 2000';
327 $strHTMLWord = 'Microsoft Word 2000';
328 $strHungarian = 'Vengrų';
330 $strIcelandic = 'Islandų';
331 $strId = 'ID';
332 $strIdxFulltext = 'Fulltext';
333 $strIEUnsupported = 'Internet Explorer nepalaiko šios funkcijos.';
334 $strIgnoreDuplicates = 'Ignoruoti pasikartojančias eilutes';
335 $strIgnore = 'Ignoruoti';
336 $strIgnoreInserts = 'Ignoruoti INSERT užklausas.';
337 $strImportFiles = 'Importuoti failus';
338 $strImportFormat = 'Įkelto failo formatas';
339 $strImport = 'Importuoti';
340 $strImportXLS = 'Excel 97-2003 XLS darbaknygė';
341 $strImportXLSX = 'Excel 2007 XLSX darbaknygė';
342 $strIndexes = 'Indeksai';
343 $strIndexHasBeenDropped = 'Indeksas %s panaikintas';
344 $strIndex = 'Indeksas';
345 $strIndexName = 'Indekso vardas&nbsp;:';
346 $strIndexType = 'Indekso tipas&nbsp;:';
347 $strIndexWarningTable = 'Iškilo problemos su `%s` lentelės indeksais';
348 $strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
349 $strInnoDBDataFilePath = 'Duomenų failai';
350 $strInnoDBDataHomeDirDesc = 'Bendra direktorijų kelio dalis visiems InnoDB duomenų failams.';
351 $strInnoDBPages = 'puslapiai';
352 $strInnodbStat = 'InnoDB būsena';
353 $strInsecureMySQL = 'Jūsų nustatymų faile yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptažožio). Taip sutinkinta MySQL darbinė stotis yra nesaugi, bei gali būti atvira įsilaužimams, todėl rekomenduojame pakeisti šias parinktis.';
354 $strInsertAsNewRow = 'Įterpti naują įrašą';
355 $strInsert = 'Įterpti';
356 $strInternalRelations = 'Vidiniai sąryšiai';
357 $strInUse = 'šiuo metu naudojama';
358 $strInvalidTableName = 'Neteisingas lentelės vardas';
360 $strJapanese = 'Japonų';
361 $strJumpToDB = 'Pereiti į &quot;%s&quot; duombazę.';
362 $strJustDeleteDescr = 'Kol nėra perkrautos privilegijos, &quot;pašalinti&quot; vartotojai gali prisijungti prie MySQL darbinės stoties.';
363 $strJustDelete = 'tik pašalinti vartotojus iš privilegijų lentelės.';
365 $strKeepPass = 'Nekeisti slaptažodžio';
366 $strKeyname = 'Raktinis žodis';
367 $strKill = 'Stabdyti procesą';
368 $strKorean = 'Korėjiečių';
370 $strLandscape = 'Peizažinis';
371 $strLanguage = 'Kalba';
372 $strLanguageUnknown = 'Nežinoma kalba: %1$s.';
373 $strLatexCaption = 'Lentelės antraštė';
374 $strLatexContent = 'Lentelės __TABLE__ turinys';
375 $strLatexContinuedCaption = 'Lentelės antraštė (tęsinys)';
376 $strLatexContinued = '(tęsinys)';
377 $strLatexIncludeCaption = 'Įterpti lentelės antraštę';
378 $strLatexLabel = 'Pavadinimo raktas';
379 $strLaTeX = 'LaTeX';
380 $strLatexStructure = 'Lentelės __TABLE__ struktūra';
381 $strLatvian = 'Latvių';
382 $strLDI = 'CSV naudojant LOAD DATA';
383 $strLengthSet = 'Ilgis/reikšmės*';
384 $strLimitNumRows = 'Eilučių skaičius puslapyje';
385 $strLinesTerminatedBy = 'Eilutės pabaigos žymė';
386 $strLinkNotFound = 'Sąryšis nerastas';
387 $strLinksTo = 'Sąryšis su';
388 $strLithuanian = 'Lietuvių';
389 $strLocalhost = 'Lokali darbinė stotis';
390 $strLocationTextfile = 'Tekstiniai SQL užklausų failai';
391 $strLoginInformation = 'Prisijungimo informacija';
392 $strLogin = 'Prisijungti';
393 $strLogout = 'Atsijungti';
394 $strLogPassword = 'Slaptažodis:';
395 $strLogServer = 'Darbinė stotis';
396 $strLogUsername = 'Vartotojo vardas:';
397 $strLongOperation = 'Operacija gali užtrukti. Tęsti?';
399 $strMaximalQueryLength = 'Didžiausias sukurtos užklausos ilgis';
400 $strMaximumSize = 'Didžiausias dydis: %s%s';
401 $strMbExtensionMissing = 'Nebuvo rastas PHP išplėtimas mbstring ir panašu, kad Jūs naudojate multibyte simbolių kodaciją. Be mbstring plėtinio phpMyAdmin negali tesingai skaidyti stringų, todėl galite sulaukti netikėtų rezultatų.';
402 $strMbOverloadWarning = 'Savo PHP konfigūracijoje Jūs įjungėte mbstring.func_overload. Šis nustatymas nėra suderinamas su phpMyAdmin ir gali pažeisti Jūsų duomenis!';
403 $strMIME_available_mime = 'Galimi MIME-tipai';
404 $strMIME_available_transform = 'Galimos transformacijos';
405 $strMIME_description = 'Paaiškinimas';
406 $strMIME_MIMEtype = 'MIME tipai';
407 $strMIME_nodescription = 'Ši transformacija neturi paaiškinimo.<br />Klauskite autoriaus ką %s daro.';
408 $strMIME_transformation = 'Naršyklės transformacija';
409 $strMIME_transformation_note = 'Norėdami gauti pilną sąrašą galimų transformacijų ir jų MIME tipų transformacijų, spauskite %stransformacijos paaiškinimą%s';
410 $strMIME_transformation_options_note = 'Prašome įvesti transformacijos nustatymų reikšmes naudodami tokį įvedimo formatą: \'a\', 100, b,\'c\'...<br />Jeigu tarp šių reikšmių prisireiks panaudoti viršutinį vertikalų pasvirą brūkšnį ("\") arba viengubą kabutę ("\'"), naudokite viršutinį vertikalų pasvirą brūkšnį prieš šiuos simbolius (pvz: \'\\\\xyz\' ar \'a\\\'b\').';
411 $strMIME_transformation_options = 'Transformacijos nustatymai';
412 $strMIMETypesForTable = 'MIME tipai lentelei';
413 $strMIME_without = 'MIME tipai atspausdinti pasvirusiu šriftu neturi atskirų transformacijos funkcijos.';
414 $strModifications = 'Pakeitimai išsaugoti';
415 $strModifyIndexTopic = 'Keisti indeksą';
416 $strModify = 'Keisti';
417 $strMoveTableOK = 'Lentelė %s perkelta į %s.';
418 $strMoveTable = 'Perkelti lentelė į (duombazė<b>.</b>lentelė):';
419 $strMoveTableSameNames = 'Negalima perkelti lentelės į ją pačią!';
420 $strMultilingual = 'daugiakalbis';
421 $strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinų failų dydis kuriant indeksus';
422 $strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinų failų dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
423 $strMyISAMMaxSortFileSize = 'Maksimalus laikinų rūšiavimo failų dydis';
424 $strMyISAMRecoverOptions = 'Automatinio atstatymo režimas';
425 $strMyISAMRecoverOptionsDesc = 'Režimas, skirtas automatiniam nusprogusių MyISAM lentelių atstatymui, kuris nurodomas per --myisam-recover serverio startavimo parametrą.';
426 $strMyISAMRepairThreadsDesc = 'Jei ši reikšmė yra didesnė už 1, vykdant Repair, rūšiavimo procesas MyISAM lentelių indeksus kuria lygegrečiai (kiekvieną indeksą savo gijoje).';
427 $strMyISAMSortBufferSize = 'Rūšiavimo buferio dydis';
428 $strMysqlClientVersion = 'MySQL kliento versija';
429 $strMySQLConnectionCollation = 'MySQL prisijungimo rūšiavimas';
430 $strMySQLCharset = 'MySQL koduotė';
431 $strMySQLSaid = 'MySQL atsakymas: ';
432 $strMySQLShowProcess = 'Rodyti procesus';
434 $strName = 'Pavadinimas';
435 $strNavTableFilter = 'Filtras';
436 $strNext = 'Sekantis';
437 $strNoActivity = 'Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų. Prašau prisijungti iš naujo.';
438 $strNoDatabases = 'Nėra duombazių';
439 $strNoDatabasesSelected = 'Nepažymėjote duombazės.';
440 $strNoDescription = 'Aprašymo nėra';
441 $strNoDetailsForEngine = 'Apie šio Saugojimo Variklio būseną nėra išsamios informacijos.';
442 $strNoDropDatabases = '"DROP DATABASE" komandos įvykdyti negalima.';
443 $strNoExplain = 'Praleisti SQL užklausos aiškinimą';
444 $strNoFilesFoundInZip = 'ZIP archyve nerasta failų!';
445 $strNoFrames = 'phpMyAdmin draugiškesnis su <b>rėmelius</b> palaikančiomis naršyklėmis.';
446 $strNoIndex = 'Neaprašyti indeksai!';
447 $strNoIndexPartsDefined = 'Neaprašytos indekso dalys!';
448 $strNoModification = 'Nėra pakeitimų';
449 $strNo = 'Ne';
450 $strNone = 'Nėra';
451 $strNoOptions = 'Šis formatas neturi nustatymų';
452 $strNoPassword = 'Nėra slaptažodžio';
453 $strNoPermission = 'Nėra teisių išsaugoti failui %s.';
454 $strNoPhp = 'be PHP kodo';
455 $strNoPrivileges = 'Nėra privilegijų';
456 $strNoRights = 'Neturite pakankamai teisių';
457 $strNoRowsSelected = 'Nepasirinkti įrašai';
458 $strNoSpace = 'Nėra pakankamai vietos išsaugoti failui %s.';
459 $strNoTablesFound = 'Duombazėje nerasta lentelių.';
460 $strNoThemeSupport = 'Temos nėra palaikomos, patikrinkite savo konfigūraciją ir/arba savo temų direktoriją %s.';
461 $strNotNumber = 'Įveskite skaičių!';
462 $strNotOK = 'Negerai';
463 $strNotSet = 'Lentelė <b>%s</b> nerasta arba nenurodyta %s faile';
464 $strNoUsersFound = 'Nerasta vartotojo(ų).';
465 $strNoValidateSQL = 'Praleisti SQL užklausos tikrinimą';
466 $strNull = 'Null';
467 $strNumberOfFields = 'Laukų skaičius';
468 $strNumberOfTables = 'Lentelių skaičius';
469 $strNumSearchResultsInTable = '%s atitikmuo(enys) lentelėje <i>%s</i>';
470 $strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> atitikmuo(enys)';
471 $strNumTables = 'Lentelės';
473 $strOK = 'Gerai';
474 $strOpenDocumentSpreadsheet = 'Open Document skaičiuoklė';
475 $strOpenDocumentText = 'Open Document tekstas';
476 $strOpenNewWindow = 'Atverti naują phpMyAdmin langą';
477 $strOperations = 'Veiksmai';
478 $strOperator = 'Operatorius';
479 $strOptimize = 'Optimizuoti';
480 $strOptimizeTable = 'Optimizuoti';
481 $strOptions = 'Nustatymai';
482 $strOr = 'Arba';
483 $strOverhead = 'Perteklius';
484 $strOverwriteExisting = 'Perrašyti esamus failus';
486 $strPacked = 'Suspausta';
487 $strPageNumber = 'Puslapis:';
488 $strPaperSize = 'Lapo dydis';
489 $strPartialImport = 'Dalinis įkėlimas';
490 $strPartialText = 'Tekstus rodyti dalinai';
491 $strPasswordEmpty = 'Tuščias slaptažodis!';
492 $strPasswordHashing = 'Slaptažodžių Hešavimas';
493 $strPasswordChanged = 'Vartotojo %s slaptažodis sėkmingai pakeistas.';
494 $strPasswordNotSame = 'Slaptažodžiai nesutampa!';
495 $strPassword = 'Slaptažodis';
496 $strPdfDbSchema = 'Duombazės "%s" schema - %s puslapis';
497 $strPdfInvalidTblName = 'Lentelė "%s" neegzistuoja!';
498 $strPdfNoTables = 'No tables';
499 $strPDF = 'PDF';
500 $strPDFReportTitle = 'Ataskaitos antraštė';
501 $strPerHour = 'per valandą';
502 $strPerMinute = 'per minutę';
503 $strPerSecond = 'per sekundę';
504 $strPersian = 'Persų';
505 $strPhoneBook = 'telefonų knyga';
506 $strPHPExtension = 'PHP plėtinys';
507 $strPhp = 'PHP kodas';
508 $strPHPVersion = 'PHP versija';
509 $strPlayAudio = 'Groti garsą';
510 $strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
511 $strPmaUriError = 'Reikia nustatymų faile įrašyti <tt>$cfg[\'PmaAbsoluteUri\']</tt> reikšmę!';
512 $strPolish = 'Lenkų';
513 $strPort = 'Jungtis';
514 $strPortrait = 'Portretinis';
515 $strPos1 = 'Pradžia';
516 $strPrevious = 'Praėjęs';
517 $strPrimaryKeyHasBeenDropped = 'Panaikintas pirminis raktas';
518 $strPrimaryKeyName = 'Pirminio rakto pavadinimas turi būti "PRIMARY"!';
519 $strPrimaryKeyWarning = '("PRIMARY" <b>yra vienintelis</b> pirminio rakto tipas!)';
520 $strPrimary = 'Pirminis';
521 $strPrint = 'Spausdinti';
522 $strPrintViewFull = 'Spausdinti rezultatus (su pilnais tekstais)';
523 $strPrintView = 'Spausdinti struktūrą';
524 $strPrivDescAllPrivileges = 'Įtraukti visas teises, išskyrus GRANT.';
525 $strPrivDescAlter = 'Leisti keisti jau egzistuojančių lenetelių struktūrą.';
526 $strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
527 $strPrivDescCreateTbl = 'Leisti kurti naujas lenteles.';
528 $strPrivDescCreateTmpTable = 'Leisti kurti laikinas lenteles.';
529 $strPrivDescCreateUser = 'Leidžia kurti, šalinti ir pervadinti vartotojus.';
530 $strPrivDescCreateView = 'Leidžia sukurti naujus view\'us.';
531 $strPrivDescDelete = 'Leisti šalinti duomenis.';
532 $strPrivDescDropDb = 'Leisti šalinti duombazes ir lenteles.';
533 $strPrivDescDropTbl = 'Leisti šalinti lenteles.';
534 $strPrivDescExecute = 'Leisti vykdyti išsaugotas procedūras; Negalioja šioje MySQL versijoje.';
535 $strPrivDescFile = 'Leisti įterpti ir eksportuoti duomenis iš failų.';
536 $strPrivDescGrant = 'Leisti įterpti naujus vartotojus, bei prisikirti privilegijas, neperkraunant privilegijų lentelės.';
537 $strPrivDescIndex = 'Leisti įterpti ir modifikuoti indeksus.';
538 $strPrivDescInsert = 'Leisti įterpti ir modifikuoti duomenis.';
539 $strPrivDescLockTables = 'Leisti užrakinti lenteles procesų metu.';
540 $strPrivDescMaxConnections = 'Riboti prisijungimų kiekį per valandą.';
541 $strPrivDescMaxQuestions = 'Riboti užklausų kiekį per valandą';
542 $strPrivDescMaxUpdates = 'Riboti komandų (kurios vienaip ar kitaip modifikuoja lenteles ar duombazes) kiekį per valandą.';
543 $strPrivDescReferences = ' Negalioja šioje MySQL versijoje.';
544 $strPrivDescReload = 'Leisti perkrauti darbinę stotį, bei išvalyti laikinąją atmintį (cache).';
545 $strPrivDescReplClient = 'Leisti vartotojo užklausas dėl atstatymo master / slave darbinių stočių.';
546 $strPrivDescReplSlave = 'Reikalinga atstatyti slave darbinei stočiai';
547 $strPrivDescSelect = 'Leisti skaityti duomenis.';
548 $strPrivDescShowDb = 'Suteikti prieigą prie visų duombazių.';
549 $strPrivDescShowView = 'Leidžia vykdyti SHOW CREATE VIEW užklausas.';
550 $strPrivDescShutdown = 'Leisti išjungti serverį.';
551 $strPrivDescSuper = 'Leisti prisijungti, kai viršytas prisijungimų kiekis; Reikalinga daugumai administratoriaus darbų, tokių kaip globalių reikšmių modifikavimui ar vartotojų atjungimui.';
552 $strPrivDescUpdate = 'Leisti modifikuoti duomenis.';
553 $strPrivDescUsage = 'Be teisių.';
554 $strPrivileges = 'Privilegijos';
555 $strPrivilegesReloaded = 'Teisės sėkmingai perkrautos.';
556 $strProcedures = 'Procedūros';
557 $strProcesses = 'Procesai';
558 $strProcesslist = 'Procesų sąrašas';
559 $strProtocolVersion = 'Protokolo versija';
560 $strPutColNames = 'Stulpelių pavadinimus įrašyti pirmoje eilutėje';
562 $strQBEDel = 'Pakeičiant';
563 $strQBEIns = 'Įterpiant';
564 $strQBE = 'SQL&nbsp;užklausa';
565 $strQueryCache = 'Užklausų saugykla';
566 $strQueryFrame = 'Užklausų langas';
567 $strQueryOnDb = 'SQL-užklausa duombazėje <b>%s</b>:';
568 $strQueryResultsOperations = 'Veiksmai su užklausos rezultatais';
569 $strQuerySQLHistory = 'SQL užklausų istorija';
570 $strQueryStatistics = '<b>Užklausų statistika</b>: nuo paleidimo dienos buvo išsiųsta %s užklausų į serverį.';
571 $strQueryTime = 'Užklausa užtruko %01.4f sek.';
572 $strQueryType = 'Užklausos tipas';
573 $strQueryWindowLock = 'Nekeisti šios užklausos už aktyvaus lango ribų.';
575 $strReadRequests = 'Read užklausos';
576 $strReceived = 'Gauta';
577 $strRecords = 'Viso įrašų:';
578 $strReferentialIntegrity = 'Patikrinti sąryšių vientisumą:';
579 $strRefresh = 'Atnaujinti';
580 $strRelationalSchema = 'Ryšių schema';
581 $strRelationNotWorking = 'Nėra PMA lentelių, kurios leidžia dirbti su jungtinėmis MySQL lentelėmis. %sPaaiškinimas%s.';
582 $strRelationsForTable = 'RELATIONS FOR TABLE';
583 $strRelations = 'Sąryšiai';
584 $strRelationView = 'Peržiūrėti sąryšius';
585 $strReloadingThePrivileges = 'Perkraunamos privilegijos';
586 $strReload = 'Perkrauti';
587 $strReloadPrivileges = 'Perkrauti privilegijas';
588 $strRemoteServer = 'Nutolęs serveris';
589 $strRemoveSelectedUsers = 'Pašalinti pažymėtus vartotojus';
590 $strRenameDatabaseOK = 'Duombazė %s pervadinta į %s';
591 $strRenameTableOK = 'Lentelė %s pervadinta į %s';
592 $strRenameTable = 'Pervadinti lentelę į';
593 $strRepairTable = 'Redaguoti';
594 $strRepair = 'Taisyti';
595 $strReplaceNULLBy = 'Pakeisti NULL į';
596 $strReplaceTable = 'Pakeisti lentelės turinį failo duomenimis ';
597 $strReplication = 'Replikacija';
598 $strReplicationSlaveSkipCurrentError = 'Praleisti klaidą';
599 $strReplicationStatus = 'Replikacijos būsena';
600 $strReplicationUnknownError = 'Nežinoma klaida';
601 $strReset = 'Atstatyti į pradinę būseną';
602 $strResourceLimits = 'Išteklių apribojimai';
603 $strReType = 'Įveskite dar kartą';
604 $strRevokeAndDeleteDescr = 'Kol nėra perkrautos privilegijos, vartotojai dar turės privilegiją USAGE.';
605 $strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojų privilegijas ir pašalinti vartotojus.';
606 $strRevokeMessage = 'Jūs panaikinote privilegijas %s';
607 $strRevoke = 'Panaikinti';
608 $strRomanian = 'Rumunų';
609 $strRowLength = 'Eilutės ilgis';
610 $strRows = 'Eilutės';
611 $strRowsFrom = 'eilučių pradedant nuo';
612 $strRowSize = 'Eilutės dydis';
613 $strRowsModeFlippedHorizontal = 'horizontalūs (pasukti pavadinimai)';
614 $strRowsModeHorizontal = 'horizontaliai';
615 $strRowsModeOptions = 'išdėstant %s pakartoti antraštes kas %s įrašų';
616 $strRowsModeVertical = 'vertikaliai';
617 $strRowsStatistic = 'Eilučių statistika';
618 $strRunning = 'adresu %s';
619 $strRunQuery = 'Vykdyti užklausą';
620 $strRunSQLQuery = 'Vykdyti SQL sakinius duombazėje <strong>%s</strong>';
621 $strRussian = 'Rusų';
623 $strSave = 'Išsaugoti';
624 $strSaveOnServer = 'Išsaugoti serveryje, kataloge pavadinimu %s';
625 $strSavePosition = 'Išsaugoti vietą';
626 $strScaleFactorSmall = 'Dydžio matas yra per mažas norint sutalpinti vaizdą viename lape.';
627 $strSearchFormTitle = 'Paieška duombazėje';
628 $strSearchInTables = 'Lentelės(ių) viduje:';
629 $strSearchNeedle = 'Paieškos žodis(iai) arba reikšmė(ės) (pakaitos simbolis: "%"):';
630 $strSearchOption1 = 'bent vienas iš žodžių';
631 $strSearchOption2 = 'visi žodžiai';
632 $strSearchOption3 = 'ištisa frazė';
633 $strSearchOption4 = 'kaip reguliarųjį išsireiškimą';
634 $strSearch = 'Paieška';
635 $strSearchResultsFor = 'Paieškos rezultatai frazei "<i>%s</i>" %s:';
636 $strSearchType = 'Rasti:';
637 $strSecretRequired = 'Nustatymų faile nurodykite slaptą frazę (blowfish_secret).';
638 $strSelectADb = 'Pasirinkite duombazę';
639 $strSelectAll = 'Pažymėti visus';
640 $strSelectBinaryLog = 'Pasirinkite binarinį logą peržiūrai';
641 $strSelectFields = 'Pasirinkite laukus (nors vieną)';
642 $strSelectNumRows = 'užklausą vykdoma';
643 $strSelectTables = 'Pasirinkite lenteles';
644 $strSend = 'Išsaugoti į failą';
645 $strSent = 'Siųsta';
646 $strServerChoice = 'Pasirinkti serverį';
647 $strServerNotResponding = 'Serveris neatsako';
648 $strServer = 'Serveris';
649 $strServers = 'Serveriai';
650 $strServerStatusUptime = 'MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s.';
651 $strServerStatus = 'Veikimo informacija';
652 $strServerTabVariables = 'Kintamieji';
653 $strServerTrafficNotes = '<b>Serverio apkrovimas</b>: šiose lentelėse saugoma statistinė informacija apie MySQL serverio apkrovimą nuo paleidimo dienos.';
654 $strServerVars = 'Serverio kintamieji ir nustatymai';
655 $strServerVersion = 'Serverio versija';
656 $strSessionValue = 'Sesijos reikšmė';
657 $strSetEnumVal = 'Jeigu laukelio tipas yra "enum" arba "set", tuomet duomenų reikšmes reikia įvesti naudojant šį formatą: \'a\',\'b\',\'c\'...<br />. Jeigu jums reikia įrašyti dešininį įžambųjį brūkšnį ("\") arba kabutes("\'"), tuomet prieš šios simbolius reikia papildomo dešininio įžambaus brūkšnio (pavyzdžiui: \'\\\\xyz\' or \'a\\\'b\').';
658 $strSettings = 'nustatymai';
659 $strSetupAllowArbitraryServer_name = 'Leisti jungtis prie bet kurio MySQL serverio';
660 $strSetupblowfish_secret_name = 'Blowfish paslaptis';
661 $strSetupBrowseMarkerEnable_desc = 'Paryškinti pažymėtas eilutes';
662 $strSetupBrowseMarkerEnable_name = 'Eilutės žymeklis';
663 $strSetupBrowsePointerEnable_desc = 'Paryškinti eilutę po pelės žymekliu';
664 $strSetupBrowsePointerEnable_name = 'Paryškinti žymeklį';
665 $strSetupBZipDump_name = 'Bzip2';
666 $strSetupClear = 'Išvalyti';
667 $strSetupConfigurationFile = 'Nustatymų failas';
668 $strSetupConfirm_name = 'Patvirtinti DROP užklausas';
669 $strSetupDefaultLanguage = 'Įprastinė kalba';
670 $strSetupDefaultServer = 'Įprastinis serveris';
671 $strSetupDisplayDatabasesList_name = 'Rodyti duomenų bazes kaip sąrašą';
672 $strSetupDisplay = 'Rodymas';
673 $strSetupDisplayServersList_name = 'Rodyti serverius kaip sąrašą';
674 $strSetupDonateLink = 'Paremti';
675 $strSetupDownload = 'Parsisiųsti';
676 $strSetupEndOfLine = 'Eilutės galas';
677 $strSetuperror_connection = 'Nepavyko prisijungti prie MySQL serverio';
678 $strSetuperror_form = 'Pateiktoje formoje yra klaidų';
679 $strSetuperror_incorrect_ip_address = 'Neteisingas IP adresas: %s';
680 $strSetuperror_incorrect_port = 'Neteisingas jungties skaičius';
681 $strSetuperror_incorrect_value = 'Neteisinga reikšmė';
682 $strSetuperror_missing_field_data = 'Trūksta duomenų %s';
683 $strSetuperror_nan_nneg = 'Nėra neneigiamas skaičius';
684 $strSetuperror_nan_p = 'Nėra teigiamas skaičius';
685 $strSetupExecTimeLimit_name = 'Ilgiausias vykdymo laikas';
686 $strSetupExport_asfile_name = 'Išsaugoti į failą';
687 $strSetupExport_compression_name = 'Kompresija';
688 $strSetupExport_file_template_database_name = 'Duomenų bazės vardo šablonas';
689 $strSetupExport_file_template_server_name = 'Serverio vardo šablonas';
690 $strSetupExport_file_template_table_name = 'Lentelės vardo šablonas';
691 $strSetupExport_format_name = 'Formatas';
692 $strSetupExport_onserver_name = 'Išsaugoti serveryje';
693 $strSetupExport_onserver_overwrite_name = 'Perrašyti esamus failus';
694 $strSetupExport_remember_file_template_name = 'Atsiminti failo vardo šabloną';
695 $strSetupFalse = 'ne';
696 $strSetupForceSSL_name = 'Naudoti SSL susijungimą';
697 $strSetupForm_Left_databases_desc = 'Duomenų bazių rodymo nustatymai';
698 $strSetupForm_Left_databases = 'Duombazės';
699 $strSetupForm_Left_servers = 'Serveriai';
700 $strSetupForm_Left_tables_desc = 'Lentelių rodymo nustatymai';
701 $strSetupForm_Left_tables = 'Lentelės';
702 $strSetupForm_Query_window = 'Užklausų langas';
703 $strSetupForm_Security = 'Saugumas';
704 $strSetupForm_Server_config = 'Serverio nustatymai';
705 $strSetupForm_Server = 'Pagrindiniai nustatymai';
706 $strSetupForm_Server_pmadb = 'PMA duomenų bazė';
707 $strSetupFormset_features = 'Funkcijos';
708 $strSetupForm_Sql_box = 'SQL užklausos laukelis';
709 $strSetupForm_Tabs = 'Kortelės';
710 $strSetupGZipDump_name = 'GZip';
711 $strSetupHomepageLink = 'phpMyAdmin tinklapis';
712 $strSetupCharEditing_name = 'CHAR laukų redagavimas';
713 $strSetupIgnoreErrors = 'Ignoruoti klaidas';
714 $strSetupImport_format_name = 'Įkelto failo formatas';
715 $strSetupImport_skip_queries_name = 'Dalinis importas: praleisti užklausas';
716 $strSetupInsecureConnection = 'Nesaugus susijungimas';
717 $strSetupInsertRows_name = 'Įkeltų eilučių skaičius';
718 $strSetupLeftDisplayLogo_name = 'Rodyti logotipą';
719 $strSetupLeftDisplayServers_name = 'Rodyti serverių pasirinkimą';
720 $strSetupLetUserChoose = 'leisti vartotojui pasirinkti';
721 $strSetupNewServer = 'Naujas serveris';
722 $strSetupOverview = 'Apžvalga';
723 $strSetupServers_AllowDeny_order_desc = 'Palikite tuščią, jei nenaudojamas';
724 $strSetupServers_AllowRoot_name = 'Leisti prisijungti kaip root';
725 $strSetupServers_connect_type_name = 'Susijungimo tipas';
726 $strSetupServers_DisableIS_name = 'Neleisti matyti INFORMATION_SCHEMA';
727 $strSetupServers_extension_name = 'Naudoti PHP išplėtimą';
728 $strSetupServers_host_name = 'Serverio adresas';
729 $strSetupServers_pmadb_name = 'PMA duomenų bazė';
730 $strSetupServers_port_name = 'Serverio jungtis';
731 $strSetupSQLQuery_Edit_name = 'Redaguoti';
732 $strSetupSQLQuery_Explain_name = 'Paaiškinti';
733 $strSetupSQLQuery_Refresh_name = 'Atnaujinti';
734 $strSetupSQLQuery_ShowAsPHP_name = 'PHP kodas';
735 $strSetupTrue = 'taip';
736 $strSetupVersionCheck = 'Versijos patikrinimas';
737 $strSetupWarning = 'Perspėjimas';
738 $strSetupZipDump_name = 'ZIP';
739 $strShowAll = 'Rodyti viską';
740 $strShowColor = 'Rodyti spalvą';
741 $strShowDatadictAs = 'Duomenų žodyno formatas';
742 $strShowFullQueries = 'Rodyti pilnas užklausas';
743 $strShowGrid = 'Rodyti tinklelį';
744 $strShowingPhp = 'Rodomas PHP kodas';
745 $strShowingRecords = 'Rodomi įrašai';
746 $strShowingSQL = 'Rodoma SQL užklausa';
747 $strShowPHPInfo = 'Rodyti PHP informaciją';
748 $strShow = 'Rodyti';
749 $strShowStatusFlush_commandsDescr = 'Įvykdytų FLUSH užklausų skaičius.';
750 $strShowStatusInnodb_data_readsDescr = 'Duomenų nuskaitymų skaičius.';
751 $strShowStatusInnodb_data_writesDescr = 'Duomenų įrašymų skaičius.';
752 $strShowStatusReset = 'Atstatyti į pradinę būseną';
753 $strShowTableDimension = 'Rodyti lentelių dydžius';
754 $strShowTables = 'Rodyti lentelės';
755 $strShowThisQuery = ' Rodyti šią užklausą vėl ';
756 $strSimplifiedChinese = 'Supaprastinta Kiniečių';
757 $strSingly = '(pavieniui)';
758 $strSize = 'Dydis';
759 $strSkipQueries = 'Praleisti įrašų(užklausų) skaičių nuo pradžios';
760 $strSlovak = 'Slovakų';
761 $strSlovenian = 'Slovėnų';
762 $strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)';
763 $strSortByKey = 'Rūšiuoti pagal raktą';
764 $strSorting = 'Rūšiavimas';
765 $strSort = 'Rūšiuoti';
766 $strSpaceUsage = 'Vietos naudojimas';
767 $strSpanish = 'Ispanų';
768 $strSplitWordsWithSpace = 'Žodžiai atskirti tarpo simboliu (" ").';
769 $strSQLCompatibility = 'SQL suderinamumas';
770 $strSQLExportType = 'Eksporto tipas';
771 $strSQLParserBugMessage = 'Klaidą SQL interpretatoriuje. Prašome patikrinti ar SQL užklausoje teisingai naudojamos kabutės. Kita, galima klaida, jog Jūs bandote atsiųsti dvejetainius (binary) duomenis neapskliaustus kabutėmis. Taip pat Jūs galite pabandyti įvykdyti savo užklausą iš MySQL konsolės. MySQL serverio išvesta informacija apie klaidą (jeigu tokių bus) gali padėti Jums nustatyti klaidos priežastį. Jeigu užklausa sėkmingai įvykdoma konsolėje, o SQL interpretatorius vistiek išveda pranešimus apie klaidas, prašome supaprastinite savo SQL užklausą ir perduodamų duomenų kiekį užklausoje ir praneškite apie klaidą programos kūrėjams su žemiau pateikiama informacija:';
772 $strSQLParserUserError = 'Klaida SQL užklausoje. Žemiau išvestas MySQL serverio pranešimas (jeigu toks yra), turėtų padėti Jums nustatyti klaidos priežastį';
773 $strSQLQuery = 'SQL užklausa';
774 $strSQLResult = 'SQL rezultatas';
775 $strSQL = 'SQL';
776 $strSQPBugInvalidIdentifer = 'Klaidingas vardas';
777 $strSQPBugUnclosedQuote = 'Trūksta uždaromosios kabutės';
778 $strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
779 $strStatCreateTime = 'Sukurta';
780 $strStatement = 'Parametrai';
781 $strStatCheckTime = 'Paskutinis patikrinimas';
782 $strStatUpdateTime = 'Paskutinis atnaujinimas';
783 $strStatus = 'Statusas';
784 $strStorageEngine = 'Saugojimo variklis';
785 $strStorageEngines = 'Saugojimo varikliai';
786 $strStrucCSV = 'CSV';
787 $strStrucData = 'Struktūra ir duomenys';
788 $strStrucExcelCSV = 'Duomenys ekselio CSV formatu';
789 $strStrucOnly = 'Tik struktūra';
790 $strStructPropose = 'Analizuoti lentelės struktūrą';
791 $strStructure = 'Struktūra';
792 $strSubmit = 'Siųsti';
793 $strSuccess = 'Jūsų SQL užklausa sėkmingai įvykdyta';
794 $strSum = 'Sumos';
795 $strSwedish = 'Švedų';
796 $strSwitchToDatabase = 'Pereiti į nukopijuotą duombazę';
797 $strSwitchToTable = 'Pereiti į lentelės kopiją';
798 $strSynchronizeDb = 'Sinchronizuoti duomenų bazes';
799 $strSynchronize = 'Sinchronizuoti';
801 $strTableAddColumn = 'Pridėti stulpelį(-ius)';
802 $strTableAlreadyExists = 'Lentelė %s jau yra!';
803 $strTableAlterColumn = 'Pakeisti stulpelį(-ius)';
804 $strTableAlteredSuccessfully = 'Lentelė %1$s sėkmingai pakeista';
805 $strTableAlterIndex = 'Keisti indeksą(-us)';
806 $strTableComments = 'Lentelės komentarai';
807 $strTableEmpty = 'Tuščias lentelės vardas!';
808 $strTableHasBeenDropped = 'Lentelė %s panaikinta';
809 $strTableHasBeenEmptied = 'Lentelės reikšmės %s ištuštintos';
810 $strTableHasBeenFlushed = 'Lentelės buferis %s išvalytas';
811 $strTableInsertRow = 'Įterpti eilutę(-es)';
812 $strTableIsEmpty = 'Lentelė atrodo tuščia!';
813 $strTable = 'Lentelė';
814 $strTableMaintenance = 'Lentelės diagnostika';
815 $strTableName = 'Lentelės vardas';
816 $strTableOfContents = 'Turinys';
817 $strTableOptions = 'Lentelės parinktys';
818 $strTables = '%s lentelė(s)';
819 $strTableStructure = 'Sukurta duomenų struktūra lentelei';
820 $strTakeIt = 'pasirinkti';
821 $strTblPrivileges = 'Specifinės lentelių privilegijos';
822 $strTextAreaLength = ' Tai yra jo ilgis,<br /> šis laukelis neredaguojamas ';
823 $strThai = 'Tailando';
824 $strThemeDefaultNotFound = 'Standartinė tema %s nerasta!';
825 $strThemeNotFound = 'Tema %s nerasta!';
826 $strTheme = 'Tema / Stilius';
827 $strThisHost = 'Dabartinis serveris';
828 $strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.';
829 $strTime = 'Laikas';
830 $strToggleScratchboard = 'įjungti scratchboard';
831 $strTotal = ' iš viso ';
832 $strTotalUC = 'Viso';
833 $strTrackingDate = 'Data';
834 $strTrackingReportClose = 'Uždaryti';
835 $strTrackingSQLExecuted = 'SQL užklausos įvykdytos.';
836 $strTrackingSQLExecution = 'SQL vykdymas';
837 $strTrackingThCreated = 'Sukurta';
838 $strTrackingThLastVersion = 'Paskutinė versija';
839 $strTrackingThUpdated = 'Atnaujinta';
840 $strTrackingThVersion = 'Versija';
841 $strTrackingUsername = 'Vartotojo vardas';
842 $strTrackingVersions = 'Versijos';
843 $strTraditionalChinese = 'Tradicinė Kiniečių';
844 $strTraditionalSpanish = 'Tradicinė ispanų';
845 $strTraffic = 'Apkrovimas';
846 $strTransformation_application_octetstream__download = 'Įšvesti nuorodą dvejetainių lauko duomenų atsisiuntimui. Pirmas parametras - dvejetainių lauko duomenų failo pavadinimas. Antras parametras - galimas lentelės eilutės lauko turinčio failą pavadinimas. Jeigu pateiksite antrą parametrą, ištrinkite pirmojo parametro reikšmę.';
847 $strTransformation_image_jpeg__inline = 'Parodo aktyvų mažinį; nustatymai: plotis,aukštis pikseliais (išsaugo originalų santykį)';
848 $strTransformation_image_jpeg__link = 'Išvedama nuoroda į šį paveikslėlį (tiesioginis blob atsisiuntimas ir pan.).';
849 $strTransformation_image_png__inline = 'Žr. image/jpeg: vidų';
850 $strTransformation_text_plain__external = 'LINUX VARTOTOJAMS: Paleidžiama išorinė aplikacija ir duomenys imami iš standartinio įvedimo. Išvedama iš aplikacijos gauta informacija. Nutylint: bus Tidy korektiškam HTML kodo išvedimui. Saugumo sumetimais Jūs turite paredaguoti libraries/transformations/text_plain__external.inc.php failą ir įvesti tas aplikacijas, kurias naudosite. Pirmas parametras yra leidžiamų aplikacijų kiekis, kurias naudosite. Antras parametras yra specifiniai aplikacijų raktai. Jeigu trečias parametras lygus 1, tai išvedama informacija bus apdorota su htmlspecialchars() (nutylint: reikšmė lygi 1). Jeigu ketvirtas parametras lygus 1, tai išvedimo lentelės celė turės atributą NOWRAP, tam kad išvedama būtų atvaizduota be perkėlimų į kitas eilutes (nutylint: reikšmė lygi 1).';
851 $strTransformation_text_plain__formatted = 'Išsaugo originalų lauko apipavidalinimą. Nevykdomas išvengimas.';
852 $strTransformation_text_plain__imagelink = 'Gražinamas paveikslėlis ir nuoroda į įvedimo lauke įrašytą failo pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), plotis (pikseliais), aukštis (pikseliais).';
853 $strTransformation_text_plain__link = 'Gražinama nuoroda į įvedimo lauke įrašytą failo pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), nuorodos pavadinimas.';
854 $strTransformation_text_plain__substr = 'Rodoma tik dalis teksto. Pirmas parametras nurodo išvedamo teksto pradžią (nutylint: 0). Antrasis parametras nurodo išvedamo teksto kiekį. Jeigu antras parametras nenurodytas tai bus išvestas visas tekstas. Trečiasis parametras nurodo kurios raidės bus prijungtos prie išvedimo teksto (nutylint: ...).';
855 $strTruncateQueries = 'Trumpinti rodomas užklausas';
856 $strTurkish = 'Turkų';
857 $strType = 'Tipas';
859 $strUkrainian = 'Ukrainiečių';
860 $strUncheckAll = 'Atžymėti visus';
861 $strUnicode = 'Unicodas';
862 $strUnique = 'Unikalus';
863 $strUnknown = 'nežinoma';
864 $strUnselectAll = 'Atžymėti visus';
865 $strUpdatePrivMessage = 'Jūs pakeitėte privilegijas %s.';
866 $strUpdateProfileMessage = 'Profilis papildytas.';
867 $strUpdateQuery = 'Atnaujinti užklausą';
868 $strUpdComTab = 'Informaciją, kaip atnaujinti Column_comments lentelę, galite rasti dokumentacijoje.';
869 $strUpgrade = 'Rekomenduojame atnaujint %s iki %s ar vėlesnės versijos.';
870 $strUsage = 'Išnaudota';
871 $strUseBackquotes = 'Lentelių ir laukų vardams naudoti šias kabutes ` `';
872 $strUseHostTable = 'Naudoti Host lentelę';
873 $strUserAlreadyExists = 'Vartotojas %s jau yra!';
874 $strUserEmpty = 'Tuščias vartotojo vardas!';
875 $strUserName = 'Vartotojo vardas';
876 $strUserNotFound = 'Privilegijų lentelėje pasirinktas vartotojas nerastas.';
877 $strUserOverview = 'Vartotojų peržiūra';
878 $strUsersDeleted = 'Pažymėti vartotojai sėkmingai pašalinti.';
879 $strUsersHavingAccessToDb = 'Vartotojai turintys priėjimą prie &quot;%s&quot;';
880 $strUser = 'Vartotojas';
881 $strUseTabKey = 'Šokinėjimui tarp reikšmių naudokite TAB mygtuką arba naudokite CTRL+rodyklės';
882 $strUseTables = 'Naudoti lenteles';
883 $strUseTextField = 'Naudokite teksto įvedimo lauką';
884 $strUseThisValue = 'Naudokite šią reikšmę';
886 $strValidateSQL = 'Patikrinti SQL užklausą';
887 $strValidatorError = 'Neveikia SQL interpretatorius. Prašome patikrinkite ar yra suinstaliuoti visi privalomi php moduliai, nurodyti %sdokumentacijoje%s.';
888 $strValue = 'Reikšmė';
889 $strVar = 'Kintamasis';
890 $strVersionInformation = 'Versijos informacija';
891 $strViewDumpDatabases = 'Peržiūrėti duombazių išrašą';
892 $strViewDumpDB = 'Sukurti, peržiūrėti duombazės atvaizdį';
893 $strViewDump = 'Peržiūrėti lentelės struktūros atvaizdį';
894 $strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
895 $strViewImage = 'Žiūrėti paveikslėlį';
896 $strViewVideo = 'Žiūrėti video';
897 $strView = 'View\'as';
899 $strWebServer = 'Interneto serveris';
900 $strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
901 $strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
902 $strWelcome = 'Jūs naudojate %s';
903 $strWestEuropean = 'Vakarų Europos';
904 $strWiki = 'Wiki';
905 $strWildcard = 'pakaitos simbolis';
906 $strWindowNotFound = 'Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo.';
907 $strWithChecked = 'Pasirinktus:';
908 $strWriteRequests = 'Write užklausos';
909 $strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas uždraustas.';
911 $strXMLExportFunctions = 'Eksportuoti funkcijas';
912 $strXMLExportProcedures = 'Eksportuoti procedūras';
913 $strXMLExportTables = 'Eksportuoti lenteles';
914 $strXML = 'XML';
916 $strYes = 'Taip';
918 $strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliui).';
919 $strZip = '"zip"';
921 // To translate:
922 $strAngularLinks = 'Angular links'; //to translate
924 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
925 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
926 $strBLOBRepositoryRepair = 'Repair'; //to translate
927 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
928 $strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
929 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
930 $strBufferReadMisses = 'Read misses'; //to translate
931 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
932 $strBufferWriteWaits = 'Write waits'; //to translate
933 $strBusyPages = 'Busy pages'; //to translate
935 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
936 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
937 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
938 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
939 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
940 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
941 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
942 $strCreateRelation = 'Create relation'; //to translate
943 $strCreateUserDatabase = 'Database for user'; //to translate
944 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
945 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
946 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
947 $strCheck = 'Check'; //to translate
949 $strDatabase_src = 'Source database'; //to translate
950 $strDatabase_trg = 'Target database'; //to translate
951 $strDataDiff = 'Data Difference'; //to translate
952 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
953 $strDeleteRelation = 'Delete relation'; //to translate
954 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
955 $strDesigner = 'Designer'; //to translate
956 $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
957 $strDirectLinks = 'Direct links'; //to translate
958 $strDirtyPages = 'Dirty pages'; //to translate
959 $strDocSQL = 'DocSQL'; //to translate
960 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
961 $strDumpAllRows = 'Dump all rows'; //to translate
963 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
964 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
965 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
966 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
967 $strExportImportToScale = 'Export/Import to scale'; //to translate
968 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
970 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
971 $strFlushQueryCache = 'Flush query cache'; //to translate
972 $strFlushTables = 'Flush (close) all tables'; //to translate
973 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
974 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
975 $strFullStart = 'Full start'; //to translate
976 $strFullStop = 'Full stop'; //to translate
978 $strGoToView = 'Go to view'; //to translate
980 $strHandler = 'Handler'; //to translate
981 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
982 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
983 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
984 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
986 $strImportColNames = 'Column names in first row'; //to translate
987 $strImportEmptyRows = 'Do not import empty rows'; //to translate
988 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
989 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
990 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
991 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
992 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
993 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
994 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
995 $strImportODS = 'Open Document Spreadsheet'; //to translate
996 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
997 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
998 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
999 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
1000 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1001 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
1002 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
1003 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
1004 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
1005 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
1006 $strInterface = 'Interface'; //to translate
1007 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1008 $strInternalRelationAdded = 'Internal relation added'; //to translate
1009 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
1010 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
1011 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
1012 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
1013 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
1014 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
1015 $strInvalidDatabase = 'Invalid database'; //to translate
1016 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
1017 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
1018 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
1019 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
1020 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
1021 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
1023 $strJoins = 'Joins'; //to translate
1025 $strKeyCache = 'Key cache'; //to translate
1026 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1028 $strLatchedPages = 'Latched pages'; //to translate
1029 $strLDILocal = 'Use LOCAL keyword'; //to translate
1030 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
1031 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1033 $strMaxConnects = 'max. concurrent connections'; //to translate
1034 $strMediaWiki = 'MediaWiki Table'; //to translate
1035 $strMoveMenu = 'Move Menu'; //to translate
1036 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
1037 $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
1038 $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
1039 $strMyISAMRepairThreads = 'Repair threads'; //to translate
1040 $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
1041 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1043 $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
1044 $strNoneDefault = 'None'; //to translate
1045 $strNotPresent = 'not present'; //to translate
1047 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
1048 $strPartitionDefinition = 'PARTITION definition'; //to translate
1049 $strPartitioned = 'partitioned'; //to translate
1050 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1051 $strPartition = 'Partition %s'; //to translate
1052 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1053 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1054 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1055 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
1056 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
1057 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1058 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1059 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1060 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
1061 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1062 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
1063 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1064 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1065 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1066 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
1067 $strPBXTLogFileCount = 'Log file count'; //to translate
1068 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1069 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1070 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
1071 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1072 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1073 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1074 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1075 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1076 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1077 $strPhpArray = 'PHP array'; //to translate
1078 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1079 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
1080 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
1081 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1082 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
1083 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
1084 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1085 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1086 $strProfiling = 'Profiling'; //to translate
1088 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
1090 $strRebuild = 'Rebuild'; //to translate
1091 $strRecommended = 'recommended'; //to translate
1092 $strRelationalDisplayField = 'Relational display field'; //to translate
1093 $strRelationalKey = 'Relational key'; //to translate
1094 $strRelationDeleted = 'Relation deleted'; //to translate
1095 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1096 $strRemovePartitioning = 'Remove partitioning'; //to translate
1097 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1098 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1099 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1100 $strReplicationControlSlave = 'Control slave:'; //to translate
1101 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1102 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1103 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1104 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1105 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1106 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1107 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1108 $strReplicationMaster = 'Master replication'; //to translate
1109 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1110 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1111 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1112 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1113 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1114 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1115 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1116 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1117 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1118 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1119 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1120 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1121 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate
1122 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1123 $strReplicationSlaveReset = 'Reset slave'; //to translate
1124 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1125 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1126 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1127 $strReplicationSlave = 'Slave replication'; //to translate
1128 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1129 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1130 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1131 $strReplicationStatus_master = 'Master status'; //to translate
1132 $strReplicationStatus_slave = 'Slave status'; //to translate
1133 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1134 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1135 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1136 $strRoutineReturnType = 'Return type'; //to translate
1137 $strRoutines = 'Routines'; //to translate
1138 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1139 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1140 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1141 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
1143 $strSearchInField = 'Inside field:'; //to translate
1144 $strSelectForeignKey = 'Select Foreign Key'; //to translate
1145 $strSelectReferencedKey = 'Select referenced key'; //to translate
1146 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
1147 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1148 $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
1149 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1150 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1151 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1152 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1153 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1154 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1155 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1156 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1157 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1158 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1159 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1160 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1161 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1162 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1163 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1164 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1165 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1166 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1167 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1168 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1169 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1170 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1171 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1172 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1173 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1174 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1175 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1176 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1177 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1178 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1179 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1180 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1181 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1182 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1183 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1184 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1185 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1186 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1187 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1188 $strSetupForm_Browse = 'Browse mode'; //to translate
1189 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1190 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1191 $strSetupForm_Edit = 'Edit mode'; //to translate
1192 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1193 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1194 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1195 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1196 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1197 $strSetupForm_Import_export = 'Import / export'; //to translate
1198 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1199 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1200 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1201 $strSetupForm_Main_frame = 'Main frame'; //to translate
1202 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1203 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1204 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1205 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1206 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1207 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1208 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1209 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1210 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1211 $strSetupFormset_customization = 'Customization'; //to translate
1212 $strSetupFormset_export = 'Customize export options'; //to translate
1213 $strSetupFormset_import = 'Customize import defaults'; //to translate
1214 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1215 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1216 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1217 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1218 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1219 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1220 $strSetupForm_Startup = 'Startup'; //to translate
1221 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1222 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1223 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1224 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1225 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1226 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1227 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1228 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1229 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1230 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1231 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1232 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1233 $strSetupImport_allow_interrupt_desc = '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
1234 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1235 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1236 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1237 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1238 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1239 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1240 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1241 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1242 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1243 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1244 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1245 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1246 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1247 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1248 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1249 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1250 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1251 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1252 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1253 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1254 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1255 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1256 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1257 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1258 $strSetupLightTabs_name = 'Light tabs'; //to translate
1259 $strSetupLoad = 'Load'; //to translate
1260 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1261 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1262 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1263 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1264 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1265 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1266 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1267 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1268 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1269 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1270 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1271 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1272 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1273 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1274 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1275 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1276 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1277 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1278 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1279 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1280 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1281 $strSetupNoServers = 'There are no configured servers'; //to translate
1282 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1283 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1284 $strSetupOptionNone = '- none -'; //to translate
1285 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1286 $strSetupOrder_name = 'Default sorting order'; //to translate
1287 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1288 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1289 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1290 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1291 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1292 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1293 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1294 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1295 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1296 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1297 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1298 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1299 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1300 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1301 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1302 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1303 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1304 $strSetupSaveDir_name = 'Save directory'; //to translate
1305 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1306 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1307 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1308 $strSetupServersAdd = 'Add a new server'; //to translate
1309 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1310 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1311 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1312 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1313 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1314 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1315 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1316 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1317 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1318 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1319 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1320 $strSetupServers_column_info_name = 'Column information table'; //to translate
1321 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1322 $strSetupServers_compress_name = 'Compress connection'; //to translate
1323 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1324 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1325 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1326 $strSetupServers_controluser_name = 'Control user'; //to translate
1327 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1328 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1329 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1330 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1331 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1332 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1333 $strSetupServersEdit = 'Edit server'; //to translate
1334 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1335 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1336 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1337 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1338 $strSetupServers_history_name = 'SQL query history table'; //to translate
1339 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1340 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1341 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1342 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1343 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1344 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1345 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1346 $strSetupServers_password_name = 'Password for config auth'; //to translate
1347 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1348 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1349 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1350 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1351 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1352 $strSetupServers_relation_name = 'Relation table'; //to translate
1353 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1354 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1355 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1356 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1357 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1358 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1359 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1360 $strSetupServers_socket_name = 'Server socket'; //to translate
1361 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1362 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1363 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1364 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1365 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1366 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1367 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1368 $strSetupServers_user_name = 'User for config auth'; //to translate
1369 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1370 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1371 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1372 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1373 $strSetupSetValue = 'Set value: %s'; //to translate
1374 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1375 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1376 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1377 $strSetupShowForm = 'Show form'; //to translate
1378 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1379 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1380 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1381 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1382 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1383 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1384 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1385 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1386 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1387 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1388 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1389 $strSetupShowStats_name = 'Show statistics'; //to translate
1390 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1391 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1392 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1393 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1394 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1395 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1396 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1397 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1398 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1399 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1400 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1401 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1402 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1403 $strSetupUploadDir_name = 'Upload directory'; //to translate
1404 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1405 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1406 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1407 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1408 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1409 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1410 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1411 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1412 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1413 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1414 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1415 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1416 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1417 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1418 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1419 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1420 $strShowBinaryContents = 'Rodyti dvejetainių laukų turinį'; //to translate
1421 $strShowBLOBContents = 'Rodyti BLOB laukų turinį'; //to translate
1422 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1423 $strShowingBookmark = 'Showing bookmark'; //to translate
1424 $strShowKeys = 'Only show keys'; //to translate
1425 $strShowMasterStatus = 'Show master status'; //to translate
1426 $strShowOpenTables = 'Show open tables'; //to translate
1427 $strShowSlaveHosts = 'Show slave hosts'; //to translate
1428 $strShowSlaveStatus = 'Show slave status'; //to translate
1429 $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
1430 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
1431 $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
1432 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
1433 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
1434 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
1435 $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
1436 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
1437 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
1438 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
1439 $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
1440 $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
1441 $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
1442 $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
1443 $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
1444 $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
1445 $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
1446 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
1447 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
1448 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
1449 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
1450 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
1451 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
1452 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
1453 $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
1454 $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
1455 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
1456 $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
1457 $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
1458 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
1459 $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
1460 $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
1461 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
1462 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
1463 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
1464 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
1465 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
1466 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
1467 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
1468 $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
1469 $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
1470 $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
1471 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
1472 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
1473 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
1474 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
1475 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
1476 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
1477 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
1478 $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
1479 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
1480 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
1481 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
1482 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
1483 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
1484 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
1485 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
1486 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
1487 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
1488 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
1489 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
1490 $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
1491 $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
1492 $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
1493 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
1494 $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
1495 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
1496 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
1497 $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
1498 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
1499 $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
1500 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
1501 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
1502 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
1503 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
1504 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
1505 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
1506 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
1507 $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
1508 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
1509 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
1510 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
1511 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
1512 $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
1513 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
1514 $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
1515 $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
1516 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
1517 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
1518 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
1519 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
1520 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
1521 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
1522 $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
1523 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
1524 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
1525 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
1526 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
1527 $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
1528 $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
1529 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
1530 $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
1531 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
1532 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1533 $strSmallBigAll = 'Small/Big All'; //to translate
1534 $strSnapToGrid = 'Snap to grid'; //to translate
1535 $strSocket = 'Socket'; //to translate
1536 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1537 $strStart = 'Start'; //to translate
1538 $strStatic = 'static'; //to translate
1539 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
1540 $strStop = 'Stop'; //to translate
1541 $strStructureDiff = 'Structure Difference' ; //to translate
1542 $strStructureForView = 'Structure for view'; //to translate
1543 $strStructureLC = 'structure'; //to translate
1544 $strStructureSyn = 'Structure Synchronization'; //to translate
1545 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1546 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1547 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1548 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1549 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1550 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1552 $strTableApplyIndex = 'Apply index(s)'; //to translate
1553 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1554 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1555 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1556 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1557 $strTableUpdateRow = 'Update row(s)'; //to translate
1558 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1559 $strTempData = 'Temporary data'; //to translate
1560 $strTexyText = 'Texy! text'; //to translate
1561 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
1562 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
1563 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
1564 $strThreads = 'Threads'; //to translate
1565 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
1566 $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
1567 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
1568 $strToFromPage = 'to/from page'; //to translate
1569 $strToggleSmallBig = 'Toggle small/big'; //to translate
1570 $strToSelectRelation = 'To select relation, click :'; //to translate
1571 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1572 $strTrackingActivateNow = 'Activate now'; //to translate
1573 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1574 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1575 $strTrackingCreateVersion = 'Create version'; //to translate
1576 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1577 $strTrackingDatabaseLog = 'Database Log'; //to translate
1578 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1579 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1580 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1581 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1582 $strTrackingExportAs = 'Export as %s'; //to translate
1583 $strTrackingIsActive = 'Tracking is active.'; //to translate
1584 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1585 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1586 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1587 $strTrackingReport = 'Tracking report'; //to translate
1588 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1589 $strTrackingShowVersions = 'Show versions'; //to translate
1590 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1591 $strTrackingSQLDump = 'SQL dump'; //to translate
1592 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1593 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1594 $strTrackingStatements = 'Tracking statements'; //to translate
1595 $strTrackingStatusActive = 'active'; //to translate
1596 $strTrackingStatusNotActive = 'not active'; //to translate
1597 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1598 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1599 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1600 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1601 $strTracking = 'Tracking'; //to translate
1602 $strTrackingTrackTable = 'Track table'; //to translate
1603 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1604 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1605 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1606 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1607 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1608 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1609 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
1610 $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
1611 $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
1612 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
1613 $strTriggers = 'Triggers'; //to translate
1615 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
1616 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1617 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1618 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1619 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1620 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1621 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1622 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1623 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
1624 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
1626 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1627 $strViewName = 'VIEW name'; //to translate
1629 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1630 $strXMLExportContents = 'Export contents'; //to translate
1631 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1632 $strXMLExportTriggers = 'Export triggers'; //to translate
1633 $strXMLExportViews = 'Export views'; //to translate