This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/core/i18n/ro_RO/install.json
T
2015-05-13 11:02:17 +03:00

120 lines
6.3 KiB
JSON

{
"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 <pre><b>{C}</b></pre>\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 <b>{extName}</b> 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": "<br>Run this in Terminal<pre><b>\"{C}\"</b></pre>",
"operationNotPermitted" : "Operation not permitted? Try this: <br>{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": "<br><br>1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart</b></pre><br>2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):<pre>&#60;Directory /PATH_TO_ESPO/&#62;\n <b>AllowOverride All</b>\n&#60;/Directory&#62;</pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart</b></pre><br>3. Tro to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:<pre># RewriteBase /</pre>To<pre>RewriteBase {ESPO_PATH}{API_PATH}</pre>",
"windows": "<br> <pre>1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)<br>\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)<br>\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</pre>"
},
"microsoft-iis": {
"windows": ""
}
},
"modRewriteHelp": {
"apache": "Eroare API: API-ul EspoCRM nu este valabil.<br> Probleme posibile: RewriteBase necesar, este dezactivat \"mod_rewrite\" in server-ul Apache, sau in .htaccess.",
"nginx": "API Error: EspoCRM API unavailable.<br> Add this code to your Nginx Host Config (inside \"server\" block):<br>\n<pre>\n{0}\n</pre>",
"microsoft-iis": "Eroare API: API-ul EspoCRM nu este valabil.<br> Probleme posibile: este dezactivat \"URL Rewrite\". Verificati si activati modulul \"URL Rewrite\" in server-ul IIS",
"default": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled Rewrite Module. Please check and enable Rewrite Module in your server (e.g. mod_rewrite in Apache) and .htaccess support."
}
}
}