typos and rephrasing
[phpmyadmin/crack.git] / lang / romanian-utf-8.inc.php
blob9b5cb3b23843d0c747c0c738eef1ea3becec8309
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('Octeți', 'KO', 'MO', 'GO', 'TO', 'PO', 'EO');
12 $day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sî');
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 și %s secunde';
20 $strAbortedClients = 'Întrerupt';
21 $strAccessDenied = 'Acces interzis';
22 $strAccessDeniedExplanation = 'phpMyAdmin a încercat să se conecteze la serverul MySQL, dar acesta a respins conexiunea. Ar trebui verificat dacă datele din config.inc.php sînt corecte.';
23 $strAction = 'Acțiune';
24 $strAddAutoIncrement = 'Adaugă valoare pentru AUTO_INCREMENT';
25 $strAddClause = 'Adăugare %s';
26 $strAddConstraints = 'Adaugă constrîngere';
27 $strAddDeleteColumn = 'Adaugă/șterge coloane';
28 $strAddDeleteRow = 'Adaugă/șterge criteriu';
29 $strAddFields = 'Adaugă %s cîmp(uri)';
30 $strAddHeaderComment = 'Adăugare comentariu la antet (\\n înseamnă delimitare de rînd)';
31 $strAddIntoComments = 'Adăugare la comentarii';
32 $strAddNewField = 'Adaugă cîmp nou';
33 $strAddPrivilegesOnDb = 'Adaugă drepturi la baza de date următoare';
34 $strAddPrivilegesOnTbl = 'Adaugă drepturi la următorul tabel';
35 $strAddSearchConditions = 'Adaugă condiție de căutare (parte a comenzii "where"):';
36 $strAddToIndex = 'Adaugă la coloana(ele) index &nbsp;%s&nbsp;';
37 $strAddUser = 'Adaugă un utilizator nou';
38 $strAddUserMessage = 'Ați adăugat un nou utilizator.';
39 $strAdministration = 'Administrare';
40 $strAfter = 'După %s';
41 $strAfterInsertBack = 'Revenire';
42 $strAfterInsertNewInsert = 'Adaugă o nouă înregistrare';
43 $strAfterInsertNext = 'Editează rîndul următor';
44 $strAfterInsertSame = 'Înapoi la această pagină';
45 $strAllTableSameWidth = 'Arată toate tabelele cu aceeaăi mărime?';
46 $strAll = 'Toate';
47 $strAlterOrderBy = 'Alterare „ordonare tabel după”';
48 $strAnalyzeTable = 'Analizare tabel';
49 $strAnd = 'Şi';
50 $strAndThen = 'și apoi';
51 $strAngularLinks = 'Legături unghiulare';
52 $strAnIndex = 'A fost adăugat un index la %s';
53 $strAnyHost = 'Oricare gazdă';
54 $strAny = 'Oricare';
55 $strAnyUser = 'Oricare utilizator';
56 $strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
57 $strAPrimaryKey = 'A fost adăugată o cheie primară la %s';
58 $strArabic = 'Arab';
59 $strArmenian = 'Armean';
60 $strAscending = 'Crescătoare';
61 $strAtBeginningOfTable = 'La începutul tabelului';
62 $strAtEndOfTable = 'La sfîrșitul tabelului';
63 $strAttr = 'Proprietăți';
64 $strAutomaticLayout = 'Așezare automată';
66 $strBack = 'Înapoi';
67 $strBaltic = 'Baltic';
68 $strBeginCut = 'DE TĂIAT - ÎNCEPUT';
69 $strBeginRaw = 'ÎNCEPUT RAW';
70 $strBinary = 'Binar';
71 $strBinaryDoNotEdit = 'Binar - a nu se edita';
72 $strBinaryLog = 'Binary log';
73 $strBinLogEventType = 'Tip eveniment';
74 $strBinLogInfo = 'Informație';
75 $strBinLogName = 'Denumire jurnal';
76 $strBinLogOriginalPosition = 'Pozitie originală';
77 $strBinLogPosition = 'Poziție';
78 $strBinLogServerId = 'Server ID';
79 $strBookmarkAllUsers = 'Permite tuturor utilizatorilor să acceseze această filă de carte';
80 $strBookmarkDeleted = 'Eticheta a fost ștearsă.';
81 $strBookmarkLabel = 'Etichetă';
82 $strBookmarkQuery = 'Comandă SQL salvată';
83 $strBookmarkThis = 'Pune semn de carte la această comandă SQL';
84 $strBookmarkView = 'Numai vizualizare';
85 $strBrowseForeignValues = 'Caută printre valori necunoscute';
86 $strBrowse = 'Navigare';
87 $strBulgarian = 'Bulgar';
88 $strBzip = '"bzipped"';
90 $strCalendar = 'Calendar';
91 $strCancel = 'Renunță';
92 $strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
93 $strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
94 $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.';
95 $strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
96 $strCantUseRecodeIconv = 'Nu pot folosi funcțiile iconv nici libiconv nici recode_string în timp ce extensia este incarcata. Verifica configuratia PHP.';
97 $strCardinality = 'Cardinalitate';
98 $strCaseInsensitive = 'insensibil la registru';
99 $strCaseSensitive = 'sensibil la registru';
100 $strCentralEuropean = 'European de est';
101 $strChangeCopyModeCopy = '... menține cel vechi.';
102 $strChangeCopyMode = 'Creează un utilizator nou cu aceleași privilegii și...';
103 $strChangeCopyModeDeleteAndReload = ' ... șterge cel vechi din tabelul de utilizatori și reîncarcă privilegiile.';
104 $strChangeCopyModeJustDelete = ' ... șterge cel vechi din tabelul de utilizatori.';
105 $strChangeCopyModeRevoke = ' ...revocă toate privilegiile active de la utilizatorul vechi și șterge-l după aceea.';
106 $strChangeCopyUser = 'Schimbă informațiile de autentificare/Copiază utilizator';
107 $strChangeDisplay = 'Selectează un cîmp';
108 $strChangePassword = 'Schimbare parolă';
109 $strChange = 'Schimbare';
110 $strCharsetOfFile = 'Setul de caractere al fișierului:';
111 $strCharsetsAndCollations = 'Set de caractere și gestiunea acestora';
112 $strCharset = 'Set de caractere';
113 $strCharsets = 'Seturi de caractere';
114 $strCheckAll = 'Marchează toate';
115 $strCheckOverhead = 'Verificare depășit';
116 $strCheckPrivsLong = 'Verifică privilegiile pentru baza de date &quot;%s&quot;.';
117 $strCheckPrivs = 'Verifică privilegiile';
118 $strCheckTable = 'Verificare tabel';
119 $strChoosePage = 'Selectează o pagină pentru a fi editată';
120 $strColComFeat = 'Arată comentariile coloanei';
121 $strCollation = 'Gestionare';
122 $strColumnNames = 'Numele coloanelor';
123 $strColumnPrivileges = 'Drepturi specifice coloanei';
124 $strCommand = 'Comanda';
125 $strComments = 'Comentarii';
126 $strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
127 $strCompleteInserts = 'Rezolvă inserarea';
128 $strCompression = 'Compresie';
129 $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 și 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.';
130 $strConfigureTableCoord = 'Configureaza coordonatelepentru tabelul %s';
131 $strConnectionError = 'Conexiune esuata: setari invalide.';
132 $strConnections = 'Conexiuni';
133 $strConstraintsForDumped = 'Restrictii pentru tabele sterse';
134 $strConstraintsForTable = 'Restrictii pentru tabele';
135 $strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
136 $strCopy = 'Copere';
137 $strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
138 $strCopyTable = 'Copiază tabelul la (bază_de_date<b>.</b>tabel):';
139 $strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
140 $strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
141 $strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
142 $strCreate = 'Creează';
143 $strCreateIndex = 'Creează un index pe&nbsp;%s&nbsp;coloană';
144 $strCreateIndexTopic = 'Creează un nou index';
145 $strCreateNewDatabase = 'Creează bază de date nouă';
146 $strCreateNewTable = 'Creează tabel nou în baza de date %s';
147 $strCreatePage = 'Creează o nouă pagină';
148 $strCreatePdfFeat = 'Creare PDF';
149 $strCreateRelation = 'Creare relație';
150 $strCreateTable = 'Creare tabel';
151 $strCreateUserDatabase = 'Bază de date pentru utilizatorul';
152 $strCreateUserDatabaseNone = 'Nici una';
153 $strCreationDates = 'Creare/reînnoire/verificare date';
154 $strCriteria = 'Criteriu';
155 $strCroatian = 'Croat';
156 $strCSV = 'CSV';
157 $strCyrillic = 'Chirilic';
158 $strCzech = 'Ceh';
159 $strCzechSlovak = 'Cehoslovac';
161 $strDanish = 'Danez';
162 $strDatabase = 'Baza de date';
163 $strDatabaseEmpty = 'Cîmpul de denumire al bazei de date este gol!';
164 $strDatabaseExportOptions = 'Opțiuni de exportare a bazei de date';
165 $strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncată.';
166 $strDatabases = 'Baze de date';
167 $strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
168 $strDatabasesStatsDisable = 'Dezactivează statisticile';
169 $strDatabasesStatsEnable = 'Activează statisticile';
170 $strDatabasesStatsHeavyTraffic = 'Notă: Activarea statisticilor pentru baza de date poate cauza creșterea traficului între MySQL și serverul Web.';
171 $strDatabasesStats = 'Statisticile bazelor de date';
172 $strData = 'Date';
173 $strDataDict = 'Dicționar de date';
174 $strDataOnly = 'Numai date';
175 $strDataPages = 'Pagini ce conțin date';
176 $strDBComment = 'Comentarii referitoare la baza de date: ';
177 $strDBCopy = 'Copiază baza de date';
178 $strDbIsEmpty = 'Baza de date pare a fi goală!';
179 $strDbPrivileges = 'Drepturi specifice bazei de date';
180 $strDBRename = 'Redenumire bază de date în';
181 $strDbSpecific = 'specific bazei de date';
182 $strDefaultEngine = '%s este motorul de stocare stabilit implicit pe acest server MySQL.';
183 $strDefault = 'Setare de bază';
184 $strDefaultValueHelp = 'Pentru valorile implicite, vă rugăm să introduceți o singură valoare, fără backslash, escape sau ghilimele, folosind formatul: a';
185 $strDefragment = 'Defragmentare tabel';
186 $strDelayedInserts = 'Folosește inserări întîrziate';
187 $strDeleteAndFlushDescr = 'Este cea mai simplă metodă, dar reîncărcarea drepturilor s-ar putea să dureze.';
188 $strDeleteAndFlush = 'Șterge utilizatorii și reîncarcă drepturile pe urmă.';
189 $strDeleted = 'Linia a fost ștearsă';
190 $strDeleteNoUsersSelected = 'Nici un utilizator ales pentru ștergere!';
191 $strDeleteRelation = 'Șterge relația';
192 $strDelete = 'Șterge';
193 $strDeleting = 'Șterge %s';
194 $strDelimiter = 'Delimitator';
195 $strDelOld = 'Pagina curentă se leagă de tabele care nu mai există. Doriți ștergerea acestor legături?';
196 $strDescending = 'Descrescător';
197 $strDescription = 'Descriere';
198 $strDictionary = 'dicționar';
199 $strDirectLinks = 'Legături directe';
200 $strDirtyPages = 'Pagini murdare';
201 $strDisabled = 'Dezactivat';
202 $strDisableForeignChecks = 'Dezactivare verificări de cheie străine';
203 $strDisplayFeat = 'Arată facilitățile';
204 $strDisplayOrder = 'Ordine de afișare:';
205 $strDisplayPDF = 'Arată schema PDF';
206 $strDoAQuery = 'Execută o interogare prin exemplu (metacaracter: "%")';
207 $strDocSQL = 'DocSQL';
208 $strDocu = 'Documentație';
209 $strDoYouReally = 'Sigur doriți să ';
210 $strDrop = 'Aruncă';
211 $strDropDatabaseStrongWarning = 'Sînteți pe cale să DISTRUGEȚI o întreagă bază de date!';
212 $strDropUsersDb = 'Aruncă baza de date care are același nume ca utilizatorul.';
213 $strDumpingData = 'Salvarea datelor din tabel';
214 $strDumpSaved = 'Copia a fost salvată în fișierul %s.';
215 $strDumpXRows = 'Aruncă %s rînduri, începînd de la rîndul %s.';
216 $strDynamic = 'dinamic';
218 $strEdit = 'Editare';
219 $strEditPDFPages = 'Editează paginile PDF';
220 $strEditPrivileges = 'Editează drepturile de acces';
221 $strEffective = 'Efectiv';
222 $strEmpty = 'Golește';
223 $strEmptyResultSet = 'MySQL a dat un set de rezultate gol (zero linii).';
224 $strEnabled = 'Activat';
225 $strEncloseInTransaction = 'Cuprinde exportarea într-o tranzacție';
226 $strEndCut = 'DE TĂIAT - SFÎRȘIT';
227 $strEndRaw = 'SFÎRȘIT BRUT';
228 $strEnd = 'Sfîrșit';
229 $strEngineAvailable = '%s este disponibil pentru acest server MySQL.';
230 $strEngineDisabled = '%s a fost dezactivat pentru acest server MySQL.';
231 $strEngines = 'Motoare';
232 $strEngineUnsupported = 'Acest server MySQL nu susține motorul de stocare %s.';
233 $strEnglish = 'Englez';
234 $strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar în engleză';
235 $strError = 'Eroare';
236 $strErrorInZipFile = 'Eroare în arhiva ZIP:';
237 $strErrorRenamingTable = 'Eroare la redenumirea tabelului %1$s în %2$s';
238 $strEscapeWildcards = 'Metacaracterele _ și % trebuiesc însoțite de \ pentru a le aplica';
239 $strEsperanto = 'Esperanto';
240 $strEstonian = 'Estonian';
241 $strEvent = 'Eveniment';
242 $strExcelEdition = 'Ediția Excel';
243 $strExecuteBookmarked = 'Executare comandă marcată';
244 $strExplain = 'Explică SQL';
245 $strExport = 'Export';
246 $strExtendedInserts = 'Inserări extinse';
247 $strExtra = 'Extra';
249 $strFailedAttempts = 'Încercări nereușite';
250 $strField = 'Cîmp';
251 $strFieldHasBeenDropped = 'Cîmpul %s a fost aruncat';
252 $strFields = 'Cîmpuri';
253 $strFieldsEnclosedBy = 'Cîmpuri încadrate de';
254 $strFieldsEscapedBy = 'Cîmpuri realizate de';
255 $strFieldsTerminatedBy = 'Cîmpuri terminate de';
256 $strFileAlreadyExists = 'Fișierul %s există deja pe server. Schimbați denumirea fișierului sau bifați opțiunea de suprascriere.';
257 $strFileCouldNotBeRead = 'Fișierul nu poate fi citit';
258 $strFileNameTemplateDescriptionDatabase = 'nume bază de date';
259 $strFileNameTemplateDescriptionServer = 'nume server';
260 $strFileNameTemplateDescriptionTable = 'nume tabel';
261 $strFileNameTemplateRemember = 'ține minte șablonul';
262 $strFileNameTemplate = 'Șablon nume fișier';
263 $strFiles = 'Fișiere';
264 $strFileToImport = 'Fișier de importat';
265 $strFixed = 'fixat';
266 $strFlushPrivilegesNote = 'Notă: phpMyAdmin folosește privilegiile utilizatorilor direct din tabelul de privilegii din MySQL. Conținutul acestui tabel poate diferi de cel original. În acest caz, reîncărcați de aici înainte de a continua %sreîncărcarea drepturilor%s.';
267 $strFlushQueryCache = 'Reinițializare cache interogare';
268 $strFlushTable = 'Curățarea tabelului ("FLUSH")';
269 $strFontSize = 'Dimensiune font';
270 $strFormat = 'Format';
271 $strFormEmpty = 'Valoarea lipsește în formular !';
272 $strFreePages = 'Pagini libere';
273 $strFullText = 'Texte întregi';
274 $strFunction = 'Funcție';
275 $strFunctions = 'Funcții';
277 $strGenBy = 'Generat de';
278 $strGeneralRelationFeat = 'Facilități generale';
279 $strGenerate = 'Generează';
280 $strGeneratePassword = 'Generează parolă';
281 $strGenTime = 'Timp de generare';
282 $strGeorgian = 'Georgian';
283 $strGerman = 'German';
284 $strGlobal = 'global';
285 $strGlobalPrivileges = 'Privilegii globale';
286 $strGlobalValue = 'Valoare globală';
287 $strGo = 'Execută';
288 $strGrantOption = 'Permite';
289 $strGreek = 'Grec';
290 $strGzip = '"gzipped"';
292 $strHasBeenAltered = 'a fost alterat.';
293 $strHaveToShow = 'Trebuie să alegeți cel puțin o coloană pentru a putea afișa';
294 $strHebrew = 'Ebraică';
295 $strHelp = 'Ajutor';
296 $strHide = 'Ascunde';
297 $strHideShowAll = 'Arată/ascunde toate';
298 $strHideShowNoRelation = 'Arată/ascunde tabele fără realție';
299 $strHomepageOfficial = 'Pagina oficială phpMyAdmin';
300 $strHome = 'Pagina de pornire';
301 $strHostEmpty = 'Numele gazdei este gol!';
302 $strHost = 'Gazda';
303 $strHTMLExcel = 'Microsoft Excel 2000';
304 $strHTMLWord = 'Microsoft Word 2000';
305 $strHungarian = 'Maghiar';
307 $strIcelandic = 'Islandez';
308 $strId = 'ID';
309 $strIdxFulltext = 'Tot textul';
310 $strIgnoreDuplicates = 'Ignoră rînduri duplicate';
311 $strIgnore = 'Ignoră';
312 $strIgnoreInserts = 'Utilizați ignorare inserări';
313 $strImportFiles = 'Import fișiere';
314 $strImportFormat = 'Formatul fișierului importat';
315 $strImport = 'Import';
316 $strIndexes = 'Indexuri';
317 $strIndexHasBeenDropped = 'Indexul %s a fost aruncat';
318 $strIndex = 'Index';
319 $strIndexName = 'Nume index&nbsp;:';
320 $strIndexType = 'Tip index&nbsp;:';
321 $strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
322 $strInnoDBPages = 'pagini';
323 $strInnodbStat = 'Stare InnoDB';
324 $strInsecureMySQL = 'Configurarea conține setările de bază (utilizator root fără parolă). Serverul MySQL poate fi astfel vulnerabil. Reparați neapărat această greșeală.';
325 $strInsertAsNewRow = 'Inserează ca o nouă linie';
326 $strInsertedRowId = 'ID rînd inserat:';
327 $strInsert = 'Inserare';
328 $strInternalRelationAdded = 'Relație internă adăugată';
329 $strInternalRelations = 'Relații interne';
330 $strInUse = 'în folosință';
331 $strInvalidDatabase = 'Bază de date nevalidă';
332 $strInvalidTableName = 'Denumire de tabel nevalidă';
334 $strJapanese = 'Japonez';
335 $strJoins = 'Joncțiuni';
336 $strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
337 $strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pînă acum, pînă cînd drepturile sînt reîncărcate.';
338 $strJustDelete = 'Șterge utilizatorii din tabelele de drepturi.';
340 $strKeepPass = 'Nu schimbați parola';
341 $strKeyname = 'Nume cheie';
342 $strKill = 'Oprește';
343 $strKorean = 'Coreean';
345 $strLandscape = 'Portret';
346 $strLanguage = 'Limbă';
347 $strLatexCaption = 'Captură tabel';
348 $strLatexContent = 'Conținutul tabelului __TABLE__';
349 $strLatexContinuedCaption = 'Continuare captură tabel';
350 $strLatexContinued = '(continuare)';
351 $strLatexIncludeCaption = 'Include captură tabel';
352 $strLatexLabel = 'Tasta label';
353 $strLaTeX = 'LaTeX';
354 $strLatexStructure = 'Structura tabelului __TABLE__';
355 $strLatvian = 'Leton';
356 $strLengthSet = 'Lungime/Setare';
357 $strLimitNumRows = 'Numărul de înregistrări pe pagină';
358 $strLinesTerminatedBy = 'Linii terminate de';
359 $strLinkNotFound = 'Legatură nevalidă';
360 $strLinksTo = 'Trimitere la';
361 $strLithuanian = 'Lituanian';
362 $strLocalhost = 'Local';
363 $strLocationTextfile = 'Locația fișierului textual';
364 $strLogin = 'Autentificare';
365 $strLoginInformation = 'Informații de autentificare';
366 $strLogout = 'Deconectare';
367 $strLogPassword = 'Parolă:';
368 $strLogServer = 'Server';
369 $strLogUsername = 'Nume utilizator:';
370 $strLongOperation = 'Această operație poate dura. Doriți totuși să fie executată?';
372 $strMaximumSize = 'Mărime maximă: %s%s';
373 $strMbExtensionMissing = 'Nu s-a găsit extensia PHP mbstring și se pare ca folosiți un set de charactere multi-octet. Fără extensia mbstring, phpMyAdmin nu poate diviza șirurile corect și aceasta poate duce la rezultate neașteptate.';
374 $strMbOverloadWarning = 'Ați activat mbstring.func_overload în configurația PHP. Această opțiune nu este compatibilă cu phpMyAdmin și poate duce la pierderea unor date!';
375 $strMIME_available_mime = 'Tipuri MIME disponibile';
376 $strMIME_available_transform = 'Informații disponibile';
377 $strMIME_description = 'Descriere';
378 $strMIME_MIMEtype = 'Tip MIME';
379 $strMIME_nodescription = 'Nu este disponibilă nici o descriere pentru această transformare.<br />Întrebați autorul de funcțiile îndeplinite de %s.';
380 $strMIME_transformation_note = 'Pentru lista opțiunilor de transformare disponibile și transformările MIME-type, apăsați pe %stransformation descriptions%s';
381 $strMIME_transformation_options_note = 'Introduceți valorile pentru opțiunile de transformare utilizînd acest format: \'a\', 100, b,\'c\'...<br />Dacă trebuie să folosiți backslash ("\") sau apostrof ("\'") in aceste valori, introduceți backslash-uri (ex. \'\\\\xyz\' sau \'a\\\'b\').';
382 $strMIME_transformation_options = 'Opțiuni de transformare';
383 $strMIME_transformation = 'Transformare navigator';
384 $strMIMETypesForTable = 'TIPURI MIME PENTRU TABEL';
385 $strMIME_without = 'Tipurile MIME enumerate cursiv nu au o funcție de transformare separată';
386 $strModifications = 'Modificările au fost salvate';
387 $strModifyIndexTopic = 'Modifică un index';
388 $strModify = 'Modificare';
389 $strMoveMenu = 'Mutare meniu';
390 $strMoveTable = 'Muta tabelul la (bază_de_date<b>.</b>tabel):';
391 $strMoveTableOK = 'Tabelul %s a fost mutat la %s.';
392 $strMoveTableSameNames = 'Nu se poate copia tabelul peste cel existent pentru că este același!';
393 $strMultilingual = 'Poliglot';
394 $strMyISAMDataPointerSizeDesc = 'Marimea pointerului implicit (in octeți), care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cînd nu este specificată nici o opțiune MAX_ROWS.';
395 $strMyISAMDataPointerSize = 'Mărime pointer date';
396 $strMyISAMMaxExtraSortFileSizeDesc = 'Dacă fișierul temporar utilizat pentru crearea rapidă a indexului MyISAM ar fi mai mare decît dacă s-ar utiliza cache-ul de chei. Se preferă utilizarea metodei „cache chei”.';
397 $strMyISAMMaxExtraSortFileSize = 'Marimea maximă pentru fișierele temporare la crearea indexului';
398 $strMyISAMMaxSortFileSizeDesc = 'Marimea maximă pentru fișierul temporar, permisa în MySQL în timpul recreării unui index MyISAM (în timpul operațiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
399 $strMyISAMMaxSortFileSize = 'Marimea maximă pentru fișierele de sortare temporare';
400 $strMyISAMRecoverOptionsDesc = 'Regimul de recuperare automată a tabelelor MyISAM deteriorate, stabilit prin opțiunea startup --myisam-recover server.';
401 $strMyISAMRecoverOptions = 'Regim de recuperare automată';
402 $strMyISAMRepairThreadsDesc = 'Dacă această valoare este mai mare decît 1, indexurile de tabel MyISAM sînt create în paralel (fiecare index în firul de execuție propriu) în tipul operațiunii de reparare prin procesul de sortare.';
403 $strMyISAMRepairThreads = 'Repară firele de execuție';
404 $strMyISAMSortBufferSizeDesc = 'Tamponul alocat la sortarea indexurilor MyISAM în timpul unei operațiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
405 $strMyISAMSortBufferSize = 'Sortare Mărime tampon';
406 $strMySQLCharset = 'Setul de caractere MySQL';
407 $strMySQLSaid = 'MySQL zice: ';
408 $strMySQLShowProcess = 'Afișează procesele';
410 $strName = 'Nume';
411 $strNext = 'Următorul';
412 $strNoActivity = 'Nu ați avut activitate de mai mult de %s secunde, vă rugăm să vă autentificați din nou';
413 $strNoDatabases = 'Nu sînt baze de date';
414 $strNoDatabasesSelected = 'Nu este selectată nici o bază de date.';
415 $strNoDescription = 'Nu există descriere';
416 $strNoDetailsForEngine = 'Nu există informații detaliate de stare disponibile pentru motorul de stocare.';
417 $strNoDropDatabases = 'Comenzile "DROP DATABASE" sînt dezactivate.';
418 $strNoExplain = 'Sari peste explicarea SQL';
419 $strNoFrames = 'phpMyAdmin are o interfață mai prietenoasă cu un navigator ce lucreaza cu <b>cadre</b>.';
420 $strNoIndex = 'Index nu este definit!';
421 $strNoIndexPartsDefined = 'Nu sînt definite părți din index!';
422 $strNoModification = 'Nici o schimbare';
423 $strNone = 'Nici unul(a)';
424 $strNo = 'Nu';
425 $strNoOptions = 'Acest format nu are opțiuni';
426 $strNoPassword = 'Nu există parolă';
427 $strNoPermission = 'Serverul web nu poate salva fișierul %s.';
428 $strNoPhp = 'fără cod PHP';
429 $strNoPrivileges = 'Nu există drepturi de acces';
430 $strNoRights = 'Nu dețineți drepturi de acces pentru a vă afla aici!';
431 $strNoRowsSelected = 'Nu e nici un rînd selectat';
432 $strNoSpace = 'Spațiu insuficient pentru salvarea fișierului %s.';
433 $strNoTablesFound = 'Nu s-a găsit nici un tabel în baza de date.';
434 $strNoThemeSupport = 'Nu există suport pentru tematici, vă rugăm să verificați configurația și/sau designurile în directorul %s.';
435 $strNotNumber = 'Acesta nu este un număr!';
436 $strNotOK = 'Nu este bine';
437 $strNotSet = '<b>%s</b> tabelul nu a fost găsit sau nu este stabilit în %s';
438 $strNoUsersFound = 'Nu s-a găsit nici un utilizator.';
439 $strNoValidateSQL = 'Sari peste validarea SQL';
440 $strNull = 'Nul';
441 $strNumberOfFields = 'Număr de cîmpuri';
442 $strNumberOfTables = 'Număr de tabele';
443 $strNumSearchResultsInTable = '%s rezultat(e) în interiorul tabelului <i>%s</i>';
444 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
445 $strNumTables = 'Tabele';
447 $strOK = 'E bine';
448 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
449 $strOpenDocumentText = 'Open Document Text';
450 $strOpenNewWindow = 'Deschide fereastră phpMyAdmin nouă';
451 $strOperations = 'Operații';
452 $strOperator = 'Operator';
453 $strOptimizeTable = 'Optimizare tabel';
454 $strOptions = 'Opțiuni';
455 $strOr = 'Sau';
456 $strOverhead = 'Asupra';
457 $strOverwriteExisting = 'Suprascrie fișier(e) existent(e)';
459 $strPageNumber = 'Numărul paginii:';
460 $strPaperSize = 'Mărime hîrtie';
461 $strPartialImport = 'Importare parțială';
462 $strPartialText = 'Texte parțiale';
463 $strPasswordChanged = 'Parola pentru %s a fost schimbată cu succes.';
464 $strPasswordEmpty = 'Parola este goală!';
465 $strPasswordNotSame = 'Parolele nu corespund!';
466 $strPassword = 'Parola';
467 $strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
468 $strPdfInvalidTblName = 'Tabelul „%s” nu există!';
469 $strPdfNoTables = 'Nu există tabele';
470 $strPDF = 'PDF';
471 $strPDFReportTitle = 'Titlu raport';
472 $strPerHour = 'pe oră';
473 $strPerMinute = 'pe minut';
474 $strPerSecond = 'pe secundă';
475 $strPersian = 'Persian';
476 $strPhoneBook = 'carte de telefoane';
477 $strPhp = 'Creează cod PHP';
478 $strPHPVersion = 'Versiune PHP';
479 $strPmaDocumentation = 'Documentație phpMyAdmin';
480 $strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE să fie stabilită în fișierul de configurare!';
481 $strPolish = 'Polononez';
482 $strPortrait = 'Portrait';
483 $strPos1 = 'Începe';
484 $strPrevious = 'Anterior';
485 $strPrimaryKeyHasBeenDropped = 'Cheia primară a fost aruncată';
486 $strPrimaryKeyName = 'Numele cheii primare trebuie să fie... PRIMARY!';
487 $strPrimaryKeyWarning = '(Numele „PRIMARY” <b>trebuie</b> să fie <b>numai</b> la cheia primară!)';
488 $strPrimary = 'Primar';
489 $strPrint = 'Listare';
490 $strPrintViewFull = 'Vizualizare listare (împreună cu text)';
491 $strPrintView = 'Viziualizare imprimare';
492 $strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
493 $strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
494 $strPrivDescCreateDb = 'Permite crearea de noi baze de date și tabele.';
495 $strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
496 $strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
497 $strPrivDescDelete = 'Permite stergere de date.';
498 $strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
499 $strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
500 $strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
501 $strPrivDescFile = 'Permite importarea datelor in fisiere și exportarea acestora din fisiere.';
502 $strPrivDescGrant = 'Permite adaugarea utilizatorilor și drepturilor fara reincarcarea tabelelor de drepturi.';
503 $strPrivDescIndex = 'Permite crearea și stergerea indexurilor.';
504 $strPrivDescInsert = 'Permite inserarea și înlocuirea datelor.';
505 $strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de execuție.';
506 $strPrivDescMaxConnections = 'Limitează numărul de noi conexiuni care pot fi deschise de utilizator într-o oră.';
507 $strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator către server într-o oră.';
508 $strPrivDescMaxUpdates = 'Limitează numărul de comenzi pentru schimbarea vreunui tabel sau vreunei baze de date executabile de utilizator într-o oră.';
509 $strPrivDescReferences = 'Nu are efect în această versiune MySQL.';
510 $strPrivDescReload = 'Permite reîncărcarea setărilor de server și golirea memoriei cache a serverului.';
511 $strPrivDescReplClient = 'Permite utilizatorului de a interoga locația slave/master.';
512 $strPrivDescReplSlave = 'Necesară pentru „slave replication”.';
513 $strPrivDescSelect = 'Permite citirea datelor.';
514 $strPrivDescShowDb = 'Permite accesul la lista completă a bazelor de date.';
515 $strPrivDescShutdown = 'Permite oprirea serverului.';
516 $strPrivDescSuper = 'Permite conexiuni, chiar dacă s-a atins numărul maxim de conexiuni; Necesară pentru majoritatea operațiunilor administrative, cum ar fi setarea variabilelor globale sau oprirea firelor de execuție a altor utilizatori.';
517 $strPrivDescUpdate = 'Permite schimbarea datelor.';
518 $strPrivDescUsage = 'Fără drepturi.';
519 $strPrivileges = 'Drepturi de acces';
520 $strPrivilegesReloaded = 'Drepturile au fost reîncarcate cu succes.';
521 $strProcedures = 'Proceduri';
522 $strProcesses = 'Procese';
523 $strProcesslist = 'Listă procese';
524 $strProtocolVersion = 'Versiune protocol';
525 $strPutColNames = 'Pune numele cîmpului în primul rînd';
527 $strQBEDel = 'Del';
528 $strQBEIns = 'Ins';
529 $strQBE = 'Interogare prin exemplu';
530 $strQueryCache = 'Cache interogări';
531 $strQueryFrame = 'Fereastra de comandă';
532 $strQueryOnDb = 'Comandă SQL pe baza de date <b>%s</b>:';
533 $strQuerySQLHistory = 'Istoric SQL';
534 $strQueryStatistics = '<b>Statistică interogări</b>: De la început, s-au trimis %s interogări la server.';
535 $strQueryTime = 'comanda a durat %01.4f sec';
536 $strQueryType = 'Tip interogare';
537 $strQueryWindowLock = 'A nu se suprascrie peste această interogare din cealaltă fereastră';
539 $strReceived = 'Recepționat';
540 $strRecommended = 'recomandat';
541 $strRecords = 'Înregistrări';
542 $strReferentialIntegrity = 'Verificarea integrității referinței:';
543 $strRefresh = 'Reîncarcă';
544 $strRelationalSchema = 'Schema relațională';
545 $strRelationDeleted = 'Relație ștearsă';
546 $strRelationNotWorking = 'Opțiunile adiționale pentru folosirea tabelelor intercalate au fost dezactivate. Pentru a afla de ce ... %shere%s.';
547 $strRelationsForTable = 'RELAȚII PENTRU TABEL';
548 $strRelations = 'Legături';
549 $strRelationView = 'Vizualizare relațională';
550 $strReloadingThePrivileges = 'Reîncărcarea drepturilor';
551 $strReloadPrivileges = 'Reîncărcare privilegii';
552 $strReload = 'Reîncarcă';
553 $strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectați';
554 $strRenameDatabaseOK = 'Baza de date %s a fost redenumită în %s';
555 $strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
556 $strRenameTable = 'Redenumire tabel la';
557 $strRepairTable = 'Reparare tabel';
558 $strReplaceNULLBy = 'Înlocuire NULL cu';
559 $strReplaceTable = 'Înlocuiește datele tabelului cu fișier';
560 $strReset = 'Resetare';
561 $strResourceLimits = 'Limitare de resurse';
562 $strReType = 'Re-type';
563 $strRevokeAndDeleteDescr = 'Utilizatorii vor avea în continuare drepturi de UTILIZARE pînă la reîncărcarea drepturilor.';
564 $strRevokeAndDelete = 'Revocarea tuturor drepturilor active ale utilizatorilor și stergerea acestora.';
565 $strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
566 $strRevoke = 'Revocare';
567 $strRomanian = 'Român';
568 $strRoutines = 'Rutine';
569 $strRowLength = 'Lungime linie';
570 $strRowsFrom = 'linii începînd cu';
571 $strRowSize = ' Mărime linie ';
572 $strRows = 'Linie';
573 $strRowsModeFlippedHorizontal = 'orizontal (colontitlu rotativ)';
574 $strRowsModeHorizontal = 'orizontal';
575 $strRowsModeOptions = 'în mod %s și repetare colontitlu după %s celule';
576 $strRowsModeVertical = 'vertical';
577 $strRowsStatistic = 'Statisticile rîndului';
578 $strRunning = 'rulînd pe %s';
579 $strRunQuery = 'Trimite comanda';
580 $strRunSQLQuery = 'Execută interogare SQL asupra bazei de date %s';
581 $strRussian = 'Rus';
583 $strSaveOnServer = 'Salveaza pe server în directorul %s';
584 $strSavePosition = 'Salvează poziție';
585 $strSave = 'Salveaza';
586 $strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
587 $strSearch = 'Caută';
588 $strSearchFormTitle = 'Caută în baza de date';
589 $strSearchInTables = 'În interiorul tabelei(lor):';
590 $strSearchNeedle = 'Cuvînt/valoare de căutat (metacaracter: "%"):';
591 $strSearchOption1 = 'cel puțin unul dintre cuvinte';
592 $strSearchOption2 = 'toate cuvintele';
593 $strSearchOption3 = 'fraza exactă';
594 $strSearchOption4 = 'ca o expresie';
595 $strSearchResultsFor = 'Caută rezultate pentru "<i>%s</i>" %s:';
596 $strSearchType = 'Găsește:';
597 $strSecretRequired = 'Fișierul de configurare necesită o expresie de protecție secretă (blowfish_secret).';
598 $strSelectADb = 'Selectați baza de date';
599 $strSelectAll = 'Selectează tot';
600 $strSelectBinaryLog = 'Selectați jurnalul binar pentru vizualizare';
601 $strSelectFields = 'Selectează cîmpurile (cel puțin unul):';
602 $strSelectForeignKey = 'Alegeți cheia străină';
603 $strSelectNumRows = 'în interogarea';
604 $strSelectTables = 'Selectează tabele';
605 $strSend = 'Trimite';
606 $strSent = 'Trimis';
607 $strServerChoice = 'Alegerea serverului';
608 $strServerNotResponding = 'Serverul nu răspunde';
609 $strServer = 'Server';
610 $strServers = 'Servere';
611 $strServerStatus = 'Informații rulare';
612 $strServerStatusUptime = 'Acest server MySQL rulează de %s. S-a lansat la %s.';
613 $strServerTabVariables = 'Variabile';
614 $strServerTrafficNotes = '<b>Trafic server</b>: Aceste tabele arată statistica de trafic în retea a acestui server MySQL de la lansare.';
615 $strServerVars = 'Variabile și configurări de server';
616 $strServerVersion = 'Versiune server';
617 $strSessionValue = 'Valoare sesiune';
618 $strSetEnumVal = 'Dacă cîmpul este „enum” sau „set”, vă rugăm să adăugați valori folosind formatul: \'a\',\'b\',\'c\'...<br />Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folosiți exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
619 $strShow = 'Afișează';
620 $strShowAll = 'Arată toate';
621 $strShowColor = 'Arată culoarea';
622 $strShowDatadictAs = 'Data Dictionary Format';
623 $strShowFullQueries = 'Afișare comandă întreagă';
624 $strShowGrid = 'Arată grila';
625 $strShowHideLeftMenu = 'Arată/ascunde meniul stîng';
626 $strShowingPhp = 'Afișare ca și cod PHP';
627 $strShowingRecords = 'Afișează înregistrări';
628 $strShowingSQL = 'Afișare interogare SQL';
629 $strShowPHPInfo = 'Arată informația PHP';
630 $strShowTableDimension = 'Arată dimensiunile tabelei';
631 $strShowTables = 'Arată tabelele';
632 $strShowThisQuery = ' Afișează această comandă din nou aici ';
633 $strSimplifiedChinese = 'Chineză simplificată';
634 $strSingly = '(singly)';
635 $strSize = 'Mărime';
636 $strSlovak = 'Slovacă';
637 $strSlovenian = 'Slovenă';
638 $strSnapToGrid = 'Aliniere la grilă0';
639 $strSortByKey = 'Sortare după cheie';
640 $strSorting = 'Sortare';
641 $strSort = 'Sortare';
642 $strSpaceUsage = 'Utilizare spațiu';
643 $strSpanish = 'Spaniolă';
644 $strSplitWordsWithSpace = 'Cuvinte despărțite de un spațiu (" ").';
645 $strSQLExportType = 'Modul de export';
646 $strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda și 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 și 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 și raporteaza acesta ca un BUG in sectiunea DE TAIAT';
647 $strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
648 $strSQLQuery = 'Comanda SQL';
649 $strSQLResult = 'Rezultat SQL';
650 $strSQL = 'SQL';
651 $strSQPBugInvalidIdentifer = 'Identificator nevalid';
652 $strSQPBugUnclosedQuote = 'Citare neînchisă';
653 $strSQPBugUnknownPunctuation = 'Înșiruire de punctuație necunoscută';
654 $strStatCheckTime = 'Ultima verficare';
655 $strStatCreateTime = 'Creare';
656 $strStatement = 'Comenzi';
657 $strStatUpdateTime = 'Ultima actualizare';
658 $strStatus = 'Stare';
659 $strStorageEngine = 'Motor de stocare';
660 $strStorageEngines = 'Motoare de stocare';
661 $strStrucCSV = 'Date CSV';
662 $strStrucData = 'Structura și date';
663 $strStrucExcelCSV = 'Date CSV pentru MS Excel';
664 $strStrucNativeExcel = 'Date native MS Excel';
665 $strStrucOnly = 'Numai structura';
666 $strStructPropose = 'Propune structura de tabele';
667 $strStructureForView = 'Structură pentru vizualizare';
668 $strStructure = 'Structură';
669 $strSubmit = 'Trimite';
670 $strSuccess = 'Comanda dumneavoastră SQL a fost executată cu succes';
671 $strSum = 'Sumă';
672 $strSwedish = 'Suedez';
673 $strSwitchToDatabase = 'Schimbă la tabela copiată';
674 $strSwitchToTable = 'Schimbă la tabela copiată';
676 $strTableAlreadyExists = 'Tabelul %s există deja!';
677 $strTableComments = 'Comentarii tabel';
678 $strTableEmpty = 'Numele de tabel este gol!';
679 $strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
680 $strTableHasBeenEmptied = 'Tabelul %s a fost golit';
681 $strTableHasBeenFlushed = 'Tabelul %s a fost curățat';
682 $strTableIsEmpty = 'Tabelul pare a fi gol!';
683 $strTableMaintenance = 'Administrare tabel';
684 $strTableName = 'Denumire tabel';
685 $strTableOfContents = 'Sumar';
686 $strTableOptions = 'Opțiuni tabel';
687 $strTables = '%s tabele';
688 $strTableStructure = 'Structura de tabel pentru tabelul';
689 $strTable = 'Tabel';
690 $strTakeIt = 'alege';
691 $strTblPrivileges = 'Drepturi specifice de tabele';
692 $strTempData = 'Date temporare';
693 $strTextAreaLength = 'Datorită lungimii sale, <br /> acest cîmp s-ar putea să nu fie editabil';
694 $strThai = 'Tailandez';
695 $strThemeNoPreviewAvailable = 'Nici o previzualizare disponibilă.';
696 $strThemeNotFound = 'Tema %s nu a fost găsită!';
697 $strTheme = 'Șablon/stil';
698 $strThisHost = 'Această gazdă';
699 $strThreads = 'Fire';
700 $strThreadSuccessfullyKilled = 'Firul de execuție %s a fost oprit cu succes.';
701 $strTime = 'Timp';
702 $strToFromPage = 'în/din pagină';
703 $strToggleScratchboard = 'dezactivare scratchboard';
704 $strToggleSmallBig = 'Comutare mare/mică';
705 $strToSelectRelation = 'Pentru a alege relația, faceți clic:';
706 $strTotal = 'total';
707 $strTotalUC = 'Total';
708 $strTraditionalChinese = 'Chineza Traditionala';
709 $strTraditionalSpanish = 'Spaniola traditionala';
710 $strTraffic = 'Trafic';
711 $strTransformation_application_octetstream__download = 'Afișează 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 și o a doua optiune, trebuie sa aveti prima optiune setata ca și empty string';
712 $strTransformation_image_jpeg__inline = 'Afișează o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
713 $strTransformation_image_jpeg__link = 'Afișează un link la imagine (direct blob download, i.e.).';
714 $strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
715 $strTransformation_text_plain__external = 'NUMAI LINUX: Lanseaza o aplicatie externa și 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 și sa inserati uneltele permise sa ruleze. Prima optiune este apoi numarul de programe care vor fi utilizate și 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)';
716 $strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
717 $strTransformation_text_plain__imagelink = 'Afișează o imagine și 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.';
718 $strTransformation_text_plain__link = 'Afișează 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.';
719 $strTransformation_text_plain__substr = 'Afișează doar o parte a firului de executie. Prima optiune este un offset pentru definirea punctului de început 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: ...) .';
720 $strTriggers = 'Declanșatori';
721 $strTruncateQueries = 'Truncare comenzi afișate';
722 $strTurkish = 'Turc';
723 $strType = 'Tip';
725 $strUkrainian = 'Ucrainean';
726 $strUncheckAll = 'Deselectează toate';
727 $strUnicode = 'Unicod';
728 $strUnique = 'Unic';
729 $strUnknown = 'necunoscut';
730 $strUnselectAll = 'Deselectează tot';
731 $strUpdatePrivMessage = 'Ați actualizat privilegiile pentru %s.';
732 $strUpdateProfileMessage = 'Profilul a fost actualizat.';
733 $strUpdateQuery = 'Reînnoire comandă';
734 $strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
735 $strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
736 $strUploadErrorCantWrite = 'Eșec la scrierea fișierului pe disc.';
737 $strUploadErrorExtension = 'Încărcarea fișierului a fost împiedicată de extensie.';
738 $strUploadErrorNoTempDir = 'Lipsește un dosar temporar.';
739 $strUploadErrorPartial = 'Fișierul a fost încărcat numai parțial.';
740 $strUploadErrorUnknown = 'Eroare necunoscută la încărcarea fișierului.';
741 $strUsage = 'Utilizare';
742 $strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor și a campurilor';
743 $strUseHostTable = 'Utilizare tabel gazde';
744 $strUserAlreadyExists = 'Utilizatorul %s există deja!';
745 $strUserEmpty = 'Numele de utilizator este gol!';
746 $strUserName = 'Nume utilizator';
747 $strUserNotFound = 'Utilizatorul selectat nu a fost găsit în tabelul de drepturi.';
748 $strUserOverview = 'Descriere utilizator';
749 $strUsersDeleted = 'Utilizatorii selectați au fost eliminați.';
750 $strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
751 $strUser = 'Utilizator';
752 $strUseTabKey = 'Folosiți tasta TAB pentru a trece de la o valoare la alta sau CTRL+săgeți pentru a merge în oricare direcție';
753 $strUseTables = 'Utilizare tabele';
754 $strUseTextField = 'Utilizare cîmp text';
755 $strUseThisValue = 'Folosește această valoare';
757 $strValidateSQL = 'Validează SQL';
758 $strValidatorError = 'Validatorul SQL nu poate fi inițializat. Verificați dacă e instalată extesnsia necesară PHP, așa cum e descris în %sdocumentation%s.';
759 $strValue = 'Valoare';
760 $strVar = 'Variabil';
761 $strVersionInformation = 'Informații despre versiune';
762 $strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
763 $strViewDumpDB = 'Vizualizarea schemei bazei de date';
764 $strViewDump = 'Vizualizarea schemei tabelului';
765 $strViewHasBeenDropped = 'Vizualizarea %s a fost eliminată';
766 $strView = 'Vizualizare';
768 $strWebServerUploadDirectory = 'director de încărcare al serverului Web';
769 $strWebServerUploadDirectoryError = 'Directorul stabilit pentru încărcare nu poate fi găsit';
770 $strWelcome = 'Bine ați venit la %s';
771 $strWestEuropean = 'European de vest';
772 $strWildcard = 'wildcard';
773 $strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
774 $strWithChecked = 'Verificat cu:';
775 $strWriteRequests = 'Cereri de scriere';
776 $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
778 $strXML = 'XML';
780 $strYes = 'Da';
782 $strZeroRemovesTheLimit = 'Observație: Prin stabilirea acestor opțiuni la 0 (zero) se elimină restricția.';
783 $strZip = '„arhivat”';
785 // To translate:
786 $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
787 $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
789 $strBookmarkCreated = 'Bookmark %s created'; //to translate
790 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
791 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
792 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
793 $strBufferPool = 'Buffer Pool'; //to translate
794 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
795 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
796 $strBufferReadMisses = 'Read misses'; //to translate
797 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
798 $strBufferWriteWaits = 'Write waits'; //to translate
799 $strBusyPages = 'Busy pages'; //to translate
801 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
802 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
803 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
804 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
805 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
806 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
807 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
808 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
810 $strDesigner = 'Designer'; //to translate
811 $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
813 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
814 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
815 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
816 $strExportImportToScale = 'Export/Import to scale'; //to translate
817 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
819 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
820 $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
821 $strFlushTables = 'Flush (close) all tables'; //to translate
823 $strHandler = 'Handler'; //to translate
824 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
826 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
827 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
828 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
829 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
830 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
831 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
832 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
833 $strInnoDBDataFilePath = 'Data files'; //to translate
834 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
835 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
836 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
837 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
838 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
839 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
840 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
841 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
842 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
843 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
844 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
845 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
846 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
847 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
849 $strKeyCache = 'Key cache'; //to translate
850 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
852 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
853 $strLatchedPages = 'Latched pages'; //to translate
854 $strLDI = 'CSV using LOAD DATA'; //to translate
855 $strLDILocal = 'Use LOCAL keyword'; //to translate
857 $strMaxConnects = 'max. concurrent connections'; //to translate
858 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
859 $strMysqlClientVersion = 'MySQL client version'; //to translate
860 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
861 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
863 $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
864 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
866 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
867 $strPasswordHashing = 'Password Hashing'; //to translate
868 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
869 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
870 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
871 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
872 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
873 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
874 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
875 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
876 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
877 $strProfiling = 'Profiling'; //to translate
879 $strQueryResultsOperations = 'Query results operations'; //to translate
881 $strReadRequests = 'Read requests'; //to translate
882 $strReplication = 'Replication'; //to translate
883 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
884 $strRoutineReturnType = 'Return type'; //to translate
885 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
887 $strSelectReferencedKey = 'Select referenced key'; //to translate
888 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
889 $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
890 $strShowingBookmark = 'Showing bookmark'; //to translate
891 $strShowOpenTables = 'Show open tables'; //to translate
892 $strShowSlaveHosts = 'Show slave hosts'; //to translate
893 $strShowSlaveStatus = 'Show slave status'; //to translate
894 $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
895 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
896 $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
897 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
898 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
899 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
900 $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
901 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
902 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
903 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
904 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
905 $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
906 $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
907 $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
908 $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
909 $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
910 $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
911 $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
912 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
913 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
914 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
915 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
916 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
917 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
918 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
919 $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
920 $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
921 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
922 $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
923 $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
924 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
925 $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
926 $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
927 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
928 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
929 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
930 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
931 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
932 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
933 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
934 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
935 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
936 $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
937 $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
938 $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
939 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
940 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
941 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
942 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
943 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
944 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
945 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
946 $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
947 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
948 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
949 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
950 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
951 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
952 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
953 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
954 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
955 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
956 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
957 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
958 $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
959 $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
960 $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
961 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
962 $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
963 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
964 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
965 $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
966 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
967 $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
968 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
969 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
970 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
971 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
972 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
973 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
974 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
975 $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
976 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
977 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
978 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
979 $strShowStatusReset = 'Reset'; //to translate
980 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
981 $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
982 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
983 $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
984 $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
985 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
986 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
987 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
988 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
989 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
990 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
991 $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
992 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
993 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
994 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
995 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
996 $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
997 $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
998 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
999 $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
1000 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
1001 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
1002 $strSmallBigAll = 'Small/Big All'; //to translate
1003 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
1004 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
1005 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1006 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
1008 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
1009 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
1010 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
1011 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
1012 $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
1013 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
1014 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
1015 $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
1016 $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
1017 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
1019 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
1020 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1021 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1022 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
1023 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
1025 $strViewName = 'VIEW name'; //to translate
1027 $strPartitionDefinition = 'PARTITION definition'; //to translate
1028 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1029 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1030 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1031 $strPartitioned = 'partitioned'; //to translate
1032 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1033 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
1034 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1035 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
1036 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1037 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1038 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1039 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1040 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1041 $strPartition = 'Partition %s'; //to translate
1042 $strAnalyze = 'Analyze'; //to translate
1043 $strCheck = 'Check'; //to translate
1044 $strOptimize = 'Optimize'; //to translate
1045 $strRebuild = 'Rebuild'; //to translate
1046 $strRepair = 'Repair'; //to translate
1047 $strRemovePartitioning = 'Remove partitioning'; //to translate
1048 $strSearchInField = 'Inside field:'; //to translate
1049 $strTexyText = 'Texy! text'; //to translate
1050 $strDetails = 'Details...'; //to translate
1051 $strComment = 'Comment'; //to translate
1052 $strPacked = 'Packed'; //to translate
1053 $strActions = 'Actions'; //to translate
1054 $strInterface = 'Interface'; //to translate
1055 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1056 $strEvents = 'Events'; //to translate
1057 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
1058 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1059 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1060 $strRelationalKey = 'Relational key'; //to translate
1061 $strRelationalDisplayField = 'Relational display field'; //to translate
1062 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1063 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1064 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1065 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1066 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1067 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1068 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1069 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1070 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1071 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1072 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1073 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1074 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1075 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1076 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1077 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1078 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1079 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate
1080 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
1081 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
1082 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1083 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1084 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1085 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1086 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
1087 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
1088 $strPBXTLogFileCount = 'Log file count'; //to translate
1089 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
1090 $strAsDefined = 'As defined:'; //to translate
1091 $strWiki = 'Wiki'; //to translate
1092 $strWebServer = 'Web server'; //to translate
1093 $strPHPExtension = 'PHP extension'; //to translate
1094 $strCustomColor = 'Custom color'; //to translate
1095 $strBLOBRepository = 'BLOB Repository'; //to translate
1096 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
1097 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
1098 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
1099 $strBLOBRepositoryDisable = 'Disable'; //to translate
1100 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
1101 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
1102 $strBLOBRepositoryEnable = 'Enable'; //to translate
1103 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
1104 $strBLOBRepositoryRepair = 'Repair'; //to translate
1105 $strBLOBRepositoryStatus = 'Status'; //to translate
1106 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
1107 $strViewImage = 'View image'; //to translate
1108 $strPlayAudio = 'Play audio'; //to translate
1109 $strViewVideo = 'View video'; //to translate
1110 $strDownloadFile = 'Download file'; //to translate
1111 $strLogServerHelp = 'You can ether hostname/IP address and port separated by space.'; //to translate