[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lang/ -> romanian-utf-8.inc.php (source)

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


Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics