{ "labels": { "Main page title": "Bun venit pe EspoCRM", "Main page header": "", "Start page title": "Acord de Licenta", "Step1 page title": "Acord de Licenta", "License Agreement": "Acord de Licenta", "I accept the agreement": "Sunt de acord", "Step2 page title": "Configurare Baza de Date", "Step3 page title": "Setari Administrator", "Step4 page title": "Setari Sistem", "Step5 page title": "Setari SMTP pentru trimitere email-uri", "Errors page title": "Erori", "Finish page title": "Instalare finalizata", "Congratulation! Welcome to EspoCRM": "Felicitari! EspoCRM a fost instalat cu succes.", "Installation Guide": "Instrucțiuni de instalare", "admin": "admin", "localhost": "localhost", "port": "3306", "Locale": "Localizare", "Outbound Email Configuration": "Configurari trimitere email", "SMTP": "SMTP", "Start": "Start", "Back": "Inapoi", "Next": "Inainte", "Go to EspoCRM": "Mergi la EspoCRM", "Re-check": "Re-verificare", "Version": "Versiunea", "Test settings": "Testare Conexiune", "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306.", "phpVersion": "Versiune PHP", "mysqlVersion": "Versiune MySQL", "dbHostName": "Numele Server-ului", "dbName": "Numele Bazei de Date", "dbUserName": "Nume Utilizator Baza de Date" }, "fields": { "Choose your language": "Alege Limba", "Database Name": "Numele Bazei de Date", "Host Name": "Numele Server-ului", "Port": "Port", "Database User Name": "Nume Utilizator Baza de Date", "Database User Password": "Parola Bazei de Date", "Database driver": "Driver Baza de Date", "User Name": "Nume Utilizator", "Password": "Parola", "Confirm Password": "Confirmare Parola", "From Address": "De la adresa", "From Name": "De la", "Is Shared": "Este Partajat", "Date Format": "Format Data ", "Time Format": "Format Timp", "Time Zone": "Zone Timp", "First Day of Week": "Prima zi a saptamanii", "Thousand Separator": "Separator mii", "Decimal Mark": "Semn zecimal", "Default Currency": "Valuta initiala", "Currency List": "Lista valute", "Language": "Limba", "smtpServer": "Server", "smtpPort": "Port", "smtpAuth": "Autorizare", "smtpSecurity": "Securitate", "smtpUsername": "Nume Utilizator", "emailAddress": "Email", "smtpPassword": "Parola" }, "messages": { "Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal
{C}
\n\tOperation not permitted? Try this one: {CSU}", "Some errors occurred!": "Am intampinat erori!", "phpVersion": "Your PHP version is not supported by EspoCRM, please update to PHP {minVersion} at least", "MySQLVersion": "Your MySQL version is not supported by EspoCRM, please update to MySQL {minVersion} at least", "The PHP extension was not found...": "PHP Error: Extension {extName} is not found.", "All Settings correct": "Toate setarile sunt corecte", "Failed to connect to database": "Nu s-a reusit conectarea la Baza de Date", "PHP version": "Versiune PHP", "You must agree to the license agreement": "Trebuie sa acceptati acordul de licenta", "Passwords do not match": "Parola nu se potriveste", "Enable mod_rewrite in Apache server": "Activeaza mod_rewrite in server-ul Apache", "checkWritable error": "Eroare la verificarea drepturilor de scriere", "applySett error": "Eroare la aplicarea setarilor", "buildDatabse error": "Eroare la crearea Bazei de Date", "createUser error": "Eroare la crearea utilizatorului", "checkAjaxPermission error": "Eroare la verificarea permisiunilor Ajax", "Ajax failed": "Ajax nu a reusit", "Cannot create user": "Utilizatorul nu poate fi creat", "Permission denied": "Permisiune respinsa", "permissionInstruction": "
Run this in Terminal
\"{C}\"
", "operationNotPermitted" : "Operation not permitted? Try this:
{CSU}", "Permission denied to": "Permisiune respinsa", "Can not save settings": "Setarile nu pot fi salvate", "Cannot save preferences": "Preferintele nu pot fi salvate", "Thousand Separator and Decimal Mark equal": "Semnele pentru mii si zecimale nu pot fi aceleasi", "1049": "Baza de Date necunoscuta", "2005": "Server MySQL necunoscut", "1045": "Acces respins pentru utilizatorul" }, "options": { "db driver": { "mysqli": "MySQLi", "pdo_mysql": "PDO MySQL" }, "modRewriteInstruction": { "apache": { "linux": "

1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:
a2enmod rewrite 
service apache2 restart

2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:
service apache2 restart

3. Tro to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:
# RewriteBase /
To
RewriteBase {ESPO_PATH}{API_PATH}
", "windows": "
1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)
\n2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)
\n3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.\n
" }, "microsoft-iis": { "windows": "" } }, "modRewriteHelp": { "apache": "Eroare API: API-ul EspoCRM nu este valabil.
Probleme posibile: RewriteBase necesar, este dezactivat \"mod_rewrite\" in server-ul Apache, sau in .htaccess.", "nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n
\n{0}\n
", "microsoft-iis": "Eroare API: API-ul EspoCRM nu este valabil.
Probleme posibile: este dezactivat \"URL Rewrite\". Verificati si activati modulul \"URL Rewrite\" in server-ul IIS", "default": "API Error: EspoCRM API unavailable.
Possible problem: disabled Rewrite Module. Please check and enable Rewrite Module in your server (e.g. mod_rewrite in Apache) and .htaccess support." } } }