5 $allow_recoding = TRUE;
7 $number_thousands_separator = ',';
8 $number_decimal_separator = '.';
9 // Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
10 $byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
12 $day_of_week = array('Iga', 'Astel', 'Astea', 'Astez', 'Oste', 'Osti', 'Lar');
13 $month = array('Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe');
14 // Ikus http://www.php.net/manual/es/function.strftime.php zehazteko
16 $datefmt = '%Y-%m-%d, %H:%M:%S';
17 $timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
19 $strAbortedClients = 'Deuseztatua';
20 $strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
21 $strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
22 $strAccessDenied = 'Sarbidea ukatua';
23 $strAction = 'Ekintza';
24 $strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
25 $strAddConstraints = 'Murrizketak gehitu';
26 $strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
27 $strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
28 $strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
29 $strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
30 $strAddIntoComments = 'Iruzkinetan gehitu';
31 $strAddNewField = 'Eremu berria gehitu';
32 $strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
33 $strAddPrivilegesOnTbl = 'Pribilegioak gehitu taula honetan ';
34 $strAddSearchConditions = 'Bilatzeko baldintzak txertatu ("where" klausularen gorputza):';
35 $strAddToIndex = ' %s zutabe indizean gehituta';
36 $strAddUser = 'Erabiltzaile berria gehitu';
37 $strAddUserMessage = 'Erabiltzaile berria gehitu duzu.';
38 $strAdministration = 'Kudeaketa';
39 $strAffectedRows = 'Eragindako errenkadak: ';
40 $strAfterInsertBack = 'Itzuli';
41 $strAfterInsertNewInsert = 'Erregistro berria gehitu';
42 $strAfter = '%s(a)ren ondoren';
44 $strAllTableSameWidth = 'Zabalera berdina duten taula guztiak erakutsi?';
45 $strAlterOrderBy = 'Taularen "Order By" aldatu';
46 $strAnalyzeTable = 'Taula aztertu';
48 $strAnIndex = 'Indize bat gehitu da hemen: %s';
50 $strAnyHost = 'Edozein zerbitzari';
51 $strAnyUser = 'Edozein erabiltzaile';
52 $strAPrimaryKey = 'Lehen mailako gakoa gehitu da hemen: %s';
53 $strArabic = 'Arabiera';
54 $strArmenian = 'Armeniera';
55 $strAscending = 'Goranzko';
56 $strAtBeginningOfTable = 'Taularen hasiera';
57 $strAtEndOfTable = 'Taularen amaiera';
58 $strAttr = 'Ezaugarriak';
59 $strAutodetect = 'Autodetektatu';
60 $strAutomaticLayout = 'Diseinu automatikoa';
63 $strBaltic = 'Baltikera';
64 $strBeginCut = 'EBAKINAREN HASIERA';
65 $strBeginRaw = 'IRAULKETAREN HASIERA';
66 $strBinary = ' Binarioa ';
67 $strBinaryDoNotEdit = ' Binarioa - ez editatu! ';
68 $strBookmarkAllUsers = 'Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri ';
69 $strBookmarkDeleted = 'Gordetako kontsulta ezabatu da.';
70 $strBookmarkLabel = 'Etiketa';
71 $strBookmarkQuery = 'Kontsulta gogokoetan gordea';
72 $strBookmarkThis = 'Kontsulta hau gogokoetan gorde';
73 $strBookmarkView = 'Soilik ikusi';
74 $strBrowse = 'Arakatu';
75 $strBulgarian = 'Bulgariera';
76 $strBzError = 'phpMyAdmin-ek ezinezko izan du iraulketa trinkotzea php bertsio honen Bz2 luzapena hondatuta dagoelako. Zinez gomendatzen dizugu zure phpMyAdmin-en konfigurazio-fitxategian <code>$cfg[\'BZipDump\']</code> parametroa era honetan <code>FALSE</code> ezartzea.Bz2 trinkotzeko hobespenak erabili nahi badituzu, zure php-a bertsio berri batera gaurkotu beharko duzu. Detaileak ikusi nahi izanez gero begira erroreen txostena.';
77 $strBzip = '"Bzip-ez trinkotua"';
79 $strCannotLogin = 'Ezinezkoa MySql zerbitzarian saioa hastea';
80 $strCantLoad = 'ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren konfigurazioa.';
81 $strCantLoadRecodeIconv = 'Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa den luzapena berkodifikatzea, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
82 $strCantRenameIdxToPrimary = 'Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea';
83 $strCantUseRecodeIconv = 'Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa.';
84 $strCardinality = 'Kardinalitatea';
85 $strCaseInsensitive = 'Maiuskulak ez ditu bereizten';
86 $strCaseSensitive = 'Maiuskulak bereizten ditu';
87 $strCentralEuropean = 'Erdialdeko europearra';
88 $strChange = 'Aldatu';
89 $strChangeCopyModeCopy = '... mantendu aurrekoa.';
90 $strChangeCopyModeDeleteAndReload = ' ... zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu pribilegioak.';
91 $strChangeCopyMode = 'Erabiltzaile berri bat sortu pribilegio berdinekin eta ...';
92 $strChangeCopyModeJustDelete = ' ... zaharra ezabatu erabiltzaileen tauletatik.';
93 $strChangeCopyModeRevoke = ' ... zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu.';
94 $strChangeCopyUser = 'Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu';
95 $strChangeDisplay = 'Aukeratu erakutsi beharreko eremua';
96 $strChangePassword = 'Pasahitza aldatu';
97 $strCharset = 'Karaktere-jokoa';
98 $strCharsetOfFile = 'Fitxategiaren karaktereen kodeketa:';
99 $strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
100 $strCharsets = 'Karaktere-multzoa';
101 $strCheckAll = 'Guztiak egiaztatu';
102 $strCheckOverhead = 'Arazteko hondakinak egiaztatu';
103 $strCheckPrivsLong = '"%s" datu-basearen pribilegioak egiaztatu.';
104 $strCheckPrivs = 'Pribilegioak egiaztatu';
105 $strCheckTable = 'Taula egiaztatu';
106 $strChoosePage = 'Aukeratu editatzeko orria mesedez';
107 $strColComFeat = 'Zutabearen iruzkinak erakusten';
108 $strCollation = 'Ordenamendua';
109 $strColumnNames = 'Zutabe izenak';
110 $strColumnPrivileges = 'Zutabearen pribilegio espezifikoak';
111 $strCommand = 'Komandoa';
112 $strComments = 'Iruzkinak';
113 $strCompleteInserts = '"Insert"ak osatu';
114 $strCompression = 'Trinkotzea';
115 $strConfigFileError = 'phpMyAdmin-ek ezin izan du zure konfigurazio fitxategia irakurri!<br />Hau gerta liteke php-k sintasi errore bat aurkitzen badio edota php-k fitxategia ezin izan duelako aurkitu.<br />Faborez, saiatu konfigurazio fitxategia zuzenean deitzen hurrengo esteka erabiliz eta irakurri jaso lite(z)keen php-ren errore mezua(k). Kasu gehienetan komatxo edo puntu eta komaren bat nonbait ez egoteak sortzen du arazoa.<br />Orria txuriz jasoz gero, dena ondo legoke.';
116 $strConfigureTableCoord = 'Mesedez, %s taularentzako koordinatuak konfiguratu';
117 $strConnections = 'Konexioak';
118 $strConstraintsForDumped = 'Iraulitako taulentzako murrizketak';
119 $strConstraintsForTable = 'Taularentzako murrizketak';
120 $strCookiesRequired = 'Puntu honetarako cookie-ek gaituta egon behar dute.';
121 $strCopyTableOK = '%s taula hona kopiatua izan da: %s.';
122 $strCopyTableSameNames = 'Ezinezkoa da taula berberera kopiatzea!';
123 $strCopyTable = 'Taula hona kopiatu: (datu-base<b>.</b>taula):';
124 $strCouldNotKill = 'phpMyAdmin-ek ezin izan du %s haria deuseztatu. Seguruena aurretik itxia izatea.';
125 $strCreateIndex = 'Indize bat sortu %s zutabetan';
126 $strCreateIndexTopic = 'Indize berri bat sortu';
127 $strCreateNewDatabase = 'Datu-base berri bat sortu';
128 $strCreateNewTable = 'Taula berri bat sortu %s datu-basean';
129 $strCreatePage = 'Orri berri bat sortu';
130 $strCreatePdfFeat = 'PDF-en sorrera';
131 $strCreate = 'Sortu';
132 $strCreationDates = 'Sortu/Eguneratu/Egiaztatu datak';
133 $strCriteria = 'Irizpidea';
134 $strCroatian = 'Croaziera';
135 $strCSVOptions = 'CSV aukerak';
136 $strCyrillic = 'Zirilikoa';
137 $strCzech = 'Txekiera';
139 $strDanish = 'Danesa';
140 $strDatabase = 'Datu-basea';
141 $strDatabaseExportOptions = 'Datu-basea esportatzeko aukerak';
142 $strDatabaseHasBeenDropped = '%s datu-basea ezabatua izan da.';
143 $strDatabaseNoTable = 'Datu-base honek ez dauka taularik!';
144 $strDatabases = 'Datu-baseak';
145 $strDatabasesDropped = '%s datu-base arrakastaz ezabatu dira.';
146 $strDatabasesStats = 'Datu-baseen estatistikak';
147 $strDatabasesStatsDisable = 'Estatistikak ezgaitu';
148 $strDatabasesStatsEnable = 'Estatistikak gaitu';
149 $strDatabasesStatsHeavyTraffic = 'Oharra: Datu-basearen estatistikak hemen gaituz gero web-zerbitzaria eta MySQL-arenaren arteko trafiko handia sor liteke.';
151 $strDataDict = 'Datu-hiztegia';
152 $strDataOnly = 'Datuak soilik';
153 $strDBComment = 'Datu-basearen iruzkina: ';
154 $strDBGContextID = 'Testuinguruaren IDa';
155 $strDBGContext = 'Testuingurua';
156 $strDBGHits = 'Atzialdiak';
157 $strDBGLine = 'Lerroa';
158 $strDBGMaxTimeMs = 'Denbora Min , ms';
159 $strDBGMinTimeMs = 'Denbora Max, ms';
160 $strDBGModule = 'Modulua';
161 $strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
162 $strDBGTotalTimeMs = 'Denbora orokorra, ms';
163 $strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
164 $strDbSpecific = 'Datubasearentzat espezifikoa';
165 $strDefault = 'Lehenetsia';
166 $strDefaultValueHelp = 'Lehenetsitako balioak erabiltzeko, mesedez sartu balio bakar bat, komatxo edota alderantzikaturiko barrarik gabe, formato hau erabiliz: a';
167 $strDelayedInserts = 'Use delayed inserts';
168 $strDeleteAndFlushDescr = 'Hau da biderik garbiena, baina pribilegioak berkargatzeak denbora behar du.';
169 $strDeleteAndFlush = 'Erabiltzaileak ezabatu eta ondoren pribilegioak berkargatu.';
170 $strDeleted = 'Errenkada ezabatua izan da';
171 $strDeletedRows = 'Ezabatutako errenkadak:';
172 $strDelete = 'Ezabatu';
173 $strDeleting = '%s ezabatzen';
174 $strDelOld = 'Orri honek existitzen ez diren taulekiko erreferentziak dauzka. Erreferentziok ezabatu nahi al dituzu?';
175 $strDescending = 'Beherantz';
176 $strDescription = 'Deskribapena';
177 $strDictionary = 'hiztegia';
178 $strDisabled = 'Ezgaituta';
179 $strDisplayFeat = 'Eginbideak erakutsi';
180 $strDisplayOrder = 'Ordena erakutsi:';
181 $strDisplayPDF = 'PDF eskema erakutsi';
182 $strDoAQuery = '"Adibide moduan" kontsulta bat egin (komodina: "%")';
183 $strDocu = 'Dokumentazioa';
184 $strDoYouReally = 'Benetan nahi al duzu ';
185 $strDrop = 'Ezabatu';
186 $strDropUsersDb = 'Erabiltzaileen izen berdina duten datu-baseak ezabatu.';
187 $strDumpingData = 'Taula honen datuak irauli';
188 $strDumpSaved = 'Iraulketa %s fitxategian gorde da.';
189 $strDumpXRows = '%s errenkada irauli, erregistro honetatik hasita: # %s.';
190 $strDynamic = 'dinamikoa';
192 $strEdit = 'Editatu';
193 $strEditPDFPages = 'Editatu PDF Orriak';
194 $strEditPrivileges = 'Editatu Pribilegioak';
195 $strEffective = 'Eraginkorra';
196 $strEmpty = 'Hutsik';
197 $strEmptyResultSet = 'MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada).';
198 $strEnabled = 'Gaituta';
200 $strEndCut = 'EBAKINAREN AMAIERA';
201 $strEndRaw = 'IRAULKETAREN AMAIERA';
202 $strEnglish = 'Ingelesa';
203 $strEnglishPrivileges = ' Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude';
204 $strError = 'Errorea';
205 $strEstonian = 'Estoniera';
206 $strExcelEdition = 'Excel edizioa';
207 $strExcelOptions = 'Excel hobespenak';
208 $strExecuteBookmarked = 'Exekutatu aurretik aukeratutako kontsulta';
209 $strExplain = 'SQL-a azaldu';
210 $strExport = 'Esportatu';
211 $strExtendedInserts = '"insert" hedatuak';
214 $strFailedAttempts = 'Erratutako saiakerak';
215 $strField = 'Eremua';
216 $strFieldHasBeenDropped = '%s eremua ezabatu da';
217 $strFieldsEmpty = ' Eremuen kontaketa hutsik dago! ';
218 $strFieldsEnclosedBy = 'Eremuak honekin mugatuta:';
219 $strFields = 'Eremuak';
220 $strFieldsEscapedBy = 'Eremuak escaped by:';
221 $strFieldsTerminatedBy = 'Eremuak honekin bukatuak:';
222 $strFileAlreadyExists = '%s fitxategia aurretik bazegoen zerbitzarian, izena aldatu edo aukeratu gainean idazteko hobespena.';
223 $strFileCouldNotBeRead = 'Ezinezkoa fitxategia irakurtzea';
224 $strFileNameTemplateRemember = 'txantiloia gogoratu';
225 $strFileNameTemplate = 'Txantiloi-fitxategiaren izena';
226 $strFixed = 'finkoa';
227 $strFlushPrivilegesNote = 'Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak\' zuzenean MySQL-ren pribilegioen taulatik\' eskuratzen ditu. Taula hauen edukiak, tartean eskuz aldaketarik egon bada, zerbitzariak erabiltzen dituenak ez bezelakoak izan daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s beharko zenituzke.';
228 $strFlushTable = 'Taularen cachea hustu ("FLUSH")';
229 $strFormat = 'Formatoa';
230 $strFormEmpty = 'Balioa bat falta da formularioan!';
231 $strFullText = 'Testu osoak';
232 $strFunction = 'Funtzioak';
234 $strGenBy = 'Egilea:';
235 $strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
236 $strGenTime = 'Sortzeko denbora';
237 $strGerman = 'Alemaniera';
238 $strGlobal = 'orokorra';
239 $strGlobalPrivileges = 'Pribilegio orokorrak';
240 $strGlobalValue = 'Balio orokorra';
242 $strGrantOption = 'Baimendu';
243 $strGreek = 'Grekiera';
244 $strGzip = '"gzip-ez trinkotuta"';
246 $strHasBeenAltered = 'aldatua izan da.';
247 $strHasBeenCreated = 'sortu da.';
248 $strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.';
249 $strHebrew = 'Hebreera';
250 $strHome = 'Hasiera-orria';
251 $strHomepageOfficial = 'phpMyAdmin-en webgune ofiziala';
252 $strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
253 $strHost = 'Zerbitzaria';
254 $strHungarian = 'Hungariera';
257 $strIdxFulltext = 'Testu osoa';
258 $strIgnore = 'Ezikusi';
259 $strIgnoringFile = '%s fitxategia ezikusten';
260 $strImportDocSQL = 'docSQL Fitxategiak inportatu';
261 $strImportFiles = 'Fitxategiak inportatu';
262 $strIndexes = 'Indizeak';
263 $strIndexHasBeenDropped = '%s indizea ezabatu da';
264 $strIndex = 'Indizea';
265 $strIndexName = 'Indizearen izena :';
266 $strIndexType = 'Indize mota :';
267 $strInnodbStat = 'InnoDB Egoera';
268 $strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.';
269 $strInsertAsNewRow = 'Txertatu errenkada berri batean';
270 $strInsertedRowId = 'Txertatutako errenkararen id-a:';
271 $strInsertedRows = 'Txartatutako errenkadak:';
272 $strInsert = 'Txertatu';
273 $strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
274 $strInternalRelations = 'Barne-erlazioak';
275 $strInUse = 'lanean';
277 $strJapanese = 'Japoniera';
278 $strJumpToDB = '"%s" datu-basera joan.';
279 $strJustDeleteDescr = '"Ezabatutako" erabiltzaileak ohizko eran zerbitzarira sartzeko aukera izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
280 $strJustDelete = 'Pribilegioen taulatik erabiltzaileak ezabatzea besterik ez duzu.';
282 $strKeepPass = 'Pasahitza ez aldatu';
283 $strKeyname = 'Klabearen hitza';
285 $strKorean = 'Koreera';
287 $strLatexCaption = 'Taularen epigrafea';
288 $strLatexContent = '__TABLE__ taularen edukina';
289 $strLatexIncludeCaption = 'Taularen epigrafea gehitu';
291 $strLaTeXOptions = 'LaTeX hobespenak';
292 $strLatexStructure = '__TABLE__ taularen egitura';
293 $strLengthSet = 'Luzera/Balioak*';
294 $strLimitNumRows = 'Errenkada kopurua orriko';
295 $strLinesTerminatedBy = 'Honetan bukatutako lerroak: ';
296 $strLinkNotFound = 'Esteka aurkitugabea';
297 $strLinksTo = 'Estekak honi:';
298 $strLithuanian = 'Lithuaniera';
299 $strLocalhost = 'Lokal';
300 $strLocationTextfile = 'Testu-fitxategiaren kokapena';
301 $strLogin = 'Hasi saioa';
302 $strLoginInformation = 'Saioa hasteko informazioa';
303 $strLogout = 'Saioa bukatu';
304 $strLogPassword = 'Pasahitza:';
305 $strLogServer = 'Zerbitzaria';
306 $strLogUsername = 'Erabiltzaile-izena:';
308 $strMIME_available_mime = 'MIME-mota erabilgarriak';
309 $strMIME_available_transform = 'Eraldaketa erabilgarriak';
310 $strMIME_description = 'Deskribapena';
311 $strMIME_MIMEtype = 'MIME-mota';
312 $strMIME_nodescription = 'Eraldaketa honentzako deskribapenik ez dago erabilgarri.<br />Mesedez egileari galdetu, %s-(e)k zer egiten duen.';
313 $strMIME_transformation = 'Nabigatzailearen eraldaketa';
314 $strMIME_transformation_note = 'Eraldaketen hobespen eta haien MIME-mota eraldaketen zerrendarako, egizu klik hemen %stransformation descriptions%s';
315 $strMIME_transformation_options = 'Eraldaketen hobespenak';
316 $strMIME_transformation_options_note = 'Mesedez, formato honi jarraiki, sartu itzazu eraldaketen hobespenentzako balioak: \'a\',\'b\',\'c\'...<br />Noizbait alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
317 $strMIME_without = 'Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio berezirik';
318 $strModifications = 'Aldaketak gorde dira';
319 $strModify = 'Aldatu';
320 $strModifyIndexTopic = 'Indize bat aldatu';
321 $strMoveTableOK = '%s taula hona mugitu da: %s.';
322 $strMoveTableSameNames = 'Ezin taula berberara mugitu!';
323 $strMoveTable = 'Taula hona mugitu (datu-basea<b>.</b>taula):';
324 $strMultilingual = 'eleanitza';
325 $strMySQLCharset = 'MySQL karaktere-multzoa';
326 $strMySQLSaid = 'MySQL-ek zera dio: ';
327 $strMySQLShowProcess = 'Erakutsi prozesuak';
328 $strMySQLShowStatus = 'MySQL-ren funtzionamenduari buruzko informazioa erakutsi';
329 $strMySQLShowVars = 'MySQL-ren sistema-aldagaiak erakutsi';
332 $strNext = 'Hurrengoa';
333 $strNoDatabases = 'Datu-baserik ez';
334 $strNoDatabasesSelected = 'Ez dago datu-baserik aukeratuta.';
335 $strNoDescription = 'Deskribapenik ez';
336 $strNoDropDatabases = '"DROP DATABASE" sententziak ezgaituta daude.';
337 $strNoExplain = 'SQL-ren azalpena saltatu';
339 $strNoFrames = 'phpMyAdmin askoz erabilerraza da <b>frame-ak onartzen duen</b> nabigatzaile batekin.';
340 $strNoIndex = 'Ez dago indizerik definituta!';
341 $strNoIndexPartsDefined = 'Ez da indiziaren zatiak definitu!';
342 $strNoModification = 'Aldaketarik ez';
344 $strNoOptions = 'Formato honek ez du aukerarik';
345 $strNoPassword = 'Pasahitzik ez';
346 $strNoPermission = 'Web-zerbitzariak dio %s fitxategia gordetzeko baimenik ez duzula.';
347 $strNoPhp = 'PHP Koderik gabe';
348 $strNoPrivileges = 'Pribilegiorik gabe';
349 $strNoRights = 'Ez daukazu baimen nahikorik hemen orain egoteko!';
350 $strNoSpace = 'Ez dago leku-disko nahikoa %s fitxategia gordetzeko.';
351 $strNoTablesFound = 'Ez da taularik aurkitu datu-basean.';
352 $strNotNumber = 'Hau ez da zenbaki bat!';
353 $strNotOK = 'Okerra';
354 $strNotSet = '<b>%s</b> taula ez da aurkitu edo ez da definitu hemen: %s';
355 $strNoUsersFound = 'Ez da erabiltzailerik aurkitu.';
356 $strNoValidateSQL = 'SQL-ren balidapena saltatu';
358 $strNumSearchResultsInTable = '%s emaitza(k) <i>%s</i> taulan';
359 $strNumSearchResultsTotal = '<b>Guztira:</b> <i>%s</i> emaitza(k)';
360 $strNumTables = 'Taulak';
363 $strOperations = 'Eragiketak';
364 $strOptimizeTable = 'Taula optimizatu';
366 $strOverhead = 'Arazteko hondakina';
367 $strOverwriteExisting = 'Gainean idatzi aurretik badiren fitxategiak';
369 $strPageNumber = 'Orri zenbakia:';
370 $strPaperSize = 'Paperaren tamaina';
371 $strPartialText = 'Testu partzialak';
372 $strPasswordChanged = '%s-arentzako pasahitza arrakastaz aldatua izan da.';
373 $strPasswordEmpty = 'Pasahitza hutsik dago!';
374 $strPasswordNotSame = 'Pasahitzek ez dute bat egiten!';
375 $strPassword = 'Pasahitza';
376 $strPdfDbSchema = '"%s" datu-basearen eskema- Orria %s';
377 $strPdfInvalidTblName = '"%s" taula ez da existitzen!';
378 $strPdfNoTables = 'Taularik ez';
379 $strPerHour = 'orduko';
380 $strPerMinute = 'minutuko';
381 $strPerSecond = 'segunduko';
382 $strPhoneBook = 'Telefono-agenda';
383 $strPHP40203 = 'PHP 4.2.3 erabiltzen ari zara, zeinek multi-byte kateekin (mbstring) arazo handia duena. Ikus PHP-ren 19404 errore-txostena. PHPren bertsio hau ez dago gomendatuta phpMyAdmin-arekin batera erabiltzeko.';
384 $strPhp = 'PHP kodea sortu';
385 $strPHPVersion = 'PHP Bertsioa';
386 $strPmaDocumentation = 'phpMyAdmin dokumentazioa';
387 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktibak zure konfigurazio fitxategian zehaztuta behar du egon!';
388 $strPortrait = 'Bertikal';
390 $strPrevious = 'Aurrekoa';
391 $strPrimaryKeyHasBeenDropped = 'Lehen mailako gakoa ezabatu da';
392 $strPrimaryKeyName = 'Lehen mailako gakoaren izenak behar du izan... PRIMARY!';
393 $strPrimaryKeyWarning = '("PRIMARY"-k, <b>soilik</b>, lehen mailako gako baten izena izan <b>behar</b> du!)';
394 $strPrimary = 'Lehen mailakoa';
395 $strPrint = 'Inprimatu';
396 $strPrintViewFull = 'Inprimatzeko ikuspena (testu osoak)';
397 $strPrintView = 'Inprimatzeko ikuspegia';
398 $strPrivDescAllPrivileges = 'Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka.';
399 $strPrivDescAlter = 'Uneko taulen egiturak aldatzea baimentzen du.';
400 $strPrivDescCreateDb = 'Datu-base eta taula berriak sortzea baimentzen du.';
401 $strPrivDescCreateTbl = 'Taula berriak sortzea baimentzen du.';
402 $strPrivDescCreateTmpTable = 'Aldi baterako taulak sortzea baimentzen du.';
403 $strPrivDescDelete = 'Datuak ezabatzea baimentzen du.';
404 $strPrivDescDropDb = 'Datu-base eta taulak ezabatzea baimentzen du.';
405 $strPrivDescDropTbl = 'Taulak ezabatzea baimentzen du.';
406 $strPrivDescExecute = 'Gordetako prozedurak exekutatzea baimentzen du; Ez du eraginik MySQL bertsio honetan.';
407 $strPrivDescFile = 'Datuak fitxategietatik inportatzea eta fitxategietara esportatzea baimentzen du.';
408 $strPrivDescGrant = 'Erabiltzaileak eta pribilegioak gehitzea baimentzen du pribilegioen taula berkargatu gabe.';
409 $strPrivDescIndex = 'Indizeak sortu eta ezabatzea baimentzen du.';
410 $strPrivDescInsert = 'Datuak txertatu eta ordezkatzea baimentzen du.';
411 $strPrivDescLockTables = 'Momentuko harian taulak blokeatzea baimentzen du.';
412 $strPrivDescMaxConnections = 'Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du.';
413 $strPrivDescMaxQuestions = 'Erabiltzaileak orduko zerbitzarira bidali dezakeen kontsulta kopurua mugatzen du.';
414 $strPrivDescMaxUpdates = 'Erabiltzaileak orduko exekuta dezakeen taula edo datu-baserik alda dezaketen komando kopurua mugatzen du.';
415 $strPrivDescProcess3 = 'Beste erabiltzaileen prosezuak hiltzen baimentzen du.';
416 $strPrivDescProcess4 = 'Kontsulta osoak prozesuen zerrendan ikustea baimentzen du.';
417 $strPrivDescReferences = 'Ez du eraginik MySQL bertsio honetan.';
418 $strPrivDescReload = 'Zerbitzariaren hobespenak berkargatu eta beraren cacheak hustea baimentzen du.';
419 $strPrivDescReplClient = 'Erabiltzailea baimentzen du morroiak / nagusiak non dauden galdetzeko.';
420 $strPrivDescReplSlave = 'Erreplikazio morroientzat beharrezkoa.';
421 $strPrivDescSelect = 'Datuak irakurtzea baimentzen du.';
422 $strPrivDescShowDb = 'Datu-base zenrrenda osorako sarrera ahalbidetzen du.';
423 $strPrivDescShutdown = 'Zerbitzaria amatatzea baimentzen du.';
424 $strPrivDescSuper = 'Konektatzea baimentzen du, baita konexio kopuru maximora ailegatuta ere; Aldagai orokorrak zehaztu edota beste erabiltzaileen hariak hiltzeko bezalako kudeaketa-eragiketa gehienentzat beharrezkoa da.';
425 $strPrivDescUpdate = 'Datuak aldatzea baimentzen du.';
426 $strPrivDescUsage = 'Pribilegiorik ez.';
427 $strPrivileges = 'Probilegioak';
428 $strPrivilegesReloaded = 'Pribilegioak arrakastaz berkargatu dira.';
429 $strProcesses = 'Prozesuak';
430 $strProcesslist = 'Prozesuen zerrenda';
431 $strPutColNames = 'Eremuen izenak lehenengo errenkadan jarri';
433 $strQBEDel = 'Ezabatu';
434 $strQBEIns = 'Txertatu';
435 $strQBE = 'Kontsulta';
436 $strQueryFrame = 'Kontsulta-leihoa';
437 $strQueryOnDb = 'SQL-kontsulta <b>%s</b> datu-basean:';
438 $strQuerySQLHistory = 'SQL-historia';
439 $strQueryStatistics = '<b>Kontsultaren estatistikak</b>: Bere hasieratik, %s kontsulta zerbitzarira bidali dira.';
440 $strQueryTime = 'Kontsulta exekutatzeko denbora %01.4f seg';
441 $strQueryType = 'Kontsulta mota';
442 $strQueryWindowLock = 'Kontsulta hau ez idatzi gainean leihotik kanpo';
444 $strReceived = 'Jasota';
445 $strRecords = 'Erregistroak';
446 $strReferentialIntegrity = 'Erreferentzien integritatea egiaztatu:';
447 $strRelationalSchema = 'Erlazio-eskema';
448 $strRelationNotWorking = 'Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . Zergatia jakiteko egizu klik %shemen%s.';
449 $strRelations = 'Erlazioak';
450 $strRelationView = 'Erlazioen ikuspegia';
451 $strReloadingThePrivileges = 'Pribilegioak berkargatzen';
452 $strRemoveSelectedUsers = 'Hautatutako erabiltzaileak baztertu';
453 $strRenameTableOK = '%s taula %s-(e)ra berrizendatua izan da';
454 $strRenameTable = 'Taula berrizendatu izen honetara: ';
455 $strRepairTable = 'Taula konpondu';
456 $strReplaceNULLBy = 'NULL ordezkatu honen ordez:';
457 $strReplaceTable = 'Taularen datuak fitxategiarekin ordezkatu ';
458 $strReset = 'Reset egin';
459 $strResourceLimits = 'Baliabideen mugak';
460 $strReType = 'Berridatzi';
461 $strRevokeAndDeleteDescr = 'Erabiltzaileak USAGE pribilegioa izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
462 $strRevokeAndDelete = 'Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu.';
463 $strRevoke = 'Ezeztatu';
464 $strRevokeMessage = 'Zuk %s-(r)en pribilegioak ezeztatu dituzu';
465 $strRowLength = 'Errenkadaren luzera';
466 $strRows = 'Errenkadak';
467 $strRowsFrom = 'errenkada(k) # erregistrotik hasita';
468 $strRowSize = ' Errenkadaren tamaina ';
469 $strRowsModeFlippedHorizontal = 'horizontal (goiburukoak biratuta)';
470 $strRowsModeHorizontal = 'horizontal';
471 $strRowsModeOptions = '%s moduan eta goiburukoak errepikatu %s zeldaka';
472 $strRowsModeVertical = 'bertikal';
473 $strRowsStatistic = 'Errenkadaren estatistikak';
474 $strRunning = 'hemen ibiltzen: %s';
475 $strRunQuery = 'Kontsulta bidali';
476 $strRunSQLQuery = 'SQL kontsulta(k) exekutatu %s datu-basean';
477 $strRussian = 'Errusiera';
480 $strSaveOnServer = 'Zerbitzariren %s direktorioan gorde';
481 $strScaleFactorSmall = 'Eskalaren faktorea txikiegia da eskema orri bakar batean azaltzeko';
482 $strSearch = 'Bilatu';
483 $strSearchFormTitle = 'Datu-basean bilatu';
484 $strSearchInTables = 'Taul(ar)en barnean:';
485 $strSearchNeedle = 'Bilaketa egiteko hitza(k) edo balioa(k) (komodina: "%"):';
486 $strSearchOption1 = 'hitz hauetariko bat gutxienez';
487 $strSearchOption2 = 'hitz guztiak';
488 $strSearchOption3 = 'esaldi zehatza';
489 $strSearchOption4 = 'adierazpen erregular moduan';
490 $strSearchResultsFor = 'Bilaketaren emaitzak: "<i>%s</i>" %s:';
491 $strSearchType = 'Aurkitu:';
492 $strSecretRequired = 'Konfigurazio-fitxategiak orain ezkutuko pasahitz bat behar du (blowfish_secret).';
493 $strSelectADb = 'Datu-base bat hautatu mesedez';
494 $strSelectAll = 'Dena hautatu';
495 $strSelectFields = 'Eremuak hautatu (bat gutxienez):';
496 $strSelectNumRows = 'kontsultan';
497 $strSelectTables = 'Taulak hautatu';
499 $strSent = 'Bidalita';
500 $strServerChoice = 'Zerbitzariaren hautaketa';
501 $strServerStatusUptime = 'MySQL zerbitzari hau martxan egon da %s. %s abiaratu zelarik.';
502 $strServerTabVariables = 'Aldagaiak';
503 $strServerTrafficNotes = '<b>Zerbitzariaren trafikoa</b>: Taula hauek erakusten dituzte MySQL zerbitzari honen sare-trafikoaren estatistikak bere hasieratzetik.';
504 $strServerVars = 'Zerbitzariaren aldagai eta ezarpenak';
505 $strServerVersion = 'Zerbitzariaren bertsioa';
506 $strServer = 'Zerbitzaria';
507 $strSessionValue = 'Saioaren balioa';
508 $strSetEnumVal = 'Eremu-mota "enum" edo "set" bada, mesedez idatzi balioak formato hau erabiliz: \'a\',\'b\',\'c\'...<br />Noizbait balio horien artean alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
509 $strShowAll = 'Dena erakutsi';
510 $strShowColor = 'Kolorea erakutsi';
511 $strShowDatadictAs = 'Datuen hiztegiaren formateoa';
512 $strShow = 'Erakutsi';
513 $strShowFullQueries = 'Kontsulta osoak erakutsi';
514 $strShowGrid = 'Sareta erakutsi';
515 $strShowingRecords = 'Errenkadak erakusten';
516 $strShowPHPInfo = 'PHP informazioa erakutsi';
517 $strShowTableDimension = 'Taulen dimentsioak erakutsi';
518 $strShowTables = 'Taulak erakutsi';
519 $strShowThisQuery = ' Kontsulta hau hemen berriz erakutsi';
520 $strSimplifiedChinese = 'Txinera erraztua';
521 $strSingly = '(soilik)';
522 $strSize = 'Tamaina';
523 $strSortByKey = 'Gakoaren arabera ordenatu';
524 $strSort = 'Ordenatu';
525 $strSpaceUsage = 'Erabilitako lekua';
526 $strSplitWordsWithSpace = 'Hitzak "zuriune" karakterrarekin bereiztuta daude (" ").';
527 $strSQLExportType = 'Esportazio mota';
528 $strSQLOptions = 'SQL hobespenak';
529 $strSQLParserBugMessage = 'Baliteke zuk SQL analizatzailean errore bat topatu izana. Mesedez arretaz aztertu zure kontsulta, eta egiaztatu komatxoak zuzen erabiliak eta bikoitiak direla. Akatsaren bestelako jatorri bat izan liteke zu datu binariodun fitxategi bat igotzen saiatzea mugatutako testu-eremutik at. Zure kontsulta MySQL-ren komando-interfazean ere exekutatzen saia zenezake. MySql zeritzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake. Arazoak bere horretan badirau edota komando-interfazeak arrakasta duen lekuan analizatzaileak huts egiten badu, mesedez murriztu ezazu zure SQL kontsulta arazoa sortzen duen zatira, eta bidal ezazu errore-txosten bat behean seinalaturiko MOZKETA atalean datu-katea paratuz:';
530 $strSQLParserUserError = 'Ematen du zure SQL kontsultan errore bat dagoela. MySQL zerbitzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake';
531 $strSQLQuery = 'SQL kontsulta';
532 $strSQLResult = 'SQL emaitza';
534 $strSQPBugInvalidIdentifer = 'Indentifikatzaile okerra';
535 $strSQPBugUnclosedQuote = 'Itxi gabeko komatxoak';
536 $strSQPBugUnknownPunctuation = 'Puntuazio ikurra ezezaguna';
537 $strStatCheckTime = 'Azken egiaztapena';
538 $strStatCreateTime = 'Sortzea';
539 $strStatement = 'Sententziak';
540 $strStatUpdateTime = 'Azken eguneraketa';
541 $strStatus = 'Egoera';
542 $strStrucCSV = 'CSV datuak';
543 $strStrucData = 'Egitura eta datuak';
544 $strStrucExcelCSV = 'MS Excel datuentzako CSV';
545 $strStrucOnly = 'Egitura soilik';
546 $strStructPropose = 'Taularen egituraren proposamena ';
547 $strStructure = 'Egitura';
548 $strSubmit = 'Bidali';
549 $strSuccess = 'Zure SQL-kontsula arrakastaz burutu da';
550 $strSum = 'Gehiketa';
551 $strSwedish = 'Suediera';
552 $strSwitchToTable = 'Kopiatutako taulara aldatu';
554 $strTableComments = 'Taularen iruzkinak';
555 $strTableEmpty = 'Taularen izena hutsik dago!';
556 $strTableHasBeenDropped = '%s taula ezabatu egin da';
557 $strTableHasBeenEmptied = '%s taula hustu egin da';
558 $strTableHasBeenFlushed = '%s taularen cachea hustu egin da';
559 $strTableMaintenance = 'Taularen mantenua';
560 $strTableOfContents = 'Edukinen taula';
561 $strTableOptions = 'Taularen hobespenak';
562 $strTables = '%s taula(k)';
563 $strTableStructure = 'Taularen egitura taula honentzat: ';
565 $strTblPrivileges = 'Taularen pribilegio espezifikoak';
566 $strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
567 $strThai = 'Thailandiarra';
568 $strThisHost = 'Host hau';
569 $strThisNotDirectory = 'Hau ez zen direktorio bat';
570 $strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
571 $strTime = 'Denbora';
572 $strToggleScratchboard = 'Aldatu "scratchboard"-a';
573 $strTotal = 'guztira';
574 $strTotalUC = 'Gutira';
575 $strTraditionalChinese = 'Txinera tradizionala';
576 $strTraffic = 'Trafikoa';
577 $strTransformation_image_jpeg__inline = 'Miniatura klikagarri bat erakusten du; aukerak: luzera,altuera pixeletan (jatorrizko erlazioa mantentzen du)';
578 $strTransformation_image_jpeg__link = 'Irudi honi zuzendutako esketa bat erakusten du(blob deskarga zuzena, i.e.).';
579 $strTransformation_image_png__inline = 'Ikusi image/jpeg: inline';
580 $strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP edo DATETIME eremu bat hartu eta zure data lokalaren formateo mota erabiliz formateatzen du. Lehenengo aukera orduari gehitu beharreko aldea (orduetan) da (Lehenetsia: 0). Bigarren aukera dataren formateo ezberdin bat da, PHPren strftime() funtzioaren eskuragarri dauden parametroen arabera.';
581 $strTransformation_text_plain__external = 'LINUX SOILIK: Kanpoko aplikazio bat abiaratzen du eta datu-eremua sarrera estandarraren bidez osatzen du. Aplikazioaren irteera estandarra itzultzen du. Lehenetsitakoa Tidy da, HTML kodea txukun pantailaratzeko. Segurtasun arrazoiengatik, libraries/transformations/text_plain__external.inc.php fitxategia eskuz editatu beharko duzu eta hor zehaztu zein tresna exekutatzea baimentzen duzun. Lehenengo aukera erabili nahi duzun programaren zenbakia da eta bigarren aukera programarentzako parametroak dira . Hirugarren parametroa, 1 izanez gero irteera bihurtuko du htmlspecialchars() funtzioa erabiliz (Lehenetsia: 1). Laugarren parametroa, 1 izanez gero NOWRAP bat ezarriko dio edukin-gelaxkari, beraz irteera osoa berformateatu barik erakutsiko da(Lehenetsi 1)';
582 $strTransformation_text_plain__formatted = 'Eremuaren jatorrizko formateoa mantentzen du. Aldaketarik egin gabe.';
583 $strTransformation_text_plain__imagelink = 'Irudi eta esteka bana erakusten ditu, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da, bigarren aukera pixeletan neurtutako zabalera da, hirugarrena altuera da.';
584 $strTransformation_text_plain__link = 'Esteka bat erakusten du, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da , bigarren aukera estekaren izenburua da.';
585 $strTransformation_text_plain__substr = 'Soilik katearen zati bat erakutsi. Lehenengo aukerak zehazten du non hasten den zure testuaren desplazamendua (lehenetsi 0). Bigarren aukerak itzultzeko karaktere kopurua erakusten du. Hutsik badago, gainerako testu guztia bueltatuko du. Hirugarren aukerak zehazten du zeintzuk karaktere txertatuko diren irteerara azpikate bat itzultzen denean (Lehenetsia: ...) .';
586 $strTruncateQueries = 'Erakutsitako kontultak moztu';
587 $strTurkish = 'Turkiera';
590 $strUkrainian = 'Ukraniera';
591 $strUncheckAll = 'Desautatu dena';
592 $strUnicode = 'Unicode';
593 $strUnique = 'Bakarra';
594 $strUnknown = 'ezezaguna';
595 $strUnselectAll = 'Desautatu dena';
596 $strUpdatePrivMessage = '%s-aren pribilegioak eguneratu dituzu.';
597 $strUpdateProfileMessage = 'Profila eguneratua izan da.';
598 $strUpdateQuery = 'Kontsulta eguneratu';
599 $strUpdComTab = 'Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola eguneratzeko';
600 $strUpgrade = '%s %s bertsiora edo handiago batera eguneratu beharko zenuke.';
601 $strUsage = 'Erabilpena';
602 $strUseBackquotes = '"Backquotes" erabili taula eta eremuen izenekin ';
603 $strUseHostTable = 'Host taula erabili';
604 $strUserAlreadyExists = '%s erabiltzailea badago lehendik ere!';
605 $strUserEmpty = 'Erabiltzailearen izena hutsik dago!';
606 $strUser = 'Erabiltzailea';
607 $strUserName = 'Erabiltzaile-izena';
608 $strUserNotFound = 'Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu.';
609 $strUserOverview = 'Erabiltzailearen info orokorra';
610 $strUsersDeleted = 'Hautatutako erabiltzaileak arrakastaz ezabatu dira.';
611 $strUsersHavingAccessToDb = '"%s"-(e)ra sarbidea duten erabiltzaileak';
612 $strUseTables = 'Taulak erabili';
613 $strUseTextField = 'Testu-eremua erabili';
614 $strUseThisValue = 'Erabili balio hau';
616 $strValidateSQL = 'SQL balidatu';
617 $strValidatorError = 'Ezin izan da SQl balidatzailea hasieratu. Mesedez egiazta ezazu ea beharrezkoak diren php luzapenak instalatu dituzun %sdokumentazioan%s azaltzen den moduan.';
618 $strValue = 'balioa';
619 $strVar = 'Aldagaia';
620 $strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
621 $strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
622 $strViewDump = 'Ikusi taularen iraulketa (eskema)';
624 $strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
625 $strWebServerUploadDirectory = 'Fitxategiak igotzeko web-zerbitzariaren direktorioa';
626 $strWelcome = 'Ongietorriak %s(e)ra';
627 $strWestEuropean = 'Mendebaldeko europearra';
628 $strWildcard = 'komodina';
629 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';
630 $strWithChecked = 'Ikurdunak:';
631 $strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
632 $strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
633 $strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
639 $strZeroRemovesTheLimit = 'Oharra: Aukera hauek zerora ezarriz gero muga kentzen da.';
640 $strZip = '"zipatuta"';
643 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
644 $strAddFields = 'Add %s field(s)'; //to translate
645 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
646 $strAfterInsertNext = 'Edit next row'; //to translate
647 $strAfterInsertSame = 'Go back to this page'; //to translate
648 $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
649 $strAndThen = 'and then'; //to translate
650 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
652 $strBinaryLog = 'Binary log'; //to translate
653 $strBinLogEventType = 'Event type'; //to translate
654 $strBinLogInfo = 'Information'; //to translate
655 $strBinLogName = 'Log name'; //to translate
656 $strBinLogOriginalPosition = 'Original position'; //to translate
657 $strBinLogPosition = 'Position'; //to translate
658 $strBinLogServerId = 'Server ID'; //to translate
659 $strBookmarkCreated = 'Bookmark %s created'; //to translate
660 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
661 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
662 $strBrowseForeignValues = 'Browse foreign values'; //to translate
663 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
664 $strBufferPool = 'Buffer Pool'; //to translate
665 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
666 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
667 $strBufferReadMisses = 'Read misses'; //to translate
668 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
669 $strBufferWriteWaits = 'Write waits'; //to translate
670 $strBusyPages = 'Busy pages'; //to translate
672 $strCalendar = 'Calendar'; //to translate
673 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
674 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
675 $strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate
676 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
677 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
678 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
679 $strCopy = 'Copy'; //to translate
680 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
681 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
682 $strCSV = 'CSV'; //to translate
683 $strCSVImportOptions = 'CSV options'; //to translate
684 $strCzechSlovak = 'Czech-Slovak'; //to translate
686 $strDatabaseEmpty = 'The database name is empty!'; //to translate
687 $strDataPages = 'Pages containing data'; //to translate
688 $strDBCopy = 'Copy database to'; //to translate
689 $strDBRename = 'Rename database to'; //to translate
690 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
691 $strDefragment = 'Defragment table'; //to translate
692 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
693 $strDirtyPages = 'Dirty pages'; //to translate
694 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
695 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
697 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
698 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
699 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
700 $strEngines = 'Engines'; //to translate
701 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
702 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
703 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
704 $strEsperanto = 'Esperanto'; //to translate
706 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
707 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
708 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
709 $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
710 $strFileToImport = 'File to import'; //to translate
711 $strFlushQueryCache = 'Flush query cache'; //to translate
712 $strFlushTables = 'Flush (close) all tables'; //to translate
713 $strFreePages = 'Free pages'; //to translate
715 $strGenerate = 'Generate'; //to translate
716 $strGeneratePassword = 'Generate Password'; //to translate
717 $strGeorgian = 'Georgian'; //to translate
719 $strHandler = 'Handler'; //to translate
720 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
721 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
722 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
723 $strHTMLWord = 'Microsoft Word 2000'; //to translate
724 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
726 $strIcelandic = 'Icelandic'; //to translate
727 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
728 $strIgnoreInserts = 'Use ignore inserts'; //to translate
729 $strImportFormat = 'Format of imported file'; //to translate
730 $strImport = 'Import'; //to translate
731 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
732 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
733 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
734 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
735 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
736 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
737 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
738 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
739 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
740 $strInnoDBDataFilePath = 'Data files'; //to translate
741 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
742 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
743 $strInnoDBPages = 'pages'; //to translate
744 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
745 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
746 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
747 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
748 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
749 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
750 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
751 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
752 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
753 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
754 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
755 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
757 $strJoins = 'Joins'; //to translate
759 $strKeyCache = 'Key cache'; //to translate
761 $strLandscape = 'Horizontal'; //to translate
762 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
763 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
764 $strLatchedPages = 'Latched pages'; //to translate
765 $strLatexContinuedCaption = 'Continued table caption'; //to translate
766 $strLatexContinued = '(continued)'; //to translate
767 $strLatexLabel = 'Label key'; //to translate
768 $strLatvian = 'Latvian'; //to translate
769 $strLDI = 'CSV using LOAD DATA'; //to translate
770 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
771 $strLDILocal = 'Use LOCAL keyword'; //to translate
772 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
774 $strMaxConnects = 'max. concurrent connections'; //to translate
775 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
776 $strMaximumSize = 'Maximum size: %s%s'; //to translate
777 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
778 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
779 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
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 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
784 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
785 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
786 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
787 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
788 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
789 $strMyISAMRepairThreads = 'Repair threads'; //to translate
790 $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
791 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
792 $strMysqlClientVersion = 'MySQL client version'; //to translate
793 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
795 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
796 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
797 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
798 $strNoRowsSelected = 'No rows selected'; //to translate
799 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
800 $strNumberOfFields = 'Number of fields'; //to translate
802 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
803 $strOperator = 'Operator'; //to translate
805 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
806 $strPartialImport = 'Partial import'; //to translate
807 $strPasswordHashing = 'Password Hashing'; //to translate
808 $strPDFOptions = 'PDF options'; //to translate
809 $strPDF = 'PDF'; //to translate
810 $strPDFReportTitle = 'Report title'; //to translate
811 $strPersian = 'Persian'; //to translate
812 $strPolish = 'Polish'; //to translate
813 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
814 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
815 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
816 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
817 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
818 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
819 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
820 $strProtocolVersion = 'Protocol version'; //to translate
822 $strQueryCache = 'Query cache'; //to translate
824 $strReadRequests = 'Read requests'; //to translate
825 $strRefresh = 'Refresh'; //to translate
826 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
827 $strReloadPrivileges = 'Reload privileges'; //to translate
828 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
829 $strReplication = 'Replication'; //to translate
830 $strRomanian = 'Romanian'; //to translate
831 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
833 $strSelectBinaryLog = 'Select binary log to view'; //to translate
834 $strServerNotResponding = 'The server is not responding'; //to translate
835 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
836 $strServerStatus = 'Runtime Information'; //to translate
837 $strShowingBookmark = 'Showing bookmark'; //to translate
838 $strShowOpenTables = 'Show open tables'; //to translate
839 $strShowSlaveHosts = 'Show slave hosts'; //to translate
840 $strShowSlaveStatus = 'Show slave status'; //to translate
841 $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
842 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
843 $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
844 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
845 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
846 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
847 $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
848 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
849 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
850 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
851 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
852 $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
853 $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
854 $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
855 $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
856 $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
857 $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
858 $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
859 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
860 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
861 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
862 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
863 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
864 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
865 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
866 $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
867 $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
868 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
869 $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
870 $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
871 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
872 $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
873 $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
874 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
875 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
876 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
877 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
878 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
879 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
880 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
881 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
882 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
883 $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
884 $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
885 $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
886 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
887 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
888 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
889 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
890 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
891 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
892 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
893 $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
894 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
895 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
896 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
897 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
898 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
899 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
900 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
901 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
902 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
903 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
904 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
905 $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
906 $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
907 $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
908 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
909 $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
910 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
911 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
912 $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
913 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
914 $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
915 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
916 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
917 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
918 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
919 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
920 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
921 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
922 $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
923 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
924 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
925 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
926 $strShowStatusReset = 'Reset'; //to translate
927 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
928 $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
929 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
930 $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
931 $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
932 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
933 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
934 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
935 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
936 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
937 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
938 $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
939 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
940 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
941 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
942 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
943 $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
944 $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
945 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
946 $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
947 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
948 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
949 $strSlovak = 'Slovak'; //to translate
950 $strSlovenian = 'Slovenian'; //to translate
951 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
952 $strSorting = 'Sorting'; //to translate
953 $strSpanish = 'Spanish'; //to translate
954 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
955 $strSQLImportOptions = 'SQL options'; //to translate
956 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
957 $strStorageEngines = 'Storage Engines'; //to translate
958 $strStorageEngine = 'Storage Engine'; //to translate
959 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
960 $strSwitchToDatabase = 'Switch to copied database'; //to translate
962 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
963 $strTakeIt = 'take it'; //to translate
964 $strTempData = 'Temporary data'; //to translate
965 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
966 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
967 $strThemeNotFound = 'Theme %s not found!'; //to translate
968 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
969 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
970 $strTheme = 'Theme / Style'; //to translate
971 $strThreads = 'Threads'; //to translate
972 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
973 $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
974 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
975 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
976 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
977 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
978 $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
979 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
981 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
982 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
983 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
984 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
986 $strVersionInformation = 'Version information'; //to translate
987 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
988 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
989 $strView = 'View'; //to translate
991 $strWriteRequests = 'Write requests'; //to translate
993 $strQueryResultsOperations = 'Query results operations'; //to translate
994 $strAddClause = 'Add %s'; //to translate
995 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
996 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
997 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
998 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
999 $strXMLOptions = 'XML options'; //to translate
1000 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
1001 $strCreateUserDatabase = 'Database for user'; //to translate
1002 $strCreateUserDatabaseNone = 'None'; //to translate
1003 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
1004 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
1005 $strOpenDocumentText = 'Open Document Text'; //to translate
1006 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
1007 $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
1008 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
1009 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
1010 $strInvalidTableName = 'Invalid table name'; //to translate
1011 $strInvalidDatabase = 'Invalid database'; //to translate
1012 $strServers = 'Servers'; //to translate
1013 $strDelimiter = 'Delimiter'; //to translate
1014 $strFunctions = 'Functions'; //to translate
1015 $strProcedures = 'Procedures'; //to translate
1016 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1017 $strFontSize = 'Font size'; //to translate
1018 $strLanguage = 'Language'; //to translate