{ "labels": { "headerTitle": "EspoCRM Installation", "Main page title": "Welcome to EspoCRM", "Main page header": "", "Start page title": "License Agreement", "Step1 page title": "License Agreement", "License Agreement": "License Agreement", "I accept the agreement": "I accept the agreement", "Step2 page title": "Database configuration", "Step3 page title": "Administrator Setup", "Step4 page title": "System settings", "Step5 page title": "SMTP settings for outgoing emails", "Errors page title": "Errors", "Finish page title": "Installation is complete", "Congratulation! Welcome to EspoCRM": "Congratulation! EspoCRM has been successfully installed.", "More Information": "For more information, please visit our {BLOG}, follow us on {TWITTER}.

If you have any suggestions or questions, please ask on the {FORUM}.", "share": "If you like EspoCRM, share it with your friends. Let them know about this product.", "blog": "blog", "twitter": "twitter", "forum": "forum", "Installation Guide": "Installation Guide", "admin": "admin", "localhost": "localhost", "port": "3306", "Locale": "Locale", "Outbound Email Configuration": "Outbound Email Configuration", "SMTP": "SMTP", "Start": "Start", "Back": "Back", "Next": "Next", "Go to EspoCRM": "Go to EspoCRM", "Re-check": "Re-check", "Version": "Version", "Test settings": "Test Connection", "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306.", "Install": "Install", "SetupConfirmation page title": "System Requirements", "PHP Configuration": "PHP settings", "MySQL Configuration": "Database settings", "Permission Requirements": "Permissions", "Configuration Instructions": "Configuration Instructions", "phpVersion": "PHP version", "requiredMysqlVersion": "MySQL Version", "requiredMariadbVersion": "MariaDB version", "requiredPostgresqlVersion": "PostgreSQL version", "dbHostName": "Host Name", "dbName": "Database Name", "dbUserName": "Database User Name", "OK": "OK", "Success": "Success", "Fail": "Fail", "is recommended": "is recommended", "extension is missing": "extension is missing", "Crontab setup instructions": "Without running Scheduled jobs inbound emails, notifications and reminders will not be working. Here you can read {SETUP_INSTRUCTIONS}.", "Setup instructions": "setup instructions" }, "fields": { "Choose your language": "Choose your language", "Database Name": "Database Name", "Platform": "Platform", "Host Name": "Host Name", "Port": "Port", "Database User Name": "Database User Name", "Database User Password": "Database User Password", "Database driver": "Database driver", "User Name": "User Name", "Password": "Password", "Confirm Password": "Confirm your Password", "From Address": "From Address", "From Name": "From Name", "Is Shared": "Is Shared", "Date Format": "Date Format", "Time Format": "Time Format", "Time Zone": "Time Zone", "First Day of Week": "First Day of Week", "Thousand Separator": "Thousand Separator", "Decimal Mark": "Decimal Mark", "Default Currency": "Default Currency", "Currency List": "Currency List", "Language": "Language", "smtpServer": "Server", "smtpPort": "Port", "smtpAuth": "Auth", "smtpSecurity": "Security", "smtpUsername": "Username", "emailAddress": "Email", "smtpPassword": "Password" }, "messages": { "Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal
{C}
Operation is not permitted? Try this one: {CSU}", "Some errors occurred!": "Some errors occurred!", "phpVersion": "Your PHP version is not supported by EspoCRM, please update to PHP {minVersion} at least", "requiredMysqlVersion": "Your MySQL version is not supported by EspoCRM, please update to MySQL {minVersion} at least", "requiredMariadbVersion": "Your MariaDB version is not supported by EspoCRM, please update to MariaDB {minVersion} at least", "The PHP extension was not found...": "PHP Error: Extension {extName} is not found.", "All Settings correct": "All Settings are correct", "Failed to connect to database": "Failed to connect to database", "PHP version": "PHP version", "You must agree to the license agreement": "You must agree to the license agreement", "Passwords do not match": "Passwords do not match", "Enable mod_rewrite in Apache server": "Enable mod_rewrite in Apache server", "checkWritable error": "checkWritable error", "applySett error": "applySett error", "buildDatabase error": "buildDatabase error", "createUser error": "createUser error", "checkAjaxPermission error": "checkAjaxPermission error", "Ajax failed": "An unexpected error occurred", "Cannot create user": "Cannot create a user", "Permission denied": "Permission denied", "permissionInstruction": "
Run this command in Terminal:
\"{C}\"
", "operationNotPermitted" : "Operation is not permitted? Try this one:

{CSU}", "Permission denied to": "Permission denied", "Can not save settings": "Can not save settings", "Cannot save preferences": "Cannot save preferences", "Thousand Separator and Decimal Mark equal": "Thousand Separator and Decimal Mark cannot be equal", "1049": "Unknown database", "2005": "Unknown MySQL server host", "1045": "Access denied for the user", "extension": "{0} extension is missing", "option": "Recommended value is {0}", "mysqlSettingError": "EspoCRM requires the MySQL setting \"{NAME}\" to be set to {VALUE}" }, "options": { "db driver": { "mysqli": "MySQLi", "pdo_mysql": "PDO MySQL" }, "modRewriteTitle": { "apache": "

API Error: EspoCRM API is unavailable.


Do only necessary steps. After each step check if the issue is solved.", "nginx": "

API Error: EspoCRM API is unavailable.

", "microsoft-iis": "

API Error: EspoCRM API is unavailable.


Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server", "default": "

API Error: EspoCRM API is unavailable.


Possible problems: disabled Rewrite Module. Please check and enable Rewrite Module in your server (e.g. mod_rewrite in Apache) and .htaccess support." }, "modRewriteInstruction": { "apache": { "linux": "

1. Enable \"mod_rewrite\".

To enable mod_rewrite, run these commands in a terminal:

{APACHE1}

2. If the previous step did not help, try to enable .htaccess support.

Add/edit the server configuration settings {APACHE2_PATH1} or {APACHE2_PATH2} (or {APACHE2_PATH3}):

{APACHE2}
\n Afterwards run this command in a terminal:

{APACHE3}

3. If the previous step did not help, try to add the RewriteBase path.

Open a file {API_PATH}.htaccess and replace the following line:

{APACHE4}
To

{APACHE5}

For more information please visit the guideline Apache server configuration for EspoCRM.

", "windows": "

1. Find the httpd.conf file.

Usually it can be found in a folder called \"conf\", \"config\" or something along those lines.

2. Edit the httpd.conf file.

Inside the httpd.conf file uncomment the line {WINDOWS_APACHE1} (remove the pound '#' sign from in front of the line).

3. Check others parameters.

Also check if the line ClearModuleList is uncommented and make sure that the line AddModule mod_rewrite.c is not commented out.\n" }, "nginx": { "linux": "
Add this code to your Nginx server config file {NGINX_PATH} inside \"server\" section:

{NGINX}

For more information please visit the guideline Nginx server configuration for EspoCRM.

" }, "microsoft-iis": { "windows": "" } } }, "systemRequirements": { "requiredPhpVersion": "PHP Version", "requiredMysqlVersion": "MySQL Version", "requiredMariadbVersion": "MariaDB version", "host": "Host Name", "dbname": "Database Name", "user": "User Name", "writable": "Writable", "readable": "Readable" } }