Type: fixed to \"mysql\" by the installer
Host: fixed to \"localhost\" by the installer
Name: database name, eg moodle
User: fixed to \"root\" by the installer
Password: your database password
Tables Prefix: optional prefix to use for all table names';
$string['databasesettingssub'] = 'Type: mysql or postgres7
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: optional prefix to use for all table names';
$string['databasesettingssub_mssql'] = 'Type: SQL*Server (non UTF-8) Experimental! (not for use in production)
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)';
$string['databasesettingssub_mssql_n'] = 'Type: SQL*Server (UTF-8 enabled)
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)';
$string['databasesettingssub_mysql'] = 'Type: MySQL
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (optional)';
$string['databasesettingssub_mysqli'] = 'Type: Improved MySQL
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (optional)';
$string['databasesettingssub_oci8po'] = 'Type: Oracle
Host: not used, must be left blank
Name: given name of the tnsnames.ora connection
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory, 2cc. max)';
$string['databasesettingssub_odbc_mssql'] = 'Type: SQL*Server (over ODBC) Experimental! (not for use in production)
Host: given name of the DSN in the ODBC control panel
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)';
$string['databasesettingssub_postgres7'] = 'Type: PostgreSQL
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)';
$string['databasesettingswillbecreated'] = 'Notă: În cazul în care nu există o bază de date installerul va încerca să creeze în mod automat una.';
$string['dataroot'] = 'Data Directory';
$string['datarooterror'] = 'Data Directory specificat de dumneavoastră nu a putut fi găsit sau creat. Verificaţi corectitudinea căii furnizate sau creaţi manual directorul.';
$string['datarootpublicerror'] = 'Data Directory specificat de dumneavoastră este accesibil în mod direct via Web, trebuie să folosiţi un alt director.';
$string['dbconnectionerror'] = 'Nu s-a putut realiza conexiunea cu baza de date specificată de dumneavoastră. Vă rugăm verificaţi setările făcute pentru baza de date.';
$string['dbcreationerror'] = 'Eroare creare bază de date. Nu s-a putut crea baza de date cu numele şi setările furnizate.';
$string['dbhost'] = 'Host Server';
$string['dbprefix'] = 'Prefix tabele';
$string['dbtype'] = 'Tip';
$string['dirroot'] = 'Director Moodle';
$string['download'] = 'Descarcă';
$string['downloadedfilecheckfailed'] = 'Verificarea fişierului descărcat a eşuat';
$string['downloadlanguagebutton'] = 'Descarcă modulul de localizare "$a"';
$string['downloadlanguagehead'] = 'Descarcă modulul de localizare';
$string['downloadlanguagenotneeded'] = 'Puteţi continua procesul de instalare folosind modulul de localizare implicit \"$a\".';
$string['environmenterrortodo'] = 'Înainte de a instala această versiune de Moodle trebuie să rezolvaţi toate problemele (erorile) de environment găsite mai sus.';
$string['environmenthead'] = 'Se verifică mediul...';
$string['environmentrecommendcustomcheck'] = 'dacă acest test nu are rezultate pozitive, acest lucru indică o potenţială problemă';
$string['environmentrecommendinstall'] = 'trebuie instalat şi activat pentru a obţine cele mai bune rezultate';
$string['environmentrecommendversion'] = 'versiunea recomandată este $a->needed în timp ce dumneavoastră rulaţi versiunea $a->current';
$string['environmentrequirecustomcheck'] = 'acest test trebuie să treacă';
$string['environmentrequireinstall'] = 'trebuie instalat şi activat';
$string['environmentrequireversion'] = 'versiuna necesară este $a->needed în timp ce dumneavoastră rulaţi versiunea $a->current';
$string['environmentxmlerror'] = 'Eroare la citirea informaţiilor despre environment ($a->error_code)';
$string['error'] = 'Eroare';
$string['fileuploads'] = 'Încărcare Fişiere';
$string['fileuploadserror'] = 'Acest parametru ar trebuie să fie activat';
$string['gdversion'] = 'Versiune GD';
$string['globalswarning'] = '
ATENŢIONARE SECURITATE!
Pentru ca Moodle să funcţioneze corect este necesar
să realizaţi anumite modificări în cadrul setărilor de PHP curente.
Trebuie să setaţi register_globals=off
.
Setarea acestui parametru se face prin editarea unuia din fişierele php.ini
, Apache/IIS
configuration sau .htaccess
.