bug #1798646 [display] Character + in query wrongly interpreted
[phpmyadmin/crack.git] / lang / romanian-utf-8.inc.php
blob951045680d8b772e6b60548304420fe1814b2d69
1 <?php
2 /* $Id$ */
4 $charset = 'utf-8';
5 $allow_recoding = TRUE;
6 $text_dir = 'ltr';
7 $number_thousands_separator = ',';
8 $number_decimal_separator = '.';
9 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
10 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
12 $day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
13 $month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
14 // See http://www.php.net/manual/en/function.strftime.php to define the
15 // variable below
16 $datefmt = '%B %d, %Y at %I:%M %p';
18 $timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
20 $strAbortedClients = 'Intrerupt';
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 $strAddFields = 'Adauga %s camp(uri)';
29 $strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
30 $strAddIntoComments = 'Adaugare la comentarii';
31 $strAddNewField = 'Adauga camp nou';
32 $strAddPrivilegesOnDb = 'Adauga drepturi la baza de date urmatoare';
33 $strAddPrivilegesOnTbl = 'Adauga drepturi la urmatorul tabel';
34 $strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
35 $strAddToIndex = 'Adauga la coloana(ele) index &nbsp;%s&nbsp;';
36 $strAddUser = 'Adauga un utilizator nou';
37 $strAddUserMessage = 'Ati adaugat un nou utilizator.';
38 $strAdministration = 'Administrare';
39 $strAffectedRows = 'Linii afectate:';
40 $strAfter = 'Dupa %s';
41 $strAfterInsertBack = 'Revenire';
42 $strAfterInsertNewInsert = 'Adauga o noua inregistrare';
43 $strAfterInsertNext = 'Editeaza randul urmator';
44 $strAfterInsertSame = 'Inapoi la aceasta pagina';
45 $strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
46 $strAll = 'Toate';
47 $strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
48 $strAnalyzeTable = 'Analizare tabel';
49 $strAnd = 'Si (And)';
50 $strAnIndex = 'A fost adaugat un index la %s';
51 $strAnyHost = 'Oricare host';
52 $strAny = 'Oricare';
53 $strAnyUser = 'Oricare utilizator';
54 $strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
55 $strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
56 $strArabic = 'Arabic';
57 $strArmenian = 'Armenian';
58 $strAscending = 'Crescatoare';
59 $strAtBeginningOfTable = 'La inceputul tabelului';
60 $strAtEndOfTable = 'La sfarsitul tabelului';
61 $strAttr = 'Proprietati';
62 $strAutomaticLayout = 'Layout automat';
64 $strBack = 'Inapoi';
65 $strBaltic = 'Baltic';
66 $strBeginCut = 'DE TAIAT - INCEPUT';
67 $strBeginRaw = 'INCEPUT RAW';
68 $strBinary = 'Binar';
69 $strBinaryDoNotEdit = 'Binar - a nu se edita';
70 $strBinaryLog = 'Binary log';
71 $strBinLogEventType = 'Tip eveniment';
72 $strBinLogInfo = 'Informatie';
73 $strBinLogName = 'Denumire Log';
74 $strBinLogOriginalPosition = 'Pozitie originala';
75 $strBinLogPosition = 'Pozitie';
76 $strBinLogServerId = 'Server ID';
77 $strBookmarkAllUsers = 'Permite tuturor utilizatorilor sa acceseze acest bookmark';
78 $strBookmarkDeleted = 'Eticheta a fost stearsa.';
79 $strBookmarkLabel = 'Eticheta - Label';
80 $strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
81 $strBookmarkThis = 'Salveaza aceasta comanda SQL';
82 $strBookmarkView = 'Numai vizualizare';
83 $strBrowseForeignValues = 'Cauta printre valori necunoscute';
84 $strBrowse = 'Navigare';
85 $strBulgarian = 'Bulgar';
86 $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.';
87 $strBzip = '"bzipped"';
89 $strCalendar = 'Calendar';
90 $strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
91 $strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
92 $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.';
93 $strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
94 $strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
95 $strCardinality = 'Cardinalitate';
96 $strCaseInsensitive = 'caz-insenzitiv';
97 $strCaseSensitive = 'caz-senzitiv';
98 $strCentralEuropean = 'European de est';
99 $strChangeCopyModeCopy = '... mentine cel vechi.';
100 $strChangeCopyMode = 'Creaza un utilizatoru nou cu acelasi privilegii si...';
101 $strChangeCopyModeDeleteAndReload = ' ... sterge cel vechi din tabela de utilizatori si reincarca privilegiile.';
102 $strChangeCopyModeJustDelete = ' ... sterge cel vechi din tabela de utilizatori.';
103 $strChangeCopyModeRevoke = ' ... revoca toate privilegiile active de la utilizatorul vechi si sterge-l dupa aceea.';
104 $strChangeCopyUser = 'Schimba informatiile de autentificare / Copiaza utilizator';
105 $strChangeDisplay = 'Selecteaza un camp';
106 $strChangePassword = 'Schimbare parola';
107 $strChange = 'Schimbare';
108 $strCharsetOfFile = 'Setul de caractere a fisierului:';
109 $strCharsetsAndCollations = 'Set de caractere si gestionarea acestora';
110 $strCharset = 'Set de caractere';
111 $strCharsets = 'Set de caractere';
112 $strCheckAll = 'Marcheaza toate';
113 $strCheckOverhead = 'Verificare depasit';
114 $strCheckPrivsLong = 'Verifica privilegiile pentru baza de date &quot;%s&quot;.';
115 $strCheckPrivs = 'Verifica privilegiile';
116 $strCheckTable = 'Verificare tabel';
117 $strChoosePage = 'Selecteaza o pagina pentru a fi editata';
118 $strColComFeat = 'Arata comentariile coloanei';
119 $strCollation = 'Gestionare';
120 $strColumnNames = 'Numele coloanelor';
121 $strColumnPrivileges = 'Drepturi specifice de coloana';
122 $strCommand = 'Comanda';
123 $strComments = 'Comentarii';
124 $strCommentsForTable = 'COMENTARII PENTRU TABEL';
125 $strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
126 $strCompleteInserts = 'Rezolva inserarea';
127 $strCompression = 'Compresie';
128 $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.';
129 $strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
130 $strConnectionError = 'Conexiune esuata: setari invalide.';
131 $strConnections = 'Conexiuni';
132 $strConstraintsForDumped = 'Restrictii pentru tabele sterse';
133 $strConstraintsForTable = 'Restrictii pentru tabele';
134 $strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
135 $strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
136 $strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
137 $strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
138 $strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
139 $strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
140 $strCreate = 'Creaza';
141 $strCreateIndex = 'Creaza un index pe&nbsp;%s&nbsp;coloana';
142 $strCreateIndexTopic = 'Creaza un nou index';
143 $strCreateNewDatabase = 'Creaza baza de date noua';
144 $strCreateNewTable = 'Creaza tabela noua in baza de date %s';
145 $strCreatePage = 'Creaza o noua pagina';
146 $strCreatePdfFeat = 'Creare de PDF';
147 $strCreationDates = 'Creare/Reinnoire/Verificare data';
148 $strCriteria = 'Criteriu';
149 $strCroatian = 'Croat';
150 $strCyrillic = 'Cyrillic';
151 $strCzech = 'Ceh';
152 $strCzechSlovak = 'Czech-Slovak';
154 $strDanish = 'Danez';
155 $strDatabase = 'Baza de date';
156 $strDatabaseEmpty = 'Campul de denumire a bazei de date este gol!';
157 $strDatabaseExportOptions = 'Optiuni de exportare a bazei de date';
158 $strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
159 $strDatabases = 'Baze de date';
160 $strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
161 $strDatabasesStatsDisable = 'Dezactiveaza statisticile';
162 $strDatabasesStatsEnable = 'Activeaza statisticile';
163 $strDatabasesStatsHeavyTraffic = 'Nota: Activarea statisticilor pentru baza de date, poate cauza cresterea traficului intre MySQL si serverul de web.';
164 $strDatabasesStats = 'Statisticile bazelor de date';
165 $strData = 'Date';
166 $strDataDict = 'Dictionar de date';
167 $strDataOnly = 'Numai date';
168 $strDBComment = 'Comentarii referitoare la baza de date: ';
169 $strDBCopy = 'Copiaza baza de date';
170 $strDbPrivileges = 'Drepturi specifice de baza de date';
171 $strDBRename = 'Redenumire baza de date in';
172 $strDbSpecific = 'specific bazei de date';
173 $strDefaultEngine = '%s este motorul de stocare setat prin default pe acest server MySQL.';
174 $strDefault = 'Setare de baza';
175 $strDefaultValueHelp = 'Pentru valorile implicite, va rugam introduceti o singura valoare, fara backslash, escape sau ghilimele, folosind formatul: a';
176 $strDefragment = 'Defragmentare tablela';
177 $strDelayedInserts = 'Foloseste inserari intarziate';
178 $strDeleteAndFlushDescr = 'Este cea mai simpla metoda, dar reincarcarea drepturilor s-ar putea sa dureze.';
179 $strDeleteAndFlush = 'Sterge utilizatorii si reincarca drepturile pe urma.';
180 $strDeleted = 'Linia a fost stearsa';
181 $strDeletedRows = 'Randuri sterse:';
182 $strDelete = 'Sterge';
183 $strDeleting = 'Sterge %s';
184 $strDelOld = 'Pagina curenta se leaga de tabele care nu mai exista. Doriti stergerea acestor legaturi?';
185 $strDescending = 'Descrescator';
186 $strDescription = 'Descriere';
187 $strDictionary = 'dictionar';
188 $strDisabled = 'Dezactivat';
189 $strDisableForeignChecks = 'Dezactivare verificari de cheie straine';
190 $strDisplayFeat = 'Arata facilitatile';
191 $strDisplayOrder = 'Ordine de afisare:';
192 $strDisplayPDF = 'Arata schema PDF';
193 $strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
194 $strDocu = 'Documentatie';
195 $strDoYouReally = 'Sunteti sigur ca doriti sa ';
196 $strDrop = 'Arunca';
197 $strDropDatabaseStrongWarning = 'Sunteti pe cale sa DISTRUGETI o intreaga baza de date!';
198 $strDropUsersDb = 'Arunca baza de date care are acelasi nume ca un utilizator.';
199 $strDumpingData = 'Salvarea datelor din tabel';
200 $strDumpSaved = 'Copia a fost salvata in fisierul %s.';
201 $strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
202 $strDynamic = 'dinamic';
204 $strEdit = 'Editare';
205 $strEditPDFPages = 'Editeaza paginile PDF';
206 $strEditPrivileges = 'Editeaza drepturile de acces';
207 $strEffective = 'Efectiv';
208 $strEmpty = 'Goleste';
209 $strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
210 $strEnabled = 'Activat';
211 $strEncloseInTransaction = 'Cuprinde exportare intr-o tranzactie';
212 $strEndCut = 'DE TAIAT - SFARSIT';
213 $strEndRaw = 'SFARSIT RAW';
214 $strEnd = 'Sfarsit';
215 $strEngineAvailable = '%s este disponibil pentru acest server de MySQL.';
216 $strEngineDisabled = '%s a fost dezactivat pentru acest server de MySQL.';
217 $strEngines = 'Motoare';
218 $strEngineUnsupported = 'Acest server MySQL nu suporta motorul de stocare %s.';
219 $strEnglish = 'Englez';
220 $strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
221 $strError = 'Eroare';
222 $strEscapeWildcards = 'Wildcard-urile _ si % trebuiesc insotite de \ pentru a le aplica';
223 $strEstonian = 'Estonian';
224 $strExcelEdition = 'Editia Excel';
225 $strExecuteBookmarked = 'Executare comanda marcata';
226 $strExplain = 'Explica SQL';
227 $strExport = 'Export';
228 $strExtendedInserts = 'Inserari extinse';
229 $strExtra = 'Extra';
231 $strFailedAttempts = 'Incercari nereusite';
232 $strField = 'Camp';
233 $strFieldHasBeenDropped = 'Campul %s a fost aruncat';
234 $strFields = 'Campuri';
235 $strFieldsEnclosedBy = 'Campuri incadrate de';
236 $strFieldsEscapedBy = 'Campuri realizate de';
237 $strFieldsTerminatedBy = 'Campuri terminate de';
238 $strFileAlreadyExists = 'Fisierul %s exista deja pe server, schimba denumirea fisierului sau bifeaza optiunea de suprascriere.';
239 $strFileCouldNotBeRead = 'Fisierul nu poate fi citit';
240 $strFileNameTemplateRemember = 'tine minte template';
241 $strFileNameTemplate = 'Sablon nume fisier';
242 $strFixed = 'fixat';
243 $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.';
244 $strFlushTable = 'Curatarea tabelului ("FLUSH")';
245 $strFormat = 'Format';
246 $strFormEmpty = 'Valoarea lipseste in formular !';
247 $strFullText = 'Texte intregi';
248 $strFunction = 'Functie';
250 $strGenBy = 'Generat de';
251 $strGeneralRelationFeat = 'Facilitati generale';
252 $strGenTime = 'Timp de generare';
253 $strGeorgian = 'Georgian';
254 $strGerman = 'German';
255 $strGlobal = 'global';
256 $strGlobalPrivileges = 'Privilegii globale';
257 $strGlobalValue = 'Valoare globala';
258 $strGo = 'Executa';
259 $strGrantOption = 'Grant';
260 $strGreek = 'Grec';
261 $strGzip = '"gzipped"';
263 $strHasBeenAltered = 'a fost alterat.';
264 $strHasBeenCreated = 'a fost creat.';
265 $strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
266 $strHebrew = 'Ebraica';
267 $strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
268 $strHome = 'Pagina de start';
269 $strHostEmpty = 'Numele de gazda este gol!';
270 $strHost = 'Gazda (Host)';
271 $strHungarian = 'Unguresc';
273 $strIcelandic = 'Islandic';
274 $strId = 'ID';
275 $strIdxFulltext = 'Tot textul';
276 $strIgnore = 'Ignora';
277 $strIgnoreInserts = 'Utilizati ignorare inserari';
278 $strImportFiles = 'Import de fisiere';
279 $strIndexes = 'Indexuri';
280 $strIndexHasBeenDropped = 'Index %s a fost aruncat';
281 $strIndex = 'Index';
282 $strIndexName = 'Nume index&nbsp;:';
283 $strIndexType = 'Tip index&nbsp;:';
284 $strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
285 $strInnodbStat = 'InnoDB Status';
286 $strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
287 $strInsertAsNewRow = 'Insereaza ca o noua linie';
288 $strInsertedRowId = 'ID rand inserat:';
289 $strInsertedRows = 'Randuri inserate:';
290 $strInsert = 'Inserare';
291 $strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
292 $strInternalRelations = 'Relatii interne';
293 $strInUse = 'in folosinta';
295 $strJapanese = 'Japonez';
296 $strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
297 $strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pana acum pana ce drepturile sunt reincarcate.';
298 $strJustDelete = 'Sterge utilizatorii din tabelele de drepturi.';
300 $strKeepPass = 'Nu schimbati parola';
301 $strKeyname = 'Nume cheie';
302 $strKill = 'Opreste';
303 $strKorean = 'Corean';
305 $strLandscape = 'Landscape';
306 $strLatexCaption = 'Captura tabel';
307 $strLatexContent = 'Continutul tabelului __TABLE__';
308 $strLatexContinuedCaption = 'Continuare captura tabel';
309 $strLatexContinued = '(continuare)';
310 $strLatexIncludeCaption = 'Include captura tabel';
311 $strLatexLabel = 'Tasta label';
312 $strLaTeX = 'LaTeX';
313 $strLatexStructure = 'Structura tabelului __TABLE__';
314 $strLatvian = 'Leton';
315 $strLengthSet = 'Lungime/Setare';
316 $strLimitNumRows = 'Numarul de inregistrari de pe pagina';
317 $strLinesTerminatedBy = 'Linii terminate de';
318 $strLinkNotFound = 'Legatura invalida';
319 $strLinksTo = 'Trimitere la';
320 $strLithuanian = 'Lituanian';
321 $strLocalhost = 'Local';
322 $strLocationTextfile = 'Locatia fisierului text';
323 $strLogin = 'Autentificare';
324 $strLoginInformation = 'Informatii de autentificare';
325 $strLogout = 'Deconectare';
326 $strLogPassword = 'Parola:';
327 $strLogServer = 'Server';
328 $strLogUsername = 'Nume utilizator:';
329 $strLongOperation = 'Aceasta operatie poate dura mult. Doriti totusi sa fie executata?';
331 $strMaximumSize = 'Marime maxima: %s%s';
332 $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.';
333 $strMbOverloadWarning = 'Ati activat mbstring.func_overload in configuratia PHP. Aceasta optiune nu este compatibila cu phpMyAdmin si poate duce la pierderea unor date!';
334 $strMIME_available_mime = 'Tipuri MIME disponibile';
335 $strMIME_available_transform = 'Informatii disponibile';
336 $strMIME_description = 'Descriere';
337 $strMIME_MIMEtype = 'MIME-type';
338 $strMIME_nodescription = 'Nu este disponibila nici o descriere pentru aceasta transformare.<br />Intrebati autorul de functiile indeplinite de %s.';
339 $strMIME_transformation_note = 'Pentru lista optiunilor de transformare disponibile si transformarile MIME-type, apasati pe %stransformation descriptions%s';
340 $strMIME_transformation_options_note = 'Introduceti valorile pentru optiunile de transformare utilizand acest format: \'a\', 100, b,\'c\'...<br />Daca trebuie sa folositi backslash ("\") sau apostrof ("\'") in aceste valori, introduceti un backslashes (ex. \'\\\\xyz\' sau \'a\\\'b\').';
341 $strMIME_transformation_options = 'Optiuni de transformare';
342 $strMIME_transformation = 'Transformare browser';
343 $strMIMETypesForTable = 'MIME TYPES PENTRU TABEL';
344 $strMIME_without = 'Tipurile MIME listate inclinat nu au o functie de transformare separata';
345 $strModifications = 'Modificarile au fost salvate';
346 $strModifyIndexTopic = 'Modifica un index';
347 $strModify = 'Modificare';
348 $strMoveTable = 'Muta tabela la (database<b>.</b>table):';
349 $strMoveTableOK = 'Tabela %s a fost mutat la %s.';
350 $strMoveTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi!';
351 $strMultilingual = 'Poliglot';
352 $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.';
353 $strMyISAMDataPointerSize = 'Marime data pointer';
354 $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.';
355 $strMyISAMMaxExtraSortFileSize = 'Marimea maxima pentru fisierele temporare la crearea indexului';
356 $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).';
357 $strMyISAMMaxSortFileSize = 'Marimea maxima pentru fisierele de sortare temporare';
358 $strMyISAMRecoverOptionsDesc = 'Modul pentru recuperarea automata a tabelelor MyISAM deteriorate, setat prin optiunea startup --myisam-recover server.';
359 $strMyISAMRecoverOptions = 'Mod de recuperare automat';
360 $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.';
361 $strMyISAMRepairThreads = 'Repara firele de executie';
362 $strMyISAMSortBufferSizeDesc = 'Bufferul alocat la sortarea indexurilor MyISAM in timpul unei operatiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
363 $strMyISAMSortBufferSize = 'Sortare marime buffer';
364 $strMySQLCharset = 'Setul de caractere MySQL';
365 $strMySQLSaid = 'MySQL zice: ';
366 $strMySQLShowProcess = 'Afiseaza procesele';
367 $strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
368 $strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
370 $strName = 'Nume';
371 $strNext = 'Urmatorul';
372 $strNoActivity = 'Nu ati avut activitate de mai mult de %s seconde, va rugam sa va autentificati din nou';
373 $strNoDatabases = 'Nu sunt baze de date';
374 $strNoDatabasesSelected = 'Nu este selectat nici o baza de date.';
375 $strNoDescription = 'Nu exista descriere';
376 $strNoDetailsForEngine = 'Nu exista informatii detaliate legate de status disponibile pentru motorul de stocare.';
377 $strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
378 $strNoExplain = 'Sari peste explicarea SQL';
379 $strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
380 $strNoIndex = 'Index nu este definit!';
381 $strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
382 $strNoModification = 'Nici o schimbare';
383 $strNone = 'Nici unul(a)';
384 $strNo = 'Nu';
385 $strNoOptions = 'Acest format nu are optiuni';
386 $strNoPassword = 'Nu exista parola';
387 $strNoPermission = 'Serverul web nu poate salva fisierul %s.';
388 $strNoPhp = 'fara cod PHP';
389 $strNoPrivileges = 'Nu exista drepturi de acces';
390 $strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
391 $strNoRowsSelected = 'Nu e nici un rand selectat';
392 $strNoSpace = 'Spatiu insuficient pentru salvarea fisierului %s.';
393 $strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
394 $strNoThemeSupport = 'Nu exista suport pentru themes, va rugam verificati configuratia si/sau designurile in directorul %s.';
395 $strNotNumber = 'Acesta nu este un numar!';
396 $strNotOK = 'Nu este bine';
397 $strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
398 $strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
399 $strNoValidateSQL = 'Sari peste validarea SQL';
400 $strNull = 'Nul';
401 $strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
402 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
403 $strNumTables = 'Tabele';
405 $strOK = 'E bine';
406 $strOperations = 'Operatii';
407 $strOperator = 'Operator';
408 $strOptimizeTable = 'Optimizare tabel';
409 $strOr = 'Sau';
410 $strOverhead = 'Asupra';
411 $strOverwriteExisting = 'Suprascrie fisier(e) existent(e)';
413 $strPageNumber = 'Numarul paginii:';
414 $strPaperSize = 'Marime hartie';
415 $strPartialText = 'Texte partiale';
416 $strPasswordChanged = 'Parola pentru %s a fost schimbata cu succes.';
417 $strPasswordEmpty = 'Parola este goala!';
418 $strPasswordNotSame = 'Parolele nu corespund!';
419 $strPassword = 'Parola';
420 $strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
421 $strPdfInvalidTblName = 'Tabela "%s" nu exista!';
422 $strPdfNoTables = 'Nu exista tabele';
423 $strPerHour = 'pe ora';
424 $strPerMinute = 'pe minute';
425 $strPerSecond = 'pe secunde';
426 $strPersian = 'Persian';
427 $strPhoneBook = 'carte de telefoane';
428 $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.';
429 $strPhp = 'Creaza cod PHP';
430 $strPHPVersion = 'Versiune PHP';
431 $strPmaDocumentation = 'Documentatie phpMyAdmin';
432 $strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
433 $strPolish = 'Polononez';
434 $strPortrait = 'Portrait';
435 $strPos1 = 'Incepe';
436 $strPrevious = 'Anterior';
437 $strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
438 $strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
439 $strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
440 $strPrimary = 'Primar';
441 $strPrint = 'Listare';
442 $strPrintViewFull = 'Vizualizare listare4 (impreuna cu text)';
443 $strPrintView = 'Viziualizare imprimare';
444 $strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
445 $strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
446 $strPrivDescCreateDb = 'Permite crearea de noi baze de date si tabele.';
447 $strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
448 $strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
449 $strPrivDescDelete = 'Permite stergere de date.';
450 $strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
451 $strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
452 $strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
453 $strPrivDescFile = 'Permite importarea datelor in fisiere si exportarea acestora din fisiere.';
454 $strPrivDescGrant = 'Permite adaugarea utilizatorilor si drepturilor fara reincarcarea tabelelor de drepturi.';
455 $strPrivDescIndex = 'Permite crearea si stergerea indexelor.';
456 $strPrivDescInsert = 'Permite inserarea si inlocuirea datelor.';
457 $strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de executie.';
458 $strPrivDescMaxConnections = 'Limiteaza numarul de noi conexiuni care pot fi deschise de utilizator intr-o ora.';
459 $strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator catre server intr-o ora.';
460 $strPrivDescMaxUpdates = 'Limiteaza numarul de comenzi pentru schimbarea vreunui tabel sau vreunei baza de date executabile de utilizator intr-o ora.';
461 $strPrivDescProcess3 = 'Permite oprirea proceselor altor utilizatori.';
462 $strPrivDescProcess4 = 'Permite vizualizarea comenzilor procesate in lista.';
463 $strPrivDescReferences = 'Nu are efect in aceasta versiune MySQL.';
464 $strPrivDescReload = 'Permite reincarcarea setarilor de server si golirea memoriei cache a serverului.';
465 $strPrivDescReplClient = 'Permite utilizatorului de a interoga locatia slave/master.';
466 $strPrivDescReplSlave = 'Necesara pentru slave replication.';
467 $strPrivDescSelect = 'Permite citirea datelor.';
468 $strPrivDescShowDb = 'Permite accesul la lista completa a bazelor de date.';
469 $strPrivDescShutdown = 'Permite oprirea serverului.';
470 $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.';
471 $strPrivDescUpdate = 'Permite schimbarea datelor.';
472 $strPrivDescUsage = 'Fara drepturi.';
473 $strPrivileges = 'Drepturi de acces';
474 $strPrivilegesReloaded = 'Drepturile au fost reincarcate cu succes.';
475 $strProcesses = 'Procese';
476 $strProcesslist = 'Lista procese';
477 $strPutColNames = 'Pune numele filed-ului in primul rand';
479 $strQBE = 'Comanda prin exemplu (Query by Example)';
480 $strQBEDel = 'Del';
481 $strQBEIns = 'Ins';
482 $strQueryFrame = 'Fereastra de comanda';
483 $strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
484 $strQuerySQLHistory = 'SQL-history';
485 $strQueryStatistics = '<b>Statistica interogari</b>: De la inceput, s-au trimis %s interogari la server.';
486 $strQueryTime = 'Comanda a durat %01.4f sec';
487 $strQueryType = 'Tip interogare';
488 $strQueryWindowLock = 'A nu se suprascrie peste aceasta interogare din cealalta fereastra';
490 $strReceived = 'Receptionat';
491 $strRecords = 'Inregistrari';
492 $strReferentialIntegrity = 'Verificarea integritatii referentiei:';
493 $strRefresh = 'Reincarca';
494 $strRelationalSchema = 'Schema relationala';
495 $strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
496 $strRelationsForTable = 'RELATII PENTRU TABEL';
497 $strRelations = 'Legaturi';
498 $strRelationView = 'Vizualizare relationala';
499 $strReloadingThePrivileges = 'Reincarcarea drepturilor';
500 $strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectati';
501 $strRenameDatabaseOK = 'Baza de date %s a fost redenumita in %s';
502 $strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
503 $strRenameTable = 'Rename tabel la';
504 $strRepairTable = 'Reparare tabel';
505 $strReplaceNULLBy = 'Inlocuire NULL cu';
506 $strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
507 $strReset = 'Resetare';
508 $strResourceLimits = 'Limitare de resurse';
509 $strReType = 'Re-type';
510 $strRevokeAndDeleteDescr = 'Utilizatorii vor avea in continuare drepturi de UTILIZARE pana ce drepturile se reincarca.';
511 $strRevokeAndDelete = 'Revocarea tuturor drepturilor active a utilizatorilor si stergerea acestora.';
512 $strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
513 $strRevoke = 'Revocare';
514 $strRomanian = 'Roman';
515 $strRowLength = 'Lungime linie';
516 $strRowsFrom = 'linii incepand cu';
517 $strRowSize = ' Marime linie ';
518 $strRows = 'Linie';
519 $strRowsModeFlippedHorizontal = 'orizontal (antet rotativ)';
520 $strRowsModeHorizontal = 'orizontal';
521 $strRowsModeOptions = 'in mod %s si repetare antet dupa %s celule';
522 $strRowsModeVertical = 'vertical';
523 $strRowsStatistic = 'Statisticile randului';
524 $strRunning = 'ruland pe %s';
525 $strRunQuery = 'Trimite comanda';
526 $strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
527 $strRussian = 'Rus';
529 $strSaveOnServer = 'Salveaza pe server in directorul %s';
530 $strSave = 'Salveaza';
531 $strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
532 $strSearch = 'Cauta';
533 $strSearchFormTitle = 'Cauta in baza de date';
534 $strSearchInTables = 'In interiorul tabelei(lor):';
535 $strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
536 $strSearchOption1 = 'cel putin una dintre cuvinte';
537 $strSearchOption2 = 'toate cuvintele';
538 $strSearchOption3 = 'fraza exacta';
539 $strSearchOption4 = 'ca o expresie';
540 $strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
541 $strSearchType = 'Gaseste:';
542 $strSecretRequired = 'Fisierul de configurare necesita e expresie de protectie secreta (blowfish_secret).';
543 $strSelectADb = 'Selectati baza de date';
544 $strSelectAll = 'Selecteaza tot';
545 $strSelectBinaryLog = 'Selectati binary log pentru vizualizare';
546 $strSelectFields = 'Selecteaza campurile (cel putin unul):';
547 $strSelectNumRows = 'in comanda (in query)';
548 $strSelectTables = 'Selecteaza tabele';
549 $strSend = 'Trimite';
550 $strSent = 'Trimis';
551 $strServerChoice = 'Alegerea serverului';
552 $strServerNotResponding = 'Serverul nu raspunde';
553 $strServer = 'Server';
554 $strServerStatus = 'Informatii rulare';
555 $strServerStatusUptime = 'Acest server MySQL ruleaza de %s. S-a lansat la %s.';
556 $strServerTabVariables = 'Variabile';
557 $strServerTrafficNotes = '<b>Server trafic</b>: Aceste tabele arata statistica de trafic in retea al acestui server MySQL de la lansare.';
558 $strServerVars = 'Variabile si setari de server';
559 $strServerVersion = 'Versiune server';
560 $strSessionValue = 'Valoare sesiune';
561 $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\').';
562 $strShow = 'Afiseaza';
563 $strShowAll = 'Arata toate';
564 $strShowColor = 'Arata culoarea';
565 $strShowDatadictAs = 'Data Dictionary Format';
566 $strShowFullQueries = 'Afisare comanda intreaga';
567 $strShowGrid = 'Arata grila';
568 $strShowingRecords = 'Afiseaza inregistrari';
569 $strShowPHPInfo = 'Arata informatia PHP';
570 $strShowTableDimension = 'Arata dimensiunile tabelei';
571 $strShowTables = 'Arata tabelele';
572 $strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
573 $strSimplifiedChinese = 'Chineza simplificata';
574 $strSingly = '(singly)';
575 $strSize = 'Marime';
576 $strSlovak = 'Slovac';
577 $strSlovenian = 'Sloven';
578 $strSortByKey = 'Sortare dupa tasta';
579 $strSort = 'Sortare';
580 $strSpaceUsage = 'Utilizare spatiu';
581 $strSpanish = 'Spaniola';
582 $strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
583 $strSQLExportType = 'Modul de export';
584 $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';
585 $strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
586 $strSQLQuery = 'Comanda SQL';
587 $strSQLResult = 'Rezultat SQL';
588 $strSQL = 'SQL';
589 $strSQPBugInvalidIdentifer = 'Identificator invalid';
590 $strSQPBugUnclosedQuote = 'Citare neinchisa';
591 $strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
592 $strStatCheckTime = 'Ultima verficare';
593 $strStatCreateTime = 'Creatie';
594 $strStatement = 'Comenzi';
595 $strStatUpdateTime = 'Ultimul update';
596 $strStatus = 'Status';
597 $strStorageEngine = 'Motor de stocare';
598 $strStorageEngines = 'Motoare de stocare';
599 $strStrucCSV = 'Date CSV';
600 $strStrucData = 'Structura si date';
601 $strStrucExcelCSV = 'Date CSV pentru MS Excel';
602 $strStrucNativeExcel = 'Date native MS Excel';
603 $strStrucOnly = 'Numai structura';
604 $strStructPropose = 'Propune structura de tabele';
605 $strStructure = 'Structura';
606 $strSubmit = 'Trimite';
607 $strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
608 $strSum = 'Sum';
609 $strSwedish = 'Suedez';
610 $strSwitchToDatabase = 'Schimba la tabela copiata';
611 $strSwitchToTable = 'Schimba la tabela copiata';
613 $strTableComments = 'Comentarii tabel';
614 $strTableEmpty = 'Numele de tabel este gol!';
615 $strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
616 $strTableHasBeenEmptied = 'Tabelul %s a fost golit';
617 $strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
618 $strTableMaintenance = 'Administrare tabel';
619 $strTableOfContents = 'Sumar';
620 $strTableOptions = 'Optiuni tabel';
621 $strTables = '%s tabele';
622 $strTableStructure = 'Structura de tabel pentru tabelul';
623 $strTable = 'Tabel';
624 $strTakeIt = 'alege';
625 $strTblPrivileges = 'Drepturi specifice de tabele';
626 $strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
627 $strThai = 'Tailandez';
628 $strTheme = 'Sablon / Stil';
629 $strThisHost = 'Acest Host';
630 $strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
631 $strTime = 'Timp';
632 $strToggleScratchboard = 'dezactivare scratchboard';
633 $strTotal = 'total';
634 $strTotalUC = 'Total';
635 $strTraditionalChinese = 'Chineza Traditionala';
636 $strTraditionalSpanish = 'Spaniola traditionala';
637 $strTraffic = 'Trafic';
638 $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';
639 $strTransformation_image_jpeg__inline = 'Afiseaza o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
640 $strTransformation_image_jpeg__link = 'Afiseaza un link la imagine (direct blob download, i.e.).';
641 $strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
642 $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)';
643 $strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
644 $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.';
645 $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.';
646 $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: ...) .';
647 $strTruncateQueries = 'Truncare comenzi afisate';
648 $strTurkish = 'Turc';
649 $strType = 'Tip';
651 $strUkrainian = 'Ukrainian';
652 $strUncheckAll = 'Deselecteaza toate';
653 $strUnicode = 'Unicode';
654 $strUnique = 'Unic';
655 $strUnknown = 'necunoscut';
656 $strUnselectAll = 'Deselecteaza tot';
657 $strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
658 $strUpdateProfileMessage = 'Profilul a fost actualizat.';
659 $strUpdateQuery = 'Reinnoire comanda';
660 $strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
661 $strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
662 $strUsage = 'Utilizare';
663 $strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
664 $strUseHostTable = 'Utilizare tabel host';
665 $strUserAlreadyExists = 'Acest utilizator %s exista deja!';
666 $strUserEmpty = 'Numele de utilizator este gol!';
667 $strUserName = 'Nume de utilizator';
668 $strUserNotFound = 'Utilizatorul selectat nu s-a gasit in tabelul de drepturi.';
669 $strUserOverview = 'Descriere utilizator';
670 $strUsersDeleted = 'Utilizatorii selectati s-au sters cu succes.';
671 $strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
672 $strUser = 'Utilizator';
673 $strUseTabKey = 'Folositi tasta TAB pentru a trece de la o valoare la alta sau CTRL+sageti pentru a merge in oricare directie';
674 $strUseTables = 'Utilizare tabele';
675 $strUseTextField = 'Utilizare camp text';
676 $strUseThisValue = 'Foloseste aceasta valoare';
678 $strValidateSQL = 'Valideaza SQL';
679 $strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
680 $strValue = 'Valoare';
681 $strVar = 'Variabil';
682 $strVersionInformation = 'Informatii despre versiune';
683 $strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
684 $strViewDumpDB = 'Vizualizarea schemei bazei de date';
685 $strViewDump = 'Vizualizarea schemei tabelului';
686 $strViewHasBeenDropped = 'Vizualizarea %s a fost eliminata';
687 $strView = 'Vizualizare';
689 $strWebServerUploadDirectory = 'director de upload al web-server-ului';
690 $strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
691 $strWelcome = 'Bine ai venit la %s';
692 $strWestEuropean = 'European de vest';
693 $strWildcard = 'wildcard';
694 $strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
695 $strWithChecked = 'Verificat cu:';
696 $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
698 $strXML = 'XML';
700 $strYes = 'Da';
702 $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) se elimina restrictia.';
703 $strZip = '"arhivat"';
705 // To translate:
706 $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
707 $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
708 $strAndThen = 'and then'; //to translate
710 $strBookmarkCreated = 'Bookmark %s created'; //to translate
711 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
712 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
713 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
714 $strBufferPool = 'Buffer Pool'; //to translate
715 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
716 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
717 $strBufferReadMisses = 'Read misses'; //to translate
718 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
719 $strBufferWriteWaits = 'Write waits'; //to translate
720 $strBusyPages = 'Busy pages'; //to translate
722 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
723 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
724 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
725 $strCopy = 'Copy'; //to translate
726 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
727 $strCSV = 'CSV'; //to translate
729 $strDataPages = 'Pages containing data'; //to translate
730 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
731 $strDirtyPages = 'Dirty pages'; //to translate
733 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
734 $strEsperanto = 'Esperanto'; //to translate
736 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
737 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
738 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
739 $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
740 $strFileToImport = 'File to import'; //to translate
741 $strFlushQueryCache = 'Flush query cache'; //to translate
742 $strFlushTables = 'Flush (close) all tables'; //to translate
743 $strFreePages = 'Free pages'; //to translate
745 $strGenerate = 'Generate'; //to translate
746 $strGeneratePassword = 'Generate Password'; //to translate
748 $strHandler = 'Handler'; //to translate
749 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
750 $strHTMLWord = 'Microsoft Word 2000'; //to translate
752 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
753 $strImportFormat = 'Format of imported file'; //to translate
754 $strImport = 'Import'; //to translate
755 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
756 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
757 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
758 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
759 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
760 $strInnoDBDataFilePath = 'Data files'; //to translate
761 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
762 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
763 $strInnoDBPages = 'pages'; //to translate
764 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
765 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
766 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
767 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
768 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
769 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
770 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
771 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
772 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
773 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
774 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
775 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
777 $strJoins = 'Joins'; //to translate
779 $strKeyCache = 'Key cache'; //to translate
781 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
782 $strLatchedPages = 'Latched pages'; //to translate
783 $strLDI = 'CSV using LOAD DATA'; //to translate
784 $strLDILocal = 'Use LOCAL keyword'; //to translate
786 $strMaxConnects = 'max. concurrent connections'; //to translate
787 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
788 $strMysqlClientVersion = 'MySQL client version'; //to translate
789 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
791 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
792 $strNumberOfFields = 'Number of fields'; //to translate
794 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
796 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
797 $strPartialImport = 'Partial import'; //to translate
798 $strPasswordHashing = 'Password Hashing'; //to translate
799 $strPDF = 'PDF'; //to translate
800 $strPDFReportTitle = 'Report title'; //to translate
801 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
802 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
803 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
804 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
805 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
806 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
807 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
808 $strProtocolVersion = 'Protocol version'; //to translate
810 $strQueryCache = 'Query cache'; //to translate
812 $strReadRequests = 'Read requests'; //to translate
813 $strReloadPrivileges = 'Reload privileges'; //to translate
814 $strReplication = 'Replication'; //to translate
815 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
817 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
818 $strShowingBookmark = 'Showing bookmark'; //to translate
819 $strShowOpenTables = 'Show open tables'; //to translate
820 $strShowSlaveHosts = 'Show slave hosts'; //to translate
821 $strShowSlaveStatus = 'Show slave status'; //to translate
822 $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
823 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
824 $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
825 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
826 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
827 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
828 $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
829 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
830 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
831 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
832 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
833 $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
834 $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
835 $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
836 $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
837 $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
838 $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
839 $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
840 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
841 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
842 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
843 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
844 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
845 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
846 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
847 $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
848 $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
849 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
850 $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
851 $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
852 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
853 $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
854 $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
855 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
856 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
857 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
858 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
859 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
860 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
861 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
862 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
863 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
864 $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
865 $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
866 $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
867 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
868 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
869 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
870 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
871 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
872 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
873 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
874 $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
875 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
876 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
877 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
878 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
879 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
880 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
881 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
882 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
883 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
884 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
885 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
886 $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
887 $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
888 $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
889 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
890 $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
891 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
892 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
893 $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
894 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
895 $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
896 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
897 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
898 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
899 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
900 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
901 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
902 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
903 $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
904 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
905 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
906 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
907 $strShowStatusReset = 'Reset'; //to translate
908 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
909 $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
910 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
911 $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
912 $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
913 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
914 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
915 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
916 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
917 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
918 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
919 $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
920 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
921 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
922 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
923 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
924 $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
925 $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
926 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
927 $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
928 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
929 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
930 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
931 $strSorting = 'Sorting'; //to translate
932 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
933 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
935 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
936 $strTempData = 'Temporary data'; //to translate
937 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
938 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
939 $strThemeNotFound = 'Theme %s not found!'; //to translate
940 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
941 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
942 $strThreads = 'Threads'; //to translate
943 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
944 $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
945 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
946 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
947 $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
948 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
950 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
951 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
952 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
954 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
956 $strWriteRequests = 'Write requests'; //to translate
958 $strQueryResultsOperations = 'Query results operations'; //to translate
959 $strAddClause = 'Add %s'; //to translate
960 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
961 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
962 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
963 $strCreateUserDatabase = 'Database for user'; //to translate
964 $strCreateUserDatabaseNone = 'None'; //to translate
965 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
966 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
967 $strOpenDocumentText = 'Open Document Text'; //to translate
968 $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
969 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
970 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
971 $strInvalidTableName = 'Invalid table name'; //to translate
972 $strInvalidDatabase = 'Invalid database'; //to translate
973 $strServers = 'Servers'; //to translate
974 $strDelimiter = 'Delimiter'; //to translate
975 $strFunctions = 'Functions'; //to translate
976 $strProcedures = 'Procedures'; //to translate
977 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
978 $strFontSize = 'Font size'; //to translate
979 $strLanguage = 'Language'; //to translate
980 $strPmaWiki = 'phpMyAdmin wiki'; //to translate
981 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
982 $strDocSQL = 'DocSQL'; //to translate
983 $strTableName = 'Table name'; //to translate
984 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
985 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
986 $strShowingPhp = 'Showing as PHP code'; //to translate
987 $strShowingSQL = 'Showing SQL query'; //to translate
988 $strDesigner = 'Designer'; //to translate
989 $strNumberOfTables = 'Number of tables'; //to translate
990 $strCreateTable = 'Create table'; //to translate
991 $strCreateRelation = 'Create relation'; //to translate
992 $strSavePosition = 'Save position'; //to translate
993 $strSelectForeignKey = 'Select Foreign Key'; //to translate
994 $strHide = 'Hide'; //to translate
995 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
996 $strReload = 'Reload'; //to translate
997 $strSmallBigAll = 'Small/Big All'; //to translate
998 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
999 $strMoveMenu = 'Move Menu'; //to translate
1000 $strAngularLinks = 'Angular links'; //to translate
1001 $strDirectLinks = 'Direct links'; //to translate
1002 $strHideShowAll = 'Hide/Show all'; //to translate
1003 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
1004 $strInternalRelationAdded = 'Internal relation added'; //to translate
1005 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
1006 $strRelationDeleted = 'Relation deleted'; //to translate
1007 $strToSelectRelation = 'To select relation, click :'; //to translate
1008 $strExportImportToScale = 'Export/Import to scale'; //to translate
1009 $strRecommended = 'recommended'; //to translate
1010 $strToFromPage = 'to/from page'; //to translate
1011 $strSelectReferencedKey = 'Select referenced key'; //to translate
1012 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1013 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
1014 $strHelp = 'Help'; //to translate
1015 $strCancel = 'Cancel'; //to translate
1016 $strDeleteRelation = 'Delete relation'; //to translate
1017 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1018 $strStructureForView = 'Structure for view'; //to translate
1019 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1020 $strToggleSmallBig = 'Toggle small/big'; //to translate
1021 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1022 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
1023 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
1024 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1025 $strSnapToGrid = 'Snap to grid'; //to translate
1026 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
1027 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1028 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1029 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1030 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1031 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1032 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1033 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1034 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1035 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
1036 $strViewName = 'VIEW name'; //to translate
1037 $strOptions = 'Options'; //to translate
1038 $strFiles = 'Files'; //to translate
1039 $strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
1040 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1041 $strRoutines = 'Routines'; //to translate
1042 $strRoutineReturnType = 'Return type'; //to translate
1043 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
1044 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
1045 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1046 $strTriggers = 'Triggers'; //to translate
1047 $strEvent = 'Event'; //to translate
1048 $strProfiling = 'Profiling'; //to translate