fix behaviour when invalid string is specified
[phpmyadmin/crack.git] / lang / lithuanian-utf-8.inc.php
blobc4daa2e85f2e89dc8f0a72018deb640b08b9de8b
1 <?php
2 /* $Id$ */
4 $charset = 'utf-8';
5 $allow_recoding = TRUE;
6 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
7 $number_thousands_separator = ',';
8 $number_decimal_separator = '.';
9 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
10 $byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
12 $day_of_week = array('Sekmadienis', 'Pirmadienis', 'Antradienis', 'Trečiadienis', 'Ketvirtadienis', 'Penktadienis', 'Šeštadienis');
13 $month = array('Sausio', 'Vasario', 'Kovo', 'Balandžio', 'Gegužio', 'Birželio', 'Liepos', 'Rugpjūčio', 'Rugsėjo', 'Spalio', 'Lapkričio', 'Gruodžio');
14 // See http://www.php.net/manual/en/function.strftime.php to define the
15 // variable below
16 $datefmt = ' %Y m. %B %d d. %H:%M';
17 $timespanfmt = '%s d., %s val., %s min. ir %s s.';
19 $strAbortedClients = 'Atmestos jungtys';
20 $strAbsolutePathToDocSqlDir = 'Prašome nurodyti absoliutų kelią iki docSQL katalogo darbinėje stotyje';
21 $strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.';
22 $strAccessDenied = 'Jungtis neįmanoma';
23 $strAction = 'Valdymo veiksmai';
24 $strAddAutoIncrement = 'Pridėti AUTO_INCREMENT reikšmę';
25 $strAddConstraints = 'Pridėti apribojimą';
26 $strAddDeleteColumn = 'Įterpti/Trinti stulpelius';
27 $strAddDeleteRow = 'Įterpti/Trinti požymio eilutę(es)';
28 $strAddedColumnComment = 'Pridėtas stulpelio komentaras';
29 $strAddedColumnRelation = 'Pridėtas stulpelio sąryšis';
30 $strAddFields = 'Pridėti %s lauką(-us)';
31 $strAddHeaderComment = 'Įterpti savo komentarą į header sritį (eilučių skirtukas \\n )';
32 $strAddIntoComments = 'Pridėti į komentarus';
33 $strAddNewField = 'Įterpti naują laukelį(ius)';
34 $strAddPrivilegesOnDb = 'Sukurti privilegijas šiai duombazei';
35 $strAddPrivilegesOnTbl = 'Sukurti privilegijas šiai lentelei';
36 $strAddSearchConditions = 'Įterpkite paieškos sąlygas į "where" sakinį:';
37 $strAddToIndex = 'Įterpti indeksui papildomus &nbsp;%s&nbsp;stulpelį(ius)';
38 $strAddUserMessage = 'Jūs sukūrėte naują vartotoją.';
39 $strAddUser = 'Sukurti naują vartotoją';
40 $strAdministration = 'Administracija';
41 $strAffectedRows = 'Pakeista eilučių:';
42 $strAfterInsertBack = 'Sugrįžti į buvusį puslapį';
43 $strAfterInsertNewInsert = 'Įterpti sekančią naują eilutę';
44 $strAfterInsertNext = 'Redaguoti sekantį įrašą';
45 $strAfterInsertSame = 'Grįžti atgal į šį puslapį';
46 $strAfter = 'Po %s';
47 $strAllTableSameWidth = 'rodyti visas lenteles vienodo pločio?';
48 $strAll = 'Viską';
49 $strAlterOrderBy = 'Pakeisti lentelės rūšiavimą pagal:';
50 $strAnalyzeTable = 'Analizuoti lentelę';
51 $strAnd = 'IR';
52 $strAnIndex = 'Indeksas sukurtas %s stulpeliui';
53 $strAny = 'Bet kurį(ią)';
54 $strAnyHost = 'Bet kurį prisijungimo adresą';
55 $strAnyUser = 'Bet kurį vartotoją';
56 $strApproximateCount = 'Gali būti apytikslis. Žiūrėkite DUK 3.11';
57 $strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
58 $strArabic = 'Arabų';
59 $strArmenian = 'Armėnų';
60 $strAscending = 'Didėjimo tvarka';
61 $strAtBeginningOfTable = 'Lentelės pradžioje';
62 $strAtEndOfTable = 'Lentelės pabaigoje';
63 $strAttr = 'Atributai';
64 $strAutodetect = 'Automatinis nustatymas';
65 $strAutomaticLayout = 'Automatinis išdėstymas';
67 $strBack = 'Atgal';
68 $strBaltic = 'Baltų';
69 $strBeginCut = 'KIRPIMO PRADŽIA';
70 $strBeginRaw = 'RAW PRADŽIA';
71 $strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
72 $strBinary = 'Dvejetainis';
73 $strBinaryLog = 'Binarinis logas';
74 $strBinLogEventType = 'Event\'o tipas';
75 $strBinLogInfo = 'Informatcija';
76 $strBinLogName = 'Logo pavadinimas';
77 $strBinLogOriginalPosition = 'Pirminė padėtis';
78 $strBinLogPosition = 'Padėtis';
79 $strBinLogServerId = 'Serverio ID';
80 $strBookmarkAllUsers = 'Leisti kitiems vartotojams naudotis šia žyme';
81 $strBookmarkDeleted = 'Nuoroda ištrinta.';
82 $strBookmarkLabel = 'Nuorodos Antraštė';
83 $strBookmarkQuery = 'Sukurti nuoroda SQL-užklausai';
84 $strBookmarkThis = 'Sukurti nuorodą';
85 $strBookmarkView = 'Peržiūra';
86 $strBrowseForeignValues = 'Naršyti išorines reikšmes';
87 $strBrowse = 'Peržiūrėti';
88 $strBufferPool = 'Buferio Pool\'as';
89 $strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
90 $strBulgarian = 'Bulgarų';
91 $strBzError = 'phpMyAdmin negalėjo suspausti lentelės struktūros atvaizdą (dump), nes šioje php versijoje neveikia Bz2 modulis. Rekomenduojame phpMyAdmin konfigūracinėje byloje <code>$cfg[\'BZipDump\']</code> direktyvą prilyginti <code>FALSE</code>. Atnaujinkite savo php versiją, jeigu norite naudotis Bz2 moduliu. Detalesnė informacija: %s.';
92 $strBzip = '"bzip"';
94 $strCalendar = 'Kalendorius';
95 $strCannotLogin = 'Neprisijungia prie MySQL darbinės stoties';
96 $strCantLoad = 'negalima įkrauti %s plėtinio,<br />pasitikrinkite php parinktis';
97 $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ą. ';
98 $strCantRenameIdxToPrimary = 'Indeksą pervadinti PIRMINIU nepavyko!';
99 $strCantUseRecodeIconv = 'Kraunant plėtinių pranešimus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP parinktis. ';
100 $strCardinality = 'Elementų skaičius';
101 $strCaseInsensitive = 'simbolių registras nesvarbus';
102 $strCaseSensitive = 'simbolių registras svarbus';
103 $strCentralEuropean = 'Centrinės Europos';
104 $strChangeCopyModeCopy = '... palikti seną vartotoją.';
105 $strChangeCopyModeDeleteAndReload = ' ... pašalinti seną vartotoją iš vartotojų lentelės ir poto perkrauti privilegijas';
106 $strChangeCopyModeJustDelete = ' ... pašalinti seną vartotoją iš vartotojų lentelės.';
107 $strChangeCopyModeRevoke = ' ... panaikinti visas privilegijas iš seno vartotojo ir poto jį pašalinti.';
108 $strChangeCopyMode = 'Sukurti naują vartotoją su tom pačiom privilegijom ir ...';
109 $strChangeCopyUser = 'Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis';
110 $strChangeDisplay = 'Pasirinkite lauką, kurį norite peržiūrėti';
111 $strChangePassword = 'Pakeisti slaptažodį';
112 $strChange = 'Redaguoti';
113 $strCharset = 'Koduotė';
114 $strCharsetOfFile = 'Simbolių koduotė byloje:';
115 $strCharsetsAndCollations = 'Simbolių rinkiniai ir Palyginimai';
116 $strCharsets = 'Koduotės';
117 $strCheckAll = 'Pažymėti viską';
118 $strCheckOverhead = 'Patikrinti perkrautus';
119 $strCheckPrivsLong = 'Patikrinti duombazės &quot;%s&quot; privilegijas.';
120 $strCheckPrivs = 'Patikrinti privilegijas';
121 $strCheckTable = 'Patikrinti lentelę';
122 $strChoosePage = 'Pasirinkite puslapį redagavimui';
123 $strColComFeat = 'Stulpelių komentarų išvedimas';
124 $strCollation = 'Palyginimas';
125 $strColumnNames = 'Stulpelių vardai';
126 $strColumnPrivileges = 'Specifinės stulpelių privilegijos';
127 $strCommand = 'Komanda';
128 $strCommentsForTable = 'COMMENTS FOR TABLE';
129 $strComments = 'Komentarai';
130 $strCompatibleHashing = 'Suderinamas sy MySQL&nbsp;4.0';
131 $strCompleteInserts = 'Visiškas įterpimas';
132 $strCompression = 'Kompresija';
133 $strConfigFileError = 'phpMyAdmin negalėjo perskaityti parinkčių bylos!<br />Tai galėjo nutikti jeigu <u>php</u> rado byloje vykdymo klaidą arba visai nerando bylos.<br />Prašome kreiptis į parinkčių bylą 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).';
134 $strConfigureTableCoord = 'Nustatykite lentelės %s koordinates';
135 $strConnectionError = 'Neįmanoma prisijungti: neteisingi duomenys.';
136 $strConnections = 'Prisijungimai';
137 $strConstraintsForDumped = 'Apribojimai eksportuotom lentelėm';
138 $strConstraintsForTable = 'Apribojimai lentelei';
139 $strCookiesRequired = 'Sausainėliai(Cookies) turi būti priimami.';
140 $strCopyDatabaseOK = 'Duombazė %s buvo nukopijuota į %s';
141 $strCopy = 'Kopijuoti';
142 $strCopyTable = 'Kopijuoti lentelė į (duombazė<b>.</b>lentelė):';
143 $strCopyTableOK = 'Letelė %s nukopijuota į %s.';
144 $strCopyTableSameNames = 'Negalima kopijuoti lentelės į ją pačią!';
145 $strCouldNotKill = 'phpMyAdmin negalėjo išjungti %s proceso. Gali būti jog jis jau užbaigė darbą.';
146 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prieš kopijuojant';
147 $strCreateIndex = 'Sukurti indeksą &nbsp;%s&nbsp;stulpeliui(iams)';
148 $strCreateIndexTopic = 'Sukurti naują indeksą';
149 $strCreateNewDatabase = 'Sukurti naują duombazę';
150 $strCreateNewTable = 'Sukurti naują lentelę duombazėje %s';
151 $strCreatePage = 'Sukurti naują puslapį';
152 $strCreatePdfFeat = 'PDF bylos generavimas';
153 $strCreate = 'Sukurti';
154 $strCreationDates = 'Sukūrimo/Atnaujinimo/Peržiūros datos';
155 $strCriteria = 'Kriterijai';
156 $strCroatian = 'Kroatų';
157 $strCSVOptions = 'CSV parinktys';
158 $strCyrillic = 'Kirylica';
159 $strCzech = 'Čekų';
160 $strCzechSlovak = 'Čekų-Slovakų';
162 $strDanish = 'Danų';
163 $strDatabase = 'Duombazė';
164 $strDatabaseEmpty = 'Nenurodytas duombazės vardas!';
165 $strDatabaseExportOptions = 'Duombazės eksportavimo parinktys';
166 $strDatabaseHasBeenDropped = 'Duombazė %s ištrinta.';
167 $strDatabaseNoTable = 'Ši duombazė lentelių neturi!';
168 $strDatabasesDropped = 'Sėkmingai pašalintos %s duombazės.';
169 $strDatabases = 'duombazės';
170 $strDatabasesStatsDisable = 'Leisti statistiką';
171 $strDatabasesStats = 'Duombazių statistika';
172 $strDatabasesStatsEnable = 'Neleisti statistikos';
173 $strDatabasesStatsHeavyTraffic = 'Pastaba: jeigu duombazės statistika įjungta - apkrovimas tarp www ir MySQL darbinių stočių, gali padidėti aukščiau normos.';
174 $strDataDict = 'Duomenų žodynas';
175 $strData = 'Duomenys';
176 $strDataOnly = 'Tik duomenys';
177 $strDBComment = 'Duombazės komantaras: ';
178 $strDBCopy = 'Kopijuoti duombazę į';
179 $strDBGContextID = 'Konteksto ID';
180 $strDBGContext = 'Kontekstas';
181 $strDBGHits = 'Užklausos';
182 $strDBGLine = 'Eilutė';
183 $strDBGMaxTimeMs = 'Max laikas, ms';
184 $strDBGMinTimeMs = 'Min laikas, ms';
185 $strDBGModule = 'Modulis';
186 $strDBGTimePerHitMs = 'Laikas/Užklausa, ms';
187 $strDBGTotalTimeMs = 'Pilnas laikas, ms';
188 $strDbPrivileges = 'Specifinės duombazių privilegijos';
189 $strDBRename = 'Pervadinti duombazę į';
190 $strDbSpecific = 'priklausantis nuo duombazės tipo';
191 $strDefaultEngine = '%s yra default\'inis Saugojimo Variklis šiame MySQL serveryje.';
192 $strDefault = 'Nutylint';
193 $strDefaultValueHelp = 'Nenaudokite išskyrimo simbolių ar kabučiu, nurodydami reikšmę pagal nutylėjimą. Naudokitės šiuo formatu: a';
194 $strDefragment = 'Defragmentuoti lentelę';
195 $strDelayedInserts = 'Naudoti užlaikytus įterpimus';
196 $strDeleteAndFlushDescr = 'Tai yra švariausias būdas, bet privilegijų perkrovimas gali šiek tiek užtrukti.';
197 $strDeleteAndFlush = 'pašalinti vartotojus ir perkrauti privilegijas.';
198 $strDeleted = 'Eilutė ištrinta';
199 $strDeletedRows = 'Eilutės ištrintos:';
200 $strDelete = 'Trinti';
201 $strDeleting = 'Šaliname: %s';
202 $strDelOld = 'Šis puslapis turi nuorodų į lenteles, kurios jau neegzistuoja. Ar norite pašalinti šias nuorodas?';
203 $strDescending = 'Mažėjimo tvarka';
204 $strDescription = 'Paaiškinimas';
205 $strDictionary = 'žodynas';
206 $strDisabled = 'Išjungta';
207 $strDisableForeignChecks = 'Atsisakyti išorinių raktų tikrinimo';
208 $strDisplayFeat = 'Išvedimo sąvybės';
209 $strDisplayOrder = 'Atvaizdavimo tvarka:';
210 $strDisplayPDF = 'Rodyti PDF vaizdą';
211 $strDoAQuery = 'Vykdyti "užklausą pagal pavyzdį" (pakaitos simbolis: "%")';
212 $strDocu = '?';
213 $strDoYouReally = 'Ar TIKRAI norite ';
214 $strDropDatabaseStrongWarning = 'Jūs ruošiatės SUNAIKINTI visą duombazę!';
215 $strDrop = 'Šalinti';
216 $strDropUsersDb = 'Pašalinti duombazes, turinčias tokius pačius vardus kaip ir vartotojai.';
217 $strDumpingData = 'Sukurta duomenų kopija lentelei';
218 $strDumpSaved = 'Duombazės atvaizdis išsaugotas byloje %s.';
219 $strDumpXRows = 'Išvesti %s eilučių pradedant nuo %s eilutės.';
220 $strDynamic = 'dinaminis';
222 $strEditPDFPages = 'Redaguoti PDF puslapius';
223 $strEditPrivileges = 'Redaguoti privilegijas';
224 $strEdit = 'Redaguoti';
225 $strEffective = 'Efektyvus';
226 $strEmpty = 'Išvalyti';
227 $strEmptyResultSet = 'MySQL gražino tuščią rezultatų rinkinį (nėra eilučių).';
228 $strEnabled = 'Įjungta';
229 $strEndCut = 'KIRPIMO PABAIGA';
230 $strEnd = 'Pabaiga';
231 $strEndRaw = 'RAW PABAIGA';
232 $strEngineAvailable = '%s nėra galimas šiame MySQL serveryje.';
233 $strEngineDisabled = '%s šiame MySQL serveryje yra išjungtas.';
234 $strEngines = 'Varikliai';
235 $strEngineUnsupported = 'Šis MySQL serveris nepalaiko %s saugojimo variklio.';
236 $strEnglish = 'Anglų';
237 $strEnglishPrivileges = ' Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba';
238 $strError = 'Klaida';
239 $strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\';
240 $strEstonian = 'Estų';
241 $strExcelEdition = 'Excel variantas';
242 $strExcelOptions = 'Excel parinktys';
243 $strExecuteBookmarked = 'Įvykdyti išsaugotą užklausą';
244 $strExplain = 'Paaiškinti';
245 $strExport = 'Eksportuoti';
246 $strExtendedInserts = 'Išplėstinis įterpimas';
247 $strExtra = 'Papildomai';
249 $strFailedAttempts = 'Nepavykę bandymai';
250 $strFieldHasBeenDropped = 'Laukas %s išmestas';
251 $strField = 'Laukas';
252 $strFieldsEmpty = ' Tuščia laukų skaičiaus reikšmė! ';
253 $strFieldsEnclosedBy = 'Laukų reikšmės apskliaustos simboliais';
254 $strFieldsEscapedBy = 'Laukų reikšmės baigiasi simboliu';
255 $strFields = 'Lauką';
256 $strFieldsTerminatedBy = 'Laukų pabaigos žymė';
257 $strFileAlreadyExists = 'Byla pavadinimu %s jau yra darbinėje stotyje, pakeiskite norimą pavadinimą arba pasirinkite nustatymą leidžiantį perrašyti esančias bylas.';
258 $strFileCouldNotBeRead = 'Negalima perskaityti bylos';
259 $strFileNameTemplate = 'Failo pavadinimo šablonas';
260 $strFileNameTemplateRemember = 'atsiminti šabloną';
261 $strFixed = 'fiksuotas';
262 $strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo parinkčių bylose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti. ';
263 $strFlushTable = 'Išvalyti lentelę ("FLUSH")';
264 $strFormat = 'Formatas';
265 $strFormEmpty = 'Trūksta reikšmės formoje !';
266 $strFullText = 'Tekstus rodyti pilnai';
267 $strFunction = 'Funkcija';
269 $strGenBy = 'Generavo:';
270 $strGeneralRelationFeat = 'Pagrindinės sąryšių sąvybės';
271 $strGenerate = 'Generuoti';
272 $strGeneratePassword = 'Generuoti Slaiptažodį';
273 $strGenTime = 'Atlikimo laikas';
274 $strGeorgian = 'Gruzinų';
275 $strGerman = 'Vokiečių';
276 $strGlobal = 'globalus';
277 $strGlobalPrivileges = 'Globalios teisės';
278 $strGlobalValue = 'Globali reikšmė';
279 $strGo = 'Vykdyti';
280 $strGrantOption = 'Suteikti';
281 $strGreek = 'Graikų';
282 $strGzip = '"gzipped"';
284 $strHasBeenAltered = 'išplėsta.';
285 $strHasBeenCreated = 'sukurta.';
286 $strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui';
287 $strHebrew = 'Žydų';
288 $strHexForBinary = 'Binariniams laukams naudoti šešioliktainę koduotę';
289 $strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
290 $strHome = 'Pradinis';
291 $strHost = 'Darbinė stotis';
292 $strHostEmpty = 'Tuščias prisijungimo adresas!';
293 $strHTMLExcel = 'Microsoft Excel 2000';
294 $strHTMLExcelOptions = 'Microsoft Excel 2000 exportavimo parinktys';
295 $strHTMLWord = 'Microsoft Word 2000';
296 $strHTMLWordOptions = 'Microsoft Word 2000 exportavimo parinktys';
297 $strHungarian = 'Vengrų';
299 $strIcelandic = 'Islandų';
300 $strId = 'ID';
301 $strIdxFulltext = 'Fulltext';
302 $strIgnore = 'Ignoruoti';
303 $strIgnoreInserts = 'Ignoruoti INSERT užklausas.';
304 $strIgnoringFile = 'Ignoruojama byla %s';
305 $strImportDocSQL = 'Importuoti docSQL bylas';
306 $strImportFiles = 'Importuoti bylas';
307 $strIndexes = 'Indeksai';
308 $strIndexHasBeenDropped = 'Indeksas %s panaikintas';
309 $strIndex = 'Indeksas';
310 $strIndexName = 'Indekso vardas&nbsp;:';
311 $strIndexType = 'Indekso tipas&nbsp;:';
312 $strIndexWarningMultiple = 'Daugiau nei vienas %s raktas buvo nustatytas stulpeliui `%s`';
313 $strIndexWarningPrimary = 'PRIMARY ir INDEX raktai neutrėtų būti nustatomi tam pačiam `%s` stulpeliui';
314 $strIndexWarningTable = 'Iškilo problemos su `%s` lentelės indeksais';
315 $strIndexWarningUnique = 'UNIQUE ir INDEX raktai neutrėtų būti nustatomi tam pačiam `%s` stulpeliui';
316 $strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
317 $strInnoDBDataFilePath = 'Duomenų failai';
318 $strInnoDBDataHomeDirDesc = 'Bendra direktorijų kelio dalis visiems InnoDB duomenų failams.';
319 $strInnodbStat = 'InnoDB būsena';
320 $strInsecureMySQL = 'Jūsų parinkčių byloje 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.';
321 $strInsertAsNewRow = 'Įterpti naują įrašą';
322 $strInsertedRowId = 'Įterptos eilutės id:';
323 $strInsertedRows = 'Įterptą eilučių:';
324 $strInsert = 'Įterpti';
325 $strInternalNotNecessary = '* Galite nenaudoti vidinių sąryšių, jeigu jie jau apibrėžti InnoDB.';
326 $strInternalRelations = 'Vidiniai sąryšiai';
327 $strInUse = 'šiuo metu naudojama';
329 $strJapanese = 'Japonų';
330 $strJumpToDB = 'Pereiti į &quot;%s&quot; duombazę.';
331 $strJustDeleteDescr = 'Kol nėra perkrautos privilegijos, &quot;pašalinti&quot; vartotojai gali prisijungti prie MySQL darbinės stoties.';
332 $strJustDelete = 'tik pašalinti vartotojus iš privilegijų lentelės.';
334 $strKeepPass = 'Nekeisti slaptažodžio';
335 $strKeyname = 'Raktinis žodis';
336 $strKill = 'Stabdyti procesą';
337 $strKorean = 'Korėjiečių';
339 $strLandscape = 'Peizažinis';
340 $strLatexCaption = 'Lentelės antraštė';
341 $strLatexContent = 'Lentelės __TABLE__ turinys';
342 $strLatexContinuedCaption = 'Lentelės antraštė (tęsinys)';
343 $strLatexContinued = '(tęsinys)';
344 $strLatexIncludeCaption = 'Įterpti lentelės antraštę';
345 $strLatexLabel = 'Pavadinimo raktas';
346 $strLaTeX = 'LaTeX';
347 $strLaTeXOptions = 'LaTeX nustatymai';
348 $strLatexStructure = 'Lentelės __TABLE__ struktūra';
349 $strLatvian = 'Latvių';
350 $strLengthSet = 'Ilgis/reikšmės*';
351 $strLimitNumRows = 'Eilučių skaičius puslapyje';
352 $strLinesTerminatedBy = 'Eilutės pabaigos žymė';
353 $strLinkNotFound = 'Sąryšis nerastas';
354 $strLinksTo = 'Sąryšis su';
355 $strLithuanian = 'Lietuvių';
356 $strLocalhost = 'Lokali darbinė stotis';
357 $strLocationTextfile = 'Tekstiniai SQL užklausų failai';
358 $strLoginInformation = 'Prisijungimo informacija';
359 $strLogin = 'Įsiregistruoti';
360 $strLogout = 'Išsiregistruoti';
361 $strLogPassword = 'Slaptažodis:';
362 $strLogServer = 'Darbinė stotis';
363 $strLogUsername = 'Vartotojo vardas:';
364 $strLongOperation = 'Operacija gali užtrukti. Tęsti?';
366 $strMaximumSize = 'Didžiausias dydis: %s%s';
367 $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ų.';
368 $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!';
369 $strMIME_available_mime = 'Galimi MIME-tipai';
370 $strMIME_available_transform = 'Galimos transformacijos';
371 $strMIME_description = 'Paaiškinimas';
372 $strMIME_MIMEtype = 'MIME tipai';
373 $strMIME_nodescription = 'Ši transformacija neturi paaiškinimo.<br />Klauskite autoriaus ką %s daro.';
374 $strMIME_transformation = 'Naršyklės transformacija';
375 $strMIME_transformation_note = 'Norėdami gauti pilną sąrašą galimų transformacijų ir jų MIME tipų transformacijų, spauskite %stransformacijos paaiškinimą%s';
376 $strMIME_transformation_options_note = 'Prašome įvesti transformacijos nustatymų reikšmes naudodami tokį įvedimo formatą: \'a\',\'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\').';
377 $strMIME_transformation_options = 'Transformacijos nustatymai';
378 $strMIMETypesForTable = 'MIME tipai lentelei';
379 $strMIME_without = 'MIME tipai atspausdinti pasvirusiu šriftu neturi atskirų transformacijos funkcijos.';
380 $strModifications = 'Pakeitimai išsaugoti';
381 $strModifyIndexTopic = 'Keisti indeksą';
382 $strModify = 'Keisti';
383 $strMoveTableOK = 'Lentelė %s perkelta į %s.';
384 $strMoveTable = 'Perkelti lentelė į (duombazė<b>.</b>lentelė):';
385 $strMoveTableSameNames = 'Negalima perkelti lentelės į ją pačią!';
386 $strMultilingual = 'daugiakalbis';
387 $strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinų failų dydis kuriant indeksus';
388 $strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinų failų dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
389 $strMyISAMMaxSortFileSize = 'Maksimalus laikinų rūšiavimo failų dydis';
390 $strMyISAMRecoverOptions = 'Automatinio atstatymo režimas';
391 $strMyISAMRecoverOptionsDesc = 'Režimas, skirtas automatiniam nusprogusių MyISAM lentelių atstatymui, kuris nurodomas per --myisam-recover serverio startavimo parametrą.';
392 $strMyISAMRepairThreadsDesc = 'Jei ši reikšmė yra didesnė už 1, vykdant Repair, rūšiavimo procesas MyISAM lentelių indeksus kuria lygegrečiai (kiekvieną indeksą savo gijoje).';
393 $strMyISAMSortBufferSize = 'Rūšiavimo buferio dydis';
394 $strMySQLCharset = 'MySQL koduotė';
395 $strMySQLConnectionCollation = 'MySQL prisijungimo rūšiavimas';
396 $strMySQLSaid = 'MySQL atsakymas: ';
397 $strMySQLShowProcess = 'Rodyti procesus';
398 $strMySQLShowStatus = 'Rodyti MySQL aplinkos būseną';
399 $strMySQLShowVars = 'Rodyti MySQL sistemos kintamuosius';
401 $strName = 'Pavadinimas';
402 $strNext = 'Sekantis';
403 $strNoActivity = 'Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų. Prašau įsiloginti išnaujo.';
404 $strNoDatabases = 'Nėra duombazių';
405 $strNoDatabasesSelected = 'Nepažymėjote duombazės.';
406 $strNoDescription = 'Aprašymo nėra';
407 $strNoDetailsForEngine = 'Apie šio Saugojimo Variklio būseną nėra išsamios informacijos.';
408 $strNoDropDatabases = '"DROP DATABASE" komandos įvykdyti negalima.';
409 $strNoExplain = 'Praleisti SQL užklausos aiškinimą';
410 $strNoFrames = 'phpMyAdmin draugiškesnis su <b>rėmelius</b> palaikančiomis naršyklėmis.';
411 $strNoIndex = 'Neaprašyti indeksai!';
412 $strNoIndexPartsDefined = 'Neaprašytos indekso dalys!';
413 $strNoModification = 'Nėra pakeitimų';
414 $strNo = 'Ne';
415 $strNone = 'Nėra';
416 $strNoOptions = 'Šis formatas neturi nustatymų';
417 $strNoPassword = 'Nėra slaptažodžio';
418 $strNoPermission = 'Nėra teisių išsaugoti bylai %s.';
419 $strNoPhp = 'be PHP kodo';
420 $strNoPrivileges = 'Nėra privilegijų';
421 $strNoRights = 'Neturite pakankamai teisių';
422 $strNoRowsSelected = 'Nepasirinkti įrašai';
423 $strNoSpace = 'Nėra pakankamai vietos išsaugoti bylai %s.';
424 $strNoTablesFound = 'Duombazėje nerasta lentelių.';
425 $strNoThemeSupport = 'Temos nėra palaikomos, patikrinkite savo konfigūraciją ir/arba savo temų direktoriją %s.';
426 $strNotNumber = 'Įveskite skaičių!';
427 $strNotOK = 'Negerai';
428 $strNotSet = 'Lentelė <b>%s</b> nerasta arba nenurodyta %s byloje';
429 $strNoUsersFound = 'Nerasta vartotojo(ų).';
430 $strNoValidateSQL = 'Praleisti SQL užklausos tikrinimą';
431 $strNull = 'Null';
432 $strNumSearchResultsInTable = '%s atitikmuo(enys) lentelėje <i>%s</i>';
433 $strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> atitikmuo(enys)';
434 $strNumTables = 'Lentelės';
436 $strOK = 'Gerai';
437 $strOperations = 'Veiksmai';
438 $strOptimizeTable = 'Optimizuoti';
439 $strOr = 'Arba';
440 $strOverhead = 'Perteklius';
441 $strOverwriteExisting = 'Perrašyti esančias bylas';
443 $strPageNumber = 'Puslapis:';
444 $strPaperSize = 'Lapo dydis';
445 $strPartialText = 'Tekstus rodyti dalinai';
446 $strPasswordChanged = 'Vartotojo %s slaptažodis sėkmingai pakeistas.';
447 $strPasswordEmpty = 'Tuščias slaptažodis!';
448 $strPasswordHashing = 'Slaptažodžių Hešavimas';
449 $strPasswordNotSame = 'Slaptažodžiai nesutampa!';
450 $strPassword = 'Slaptažodis';
451 $strPdfDbSchema = 'Duombazės "%s" schema - %s puslapis';
452 $strPdfInvalidTblName = 'Lentelė "%s" neegzistuoja!';
453 $strPdfNoTables = 'No tables';
454 $strPerHour = 'per valandą';
455 $strPerMinute = 'per minutę';
456 $strPerSecond = 'per sekundę';
457 $strPersian = 'Persų';
458 $strPhoneBook = 'telefonų knyga';
459 $strPHP40203 = 'Jūs naudojate PHP 4.2.3 versiją, kurioje yra rimta klaida, susiijusi su daugiabaičiais stringais (mbstring). Daugiau informacijos rasite PHP klaidų pranešime Nr.19404. <strong>NEREKOMENDUOJAME naudoti šios PHP versijos su phpMyAdmin</strong>.';
460 $strPhp = 'PHP kodas';
461 $strPHPVersion = 'PHP versija';
462 $strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
463 $strPmaUriError = 'Reikia parinkčių byloje įrašyti <tt>$cfg[\'PmaAbsoluteUri\']</tt> reikšmę!';
464 $strPolish = 'Lenkų';
465 $strPortrait = 'Portretinis';
466 $strPos1 = 'Pradžia';
467 $strPrevious = 'Praėjęs';
468 $strPrimaryKeyHasBeenDropped = 'Panaikintas pirminis raktas';
469 $strPrimaryKeyName = 'Pirminio rakto pavadinimas turi būti "PRIMARY"!';
470 $strPrimaryKeyWarning = '("PRIMARY" <b>yra vienintelis</b> pirminio rakto tipas!)';
471 $strPrimary = 'Pirminis';
472 $strPrint = 'Spausdinti';
473 $strPrintViewFull = 'Spausdinti vaizdą (su pilnai tekstais)';
474 $strPrintView = 'Spausdinti struktūrą';
475 $strPrivDescAllPrivileges = 'Įtraukti visas teises, išskyrus GRANT.';
476 $strPrivDescAlter = 'Leisti keisti jau egzistuojančių lenetelių struktūrą.';
477 $strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
478 $strPrivDescCreateTbl = 'Leisti kurti naujas lenteles.';
479 $strPrivDescCreateTmpTable = 'Leisti kurti laikinas lenteles.';
480 $strPrivDescCreateUser = 'Leidžia kurti, šalinti ir pervadinti vartotojus.';
481 $strPrivDescCreateView = 'Leidžia sukurti naujus view\'us.';
482 $strPrivDescDelete = 'Leisti šalinti duomenis.';
483 $strPrivDescDropDb = 'Leisti šalinti duombazes ir lenteles.';
484 $strPrivDescDropTbl = 'Leisti šalinti lenteles.';
485 $strPrivDescExecute = 'Leisti vykdyti išsaugotas procedūras; Negalioja šioje MySQL versijoje.';
486 $strPrivDescFile = 'Leisti įterpti ir eksportuoti duomenis iš bylų.';
487 $strPrivDescGrant = 'Leisti įterpti naujus vartotojus, bei prisikirti privilegijas, neperkraunant privilegijų lentelės.';
488 $strPrivDescIndex = 'Leisti įterpti ir modifikuoti indeksus.';
489 $strPrivDescInsert = 'Leisti įterpti ir modifikuoti duomenis.';
490 $strPrivDescLockTables = 'Leisti užrakinti lenteles procesų metu.';
491 $strPrivDescMaxConnections = 'Riboti prisijungimų kiekį per valandą.';
492 $strPrivDescMaxQuestions = 'Riboti užklausų kiekį per valandą';
493 $strPrivDescMaxUpdates = 'Riboti komandų (kurios vienaip ar kitaip modifikuoja lenteles ar duombazes) kiekį per valandą.';
494 $strPrivDescProcess3 = 'Leisti išjungti kitų vartotojų procesus.';
495 $strPrivDescProcess4 = 'Leisti peržiūrėti procesų sąraše pilną užklausų sąrašą.';
496 $strPrivDescReferences = ' Negalioja šioje MySQL versijoje.';
497 $strPrivDescReload = 'Leisti perkrauti darbinę stotį, bei išvalyti laikinąją atmintį (cache).';
498 $strPrivDescReplClient = 'Leisti vartotojo užklausas dėl atstatymo master / slave darbinių stočių.';
499 $strPrivDescReplSlave = 'Reikalinga atstatyti slave darbinei stočiai';
500 $strPrivDescSelect = 'Leisti skaityti duomenis.';
501 $strPrivDescShowDb = 'Suteikti prieigą prie visų duombazių.';
502 $strPrivDescShowView = 'Leidžia vykdyti SHOW CREATE VIEW užklausas.';
503 $strPrivDescShutdown = 'Leisti išjungti serverį.';
504 $strPrivDescSuper = 'Leisti prisijungti, kai viršytas prisijungimų kiekis; Reikalinga daugumai administratoriaus darbų, tokių kaip globalių reikšmių modifikavimui ar vartotojų atjungimui.';
505 $strPrivDescUpdate = 'Leisti modifikuoti duomenis.';
506 $strPrivDescUsage = 'Be teisių.';
507 $strPrivileges = 'Privilegijos';
508 $strPrivilegesReloaded = 'Teisės sėkmingai perkrautos.';
509 $strProcesses = 'Procesai';
510 $strProcesslist = 'Procesų sąrašas';
511 $strPutColNames = 'Stulpelių pavadinimus įrašyti pirmoje eilutėje';
513 $strQBEDel = 'Pakeičiant';
514 $strQBEIns = 'Įterpiant';
515 $strQBE = 'SQL&nbsp;užklausa';
516 $strQueryFrame = 'Užklausų langas';
517 $strQueryOnDb = 'SQL-užklausa duombazėje <b>%s</b>:';
518 $strQuerySQLHistory = 'SQL užklausų istorija';
519 $strQueryStatistics = '<b>Užklausų statistika</b>: nuo paleidimo dienos buvo išsiųsta %s užklausų į serverį.';
520 $strQueryTime = 'Užklausa užtruko %01.4f sek.';
521 $strQueryType = 'Užklausos tipas';
522 $strQueryWindowLock = 'Nekeisti šios užklausos už aktyvaus lango ribų.';
524 $strReadRequests = 'Read užklausos';
525 $strReceived = 'Gauta';
526 $strRecords = 'Viso įrašų:';
527 $strReferentialIntegrity = 'Patikrinti sąryšių vientisumą:';
528 $strRefresh = 'Atnaujinti';
529 $strRelationalSchema = 'Ryšių schema';
530 $strRelationNotWorking = 'Nėra PMA lentelių, kurios leidžia dirbti su jungtinėmis MySQL lentelėmis. %sPaaiškinimas%s.';
531 $strRelationsForTable = 'RELATIONS FOR TABLE';
532 $strRelations = 'Sąryšiai';
533 $strRelationView = 'Peržiūrėti sąryšius';
534 $strReloadingThePrivileges = 'Perkraunamos privilegijos';
535 $strRemoveSelectedUsers = 'Pašalinti pažymėtus vartotojus';
536 $strRenameDatabaseOK = 'Duombazė %s pervadinta į %s';
537 $strRenameTableOK = 'Lentelė %s pervadinta į %s';
538 $strRenameTable = 'Pervadinti lentelę į';
539 $strRepairTable = 'Redaguoti';
540 $strReplaceNULLBy = 'Pakeisti NULL į';
541 $strReplaceTable = 'Pakeisti lentelės turinį failo duomenimis ';
542 $strReset = 'Atstatyti į pradinę būseną';
543 $strResourceLimits = 'Išteklių apribojimai';
544 $strReType = 'Įveskite dar kartą';
545 $strRevokeAndDeleteDescr = 'Kol nėra perkrautos privilegijos, vartotojai dar turės privilegiją USAGE.';
546 $strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojų privilegijas ir pašalinti vartotojus.';
547 $strRevokeMessage = 'Jūs panaikinote privilegijas %s';
548 $strRevoke = 'Panaikinti';
549 $strRomanian = 'Rumunų';
550 $strRowLength = 'Eilutės ilgis';
551 $strRows = 'Eilutės';
552 $strRowsFrom = 'eilučių pradedant nuo';
553 $strRowSize = 'Eilutės dydis';
554 $strRowsModeFlippedHorizontal = 'horizontalūs (pasukti pavadinimai)';
555 $strRowsModeHorizontal = 'horizontaliai';
556 $strRowsModeOptions = 'išdėstant %s pakartoti antraštes kas %s įrašų';
557 $strRowsModeVertical = 'vertikaliai';
558 $strRowsStatistic = 'Eilučių statistika';
559 $strRunning = 'adresu %s';
560 $strRunQuery = 'Vykdyti užklausą';
561 $strRunSQLQuery = 'Vykdyti SQL sakinius duombazėje <strong>%s</strong>';
562 $strRussian = 'Rusų';
564 $strSave = 'Išsaugoti';
565 $strSaveOnServer = 'Išsaugoti serveryje, kataloge pavadinimu %s';
566 $strScaleFactorSmall = 'Dydžio matas yra per mažas norint sutalpinti vaizdą viename lape.';
567 $strSearchFormTitle = 'Paieška duombazėje';
568 $strSearchInTables = 'Lentelės(ių) viduje:';
569 $strSearchNeedle = 'Paieškos žodis(iai) arba reikšmė(ės) (pakaitos simbolis: "%"):';
570 $strSearchOption1 = 'bent vienas iš žodžių';
571 $strSearchOption2 = 'visi žodžiai';
572 $strSearchOption3 = 'ištisa frazė';
573 $strSearchOption4 = 'kaip reguliarųjį išsireiškimą';
574 $strSearch = 'Paieška';
575 $strSearchResultsFor = 'Paieškos rezultatai frazei "<i>%s</i>" %s:';
576 $strSearchType = 'Rasti:';
577 $strSecretRequired = 'Nustatymų byloje nurodykite slaptą frazę (blowfish_secret).';
578 $strSelectADb = 'Pasirinkite duombazę';
579 $strSelectAll = 'Išrinkti visas(us)';
580 $strSelectBinaryLog = 'Pasirinkite binarinį logą peržiūrai';
581 $strSelectFields = 'Pasirinkti laukus (nors vieną)';
582 $strSelectNumRows = 'užklausą vykdoma';
583 $strSelectTables = 'Pasirinkite lenteles';
584 $strSend = 'Išsaugoti į failą';
585 $strSent = 'Siųsta';
586 $strServerChoice = 'Pasirinkti serverį';
587 $strServerNotResponding = 'Serveris neatsako';
588 $strServer = 'Serveris';
589 $strServerStatusUptime = 'MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s.';
590 $strServerStatus = 'Veikimo informacija';
591 $strServerTabVariables = 'Kintamieji';
592 $strServerTrafficNotes = '<b>Serverio apkrovimas</b>: šiose lentelėse saugoma statistinė informacija apie MySQL serverio apkrovimą nuo paleidimo dienos.';
593 $strServerVars = 'Serverio kintamieji ir nustatymai';
594 $strServerVersion = 'Serverio versija';
595 $strSessionValue = 'Sesijos reikšmė';
596 $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\').';
597 $strShowAll = 'Rodyti viską';
598 $strShowColor = 'Rodyti spalvą';
599 $strShowDatadictAs = 'Duomenų žodyno formatas';
600 $strShowFullQueries = 'Rodyti pilnas užklausas';
601 $strShowGrid = 'Rodyti tinklelį';
602 $strShowingRecords = 'Rodomi įrašai';
603 $strShowPHPInfo = 'Rodyti PHP informaciją';
604 $strShow = 'Rodyti';
605 $strShowTableDimension = 'Rodyti lentelių dydžius';
606 $strShowTables = 'Rodyti lentelės';
607 $strShowThisQuery = ' Rodyti šią užklausą vėl ';
608 $strSimplifiedChinese = 'Supaprastinta Kiniečių';
609 $strSingly = '(pavieniui)';
610 $strSize = 'Dydis';
611 $strSlovak = 'Slovakų';
612 $strSlovenian = 'Slovėnų';
613 $strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)';
614 $strSortByKey = 'Rūšiuoti pagal raktą';
615 $strSort = 'Rūšiuoti';
616 $strSpaceUsage = 'Vietos naudojimas';
617 $strSpanish = 'Ispanų';
618 $strSplitWordsWithSpace = 'Žodžiai atskirti tarpo simboliu (" ").';
619 $strSQLExportType = 'Eksporto tipas';
620 $strSQLOptions = 'SQL nustatymai';
621 $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:';
622 $strSQLParserUserError = 'Klaida SQL užklausoje. Žemiau išvestas MySQL serverio pranešimas (jeigu toks yra), turėtų padėti Jums nustatyti klaidos priežastį';
623 $strSQLQuery = 'SQL užklausa';
624 $strSQLResult = 'SQL rezultatas';
625 $strSQL = 'SQL';
626 $strSQPBugInvalidIdentifer = 'Klaidingas vardas';
627 $strSQPBugUnclosedQuote = 'Trūksta uždaromosios kabutės';
628 $strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
629 $strStatCheckTime = 'Paskutinis patikrinimas';
630 $strStatCreateTime = 'Sukurta';
631 $strStatement = 'Parametrai';
632 $strStatUpdateTime = 'Paskutinis atnaujinimas';
633 $strStatus = 'Statusas';
634 $strStorageEngine = 'Saugojimo Variklis';
635 $strStorageEngines = 'Saugojimo Varikliai';
636 $strStrucCSV = 'Duomenys CSV formatu';
637 $strStrucData = 'Struktūra ir duomenys';
638 $strStrucExcelCSV = 'Duomenys ekselio CSV formatu';
639 $strStrucNativeExcel = 'MS Excel duomenys';
640 $strStrucOnly = 'Tik struktūrą';
641 $strStructPropose = 'Analizuoti lentelės struktūrą';
642 $strStructure = 'Struktūra';
643 $strSubmit = 'Siųsti';
644 $strSuccess = 'Jūsų SQL užklausa sėkmingai įvykdyta';
645 $strSum = 'Sumos';
646 $strSwedish = 'Švedų';
647 $strSwitchToDatabase = 'Pereiti į nukopijuotą duombazę';
648 $strSwitchToTable = 'Pereiti į lentelės kopiją';
650 $strTableComments = 'Lentelės komentarai';
651 $strTableEmpty = 'Tuščias lentelės vardas!';
652 $strTableHasBeenDropped = 'Lentelė %s panaikinta';
653 $strTableHasBeenEmptied = 'Lentelės reikšmės %s ištuštintos';
654 $strTableHasBeenFlushed = 'Lentelės buferis %s išvalytas';
655 $strTable = 'Lentelė';
656 $strTableMaintenance = 'Lentelės diagnostika';
657 $strTableOfContents = 'Turinys';
658 $strTableOptions = 'Lentelės parinktys';
659 $strTables = '%s lentelė(s)';
660 $strTableStructure = 'Sukurta duomenų struktūra lentelei';
661 $strTakeIt = 'pasirinkti';
662 $strTblPrivileges = 'Specifinės lentelių privilegijos';
663 $strTextAreaLength = ' Tai yra jo ilgis,<br /> šis laukelis neredaguojamas ';
664 $strThai = 'Tailando';
665 $strTheme = 'Tema / Stilius';
666 $strThisHost = 'Dabartinis serveris';
667 $strThisNotDirectory = 'Tai ne katalogas';
668 $strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.';
669 $strTime = 'Laikas';
670 $strToggleScratchboard = 'įjungti scratchboard';
671 $strTotal = ' iš viso ';
672 $strTotalUC = 'Viso';
673 $strTraditionalChinese = 'Tradicinė Kiniečių';
674 $strTraditionalSpanish = 'Tradicinė ispanų';
675 $strTraffic = 'Apkrovimas';
676 $strTransformation_application_octetstream__download = 'Įšvesti nuorodą dvejetainių lauko duomenų atsisiuntimui. Pirmas parametras - dvejetainių lauko duomenų bylos pavadinimas. Antras parametras - galimas lentelės eilutės lauko turinčio bylą pavadinimas. Jeigu pateiksite antrą parametrą, ištrinkite pirmojo parametro reikšmę.';
677 $strTransformation_image_jpeg__inline = 'Parodo aktyvų mažinį; nustatymai: plotis,aukštis pikseliais (išsaugo originalų santykį)';
678 $strTransformation_image_jpeg__link = 'Išvedama nuoroda į šį paveikslėlį (tiesioginis blob atsisiuntimas ir pan.).';
679 $strTransformation_image_png__inline = 'Žr. image/jpeg: vidų';
680 $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 bylą 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).';
681 $strTransformation_text_plain__formatted = 'Išsaugo originalų lauko apipavidalinimą. Nevykdomas išvengimas.';
682 $strTransformation_text_plain__imagelink = 'Gražinamas paveikslėlis ir nuoroda į įvedimo lauke įrašytą bylos pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), plotis (pikseliais), aukštis (pikseliais).';
683 $strTransformation_text_plain__link = 'Gražinama nuoroda į įvedimo lauke įrašytą bylos pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), nuorodos pavadinimas.';
684 $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: ...).';
685 $strTruncateQueries = 'Trumpinti rodomas užklausas';
686 $strTurkish = 'Turkų';
687 $strType = 'Tipas';
689 $strUkrainian = 'Ukrainiečių';
690 $strUncheckAll = 'Nepažymėti visus(as)';
691 $strUnicode = 'Unicodas';
692 $strUnique = 'Unikalus';
693 $strUnknown = 'nežinoma';
694 $strUnselectAll = 'Nepažymėti visus(as)';
695 $strUpdatePrivMessage = 'Jūs pakeitėte privilegijas %s.';
696 $strUpdateProfileMessage = 'Profilis papildytas.';
697 $strUpdateQuery = 'Atnaujinti užklausą';
698 $strUpdComTab = 'Informaciją, kaip atnaujinti Column_comments lentelę, galite rasti dokumentacijoje.';
699 $strUpgrade = 'Rekomenduojame atnaujint %s iki %s ar vėlesnės versijos.';
700 $strUsage = 'Išnaudota';
701 $strUseBackquotes = 'Lentelių ir laukų vardams naudoti šias kabutes ` `';
702 $strUseHostTable = 'Naudoti Host lentelę';
703 $strUserAlreadyExists = 'Vartotojas %s jau yra!';
704 $strUserEmpty = 'Tuščias vartotojo vardas!';
705 $strUserName = 'Vartotojo vardas';
706 $strUserNotFound = 'Privilegijų lentelėje pasirinktas vartotojas nerastas.';
707 $strUserOverview = 'Vartotojų peržiūra';
708 $strUsersDeleted = 'Pažymėti vartotojai sėkmingai pašalinti.';
709 $strUsersHavingAccessToDb = 'Vartotojai turintys priėjimą prie &quot;%s&quot;';
710 $strUser = 'Vartotojas';
711 $strUseTabKey = 'Šokinėjimui tarp reikšmių naudokite TAB mygtuką arba naudokite CTRL+rodyklės';
712 $strUseTables = 'Naudoti lenteles';
713 $strUseTextField = 'Naudokite teksto įvedimo lauką';
714 $strUseThisValue = 'Naudokite šią reikšmę';
716 $strValidateSQL = 'Patikrinti SQL užklausą';
717 $strValidatorError = 'Neveikia SQL interpretatorius. Prašome patikrinkite ar yra suinstaliuoti visi privalomi php moduliai, nurodyti %sdokumentacijoje%s.';
718 $strValue = 'Reikšmė';
719 $strVar = 'Kintamasis';
720 $strVersionInformation = 'Versijos informacija';
721 $strViewDumpDatabases = 'Peržiūrėti duombazių išrašą';
722 $strViewDumpDB = 'Sukurti, peržiūrėti duombazės atvaizdį';
723 $strViewDump = 'Peržiūrėti lentelės struktūros atvaizdį';
724 $strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
725 $strView = 'View\'as';
727 $strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
728 $strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
729 $strWelcome = 'Jūs naudojate %s';
730 $strWestEuropean = 'Vakarų Europos';
731 $strWildcard = 'pakaitos simbolis';
732 $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.';
733 $strWithChecked = 'Pasirinktas lenteles:';
734 $strWriteRequests = 'Write užklausos';
735 $strWritingCommentNotPossible = 'Negalimas komentavimas';
736 $strWritingRelationNotPossible = 'Negalimas sąryšis';
737 $strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas uždraustas.';
739 $strXML = 'XML';
741 $strYes = 'Taip';
743 $strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliui).';
744 $strZip = '"zip"';
746 // To translate:
747 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
748 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
749 $strAndThen = 'and then'; //to translate
751 $strBookmarkCreated = 'Bookmark %s created'; //to translate
752 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
753 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
754 $strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
755 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
756 $strBufferReadMisses = 'Read misses'; //to translate
757 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
758 $strBufferWriteWaits = 'Write waits'; //to translate
759 $strBusyPages = 'Busy pages'; //to translate
761 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
762 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
763 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
764 $strCSV = 'CSV'; //to translate
765 $strCSVImportOptions = 'CSV options'; //to translate
767 $strDataPages = 'Pages containing data'; //to translate
768 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
769 $strDirtyPages = 'Dirty pages'; //to translate
771 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
772 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
773 $strEsperanto = 'Esperanto'; //to translate
775 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
776 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
777 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
778 $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
779 $strFileToImport = 'File to import'; //to translate
780 $strFlushQueryCache = 'Flush query cache'; //to translate
781 $strFlushTables = 'Flush (close) all tables'; //to translate
782 $strFreePages = 'Free pages'; //to translate
784 $strHandler = 'Handler'; //to translate
786 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
787 $strImportFormat = 'Format of imported file'; //to translate
788 $strImport = 'Import'; //to translate
789 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
790 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
791 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
792 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
793 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
794 $strInnoDBPages = 'pages'; //to translate
795 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
796 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
797 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
798 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
799 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
800 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
801 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
802 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
803 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
804 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
805 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
806 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
808 $strJoins = 'Joins'; //to translate
810 $strKeyCache = 'Key cache'; //to translate
812 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
813 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
814 $strLatchedPages = 'Latched pages'; //to translate
815 $strLDI = 'CSV using LOAD DATA'; //to translate
816 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
817 $strLDILocal = 'Use LOCAL keyword'; //to translate
819 $strMaxConnects = 'max. concurrent connections'; //to translate
820 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
821 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
822 $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
823 $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
824 $strMyISAMRepairThreads = 'Repair threads'; //to translate
825 $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
826 $strMysqlClientVersion = 'MySQL client version'; //to translate
828 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
829 $strNumberOfFields = 'Number of fields'; //to translate
831 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
832 $strOperator = 'Operator'; //to translate
834 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
835 $strPartialImport = 'Partial import'; //to translate
836 $strPDFOptions = 'PDF options'; //to translate
837 $strPDF = 'PDF'; //to translate
838 $strPDFReportTitle = 'Report title'; //to translate
839 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
840 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
841 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
842 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
843 $strProtocolVersion = 'Protocol version'; //to translate
845 $strQueryCache = 'Query cache'; //to translate
847 $strReloadPrivileges = 'Reload privileges'; //to translate
848 $strReplication = 'Replication'; //to translate
849 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
851 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
852 $strShowingBookmark = 'Showing bookmark'; //to translate
853 $strShowOpenTables = 'Show open tables'; //to translate
854 $strShowSlaveHosts = 'Show slave hosts'; //to translate
855 $strShowSlaveStatus = 'Show slave status'; //to translate
856 $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
857 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
858 $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
859 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
860 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
861 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
862 $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
863 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
864 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
865 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
866 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
867 $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
868 $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
869 $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
870 $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
871 $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
872 $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
873 $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
874 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
875 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
876 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
877 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
878 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
879 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
880 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
881 $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
882 $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
883 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
884 $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
885 $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
886 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
887 $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
888 $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
889 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
890 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
891 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
892 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
893 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
894 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
895 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
896 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
897 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
898 $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
899 $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
900 $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
901 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
902 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
903 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
904 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
905 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
906 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
907 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
908 $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
909 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
910 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
911 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
912 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
913 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
914 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
915 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
916 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
917 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
918 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
919 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
920 $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
921 $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
922 $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
923 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
924 $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
925 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
926 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
927 $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
928 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
929 $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
930 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
931 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
932 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
933 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
934 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
935 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
936 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
937 $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
938 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
939 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
940 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
941 $strShowStatusReset = 'Reset'; //to translate
942 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
943 $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
944 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
945 $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
946 $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
947 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
948 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
949 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
950 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
951 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
952 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
953 $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
954 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
955 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
956 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
957 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
958 $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
959 $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
960 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
961 $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
962 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
963 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
964 $strSorting = 'Sorting'; //to translate
965 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
966 $strSQLImportOptions = 'SQL options'; //to translate
967 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
969 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
970 $strTempData = 'Temporary data'; //to translate
971 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
972 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
973 $strThemeNotFound = 'Theme %s not found!'; //to translate
974 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
975 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
976 $strThreads = 'Threads'; //to translate
977 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
978 $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
979 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
980 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
981 $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
982 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
984 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
985 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
986 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
988 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
990 $strQueryResultsOperations = 'Query results operations'; //to translate
991 $strAddClause = 'Add %s'; //to translate
992 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
993 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
994 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
995 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
996 $strXMLOptions = 'XML options'; //to translate
997 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
998 $strCreateUserDatabase = 'Database for user'; //to translate
999 $strCreateUserDatabaseNone = 'None'; //to translate
1000 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
1001 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
1002 $strOpenDocumentText = 'Open Document Text'; //to translate
1003 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
1004 $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
1005 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
1006 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
1007 $strInvalidTableName = 'Invalid table name'; //to translate
1008 $strInvalidDatabase = 'Invalid database'; //to translate
1009 $strServers = 'Servers'; //to translate
1010 $strDelimiter = 'Delimiter'; //to translate
1011 $strFunctions = 'Functions'; //to translate
1012 $strProcedures = 'Procedures'; //to translate
1013 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1014 $strFontSize = 'Font size'; //to translate
1015 $strLanguage = 'Language'; //to translate
1016 $strPmaWiki = 'phpMyAdmin wiki'; //to translate
1017 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formated 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