518 lines
25 KiB
PHP
518 lines
25 KiB
PHP
<?php
|
|
/* $Id$ */
|
|
|
|
$charset = 'utf-8';
|
|
$allow_recoding = TRUE;
|
|
$text_dir = 'ltr';
|
|
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
|
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
|
$number_thousands_separator = ',';
|
|
$number_decimal_separator = '.';
|
|
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
|
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
|
|
|
$day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
|
|
$month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
|
|
// See http://www.php.net/manual/en/function.strftime.php to define the
|
|
// variable below
|
|
$datefmt = '%B %d, %Y at %I:%M %p';
|
|
|
|
$strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
|
|
$strAccessDenied = 'Acces interzis';
|
|
$strAction = 'Actiune';
|
|
$strAddDeleteColumn = 'Adauga/Sterge coloane';
|
|
$strAddDeleteRow = 'Adauga/Sterge criteriu';
|
|
$strAddNewField = 'Adauga camp nou';
|
|
$strAddPriv = 'Adauga un nou drept de acces';
|
|
$strAddPrivMessage = 'Ati adaugat un nou drept de acces.';
|
|
$strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
|
|
$strAddToIndex = 'Adauga la coloana(ele) index %s ';
|
|
$strAddUser = 'Adauga un utilizator nou';
|
|
$strAddUserMessage = 'Ati adaugat un nou utilizator.';
|
|
$strAffectedRows = 'Linii afectate:';
|
|
$strAfter = 'Dupa %s';
|
|
$strAfterInsertBack = 'Revenire';
|
|
$strAfterInsertNewInsert = 'Adauga o noua inregistrare';
|
|
$strAll = 'Toate';
|
|
$strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
|
|
$strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
|
|
$strAnIndex = 'A fost adaugat un index la %s';
|
|
$strAnalyzeTable = 'Analizare tabel';
|
|
$strAnd = 'Si (And)';
|
|
$strAny = 'Oricare';
|
|
$strAnyColumn = 'Oricare coloana';
|
|
$strAnyDatabase = 'Oricare baza de date';
|
|
$strAnyHost = 'Oricare host';
|
|
$strAnyTable = 'Oricare tabel';
|
|
$strAnyUser = 'Oricare utilizator';
|
|
$strAscending = 'Crescatoare';
|
|
$strAtBeginningOfTable = 'La inceputul tabelului';
|
|
$strAtEndOfTable = 'La sfarsitul tabelului';
|
|
$strAttr = 'Proprietati';
|
|
|
|
$strBack = 'Inapoi';
|
|
$strBeginCut = 'DE TAIAT - INCEPUT';
|
|
$strBeginRaw = 'INCEPUT RAW';
|
|
$strBinary = 'Binar';
|
|
$strBinaryDoNotEdit = 'Binar - a nu se edita';
|
|
$strBookmarkDeleted = 'Eticheta a fost stearsa.';
|
|
$strBookmarkLabel = 'Eticheta - Label';
|
|
$strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
|
|
$strBookmarkThis = 'Salveaza aceasta comanda SQL';
|
|
$strBookmarkView = 'Numai vizualizare';
|
|
$strBrowse = 'Navigare';
|
|
$strBzip = '"bzipped"';
|
|
|
|
$strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
|
|
$strCantLoadMySQL = 'extensia MySQL nu se incarca,<br />va rugam verificati configuratia PHP.';
|
|
$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.';
|
|
$strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
|
|
$strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
|
|
$strCardinality = 'Cardinalitate';
|
|
$strCarriage = 'Enter: \\r';
|
|
$strChange = 'Schimbare';
|
|
$strChangeDisplay = 'Selecteaza un camp';
|
|
$strChangePassword = 'Schimbare parola';
|
|
$strCharsetOfFile = 'Setul de caractere a fisierului:';
|
|
$strCheckAll = 'Marcheaza toate';
|
|
$strCheckDbPriv = 'Marcheaza drepturile de acces la baza de date';
|
|
$strCheckTable = 'Verificare tabel';
|
|
$strChoosePage = 'Selecteaza o pagina pentru a fi editata';
|
|
$strColComFeat = 'Arata comentariile coloanei';
|
|
$strColumn = 'Coloana';
|
|
$strColumnNames = 'Numele coloanelor';
|
|
$strComments = 'Comentarii';
|
|
$strCompleteInserts = 'Rezolva inserarea';
|
|
$strCompression = 'Compresie';
|
|
$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.';
|
|
$strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
|
|
$strConfirm = 'Sunteti sigur ca doriti sa continuati?';
|
|
$strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
|
|
$strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
|
|
$strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
|
|
$strCreate = 'Creaza';
|
|
$strCreateIndex = 'Creaza un index pe %s coloana';
|
|
$strCreateIndexTopic = 'Creaza un nou index';
|
|
$strCreateNewDatabase = 'Creaza baza de date noua';
|
|
$strCreateNewTable = 'Creaza tabela noua in baza de date %s';
|
|
$strCreatePage = 'Creaza o noua pagina';
|
|
$strCreatePdfFeat = 'Creare de PDF';
|
|
$strCriteria = 'Criteriu';
|
|
|
|
$strData = 'Date';
|
|
$strDataDict = 'Dictionar de date';
|
|
$strDataOnly = 'Numai date';
|
|
$strDatabase = 'Baza de date ';
|
|
$strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
|
|
$strDatabaseWildcard = 'Baza de date (permis caractere inlocuitoare):';
|
|
$strDatabases = 'Baze de date';
|
|
$strDatabasesStats = 'Statisticile bazelor de date';
|
|
$strDefault = 'Setare de baza';
|
|
$strDelete = 'Sterge';
|
|
$strDeleteFailed = 'Stergere nereusita!';
|
|
$strDeleteUserMessage = 'Ati sters utilizatorul %s.';
|
|
$strDeleted = 'Linia a fost stearsa';
|
|
$strDeletedRows = 'Randuri sterse:';
|
|
$strDescending = 'Descrescator';
|
|
$strDisabled = 'Dezactivat';
|
|
$strDisplay = 'Afisare';
|
|
$strDisplayFeat = 'Arata facilitatile';
|
|
$strDisplayOrder = 'Ordine de afisare:';
|
|
$strDisplayPDF = 'Arata schema PDF';
|
|
$strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
|
|
$strDoYouReally = 'Sunteti sigur ca doriti sa ';
|
|
$strDocu = 'Documentatie';
|
|
$strDrop = 'Arunca';
|
|
$strDropDB = 'Arunca baza de date %s';
|
|
$strDropTable = 'Arunca tabelul';
|
|
$strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
|
|
$strDumpingData = 'Salvarea datelor din tabel';
|
|
$strDynamic = 'dinamic';
|
|
|
|
$strEdit = 'Editare';
|
|
$strEditPDFPages = 'Editeaza paginile PDF';
|
|
$strEditPrivileges = 'Editeaza drepturile de acces';
|
|
$strEffective = 'Efectiv';
|
|
$strEmpty = 'Goleste';
|
|
$strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
|
|
$strEnabled = 'Activat';
|
|
$strEnd = 'Sfarsit';
|
|
$strEndCut = 'DE TAIAT - SFARSIT';
|
|
$strEndRaw = 'SFARSIT RAW';
|
|
$strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
|
|
$strError = 'Eroare';
|
|
$strExplain = 'Explica SQL';
|
|
$strExport = 'Export';
|
|
$strExportToXML = 'Export in format XML';
|
|
$strExtendedInserts = 'Inserari extinse';
|
|
$strExtra = 'Extra';
|
|
|
|
$strField = 'Camp';
|
|
$strFieldHasBeenDropped = 'Campul %s a fost aruncat';
|
|
$strFields = 'Campuri';
|
|
$strFieldsEmpty = ' Rezultat gol ';
|
|
$strFieldsEnclosedBy = 'Campuri incadrate de';
|
|
$strFieldsEscapedBy = 'Campuri realizate de';
|
|
$strFieldsTerminatedBy = 'Campuri terminate de';
|
|
$strFixed = 'fixat';
|
|
$strFlushTable = 'Curatarea tabelului ("FLUSH")';
|
|
$strFormEmpty = 'Valoarea lipseste in formular !';
|
|
$strFormat = 'Format';
|
|
$strFullText = 'Texte intregi';
|
|
$strFunction = 'Functie';
|
|
|
|
$strGenBy = 'Generat de';
|
|
$strGenTime = 'Timp de generare';
|
|
$strGeneralRelationFeat = 'Facilitati generale';
|
|
$strGo = 'Executa';
|
|
$strGrants = 'Drepturi';
|
|
$strGzip = '"gzipped"';
|
|
|
|
$strHasBeenAltered = 'a fost alterat.';
|
|
$strHasBeenCreated = 'a fost creat.';
|
|
$strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
|
|
$strHome = 'Pagina de start';
|
|
$strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
|
|
$strHomepageSourceforge = 'Pagina de descarcare Sourceforge phpMyAdmin';
|
|
$strHost = 'Gazda (Host)';
|
|
$strHostEmpty = 'Numele de gazda este gol!';
|
|
|
|
$strIdxFulltext = 'Tot textul';
|
|
$strIfYouWish = 'In cazul in care doriti sa incarcati numai o parte a coloanelor tabelului, specificati o lista separata prin virgula.';
|
|
$strIgnore = 'Ignora';
|
|
$strImportDocSQL = 'Import de fisiere docSQL';
|
|
$strInUse = 'in folosinta';
|
|
$strIndex = 'Index';
|
|
$strIndexHasBeenDropped = 'Index %s a fost aruncat';
|
|
$strIndexName = 'Nume index :';
|
|
$strIndexType = 'Tip index :';
|
|
$strIndexes = 'Indexuri';
|
|
$strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
|
|
$strInsert = 'Inserare';
|
|
$strInsertAsNewRow = 'Insereaza ca o noua linie';
|
|
$strInsertNewRow = 'Insereaza o noua linie';
|
|
$strInsertTextfiles = 'Insereaza fisiere de text in tabel';
|
|
$strInsertedRows = 'Randuri inserate:';
|
|
$strInstructions = 'Instructiuni';
|
|
$strInvalidName = '"%s" este un cuvant rezervat, nu o poti folosi ca o baza de date/tabela/nume de camp.';
|
|
|
|
$strKeepPass = 'Nu schimbati parola';
|
|
$strKeyname = 'Nume cheie';
|
|
$strKill = 'Opreste';
|
|
|
|
$strLandscape = 'Landscape';
|
|
$strLength = 'Lungime';
|
|
$strLengthSet = 'Lungime/Setare';
|
|
$strLimitNumRows = 'Numarul de inregistrari de pe pagina';
|
|
$strLineFeed = 'Dezvoltare linie: \\n';
|
|
$strLines = 'Linii';
|
|
$strLinesTerminatedBy = 'Linii terminate de';
|
|
$strLinkNotFound = 'Legatura invalida';
|
|
$strLinksTo = 'Trimitere la';
|
|
$strLocationTextfile = 'Locatia fisierului text';
|
|
$strLogPassword = 'Parola:';
|
|
$strLogUsername = 'Nume utilizator:';
|
|
$strLogin = 'Autentificare';
|
|
$strLogout = 'Deconectare';
|
|
|
|
$strMissingBracket = 'Paranteza lipsa';
|
|
$strModifications = 'Modificarile au fost salvate';
|
|
$strModify = 'Modificare';
|
|
$strModifyIndexTopic = 'Modifica un index';
|
|
$strMoveTable = 'Muta tabela la (database<b>.</b>table):';
|
|
$strMoveTableOK = 'Tabela %s a fost mutat la %s.';
|
|
$strMySQLCharset = 'Setul de caractere MySQL';
|
|
$strMySQLReloaded = 'MySQL reincarcat.';
|
|
$strMySQLSaid = 'MySQL zice: ';
|
|
$strMySQLServerProcess = 'MySQL %pma_s1% ruland pe %pma_s2% ca %pma_s3%';
|
|
$strMySQLShowProcess = 'Afiseaza procesele';
|
|
$strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
|
|
$strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
|
|
|
|
$strName = 'Nume';
|
|
$strNext = 'Urmatorul';
|
|
$strNo = 'Nu';
|
|
$strNoDatabases = 'Nu sunt baze de date';
|
|
$strNoDescription = 'Nu exista descriere';
|
|
$strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
|
|
$strNoExplain = 'Sari peste explicarea SQL';
|
|
$strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
|
|
$strNoIndex = 'Index nu este definit!';
|
|
$strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
|
|
$strNoModification = 'Nici o schimbare';
|
|
$strNoPassword = 'Nu exista parola';
|
|
$strNoPhp = 'fara cod PHP';
|
|
$strNoPrivileges = 'Nu exista drepturi de acces';
|
|
$strNoQuery = 'Nu exista cerere SQL!';
|
|
$strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
|
|
$strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
|
|
$strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
|
|
$strNoValidateSQL = 'Sari peste validarea SQL';
|
|
$strNone = 'Nici unul(a)';
|
|
$strNotNumber = 'Acesta nu este un numar!';
|
|
$strNotOK = 'Nu este bine';
|
|
$strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
|
|
$strNotValidNumber = 'Nu este un numar valid de linie!';
|
|
$strNull = 'Nul';
|
|
$strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
|
|
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
|
|
$strNumTables = 'Tabele';
|
|
|
|
$strOK = 'E bine';
|
|
$strOftenQuotation = 'Adesea ghilimele. OPTIONAL inseamna ca numai campurile char si varchar sunt incluse intre caracterele "incadrat intre".';
|
|
$strOperations = 'Operatii';
|
|
$strOptimizeTable = 'Optimizare tabel';
|
|
$strOptionalControls = 'Optional. Controleaza modul in care se citeste sau se scrie un caracter special.';
|
|
$strOptionally = 'OPTIONAL';
|
|
$strOptions = 'Optiuni';
|
|
$strOr = 'Sau';
|
|
$strOverhead = 'Asupra';
|
|
|
|
$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.';
|
|
$strPHPVersion = 'Versiune PHP';
|
|
$strPageNumber = 'Numarul paginii:';
|
|
$strPartialText = 'Texte partiale';
|
|
$strPassword = 'Parola';
|
|
$strPasswordEmpty = 'Parola este goala!';
|
|
$strPasswordNotSame = 'Parolele nu corespund!';
|
|
$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
|
|
$strPdfInvalidPageNum = 'Numar de pagina la PDF nedefinit!';
|
|
$strPdfInvalidTblName = 'Tabela "%s" nu exista!';
|
|
$strPdfNoTables = 'Nu exista tabele';
|
|
$strPhp = 'Creaza cod PHP';
|
|
$strPmaDocumentation = 'Documentatie phpMyAdmin';
|
|
$strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
|
|
$strPortrait = 'Portrait';
|
|
$strPos1 = 'Incepe';
|
|
$strPrevious = 'Anterior';
|
|
$strPrimary = 'Primar';
|
|
$strPrimaryKey = 'Cheie primara';
|
|
$strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
|
|
$strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
|
|
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
|
|
$strPrint = 'Listare';
|
|
$strPrintView = 'Viziualizare imprimare';
|
|
$strPrivileges = 'Drepturi de acces';
|
|
$strProperties = 'Atribute';
|
|
$strPutColNames = 'Pune numele filed-ului in primul rand';
|
|
|
|
$strQBE = 'Comanda prin exemplu (Query by Example)';
|
|
$strQBEDel = 'Del';
|
|
$strQBEIns = 'Ins';
|
|
$strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
|
|
|
|
$strReType = 'Re-type';
|
|
$strRecords = 'Inregistrari';
|
|
$strReferentialIntegrity = 'Verificarea integritatii referentiei:';
|
|
$strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
|
|
$strRelationView = 'Vizualizare relationala';
|
|
$strRelationalSchema = 'Schema relationala';
|
|
$strReloadFailed = 'Reincarcare MySQL nereusita.';
|
|
$strReloadMySQL = 'Reincarcare MySQL';
|
|
$strRememberReload = 'Nu uitati sa reincarcati serverul.';
|
|
$strRenameTable = 'Rename tabel la';
|
|
$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
|
|
$strRepairTable = 'Reparare tabel';
|
|
$strReplace = 'Inlocuire';
|
|
$strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
|
|
$strReset = 'Resetare';
|
|
$strRevoke = 'Revocare';
|
|
$strRevokeGrant = 'Revocare Grant';
|
|
$strRevokeGrantMessage = 'Drepturile tale Grant au fost revocate pentru %s';
|
|
$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
|
|
$strRevokePriv = 'Revocare drepturi de acces';
|
|
$strRowLength = 'Lungime linie';
|
|
$strRowSize = ' Marime linie ';
|
|
$strRows = 'Linie';
|
|
$strRowsFrom = 'linii incepand cu';
|
|
$strRowsModeHorizontal= 'orizontal';
|
|
$strRowsModeOptions= 'in mod %s si repetare antet dupa %s celule';
|
|
$strRowsModeVertical= 'vertical';
|
|
$strRowsStatistic = 'Statisticile randului';
|
|
$strRunQuery = 'Trimite comanda';
|
|
$strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
|
|
$strRunning = 'ruland pe %s';
|
|
|
|
$strSQL = 'SQL';
|
|
$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';
|
|
$strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
|
|
$strSQLQuery = 'Comansa SQL';
|
|
$strSQLResult = 'Rezultat SQL';
|
|
$strSQPBugInvalidIdentifer = 'Identificator invalid';
|
|
$strSQPBugUnclosedQuote = 'Citare neinchisa';
|
|
$strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
|
|
$strSave = 'Salveaza';
|
|
$strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
|
|
$strSearch = 'Cauta';
|
|
$strSearchFormTitle = 'Cauta in baza de date';
|
|
$strSearchInTables = 'In interiorul tabelei(lor):';
|
|
$strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
|
|
$strSearchOption1 = 'cel putin una dintre cuvinte';
|
|
$strSearchOption2 = 'toate cuvintele';
|
|
$strSearchOption3 = 'fraza exacta';
|
|
$strSearchOption4 = 'ca o expresie';
|
|
$strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
|
|
$strSearchType = 'Gaseste:';
|
|
$strSelect = 'Selecteaza';
|
|
$strSelectADb = 'Selectati baza de date';
|
|
$strSelectAll = 'Selecteaza tot';
|
|
$strSelectFields = 'Selecteaza campurile (cel putin unul):';
|
|
$strSelectNumRows = 'in comanda (in query)';
|
|
$strSelectTables = 'Selecteaza tabele';
|
|
$strSend = 'Trimite';
|
|
$strServer = 'Server %s';
|
|
$strServerChoice = 'Alegerea serverului';
|
|
$strServerVersion = 'Versiune server';
|
|
$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\').';
|
|
$strShow = 'Afiseaza';
|
|
$strShowAll = 'Arata toate';
|
|
$strShowColor = 'Arata culoarea';
|
|
$strShowCols = 'Arata coloanele';
|
|
$strShowDatadictAs = 'Data Dictionary Format';
|
|
$strShowGrid = 'Arata grila';
|
|
$strShowPHPInfo = 'Arata informatia PHP';
|
|
$strShowTableDimension = 'Arata dimensiunile tabelei';
|
|
$strShowTables = 'Arata tabelele';
|
|
$strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
|
|
$strShowingRecords = 'Afiseaza inregistrari';
|
|
$strSingly = '(singly)';
|
|
$strSize = 'Marime';
|
|
$strSort = 'Sortare';
|
|
$strSpaceUsage = 'Utilizare spatiu';
|
|
$strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
|
|
$strStatement = 'Comenzi';
|
|
$strStrucCSV = 'Date CSV';
|
|
$strStrucData = 'Structura si date';
|
|
$strStrucDrop = 'Adauga \'salveaza tabel\'';
|
|
$strStrucExcelCSV = 'Date CSV pentru MS Excel';
|
|
$strStrucOnly = 'Numai structura';
|
|
$strStructPropose = 'Propune structura de tabele';
|
|
$strStructure = 'Structura';
|
|
$strSubmit = 'Trimite';
|
|
$strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
|
|
$strSum = 'Sum';
|
|
|
|
$strTable = 'Tabel';
|
|
$strTableComments = 'Comentarii tabel';
|
|
$strTableEmpty = 'Numele de tabel este gol!';
|
|
$strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
|
|
$strTableHasBeenEmptied = 'Tabelul %s a fost golit';
|
|
$strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
|
|
$strTableMaintenance = 'Administrare tabel';
|
|
$strTableOfContents = 'Sumar';
|
|
$strTableStructure = 'Structura de tabel pentru tabelul';
|
|
$strTableType = 'Tipul tabelului';
|
|
$strTables = '%s tabele';
|
|
$strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
|
|
$strTheContent = 'Continutul fisierului dumneavoastra a fost inserat.';
|
|
$strTheContents = 'Continutul acestui fisier inlocuieste continutul tabelului selectat pentru liniile cu cheie primara identica.';
|
|
$strTheTerminator = 'Terminatorul campurilor.';
|
|
$strTotal = 'total';
|
|
$strTotalUC = 'Total';
|
|
$strType = 'Tip';
|
|
|
|
$strUncheckAll = 'Deselecteaza toate';
|
|
$strUnique = 'Unic';
|
|
$strUnselectAll = 'Deselecteaza tot';
|
|
$strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
|
|
$strUpdateProfile = 'Actualizarea profilului:';
|
|
$strUpdateProfileMessage = 'Profilul a fost actualizat.';
|
|
$strUpdateQuery = 'Reinnoire comanda';
|
|
$strUsage = 'Utilizare';
|
|
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
|
|
$strUseTables = 'Utilizare tabele';
|
|
$strUser = 'Utilizator';
|
|
$strUserEmpty = 'Numele de utilizator este gol!';
|
|
$strUserName = 'Nume de utilizator';
|
|
$strUsers = 'Utilizatori';
|
|
|
|
$strValidateSQL = 'Valideaza SQL';
|
|
$strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
|
|
$strValue = 'Valoare';
|
|
$strViewDump = 'Vizualizarea schemei tabelului';
|
|
$strViewDumpDB = 'Vizualizarea schemei bazei de date';
|
|
|
|
$strWebServerUploadDirectory = 'director de upload al web-server-ului';
|
|
$strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
|
|
$strWelcome = 'Bine ai venit la %s';
|
|
$strWithChecked = 'Verificat cu:';
|
|
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
|
|
|
|
$strYes = 'Da';
|
|
|
|
$strZip = '"arhivat"';
|
|
|
|
// To translate
|
|
|
|
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
|
|
|
|
$strAbortedClients = 'Aborted'; //to translate
|
|
$strConnections = 'Connections'; //to translate
|
|
$strFailedAttempts = 'Failed attempts'; //to translate
|
|
$strGlobalValue = 'Global value'; //to translate
|
|
$strMoreStatusVars = 'More status variables'; //to translate
|
|
$strPerHour = 'per hour'; //to translate
|
|
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
|
|
$strQueryType = 'Query type'; //to translate
|
|
$strReceived = 'Received'; //to translate
|
|
$strSent = 'Sent'; //to translate
|
|
$strServerStatus = 'Runtime Information'; //to translate
|
|
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
|
|
$strServerTabVariables = 'Variables'; //to translate
|
|
$strServerTabProcesslist = 'Processes'; //to translate
|
|
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
|
$strServerVars = 'Server variables and settings'; //to translate
|
|
$strSessionValue = 'Session value'; //to translate
|
|
$strTraffic = 'Traffic'; //to translate
|
|
$strVar = 'Variable'; //to translate
|
|
|
|
$strCommand = 'Command'; //to translate
|
|
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
|
|
$strId = 'ID'; //to translate
|
|
$strProcesslist = 'Process list'; //to translate
|
|
$strStatus = 'Status'; //to translate
|
|
$strTime = 'Time'; //to translate
|
|
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
|
|
|
|
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
|
|
$strLaTeX = 'LaTeX'; //to translate
|
|
|
|
$strAdministration = 'Administration'; //to translate
|
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
|
|
$strGlobalPrivileges = 'Global privileges'; //to translate
|
|
$strGrantOption = 'Grant'; //to translate
|
|
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
|
|
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
|
|
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
|
|
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
|
|
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
|
|
$strPrivDescDelete = 'Allows deleting data.'; //to translate
|
|
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
|
|
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
|
|
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
|
|
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
|
|
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
|
|
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
|
|
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
|
|
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
|
|
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
|
|
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
|
|
$strPrivDescMaxUpdates = 'Limits the number of commands that that change any table or database the user may execute per hour.';
|
|
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
|
|
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
|
|
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
|
|
$strPrivDescReplClient = 'Gives the right tp the user to ask where the slaves / masters are.'; //to translate
|
|
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
|
|
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
|
|
$strPrivDescSelect = 'Allows reading data.'; //to translate
|
|
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
|
|
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
|
|
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
|
|
$strPrivDescUpdate = 'Allows changing data.'; //to translate
|
|
$strPrivDescUsage = 'No privileges.'; //to translate
|
|
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
|
|
$strResourceLimits = 'Resource limits'; //to translate
|
|
$strUserOverview = 'User overview'; //to translate
|
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
|
?>
|