fixed label string for .po file
This commit is contained in:
@@ -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 <pre><b>{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 <pre><b>{C}</b></pre>\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 <b>{extName}<\/b> PHP extension was not found...",
|
||||
"The PHP extension was not found...": "The <b>{extName}</b> 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": "<br>Run this in Terminal<pre><b>\"{C}\"<\/b><\/pre>",
|
||||
"permissionInstruction": "<br>Run this in Terminal<pre><b>\"{C}\"</b></pre>",
|
||||
"operationNotPermitted" : "Operation not permitted? Try this: <br>{CSU}",
|
||||
"Permission denied to": "Permission denied",
|
||||
"Can not save settings": "Can not save settings",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
"modRewriteInstruction": {
|
||||
"apache": {
|
||||
"linux": "<br><br>To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<pre><Directory \/PATH_TO_ESPO\/>\n <b>AllowOverride All<\/b>\n<\/Directory><\/pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart<\/b><\/pre><br>To enable \"mod_rewrite\" run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart<\/b><\/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>"
|
||||
"linux": "<br><br>To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<pre><Directory /PATH_TO_ESPO/>\n <b>AllowOverride All</b>\n</Directory></pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart</b></pre><br>To enable \"mod_rewrite\" run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart</b></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": ""
|
||||
@@ -103,7 +103,7 @@
|
||||
},
|
||||
"modRewriteHelp": {
|
||||
"apache": "API Error: EspoCRM API unavailable.<br> Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
|
||||
"nginx": "API Error: EspoCRM API unavailable.<br> Add this code to Nginx Host Config (inside \"server\" block):<br>\n<pre>\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.<br> Add this code to Nginx Host Config (inside \"server\" block):<br>\n<pre>\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>",
|
||||
"microsoft-iis": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
|
||||
"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."
|
||||
}
|
||||
|
||||
@@ -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 <pre><b>{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 <pre><b>{C}</b></pre>\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 <b>{extName}<\/b> PHP extension was not found...",
|
||||
"The PHP extension was not found...": "The <b>{extName}</b> 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": "<br>Run this in Terminal<pre><b>\"{C}\"<\/b><\/pre>",
|
||||
"permissionInstruction": "<br>Run this in Terminal<pre><b>\"{C}\"</b></pre>",
|
||||
"operationNotPermitted" : "Operation not permitted? Try this: <br>{CSU}",
|
||||
"Permission denied to": "Permission denied",
|
||||
"Can not save settings": "Can not save settings",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
"modRewriteInstruction": {
|
||||
"apache": {
|
||||
"linux": "<br><br>To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<pre><Directory \/PATH_TO_ESPO\/>\n <b>AllowOverride All<\/b>\n<\/Directory><\/pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart<\/b><\/pre><br>To enable \"mod_rewrite\" run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart<\/b><\/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>"
|
||||
"linux": "<br><br>To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<pre><Directory /PATH_TO_ESPO/>\n <b>AllowOverride All</b>\n</Directory></pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart</b></pre><br>To enable \"mod_rewrite\" run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart</b></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": ""
|
||||
@@ -103,7 +103,7 @@
|
||||
},
|
||||
"modRewriteHelp": {
|
||||
"apache": "API Error: EspoCRM API unavailable.<br> Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
|
||||
"nginx": "API Error: EspoCRM API unavailable.<br> Add this code to Nginx Host Config (inside \"server\" block):<br>\n<pre>\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.<br> Add this code to Nginx Host Config (inside \"server\" block):<br>\n<pre>\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>",
|
||||
"microsoft-iis": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
|
||||
"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."
|
||||
}
|
||||
|
||||
@@ -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 <pre><b>{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 <pre><b>{C}</b></pre>\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 <b>{extName}<\/b> PHP extension was not found...",
|
||||
"The PHP extension was not found...": "The <b>{extName}</b> 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": "<br>Run this in Terminal<pre><b>\"{C}\"<\/b><\/pre>",
|
||||
"permissionInstruction": "<br>Run this in Terminal<pre><b>\"{C}\"</b></pre>",
|
||||
"operationNotPermitted" : "Operation not permitted? Try this: <br>{CSU}",
|
||||
"Permission denied to": "Permission denied",
|
||||
"Can not save settings": "Can not save settings",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
"modRewriteInstruction": {
|
||||
"apache": {
|
||||
"linux": "<br><br>To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<pre><Directory \/PATH_TO_ESPO\/>\n <b>AllowOverride All<\/b>\n<\/Directory><\/pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart<\/b><\/pre><br>To enable \"mod_rewrite\" run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart<\/b><\/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>"
|
||||
"linux": "<br><br>To enable .htaccess support add/edit the Server configuration settings inside your <VirtualHost> section (httpd.conf):<pre><Directory /PATH_TO_ESPO/>\n <b>AllowOverride All</b>\n</Directory></pre>\n Afterwards run this command in a Terminal:<pre><b>service apache2 restart</b></pre><br>To enable \"mod_rewrite\" run those commands in a Terminal:<pre><b>a2enmod rewrite <br>service apache2 restart</b></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": ""
|
||||
@@ -102,7 +102,7 @@
|
||||
},
|
||||
"modRewriteHelp": {
|
||||
"apache": "API Error: EspoCRM API unavailable.<br> Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
|
||||
"nginx": "API Error: EspoCRM API unavailable.<br> Add this code to Nginx Host Config (inside \"server\" block):<br>\n<pre>\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.<br> Add this code to Nginx Host Config (inside \"server\" block):<br>\n<pre>\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>",
|
||||
"microsoft-iis": "API Error: EspoCRM API unavailable.<br> Possible problem: disabled \"URL Rewrite\". Please check and enable \"URL Rewrite\" Module in IIS server",
|
||||
"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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user