diff --git a/install/core/i18n/de_DE/install.json b/install/core/i18n/de_DE/install.json index 7e6994fe73..35a4f5ef2d 100644 --- a/install/core/i18n/de_DE/install.json +++ b/install/core/i18n/de_DE/install.json @@ -59,10 +59,10 @@ "smtpPassword": "Password" }, "messages": { - "Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal
{C}<\/b><\/pre>\n\tOperation not permitted? Try this one: {CSU}",
+ "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!": "Some errors occurred!",
"phpVersion": "Your PHP version is not supported EspoCRM, please update to PHP {minVersion} at least",
- "The PHP extension was not found...": "The {extName}<\/b> PHP extension was not found...",
+ "The PHP extension was not found...": "The {extName} PHP extension was not found...",
"All Settings correct": "All Settings are correct",
"Failed to connect to database": "Failed to connect to database",
"PHP version:": "PHP version:",
@@ -77,7 +77,7 @@
"Ajax failed": "Ajax failed",
"Cannot create user": "Cannot create user",
"Permission denied": "Permission denied",
- "permissionInstruction": "
Run this in Terminal\"{C}\"<\/b><\/pre>",
+ "permissionInstruction": "
Run this in Terminal\"{C}\"",
"operationNotPermitted" : "Operation not permitted? Try this:
{CSU}",
"Permission denied to": "Permission denied",
"Can not save settings": "Can not save settings",
@@ -94,8 +94,8 @@
},
"modRewriteInstruction": {
"apache": {
- "linux": "
To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<Directory \/PATH_TO_ESPO\/>\n AllowOverride All<\/b>\n<\/Directory><\/pre>\n Afterwards run this command in a Terminal:service apache2 restart<\/b><\/pre>
To enable \"mod_rewrite\" run those commands in a Terminal:a2enmod rewrite
service apache2 restart<\/b><\/pre>",
- "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<\/pre>"
+ "linux": "
To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:service apache2 restart
To enable \"mod_rewrite\" run those commands in a Terminal:a2enmod rewrite
service apache2 restart
",
+ "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": ""
@@ -103,7 +103,7 @@
},
"modRewriteHelp": {
"apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
- "nginx": "API Error: EspoCRM API unavailable.
Add this code to Nginx Host Config (inside \"server\" block):
\n\nlocation \/api\/v1\/ {\n if (!-e $request_filename){\n rewrite ^\/api\/v1\/(.*)$ \/api\/v1\/index.php last; break;\n }\n}\n\nlocation \/ {\n rewrite reset\/?$ reset.html break;\n}<\/pre>",
+ "nginx": "API Error: EspoCRM API unavailable.
Add this code to Nginx Host Config (inside \"server\" block):
\n\nlocation /api/v1/ {\n if (!-e $request_filename){\n rewrite ^/api/v1/(.*)$ /api/v1/index.php last; break;\n }\n}\n\nlocation / {\n rewrite reset/?$ reset.html break;\n}",
"microsoft-iis": "API Error: EspoCRM API unavailable.
Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
"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."
}
diff --git a/install/core/i18n/en_US/install.json b/install/core/i18n/en_US/install.json
index 9d637a9288..741e06b012 100644
--- a/install/core/i18n/en_US/install.json
+++ b/install/core/i18n/en_US/install.json
@@ -59,10 +59,10 @@
"smtpPassword": "Password"
},
"messages": {
- "Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal {C}<\/b><\/pre>\n\tOperation not permitted? Try this one: {CSU}",
+ "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!": "Some errors occurred!",
"phpVersion": "Your PHP version is not supported by EspoCRM, please update to PHP {minVersion} at least",
- "The PHP extension was not found...": "The {extName}<\/b> PHP extension was not found...",
+ "The PHP extension was not found...": "The {extName} PHP extension was not found...",
"All Settings correct": "All Settings are correct",
"Failed to connect to database": "Failed to connect to database",
"PHP version": "PHP version",
@@ -77,7 +77,7 @@
"Ajax failed": "Ajax failed",
"Cannot create user": "Cannot create user",
"Permission denied": "Permission denied",
- "permissionInstruction": "
Run this in Terminal\"{C}\"<\/b><\/pre>",
+ "permissionInstruction": "
Run this in Terminal\"{C}\"",
"operationNotPermitted" : "Operation not permitted? Try this:
{CSU}",
"Permission denied to": "Permission denied",
"Can not save settings": "Can not save settings",
@@ -94,8 +94,8 @@
},
"modRewriteInstruction": {
"apache": {
- "linux": "
To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<Directory \/PATH_TO_ESPO\/>\n AllowOverride All<\/b>\n<\/Directory><\/pre>\n Afterwards run this command in a Terminal:service apache2 restart<\/b><\/pre>
To enable \"mod_rewrite\" run those commands in a Terminal:a2enmod rewrite
service apache2 restart<\/b><\/pre>",
- "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<\/pre>"
+ "linux": "
To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:service apache2 restart
To enable \"mod_rewrite\" run those commands in a Terminal:a2enmod rewrite
service apache2 restart
",
+ "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": ""
@@ -103,7 +103,7 @@
},
"modRewriteHelp": {
"apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
- "nginx": "API Error: EspoCRM API unavailable.
Add this code to Nginx Host Config (inside \"server\" block):
\n\nlocation \/api\/v1\/ {\n if (!-e $request_filename){\n rewrite ^\/api\/v1\/(.*)$ \/api\/v1\/index.php last; break;\n }\n}\n\nlocation \/ {\n rewrite reset\/?$ reset.html break;\n}<\/pre>",
+ "nginx": "API Error: EspoCRM API unavailable.
Add this code to Nginx Host Config (inside \"server\" block):
\n\nlocation /api/v1/ {\n if (!-e $request_filename){\n rewrite ^/api/v1/(.*)$ /api/v1/index.php last; break;\n }\n}\n\nlocation / {\n rewrite reset/?$ reset.html break;\n}",
"microsoft-iis": "API Error: EspoCRM API unavailable.
Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
"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."
}
diff --git a/install/core/i18n/es_ES/install.json b/install/core/i18n/es_ES/install.json
index 6572d93d9a..49cf8772ab 100644
--- a/install/core/i18n/es_ES/install.json
+++ b/install/core/i18n/es_ES/install.json
@@ -58,10 +58,10 @@
"smtpPassword": "ContraseƱa"
},
"messages": {
- "Bad init Permission": "Permission denied for \"{*}\" directory. Please set 775 for \"{*}\" or just execute this command in the terminal {C}<\/b><\/pre>\n\tOperation not permitted? Try this one: {CSU}",
+ "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!": "Some errors occurred!",
"phpVersion": "PHP version should be >= {minVersion}",
- "The PHP extension was not found...": "The {extName}<\/b> PHP extension was not found...",
+ "The PHP extension was not found...": "The {extName} PHP extension was not found...",
"All Settings correct": "All Settings are correct",
"Failed to connect to database": "Failed to connect to database",
"PHP version: ": "PHP version:",
@@ -76,7 +76,7 @@
"Ajax failed": "Ajax failed",
"Cannot create user": "Cannot create user",
"Permission denied": "Permission denied",
- "permissionInstruction": "
Run this in Terminal\"{C}\"<\/b><\/pre>",
+ "permissionInstruction": "
Run this in Terminal\"{C}\"",
"operationNotPermitted" : "Operation not permitted? Try this:
{CSU}",
"Permission denied to": "Permission denied",
"Can not save settings": "Can not save settings",
@@ -93,8 +93,8 @@
},
"modRewriteInstruction": {
"apache": {
- "linux": "
To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<Directory \/PATH_TO_ESPO\/>\n AllowOverride All<\/b>\n<\/Directory><\/pre>\n Afterwards run this command in a Terminal:service apache2 restart<\/b><\/pre>
To enable \"mod_rewrite\" run those commands in a Terminal:a2enmod rewrite
service apache2 restart<\/b><\/pre>",
- "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<\/pre>"
+ "linux": "
To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:service apache2 restart
To enable \"mod_rewrite\" run those commands in a Terminal:a2enmod rewrite
service apache2 restart
",
+ "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": ""
@@ -102,7 +102,7 @@
},
"modRewriteHelp": {
"apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
- "nginx": "API Error: EspoCRM API unavailable.
Add this code to Nginx Host Config (inside \"server\" block):
\n\nlocation \/api\/v1\/ {\n if (!-e $request_filename){\n rewrite ^\/api\/v1\/(.*)$ \/api\/v1\/index.php last; break;\n }\n}\n\nlocation \/ {\n rewrite reset\/?$ reset.html break;\n}<\/pre>",
+ "nginx": "API Error: EspoCRM API unavailable.
Add this code to Nginx Host Config (inside \"server\" block):
\n\nlocation /api/v1/ {\n if (!-e $request_filename){\n rewrite ^/api/v1/(.*)$ /api/v1/index.php last; break;\n }\n}\n\nlocation / {\n rewrite reset/?$ reset.html break;\n}",
"microsoft-iis": "API Error: EspoCRM API unavailable.
Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
"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."
}