{
    "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}.<br><br>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",
        "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 <pre><b>{C}</b></pre> 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 <b>{extName}</b> 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": "<br>Run this command in Terminal:<pre><b>\"{C}\"</b></pre>",
        "operationNotPermitted" : "Operation is not permitted? Try this one: <br><br>{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": "<h3>API Error: EspoCRM API is unavailable.</h3><br>Do only necessary steps. After each step check if the issue is solved.",
            "nginx": "<h3>API Error: EspoCRM API is unavailable.</h3>",
            "microsoft-iis": "<h3>API Error: EspoCRM API is unavailable.</h3><br> Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
            "default": "<h3>API Error: EspoCRM API is unavailable.</h3><br> 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": "<br><br><h4>1. Enable \"mod_rewrite\".</h4>To enable <i>mod_rewrite</i>, run these commands in a terminal:<br><br><pre>{APACHE1}</pre><hr><h4>2. If the previous step did not help, try to enable .htaccess support.</h4> Add/edit the server configuration settings <code>{APACHE2_PATH1}</code> or <code>{APACHE2_PATH2}</code> (or <code>{APACHE2_PATH3}</code>):<br><br><pre>{APACHE2}</pre>\n Afterwards run this command in a terminal:<br><br><pre>{APACHE3}</pre><hr><h4>3. If the previous step did not help, try to add the RewriteBase path.</h4>Open a file <code>{API_PATH}.htaccess</code> and replace the following line:<br><br><pre>{APACHE4}</pre>To<br><br><pre>{APACHE5}</pre><hr>For more information please visit the guideline <a href=\"{APACHE_LINK}\" target=\"_blank\">Apache server configuration for EspoCRM</a>.<br><br>",
                "windows": "<br><br> <h4>1. Find the httpd.conf file.</h4>Usually it can be found in a folder called \"conf\", \"config\" or something along those lines.<br><br><h4>2. Edit the httpd.conf file.</h4> Inside the httpd.conf file uncomment the line <code>{WINDOWS_APACHE1}</code> (remove the pound '#' sign from in front of the line).<br><br><h4>3. Check others parameters.</h4>Also check if the line <code>ClearModuleList</code> is uncommented and make sure that the line <code>AddModule mod_rewrite.c</code> is not commented out.\n"
            },
            "nginx": {
                "linux": "<br> Add this code to your Nginx server config file <code>{NGINX_PATH}</code> inside \"server\" section:<br><br><pre>{NGINX}</pre> <br> For more information please visit the guideline <a href=\"{NGINX_LINK}\" target=\"_blank\">Nginx server configuration for EspoCRM</a>.<br><br>"
            },
            "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"
    }
}
