2.9.2-rc1
[phpmyadmin/arisferyanto.git] / lang / romanian-iso-8859-1.inc.php
blob5a4de6d17146dcd3c44cf0dbf1644617f300d849
1 <?php
2 /* $Id$ */
4 $charset = 'iso-8859-1';
5 $text_dir = 'ltr';
6 $number_thousands_separator = ',';
7 $number_decimal_separator = '.';
8 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
9 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
11 $day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
12 $month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
13 // See http://www.php.net/manual/en/function.strftime.php to define the
14 // variable below
15 $datefmt = '%B %d, %Y at %I:%M %p';
17 $timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
19 $strAbortedClients = 'Intrerupt';
20 $strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
21 $strAccessDenied = 'Acces interzis';
22 $strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
23 $strAction = 'Actiune';
24 $strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
25 $strAddConstraints = 'Adauga constrangere';
26 $strAddDeleteColumn = 'Adauga/Sterge coloane';
27 $strAddDeleteRow = 'Adauga/Sterge criteriu';
28 $strAddedColumnComment = 'Sa adaugat comentariu la coloana';
29 $strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
30 $strAddFields = 'Adauga %s camp(uri)';
31 $strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
32 $strAddIntoComments = 'Adaugare la comentarii';
33 $strAddNewField = 'Adauga camp nou';
34 $strAddPrivilegesOnDb = 'Adauga drepturi la baza de date urmatoare';
35 $strAddPrivilegesOnTbl = 'Adauga drepturi la urmatorul tabel';
36 $strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
37 $strAddToIndex = 'Adauga la coloana(ele) index &nbsp;%s&nbsp;';
38 $strAddUser = 'Adauga un utilizator nou';
39 $strAddUserMessage = 'Ati adaugat un nou utilizator.';
40 $strAdministration = 'Administrare';
41 $strAffectedRows = 'Linii afectate:';
42 $strAfter = 'Dupa %s';
43 $strAfterInsertBack = 'Revenire';
44 $strAfterInsertNewInsert = 'Adauga o noua inregistrare';
45 $strAfterInsertNext = 'Editeaza randul urmator';
46 $strAfterInsertSame = 'Inapoi la aceasta pagina';
47 $strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
48 $strAll = 'Toate';
49 $strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
50 $strAnalyzeTable = 'Analizare tabel';
51 $strAnd = 'Si (And)';
52 $strAnIndex = 'A fost adaugat un index la %s';
53 $strAnyHost = 'Oricare host';
54 $strAny = 'Oricare';
55 $strAnyUser = 'Oricare utilizator';
56 $strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
57 $strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
58 $strArabic = 'Arabic';
59 $strArmenian = 'Armenian';
60 $strAscending = 'Crescatoare';
61 $strAtBeginningOfTable = 'La inceputul tabelului';
62 $strAtEndOfTable = 'La sfarsitul tabelului';
63 $strAttr = 'Proprietati';
64 $strAutodetect = 'Autodetectare';
65 $strAutomaticLayout = 'Layout automat';
67 $strBack = 'Inapoi';
68 $strBaltic = 'Baltic';
69 $strBeginCut = 'DE TAIAT - INCEPUT';
70 $strBeginRaw = 'INCEPUT RAW';
71 $strBinary = 'Binar';
72 $strBinaryDoNotEdit = 'Binar - a nu se edita';
73 $strBinaryLog = 'Binary log';
74 $strBinLogEventType = 'Tip eveniment';
75 $strBinLogInfo = 'Informatie';
76 $strBinLogName = 'Denumire Log';
77 $strBinLogOriginalPosition = 'Pozitie originala';
78 $strBinLogPosition = 'Pozitie';
79 $strBinLogServerId = 'Server ID';
80 $strBookmarkAllUsers = 'Permite tuturor utilizatorilor sa acceseze acest bookmark';
81 $strBookmarkDeleted = 'Eticheta a fost stearsa.';
82 $strBookmarkLabel = 'Eticheta - Label';
83 $strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
84 $strBookmarkThis = 'Salveaza aceasta comanda SQL';
85 $strBookmarkView = 'Numai vizualizare';
86 $strBrowseForeignValues = 'Cauta printre valori necunoscute';
87 $strBrowse = 'Navigare';
88 $strBulgarian = 'Bulgar';
89 $strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei extensii Bz2 invalide in aceasta versiune php. Va recomandam sa setati directiva <code>$cfg[\'BZipDump\']</code> in in fisierul de configurare phpMyAdmin la <code>FALSE</code>. Daca doriti sa utilizati caracteristicile de compresie Bz2 va trebui sa upgradati la o versiune mai noua de php. Pentru detalii revedeti raportul de erori php %s.';
90 $strBzip = '"bzipped"';
92 $strCalendar = 'Calendar';
93 $strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
94 $strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
95 $strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.';
96 $strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
97 $strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
98 $strCardinality = 'Cardinalitate';
99 $strCaseInsensitive = 'caz-insenzitiv';
100 $strCaseSensitive = 'caz-senzitiv';
101 $strCentralEuropean = 'European de est';
102 $strChangeCopyModeCopy = '... mentine cel vechi.';
103 $strChangeCopyMode = 'Creaza un utilizatoru nou cu acelasi privilegii si...';
104 $strChangeCopyModeDeleteAndReload = ' ... sterge cel vechi din tabela de utilizatori si reincarca privilegiile.';
105 $strChangeCopyModeJustDelete = ' ... sterge cel vechi din tabela de utilizatori.';
106 $strChangeCopyModeRevoke = ' ... revoca toate privilegiile active de la utilizatorul vechi si sterge-l dupa aceea.';
107 $strChangeCopyUser = 'Schimba informatiile de autentificare / Copiaza utilizator';
108 $strChangeDisplay = 'Selecteaza un camp';
109 $strChangePassword = 'Schimbare parola';
110 $strChange = 'Schimbare';
111 $strCharsetOfFile = 'Setul de caractere a fisierului:';
112 $strCharsetsAndCollations = 'Set de caractere si gestionarea acestora';
113 $strCharset = 'Set de caractere';
114 $strCharsets = 'Set de caractere';
115 $strCheckAll = 'Marcheaza toate';
116 $strCheckOverhead = 'Verificare depasit';
117 $strCheckPrivsLong = 'Verifica privilegiile pentru baza de date &quot;%s&quot;.';
118 $strCheckPrivs = 'Verifica privilegiile';
119 $strCheckTable = 'Verificare tabel';
120 $strChoosePage = 'Selecteaza o pagina pentru a fi editata';
121 $strColComFeat = 'Arata comentariile coloanei';
122 $strCollation = 'Gestionare';
123 $strColumnNames = 'Numele coloanelor';
124 $strColumnPrivileges = 'Drepturi specifice de coloana';
125 $strCommand = 'Comanda';
126 $strComments = 'Comentarii';
127 $strCommentsForTable = 'COMENTARII PENTRU TABEL';
128 $strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
129 $strCompleteInserts = 'Rezolva inserarea';
130 $strCompression = 'Compresie';
131 $strConfigFileError = 'phpMyAdmin nu poate citi corect fisierul de configuratie! <br />Acesta se poate intampla in cazul in care PHP nu poate gasi fisierul sau nu o poate parsa corect. <br />Vezi configuratia fisierului apasand pe linkul de mai jos si citeste cu atentie erorile aparute ... In cele mai multe cazuri lipsesc apostroful sau ghilimele.<br />Daca primesti o pagina goala, totul pare sa fie bine.';
132 $strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
133 $strConnectionError = 'Conexiune esuata: setari invalide.';
134 $strConnections = 'Conexiuni';
135 $strConstraintsForDumped = 'Restrictii pentru tabele sterse';
136 $strConstraintsForTable = 'Restrictii pentru tabele';
137 $strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
138 $strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
139 $strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
140 $strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
141 $strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
142 $strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
143 $strCreate = 'Creaza';
144 $strCreateIndex = 'Creaza un index pe&nbsp;%s&nbsp;coloana';
145 $strCreateIndexTopic = 'Creaza un nou index';
146 $strCreateNewDatabase = 'Creaza baza de date noua';
147 $strCreateNewTable = 'Creaza tabela noua in baza de date %s';
148 $strCreatePage = 'Creaza o noua pagina';
149 $strCreatePdfFeat = 'Creare de PDF';
150 $strCreationDates = 'Creare/Reinnoire/Verificare data';
151 $strCriteria = 'Criteriu';
152 $strCroatian = 'Croat';
153 $strCSVOptions = 'Optiuni CSV';
154 $strCyrillic = 'Cyrillic';
155 $strCzech = 'Ceh';
156 $strCzechSlovak = 'Czech-Slovak';
158 $strDanish = 'Danez';
159 $strDatabase = 'Baza de date';
160 $strDatabaseEmpty = 'Campul de denumire a bazei de date este gol!';
161 $strDatabaseExportOptions = 'Optiuni de exportare a bazei de date';
162 $strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
163 $strDatabaseNoTable = 'Aceasta baza de date nu contine nici un tabel!';
164 $strDatabases = 'Baze de date';
165 $strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
166 $strDatabasesStatsDisable = 'Dezactiveaza statisticile';
167 $strDatabasesStatsEnable = 'Activeaza statisticile';
168 $strDatabasesStatsHeavyTraffic = 'Nota: Activarea statisticilor pentru baza de date, poate cauza cresterea traficului intre MySQL si serverul de web.';
169 $strDatabasesStats = 'Statisticile bazelor de date';
170 $strData = 'Date';
171 $strDataDict = 'Dictionar de date';
172 $strDataOnly = 'Numai date';
173 $strDBComment = 'Comentarii referitoare la baza de date: ';
174 $strDBCopy = 'Copiaza baza de date';
175 $strDBGContext = 'Context';
176 $strDBGContextID = 'Context ID';
177 $strDBGHits = 'Afisari';
178 $strDBGLine = 'Linia';
179 $strDBGMaxTimeMs = 'Timp maxim, ms';
180 $strDBGMinTimeMs = 'Timp minim, ms';
181 $strDBGModule = 'Modul';
182 $strDBGTimePerHitMs = 'Timp/Afisare, ms';
183 $strDBGTotalTimeMs = 'Timp total, ms';
184 $strDbPrivileges = 'Drepturi specifice de baza de date';
185 $strDBRename = 'Redenumire baza de date in';
186 $strDbSpecific = 'specific bazei de date';
187 $strDefaultEngine = '%s este motorul de stocare setat prin default pe acest server MySQL.';
188 $strDefault = 'Setare de baza';
189 $strDefaultValueHelp = 'Pentru valorile implicite, va rugam introduceti o singura valoare, fara backslash, escape sau ghilimele, folosind formatul: a';
190 $strDefragment = 'Defragmentare tablela';
191 $strDelayedInserts = 'Foloseste inserari intarziate';
192 $strDeleteAndFlushDescr = 'Este cea mai simpla metoda, dar reincarcarea drepturilor s-ar putea sa dureze.';
193 $strDeleteAndFlush = 'Sterge utilizatorii si reincarca drepturile pe urma.';
194 $strDeleted = 'Linia a fost stearsa';
195 $strDeletedRows = 'Randuri sterse:';
196 $strDelete = 'Sterge';
197 $strDeleting = 'Sterge %s';
198 $strDelOld = 'Pagina curenta se leaga de tabele care nu mai exista. Doriti stergerea acestor legaturi?';
199 $strDescending = 'Descrescator';
200 $strDescription = 'Descriere';
201 $strDictionary = 'dictionar';
202 $strDisabled = 'Dezactivat';
203 $strDisableForeignChecks = 'Dezactivare verificari de cheie straine';
204 $strDisplayFeat = 'Arata facilitatile';
205 $strDisplayOrder = 'Ordine de afisare:';
206 $strDisplayPDF = 'Arata schema PDF';
207 $strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
208 $strDocu = 'Documentatie';
209 $strDoYouReally = 'Sunteti sigur ca doriti sa ';
210 $strDrop = 'Arunca';
211 $strDropDatabaseStrongWarning = 'Sunteti pe cale sa DISTRUGETI o intreaga baza de date!';
212 $strDropUsersDb = 'Arunca baza de date care are acelasi nume ca un utilizator.';
213 $strDumpingData = 'Salvarea datelor din tabel';
214 $strDumpSaved = 'Copia a fost salvata in fisierul %s.';
215 $strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
216 $strDynamic = 'dinamic';
218 $strEdit = 'Editare';
219 $strEditPDFPages = 'Editeaza paginile PDF';
220 $strEditPrivileges = 'Editeaza drepturile de acces';
221 $strEffective = 'Efectiv';
222 $strEmpty = 'Goleste';
223 $strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
224 $strEnabled = 'Activat';
225 $strEncloseInTransaction = 'Cuprinde exportare intr-o tranzactie';
226 $strEndCut = 'DE TAIAT - SFARSIT';
227 $strEndRaw = 'SFARSIT RAW';
228 $strEnd = 'Sfarsit';
229 $strEngineAvailable = '%s este disponibil pentru acest server de MySQL.';
230 $strEngineDisabled = '%s a fost dezactivat pentru acest server de MySQL.';
231 $strEngines = 'Motoare';
232 $strEngineUnsupported = 'Acest server MySQL nu suporta motorul de stocare %s.';
233 $strEnglish = 'Englez';
234 $strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
235 $strError = 'Eroare';
236 $strEscapeWildcards = 'Wildcard-urile _ si % trebuiesc insotite de \ pentru a le aplica';
237 $strEstonian = 'Estonian';
238 $strExcelEdition = 'Editia Excel';
239 $strExcelOptions = 'Optiuni Excel';
240 $strExecuteBookmarked = 'Executare comanda marcata';
241 $strExplain = 'Explica SQL';
242 $strExport = 'Export';
243 $strExtendedInserts = 'Inserari extinse';
244 $strExtra = 'Extra';
246 $strFailedAttempts = 'Incercari nereusite';
247 $strField = 'Camp';
248 $strFieldHasBeenDropped = 'Campul %s a fost aruncat';
249 $strFields = 'Campuri';
250 $strFieldsEmpty = ' Rezultat gol ';
251 $strFieldsEnclosedBy = 'Campuri incadrate de';
252 $strFieldsEscapedBy = 'Campuri realizate de';
253 $strFieldsTerminatedBy = 'Campuri terminate de';
254 $strFileAlreadyExists = 'Fisierul %s exista deja pe server, schimba denumirea fisierului sau bifeaza optiunea de suprascriere.';
255 $strFileCouldNotBeRead = 'Fisierul nu poate fi citit';
256 $strFileNameTemplateRemember = 'tine minte template';
257 $strFileNameTemplate = 'Sablon nume fisier';
258 $strFixed = 'fixat';
259 $strFlushPrivilegesNote = 'Nota: phpMyAdmin foloseste privilegiile utilizatorilor direct din tabela de privilegii din MySQL. Continutul acestei tabele poate diferi de cel original. In acest caz, reincarca de aici inainte de a continua %sreincarcarea drepturilor%s.';
260 $strFlushTable = 'Curatarea tabelului ("FLUSH")';
261 $strFormat = 'Format';
262 $strFormEmpty = 'Valoarea lipseste in formular !';
263 $strFullText = 'Texte intregi';
264 $strFunction = 'Functie';
266 $strGenBy = 'Generat de';
267 $strGeneralRelationFeat = 'Facilitati generale';
268 $strGenTime = 'Timp de generare';
269 $strGeorgian = 'Georgian';
270 $strGerman = 'German';
271 $strGlobal = 'global';
272 $strGlobalPrivileges = 'Privilegii globale';
273 $strGlobalValue = 'Valoare globala';
274 $strGo = 'Executa';
275 $strGrantOption = 'Grant';
276 $strGreek = 'Grec';
277 $strGzip = '"gzipped"';
279 $strHasBeenAltered = 'a fost alterat.';
280 $strHasBeenCreated = 'a fost creat.';
281 $strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
282 $strHebrew = 'Ebraica';
283 $strHexForBinary = 'Foloseste hexadecimal pentru campuri binary';
284 $strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
285 $strHome = 'Pagina de start';
286 $strHostEmpty = 'Numele de gazda este gol!';
287 $strHost = 'Gazda (Host)';
288 $strHungarian = 'Unguresc';
290 $strIcelandic = 'Islandic';
291 $strId = 'ID';
292 $strIdxFulltext = 'Tot textul';
293 $strIgnore = 'Ignora';
294 $strIgnoreInserts = 'Utilizati ignorare inserari';
295 $strIgnoringFile = 'Fisier %s ignorat';
296 $strImportDocSQL = 'Import de fisiere docSQL';
297 $strImportFiles = 'Import de fisiere';
298 $strIndexes = 'Indexuri';
299 $strIndexHasBeenDropped = 'Index %s a fost aruncat';
300 $strIndex = 'Index';
301 $strIndexName = 'Nume index&nbsp;:';
302 $strIndexType = 'Tip index&nbsp;:';
303 $strIndexWarningMultiple = 'S-a creat mai mult de o cheie %s la coloana `%s`';
304 $strIndexWarningPrimary = 'Cheile PRIMARY si INDEX nu trebuiesc setate ambele la coloana `%s`';
305 $strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
306 $strIndexWarningUnique = 'Cheile UNIQUE si INDEX nu trebuiesc setate ambele la coloana `%s`';
307 $strInnodbStat = 'InnoDB Status';
308 $strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
309 $strInsertAsNewRow = 'Insereaza ca o noua linie';
310 $strInsertedRowId = 'ID rand inserat:';
311 $strInsertedRows = 'Randuri inserate:';
312 $strInsert = 'Inserare';
313 $strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
314 $strInternalRelations = 'Relatii interne';
315 $strInUse = 'in folosinta';
317 $strJapanese = 'Japonez';
318 $strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
319 $strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pana acum pana ce drepturile sunt reincarcate.';
320 $strJustDelete = 'Sterge utilizatorii din tabelele de drepturi.';
322 $strKeepPass = 'Nu schimbati parola';
323 $strKeyname = 'Nume cheie';
324 $strKill = 'Opreste';
325 $strKorean = 'Corean';
327 $strLandscape = 'Landscape';
328 $strLatexCaption = 'Captura tabel';
329 $strLatexContent = 'Continutul tabelului __TABLE__';
330 $strLatexContinuedCaption = 'Continuare captura tabel';
331 $strLatexContinued = '(continuare)';
332 $strLatexIncludeCaption = 'Include captura tabel';
333 $strLatexLabel = 'Tasta label';
334 $strLaTeX = 'LaTeX';
335 $strLaTeXOptions = 'Optiuni LaTeX';
336 $strLatexStructure = 'Structura tabelului __TABLE__';
337 $strLatvian = 'Leton';
338 $strLengthSet = 'Lungime/Setare';
339 $strLimitNumRows = 'Numarul de inregistrari de pe pagina';
340 $strLinesTerminatedBy = 'Linii terminate de';
341 $strLinkNotFound = 'Legatura invalida';
342 $strLinksTo = 'Trimitere la';
343 $strLithuanian = 'Lituanian';
344 $strLocalhost = 'Local';
345 $strLocationTextfile = 'Locatia fisierului text';
346 $strLogin = 'Autentificare';
347 $strLoginInformation = 'Informatii de autentificare';
348 $strLogout = 'Deconectare';
349 $strLogPassword = 'Parola:';
350 $strLogServer = 'Server';
351 $strLogUsername = 'Nume utilizator:';
352 $strLongOperation = 'Aceasta operatie poate dura mult. Doriti totusi sa fie executata?';
354 $strMaximumSize = 'Marime maxima: %s%s';
355 $strMbExtensionMissing = 'Nu s-a gasit extensia PHP mbstring si se pare ca folositi set de charactere multibyte. Fara extensia mbstring, phpMyAdmin nu poate diviza stringurile corect si acesta poate duce la rezultate neasteptate.';
356 $strMbOverloadWarning = 'Ati activat mbstring.func_overload in configuratia PHP. Aceasta optiune nu este compatibila cu phpMyAdmin si poate duce la pierderea unor date!';
357 $strMIME_available_mime = 'Tipuri MIME disponibile';
358 $strMIME_available_transform = 'Informatii disponibile';
359 $strMIME_description = 'Descriere';
360 $strMIME_MIMEtype = 'MIME-type';
361 $strMIME_nodescription = 'Nu este disponibila nici o descriere pentru aceasta transformare.<br />Intrebati autorul de functiile indeplinite de %s.';
362 $strMIME_transformation_note = 'Pentru lista optiunilor de transformare disponibile si transformarile MIME-type, apasati pe %stransformation descriptions%s';
363 $strMIME_transformation_options_note = 'Introduceti valorile pentru optiunile de transformare utilizand acest format: \'a\',\'b\',\'c\'...<br />Daca trebuie sa folositi backslash ("\") sau apostrof ("\'") in aceste valori, introduceti un backslashes (ex. \'\\\\xyz\' sau \'a\\\'b\').';
364 $strMIME_transformation_options = 'Optiuni de transformare';
365 $strMIME_transformation = 'Transformare browser';
366 $strMIMETypesForTable = 'MIME TYPES PENTRU TABEL';
367 $strMIME_without = 'Tipurile MIME listate inclinat nu au o functie de transformare separata';
368 $strModifications = 'Modificarile au fost salvate';
369 $strModifyIndexTopic = 'Modifica un index';
370 $strModify = 'Modificare';
371 $strMoveTable = 'Muta tabela la (database<b>.</b>table):';
372 $strMoveTableOK = 'Tabela %s a fost mutat la %s.';
373 $strMoveTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi!';
374 $strMultilingual = 'Poliglot';
375 $strMyISAMDataPointerSizeDesc = 'Marimea pointer default in byti, care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cand nu este specificat nici o optiune MAX_ROWS.';
376 $strMyISAMDataPointerSize = 'Marime data pointer';
377 $strMyISAMMaxExtraSortFileSizeDesc = 'Daca fisierul temporar utilizat pentru crearea rapida a indexului MyISAM ar fi mai mare decat daca s-ar utiliza cache-ul key. Se prefera utilizarea metodei key cache.';
378 $strMyISAMMaxExtraSortFileSize = 'Marimea maxima pentru fisierele temporare la crearea indexului';
379 $strMyISAMMaxSortFileSizeDesc = 'Marimea maxima pentru fisierul temporar care este permisa in MySQL in timpul recrearii unui index MyISAM (in timpul operatiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
380 $strMyISAMMaxSortFileSize = 'Marimea maxima pentru fisierele de sortare temporare';
381 $strMyISAMRecoverOptionsDesc = 'Modul pentru recuperarea automata a tabelelor MyISAM deteriorate, setat prin optiunea startup --myisam-recover server.';
382 $strMyISAMRecoverOptions = 'Mod de recuperare automat';
383 $strMyISAMRepairThreadsDesc = 'Daca aceasta valoare este mai mare decat 1, indexurile de tabel MyISAM sunt create in paralel (fiecare index in firul de executie propriu) in tipul operatiunii de reparare prin procesul de sortare.';
384 $strMyISAMRepairThreads = 'Repara firele de executie';
385 $strMyISAMSortBufferSizeDesc = 'Bufferul alocat la sortarea indexurilor MyISAM in timpul unei operatiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
386 $strMyISAMSortBufferSize = 'Sortare marime buffer';
387 $strMySQLCharset = 'Setul de caractere MySQL';
388 $strMySQLSaid = 'MySQL zice: ';
389 $strMySQLShowProcess = 'Afiseaza procesele';
390 $strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
391 $strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
393 $strName = 'Nume';
394 $strNext = 'Urmatorul';
395 $strNoActivity = 'Nu ati avut activitate de mai mult de %s seconde, va rugam sa va autentificati din nou';
396 $strNoDatabases = 'Nu sunt baze de date';
397 $strNoDatabasesSelected = 'Nu este selectat nici o baza de date.';
398 $strNoDescription = 'Nu exista descriere';
399 $strNoDetailsForEngine = 'Nu exista informatii detaliate legate de status disponibile pentru motorul de stocare.';
400 $strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
401 $strNoExplain = 'Sari peste explicarea SQL';
402 $strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
403 $strNoIndex = 'Index nu este definit!';
404 $strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
405 $strNoModification = 'Nici o schimbare';
406 $strNone = 'Nici unul(a)';
407 $strNo = 'Nu';
408 $strNoOptions = 'Acest format nu are optiuni';
409 $strNoPassword = 'Nu exista parola';
410 $strNoPermission = 'Serverul web nu poate salva fisierul %s.';
411 $strNoPhp = 'fara cod PHP';
412 $strNoPrivileges = 'Nu exista drepturi de acces';
413 $strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
414 $strNoRowsSelected = 'Nu e nici un rand selectat';
415 $strNoSpace = 'Spatiu insuficient pentru salvarea fisierului %s.';
416 $strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
417 $strNoThemeSupport = 'Nu exista suport pentru themes, va rugam verificati configuratia si/sau designurile in directorul %s.';
418 $strNotNumber = 'Acesta nu este un numar!';
419 $strNotOK = 'Nu este bine';
420 $strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
421 $strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
422 $strNoValidateSQL = 'Sari peste validarea SQL';
423 $strNull = 'Nul';
424 $strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
425 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
426 $strNumTables = 'Tabele';
428 $strOK = 'E bine';
429 $strOperations = 'Operatii';
430 $strOperator = 'Operator';
431 $strOptimizeTable = 'Optimizare tabel';
432 $strOr = 'Sau';
433 $strOverhead = 'Asupra';
434 $strOverwriteExisting = 'Suprascrie fisier(e) existent(e)';
436 $strPageNumber = 'Numarul paginii:';
437 $strPaperSize = 'Marime hartie';
438 $strPartialText = 'Texte partiale';
439 $strPasswordChanged = 'Parola pentru %s a fost schimbata cu succes.';
440 $strPasswordEmpty = 'Parola este goala!';
441 $strPasswordNotSame = 'Parolele nu corespund!';
442 $strPassword = 'Parola';
443 $strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
444 $strPdfInvalidTblName = 'Tabela "%s" nu exista!';
445 $strPdfNoTables = 'Nu exista tabele';
446 $strPerHour = 'pe ora';
447 $strPerMinute = 'pe minute';
448 $strPerSecond = 'pe secunde';
449 $strPersian = 'Persian';
450 $strPhoneBook = 'carte de telefoane';
451 $strPHP40203 = 'Folosesti PHP 4.2.3, server care are un bug major la multi-byte strings (mbstring). Vezi PHP bug report la 19404. Aceasta versiune de PHP nu este recomandat de folosit cu phpMyAdmin.';
452 $strPhp = 'Creaza cod PHP';
453 $strPHPVersion = 'Versiune PHP';
454 $strPmaDocumentation = 'Documentatie phpMyAdmin';
455 $strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
456 $strPolish = 'Polononez';
457 $strPortrait = 'Portrait';
458 $strPos1 = 'Incepe';
459 $strPrevious = 'Anterior';
460 $strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
461 $strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
462 $strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
463 $strPrimary = 'Primar';
464 $strPrint = 'Listare';
465 $strPrintViewFull = 'Vizualizare listare4 (impreuna cu text)';
466 $strPrintView = 'Viziualizare imprimare';
467 $strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
468 $strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
469 $strPrivDescCreateDb = 'Permite crearea de noi baze de date si tabele.';
470 $strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
471 $strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
472 $strPrivDescDelete = 'Permite stergere de date.';
473 $strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
474 $strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
475 $strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
476 $strPrivDescFile = 'Permite importarea datelor in fisiere si exportarea acestora din fisiere.';
477 $strPrivDescGrant = 'Permite adaugarea utilizatorilor si drepturilor fara reincarcarea tabelelor de drepturi.';
478 $strPrivDescIndex = 'Permite crearea si stergerea indexelor.';
479 $strPrivDescInsert = 'Permite inserarea si inlocuirea datelor.';
480 $strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de executie.';
481 $strPrivDescMaxConnections = 'Limiteaza numarul de noi conexiuni care pot fi deschise de utilizator intr-o ora.';
482 $strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator catre server intr-o ora.';
483 $strPrivDescMaxUpdates = 'Limiteaza numarul de comenzi pentru schimbarea vreunui tabel sau vreunei baza de date executabile de utilizator intr-o ora.';
484 $strPrivDescProcess3 = 'Permite oprirea proceselor altor utilizatori.';
485 $strPrivDescProcess4 = 'Permite vizualizarea comenzilor procesate in lista.';
486 $strPrivDescReferences = 'Nu are efect in aceasta versiune MySQL.';
487 $strPrivDescReload = 'Permite reincarcarea setarilor de server si golirea memoriei cache a serverului.';
488 $strPrivDescReplClient = 'Permite utilizatorului de a interoga locatia slave/master.';
489 $strPrivDescReplSlave = 'Necesara pentru slave replication.';
490 $strPrivDescSelect = 'Permite citirea datelor.';
491 $strPrivDescShowDb = 'Permite accesul la lista completa a bazelor de date.';
492 $strPrivDescShutdown = 'Permite oprirea serverului.';
493 $strPrivDescSuper = 'Permite conoxiuni, chiar daca s-a atins numarul maxim de conexiuni; Necesara pentru majoritatea operatiunilor administrative cum ar fi setarea variabilelor globale sau oprirea fierlor de executie a altor utilizatori.';
494 $strPrivDescUpdate = 'Permite schimbarea datelor.';
495 $strPrivDescUsage = 'Fara drepturi.';
496 $strPrivileges = 'Drepturi de acces';
497 $strPrivilegesReloaded = 'Drepturile au fost reincarcate cu succes.';
498 $strProcesses = 'Procese';
499 $strProcesslist = 'Lista procese';
500 $strPutColNames = 'Pune numele filed-ului in primul rand';
502 $strQBE = 'Comanda prin exemplu (Query by Example)';
503 $strQBEDel = 'Del';
504 $strQBEIns = 'Ins';
505 $strQueryFrame = 'Fereastra de comanda';
506 $strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
507 $strQuerySQLHistory = 'SQL-history';
508 $strQueryStatistics = '<b>Statistica interogari</b>: De la inceput, s-au trimis %s interogari la server.';
509 $strQueryTime = 'Comanda a durat %01.4f sec';
510 $strQueryType = 'Tip interogare';
511 $strQueryWindowLock = 'A nu se suprascrie peste aceasta interogare din cealalta fereastra';
513 $strReceived = 'Receptionat';
514 $strRecords = 'Inregistrari';
515 $strReferentialIntegrity = 'Verificarea integritatii referentiei:';
516 $strRefresh = 'Reincarca';
517 $strRelationalSchema = 'Schema relationala';
518 $strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
519 $strRelationsForTable = 'RELATII PENTRU TABEL';
520 $strRelations = 'Legaturi';
521 $strRelationView = 'Vizualizare relationala';
522 $strReloadingThePrivileges = 'Reincarcarea drepturilor';
523 $strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectati';
524 $strRenameDatabaseOK = 'Baza de date %s a fost redenumita in %s';
525 $strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
526 $strRenameTable = 'Rename tabel la';
527 $strRepairTable = 'Reparare tabel';
528 $strReplaceNULLBy = 'Inlocuire NULL cu';
529 $strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
530 $strReset = 'Resetare';
531 $strResourceLimits = 'Limitare de resurse';
532 $strReType = 'Re-type';
533 $strRevokeAndDeleteDescr = 'Utilizatorii vor avea in continuare drepturi de UTILIZARE pana ce drepturile se reincarca.';
534 $strRevokeAndDelete = 'Revocarea tuturor drepturilor active a utilizatorilor si stergerea acestora.';
535 $strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
536 $strRevoke = 'Revocare';
537 $strRomanian = 'Roman';
538 $strRowLength = 'Lungime linie';
539 $strRowsFrom = 'linii incepand cu';
540 $strRowSize = ' Marime linie ';
541 $strRows = 'Linie';
542 $strRowsModeFlippedHorizontal = 'orizontal (antet rotativ)';
543 $strRowsModeHorizontal = 'orizontal';
544 $strRowsModeOptions = 'in mod %s si repetare antet dupa %s celule';
545 $strRowsModeVertical = 'vertical';
546 $strRowsStatistic = 'Statisticile randului';
547 $strRunning = 'ruland pe %s';
548 $strRunQuery = 'Trimite comanda';
549 $strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
550 $strRussian = 'Rus';
552 $strSaveOnServer = 'Salveaza pe server in directorul %s';
553 $strSave = 'Salveaza';
554 $strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
555 $strSearch = 'Cauta';
556 $strSearchFormTitle = 'Cauta in baza de date';
557 $strSearchInTables = 'In interiorul tabelei(lor):';
558 $strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
559 $strSearchOption1 = 'cel putin una dintre cuvinte';
560 $strSearchOption2 = 'toate cuvintele';
561 $strSearchOption3 = 'fraza exacta';
562 $strSearchOption4 = 'ca o expresie';
563 $strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
564 $strSearchType = 'Gaseste:';
565 $strSecretRequired = 'Fisierul de configurare necesita e expresie de protectie secreta (blowfish_secret).';
566 $strSelectADb = 'Selectati baza de date';
567 $strSelectAll = 'Selecteaza tot';
568 $strSelectBinaryLog = 'Selectati binary log pentru vizualizare';
569 $strSelectFields = 'Selecteaza campurile (cel putin unul):';
570 $strSelectNumRows = 'in comanda (in query)';
571 $strSelectTables = 'Selecteaza tabele';
572 $strSend = 'Trimite';
573 $strSent = 'Trimis';
574 $strServerChoice = 'Alegerea serverului';
575 $strServerNotResponding = 'Serverul nu raspunde';
576 $strServer = 'Server';
577 $strServerStatus = 'Informatii rulare';
578 $strServerStatusUptime = 'Acest server MySQL ruleaza de %s. S-a lansat la %s.';
579 $strServerTabVariables = 'Variabile';
580 $strServerTrafficNotes = '<b>Server trafic</b>: Aceste tabele arata statistica de trafic in retea al acestui server MySQL de la lansare.';
581 $strServerVars = 'Variabile si setari de server';
582 $strServerVersion = 'Versiune server';
583 $strSessionValue = 'Valoare sesiune';
584 $strSetEnumVal = 'Daca campul este "enum" sau "set", va rugam adaugati valori folosind formatul: \'a\',\'b\',\'c\'...<br />Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folositi exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
585 $strShow = 'Afiseaza';
586 $strShowAll = 'Arata toate';
587 $strShowColor = 'Arata culoarea';
588 $strShowDatadictAs = 'Data Dictionary Format';
589 $strShowFullQueries = 'Afisare comanda intreaga';
590 $strShowGrid = 'Arata grila';
591 $strShowingRecords = 'Afiseaza inregistrari';
592 $strShowPHPInfo = 'Arata informatia PHP';
593 $strShowTableDimension = 'Arata dimensiunile tabelei';
594 $strShowTables = 'Arata tabelele';
595 $strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
596 $strSimplifiedChinese = 'Chineza simplificata';
597 $strSingly = '(singly)';
598 $strSize = 'Marime';
599 $strSlovak = 'Slovac';
600 $strSlovenian = 'Sloven';
601 $strSortByKey = 'Sortare dupa tasta';
602 $strSort = 'Sortare';
603 $strSpaceUsage = 'Utilizare spatiu';
604 $strSpanish = 'Spaniola';
605 $strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
606 $strSQLExportType = 'Modul de export';
607 $strSQLOptions = 'Optiuni SQL';
608 $strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda si verifica daca semnele specifice sunt corecte. O alta posibilitate ar putea fi punerea unui fisier binar in afara zonei de text. Poti incerca aceasta comanda si printr-o linie de comanda MySQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei. Daca in continuare ai probleme cu executarea comenzii, redu o parte din comanda la aceea parte care cauzeaza problema si raporteaza acesta ca un BUG in sectiunea DE TAIAT';
609 $strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
610 $strSQLQuery = 'Comanda SQL';
611 $strSQLResult = 'Rezultat SQL';
612 $strSQL = 'SQL';
613 $strSQPBugInvalidIdentifer = 'Identificator invalid';
614 $strSQPBugUnclosedQuote = 'Citare neinchisa';
615 $strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
616 $strStatCheckTime = 'Ultima verficare';
617 $strStatCreateTime = 'Creatie';
618 $strStatement = 'Comenzi';
619 $strStatUpdateTime = 'Ultimul update';
620 $strStatus = 'Status';
621 $strStorageEngine = 'Motor de stocare';
622 $strStorageEngines = 'Motoare de stocare';
623 $strStrucCSV = 'Date CSV';
624 $strStrucData = 'Structura si date';
625 $strStrucExcelCSV = 'Date CSV pentru MS Excel';
626 $strStrucNativeExcel = 'Date native MS Excel';
627 $strStrucOnly = 'Numai structura';
628 $strStructPropose = 'Propune structura de tabele';
629 $strStructure = 'Structura';
630 $strSubmit = 'Trimite';
631 $strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
632 $strSum = 'Sum';
633 $strSwedish = 'Suedez';
634 $strSwitchToDatabase = 'Schimba la tabela copiata';
635 $strSwitchToTable = 'Schimba la tabela copiata';
637 $strTableComments = 'Comentarii tabel';
638 $strTableEmpty = 'Numele de tabel este gol!';
639 $strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
640 $strTableHasBeenEmptied = 'Tabelul %s a fost golit';
641 $strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
642 $strTableMaintenance = 'Administrare tabel';
643 $strTableOfContents = 'Sumar';
644 $strTableOptions = 'Optiuni tabel';
645 $strTables = '%s tabele';
646 $strTableStructure = 'Structura de tabel pentru tabelul';
647 $strTable = 'Tabel';
648 $strTakeIt = 'alege';
649 $strTblPrivileges = 'Drepturi specifice de tabele';
650 $strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
651 $strThai = 'Tailandez';
652 $strTheme = 'Sablon / Stil';
653 $strThisHost = 'Acest Host';
654 $strThisNotDirectory = 'Acesta nu este un director';
655 $strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
656 $strTime = 'Timp';
657 $strToggleScratchboard = 'dezactivare scratchboard';
658 $strTotal = 'total';
659 $strTotalUC = 'Total';
660 $strTraditionalChinese = 'Chineza Traditionala';
661 $strTraditionalSpanish = 'Spaniola traditionala';
662 $strTraffic = 'Trafic';
663 $strTransformation_application_octetstream__download = 'Afiseaza un link pentru descarcarea datelor binare a unui camp. Prima optiune este denumirea fisierului binar. A doua optiune este o denumire posibila pentru un rand de tabel care contine denumirea de fisier. Daca setati si o a doua optiune, trebuie sa aveti prima optiune setata ca si empty string';
664 $strTransformation_image_jpeg__inline = 'Afiseaza o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
665 $strTransformation_image_jpeg__link = 'Afiseaza un link la imagine (direct blob download, i.e.).';
666 $strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
667 $strTransformation_text_plain__dateformat = 'Ia un camp TIME, TIMESTAMP sau DATETIME si il formateaza folosind format local de data. Prima optiune este offsetul (in ore) care se va adauga la (Default: 0). A doua optiune este un forma de data diferit bazat pe parametri disponibili pentru PHP strftime().';
668 $strTransformation_text_plain__external = 'NUMAI LINUX: Lanseaza o aplicatie externa si trimite datele prin input standard. Returneaza standard output a aplicatiei. Default este Tidy, pentru listarea codului HTML. Din motive de securitate, va trebui sa editati manual fisierul libraries/transformations/text_plain__external.inc.php si sa inserati uneltele permise sa ruleze. Prima optiune este apoi numarul de programe care vor fi utilizate si a doua optiune sunt parametri pentru program. Al treilea parametru, daca este setat la 1 va transforma outputul folosind htmlspecialchars() (Default este 1). Un al patrulea parametru, daca este setat la 1 va aplica NOWRAP la continut, astfel incat intregul output va fi afisat fara reformatare (Default 1)';
669 $strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
670 $strTransformation_text_plain__imagelink = 'Afiseaza o imagine si un link, campul contine denumirea fisierului; prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este latimea in pixeli, iar a treia este inaltimea.';
671 $strTransformation_text_plain__link = 'Afiseaza un link, campul contine denumirea fisierului, prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este un titlu pentru link.';
672 $strTransformation_text_plain__substr = 'Afiseaza doar o parte a firului de executie. Prima optiune este un offset pentru definirea punctului de inceput a outputului de text (Default 0). A doua optiune este un offset de text returnat. Daca este gol, returneaza textul ramas. A treia optiune defineste caracterele care vor fi atasate la output la returnarea unui substring (Default: ...) .';
673 $strTruncateQueries = 'Truncare comenzi afisate';
674 $strTurkish = 'Turc';
675 $strType = 'Tip';
677 $strUkrainian = 'Ukrainian';
678 $strUncheckAll = 'Deselecteaza toate';
679 $strUnicode = 'Unicode';
680 $strUnique = 'Unic';
681 $strUnknown = 'necunoscut';
682 $strUnselectAll = 'Deselecteaza tot';
683 $strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
684 $strUpdateProfileMessage = 'Profilul a fost actualizat.';
685 $strUpdateQuery = 'Reinnoire comanda';
686 $strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
687 $strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
688 $strUsage = 'Utilizare';
689 $strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
690 $strUseHostTable = 'Utilizare tabel host';
691 $strUserAlreadyExists = 'Acest utilizator %s exista deja!';
692 $strUserEmpty = 'Numele de utilizator este gol!';
693 $strUserName = 'Nume de utilizator';
694 $strUserNotFound = 'Utilizatorul selectat nu s-a gasit in tabelul de drepturi.';
695 $strUserOverview = 'Descriere utilizator';
696 $strUsersDeleted = 'Utilizatorii selectati s-au sters cu succes.';
697 $strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
698 $strUser = 'Utilizator';
699 $strUseTabKey = 'Folositi tasta TAB pentru a trece de la o valoare la alta sau CTRL+sageti pentru a merge in oricare directie';
700 $strUseTables = 'Utilizare tabele';
701 $strUseTextField = 'Utilizare camp text';
702 $strUseThisValue = 'Foloseste aceasta valoare';
704 $strValidateSQL = 'Valideaza SQL';
705 $strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
706 $strValue = 'Valoare';
707 $strVar = 'Variabil';
708 $strVersionInformation = 'Informatii despre versiune';
709 $strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
710 $strViewDumpDB = 'Vizualizarea schemei bazei de date';
711 $strViewDump = 'Vizualizarea schemei tabelului';
712 $strViewHasBeenDropped = 'Vizualizarea %s a fost eliminata';
713 $strView = 'Vizualizare';
715 $strWebServerUploadDirectory = 'director de upload al web-server-ului';
716 $strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
717 $strWelcome = 'Bine ai venit la %s';
718 $strWestEuropean = 'European de vest';
719 $strWildcard = 'wildcard';
720 $strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
721 $strWithChecked = 'Verificat cu:';
722 $strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
723 $strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
724 $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
726 $strXML = 'XML';
728 $strYes = 'Da';
730 $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) se elimina restrictia.';
731 $strZip = '"arhivat"';
733 // To translate:
734 $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
735 $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
736 $strAndThen = 'and then'; //to translate
738 $strBookmarkCreated = 'Bookmark %s created'; //to translate
739 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
740 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
741 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
742 $strBufferPool = 'Buffer Pool'; //to translate
743 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
744 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
745 $strBufferReadMisses = 'Read misses'; //to translate
746 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
747 $strBufferWriteWaits = 'Write waits'; //to translate
748 $strBusyPages = 'Busy pages'; //to translate
750 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
751 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
752 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
753 $strCopy = 'Copy'; //to translate
754 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
755 $strCSV = 'CSV'; //to translate
756 $strCSVImportOptions = 'CSV options'; //to translate
758 $strDataPages = 'Pages containing data'; //to translate
759 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
760 $strDirtyPages = 'Dirty pages'; //to translate
762 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
763 $strEsperanto = 'Esperanto'; //to translate
765 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
766 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
767 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
768 $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
769 $strFileToImport = 'File to import'; //to translate
770 $strFlushQueryCache = 'Flush query cache'; //to translate
771 $strFlushTables = 'Flush (close) all tables'; //to translate
772 $strFreePages = 'Free pages'; //to translate
774 $strGenerate = 'Generate'; //to translate
775 $strGeneratePassword = 'Generate Password'; //to translate
777 $strHandler = 'Handler'; //to translate
778 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
779 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
780 $strHTMLWord = 'Microsoft Word 2000'; //to translate
781 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
783 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
784 $strImportFormat = 'Format of imported file'; //to translate
785 $strImport = 'Import'; //to translate
786 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
787 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
788 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
789 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
790 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
791 $strInnoDBDataFilePath = 'Data files'; //to translate
792 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
793 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
794 $strInnoDBPages = 'pages'; //to translate
795 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
796 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
797 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
798 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
799 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
800 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
801 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
802 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
803 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
804 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
805 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
806 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
808 $strJoins = 'Joins'; //to translate
810 $strKeyCache = 'Key cache'; //to translate
812 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
813 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
814 $strLatchedPages = 'Latched pages'; //to translate
815 $strLDI = 'CSV using LOAD DATA'; //to translate
816 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
817 $strLDILocal = 'Use LOCAL keyword'; //to translate
819 $strMaxConnects = 'max. concurrent connections'; //to translate
820 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
821 $strMysqlClientVersion = 'MySQL client version'; //to translate
822 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
824 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
825 $strNumberOfFields = 'Number of fields'; //to translate
827 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
829 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
830 $strPartialImport = 'Partial import'; //to translate
831 $strPasswordHashing = 'Password Hashing'; //to translate
832 $strPDFOptions = 'PDF options'; //to translate
833 $strPDF = 'PDF'; //to translate
834 $strPDFReportTitle = 'Report title'; //to translate
835 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
836 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
837 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
838 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
839 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
840 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
841 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
842 $strProtocolVersion = 'Protocol version'; //to translate
844 $strQueryCache = 'Query cache'; //to translate
846 $strReadRequests = 'Read requests'; //to translate
847 $strReloadPrivileges = 'Reload privileges'; //to translate
848 $strReplication = 'Replication'; //to translate
849 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
851 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
852 $strShowingBookmark = 'Showing bookmark'; //to translate
853 $strShowOpenTables = 'Show open tables'; //to translate
854 $strShowSlaveHosts = 'Show slave hosts'; //to translate
855 $strShowSlaveStatus = 'Show slave status'; //to translate
856 $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
857 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
858 $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
859 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
860 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
861 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
862 $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
863 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
864 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
865 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
866 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
867 $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
868 $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
869 $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
870 $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
871 $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
872 $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
873 $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
874 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
875 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
876 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
877 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
878 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
879 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
880 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
881 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
882 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
883 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
884 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
885 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
886 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
887 $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
888 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
889 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
890 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
891 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
892 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
893 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
894 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
895 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
896 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
897 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
898 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
899 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
900 $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
901 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
902 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
903 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
904 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
905 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
906 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
907 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
908 $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
909 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
910 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
911 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
912 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
913 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
914 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
915 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
916 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
917 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
918 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
919 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
920 $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
921 $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
922 $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
923 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
924 $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
925 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
926 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
927 $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
928 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
929 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
930 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
931 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
932 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
933 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
934 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
935 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
936 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
937 $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
938 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
939 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
940 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
941 $strShowStatusReset = 'Reset'; //to translate
942 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
943 $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
944 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
945 $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
946 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
947 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
948 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
949 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
950 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
951 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
952 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
953 $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
954 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
955 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
956 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
957 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
958 $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
959 $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
960 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
961 $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
962 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
963 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
964 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
965 $strSorting = 'Sorting'; //to translate
966 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
967 $strSQLImportOptions = 'SQL options'; //to translate
968 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
970 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
971 $strTempData = 'Temporary data'; //to translate
972 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
973 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
974 $strThemeNotFound = 'Theme %s not found!'; //to translate
975 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
976 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
977 $strThreads = 'Threads'; //to translate
978 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
979 $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
980 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
981 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
982 $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
983 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
985 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
986 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
987 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
989 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //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