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