a2enmod rewrite
service apache2 restart<\/b><\/pre>",
"windows": "
1. Finden Sie die httpd.conf Datei (normalerweise in einem Verzeichnis conf, config oder ähnlich)
2. Innerhalb der httpd.conf Datei aktivieren Sie die Zeile LoadModule rewrite_module modules\/mod_rewrite.so (entfernen Sie das # Zeichen vom Anfang der Zeile)
3. Stellen Sie sicher, dass die Zeile ClearModuleList nicht auskommentiert ist, genauso wie die Zeile AddModule mod_rewrite.c. <\/pre>"
},
"microsoft-iis": {
@@ -103,7 +110,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Fehler: EspoCRM API nicht verfügbar
Mögliches Problem: deaktiviertes \"mod_rewrite\" des Apache Servers oder des .htaccess Supports.",
+ "apache": "API Fehler: EspoCRM API nicht verfügbar
Mögliches Problem: RewriteBase erforderlich, deaktiviertes \"mod_rewrite\" des Apache Servers oder des .htaccess Supports.",
"nginx": "API Error: EspoCRM API nicht verfügbar.
Fügen Sie diesen Code zu Nginx Host Config (innerhalb des \"server\" Blocks) hinzu:
{0} <\/pre>",
"microsoft-iis": "API Fehler: EspoCRM API nicht verfügbar
Mögliches Problem: deaktiviertes \"URL Rewrite\". Bitte überprüfen und aktivieren Sie das \"URL Rewrite\" Modul im IIS Server.",
"default": "API Fehler: EspoCRM API nicht verfügbar
Mögliches Problem: deaktiviertes Rewrite Modul. Bitte überprüfen und aktivieren Sie das Rewrite Modul (z.B. mod_rewrite im Apache Server) und die .htaccess Unterstützung."
diff --git a/install/core/i18n/en_US/install.json b/install/core/i18n/en_US/install.json
index 57915a4804..5e9553e5b6 100644
--- a/install/core/i18n/en_US/install.json
+++ b/install/core/i18n/en_US/install.json
@@ -12,7 +12,8 @@
"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.",
+ "Congratulation! Welcome to EspoCRM": "Congratulation! EspoCRM has been successfully installed.",
+ "More Information": "For more information,
please visit our blog: {BLOG}
follow us on twitter: {TWITTER}
If you have any suggestions or questions, please ask on the forum:
{FORUM}",
"Installation Guide": "Installation Guide",
"admin": "admin",
"localhost": "localhost",
@@ -25,8 +26,20 @@
"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."
+ "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": "Recommended Settings",
+ "PHP Configuration": "Recommended PHP settings",
+ "MySQL Configuration": "MySQL Configuration",
+ "Configuration Instructions": "Configuration Instructions",
+ "phpVersion": "PHP version",
+ "mysqlVersion": "MySQL version",
+ "dbHostName": "Host Name",
+ "dbName": "Database Name",
+ "dbUserName": "Database User Name",
+ "OK": "OK"
},
"fields": {
"Choose your language": "Choose your language",
@@ -63,6 +76,7 @@
"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",
+ "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 {extName} is not found.",
"All Settings correct": "All Settings are correct",
"Failed to connect to database": "Failed to connect to database",
@@ -76,7 +90,7 @@
"createUser error": "createUser error",
"checkAjaxPermission error": "checkAjaxPermission error",
"Ajax failed": "Ajax failed",
- "Cannot create user": "Cannot create user",
+ "Cannot create user": "Cannot create a user",
"Permission denied": "Permission denied",
"permissionInstruction": "
Run this in Terminal\"{C}\"",
"operationNotPermitted" : "Operation not permitted? Try this:
{CSU}",
@@ -86,7 +100,10 @@
"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 user"
+ "1045": "Access denied for 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": {
@@ -95,7 +112,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -103,7 +120,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
+ "apache": "API Error: EspoCRM API unavailable.
Possible problems: RewriteBase required, disabled \"mod_rewrite\" in Apache server or .htaccess support.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\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 24e90a08ee..7af82c901b 100644
--- a/install/core/i18n/es_ES/install.json
+++ b/install/core/i18n/es_ES/install.json
@@ -12,7 +12,7 @@
"Step5 page title": "Configuración SMTP para los correos salientes",
"Errors page title": "Errores",
"Finish page title": "La instalación ha finalizado",
- "Congratulation! Welcome to EspoCRM!": "¡Enhorabuena! EspoCRM(Español) se ha instalado correctamente.",
+ "Congratulation! Welcome to EspoCRM": "¡Enhorabuena! EspoCRM(Español) se ha instalado correctamente.",
"Installation Guide": "Instrucciones de instalación",
"admin": "admin",
"localhost": "localhost",
@@ -24,8 +24,14 @@
"Next": "Siguiente",
"Go to EspoCRM": "Ir a EspoCRM(Español)",
"Re-check": "Revisar otra vez",
+ "Version": "Version",
"Test settings": "Test de conexión",
- "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306."
+ "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": "PHP version",
+ "mysqlVersion": "MySQL version",
+ "dbHostName": "Hostname usualmente(localhost)",
+ "dbName": "Nombre de la Base de Datos",
+ "dbUserName": "Usuario de la Base de Datos"
},
"fields": {
"Choose your language": "Seleccione un lenguaje",
@@ -61,7 +67,8 @@
"messages": {
"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}",
+ "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 {extName} is not found.",
"All Settings correct": "All Settings are correct",
"Failed to connect to database": "Failed to connect to database",
@@ -94,7 +101,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -102,7 +109,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
+ "apache": "API Error: EspoCRM API unavailable.
Possible problems: RewriteBase required, disabled \"mod_rewrite\" in Apache server or .htaccess support.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\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/fr_FR/install.json b/install/core/i18n/fr_FR/install.json
index c9da6be879..cb920b3957 100644
--- a/install/core/i18n/fr_FR/install.json
+++ b/install/core/i18n/fr_FR/install.json
@@ -12,7 +12,7 @@
"Step5 page title": "Paramètres SMTP pour envoyer les emails",
"Errors page title": "Erreurs",
"Finish page title": "L'installation est terminée",
- "Congratulation! Welcome to EspoCRM!": "Félicitation! EspoCRM a été installé avec succès.",
+ "Congratulation! Welcome to EspoCRM": "Félicitation! EspoCRM a été installé avec succès.",
"Installation Guide": "Instructions d'installation",
"admin": "admin",
"localhost": "localhost",
@@ -25,8 +25,14 @@
"Next": "Suivant",
"Go to EspoCRM": "Aller à EspoCRM",
"Re-check": "Revérifier",
+ "Version": "Version",
"Test settings": "Tester la Connexion",
- "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306."
+ "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": "Version PHP",
+ "mysqlVersion": "Version MySQL",
+ "dbHostName": "Nom d'hôte",
+ "dbName": "Nom de la Base de Donnée",
+ "dbUserName": "Nom d'utilisateur de la base de donnée"
},
"fields": {
"Choose your language": "Choisissez votre langue",
@@ -63,6 +69,7 @@
"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!": "Des erreurs se sont produites !",
"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...": "L'extension PHP {extName} est introuvable...",
"All Settings correct": "Les Paramètres sont corrects",
"Failed to connect to database": "Impossible de connecter la base de donnée",
@@ -95,7 +102,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -103,7 +110,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
+ "apache": "API Error: EspoCRM API unavailable.
Possible problems: RewriteBase required, disabled \"mod_rewrite\" in Apache server or .htaccess support.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\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/nl_NL/install.json b/install/core/i18n/nl_NL/install.json
index 23c3a74ecc..a0c7381d9b 100644
--- a/install/core/i18n/nl_NL/install.json
+++ b/install/core/i18n/nl_NL/install.json
@@ -12,7 +12,7 @@
"Step5 page title": "SMTP instellingen voor uitgaande emails",
"Errors page title": "Fouten",
"Finish page title": "Installatie is compleet",
- "Congratulation! Welcome to EspoCRM!": "Proficiat! EspoCRM heeft u succesvol geinstalleerd.",
+ "Congratulation! Welcome to EspoCRM": "Proficiat! EspoCRM heeft u succesvol geinstalleerd.",
"Installation Guide": "Installation Guide",
"admin": "admin",
"localhost": "localhost",
@@ -25,8 +25,14 @@
"Next": "Volgende",
"Go to EspoCRM": "Ga naar EspoCRM",
"Re-check": "Re-check",
+ "Version": "Versie",
"Test settings": "Test Verbinding",
- "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306."
+ "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": "PHP versie",
+ "mysqlVersion": "MySQL versie",
+ "dbHostName": "Host Naam",
+ "dbName": "Database Naam",
+ "dbUserName": "Database Gebruikers Naam"
},
"fields": {
"Choose your language": "Kies uw taal",
@@ -63,6 +69,7 @@
"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!": "Er zijn fouten gevonden!",
"phpVersion": "Uw PHP versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar PHP {minVersion}",
+ "MySQLVersion": "Uw MySQL versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar MySQL {minVersion}",
"The PHP extension was not found...": "PHP Error: Extension {extName} is not found.",
"All Settings correct": "Alle Instellingen zijn juist",
"Failed to connect to database": "Kan geen verbinding maken met de database",
@@ -95,7 +102,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -103,7 +110,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Error: EspoCRM API niet beschikbaar.
Mogelijke Oorzaak: disabled \"mod_rewrite\" in Apache server of .htaccess ondersteuning.",
+ "apache": "API Error: EspoCRM API niet beschikbaar.
Mogelijke Oorzaak: RewriteBase vereist, disabled \"mod_rewrite\" in Apache server of .htaccess ondersteuning.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\n",
"microsoft-iis": "API Error: EspoCRM API niet beschikbaar.
Mogelijk probleem: disabled \"URL Rewrite\". Controleer en activeer \"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/pl_PL/install.json b/install/core/i18n/pl_PL/install.json
index a1deaa4628..51d2636ba0 100644
--- a/install/core/i18n/pl_PL/install.json
+++ b/install/core/i18n/pl_PL/install.json
@@ -12,7 +12,7 @@
"Step5 page title": "Ustawienia SMTP dla poczty wychodzącej",
"Errors page title": "Błędy",
"Finish page title": "Instalacja została ukończona",
- "Congratulation! Welcome to EspoCRM!": "Gratuluje! EspoCRM zostało pomyślnie zainstalowane.",
+ "Congratulation! Welcome to EspoCRM": "Gratuluje! EspoCRM zostało pomyślnie zainstalowane.",
"Installation Guide": "Instrukcja instalacji",
"admin": "admin",
"localhost": "localhost",
@@ -25,8 +25,14 @@
"Next": "Następny",
"Go to EspoCRM": "Idź do EspoCRM",
"Re-check": "Sprawdź jeszcze raz",
+ "Version": "Wersja",
"Test settings": "Test połączenia z bazą danych",
- "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306."
+ "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": "Wersja PHP",
+ "mysqlVersion": "Wersja MySQL",
+ "dbHostName": "Host Name",
+ "dbName": "Nazwa Bazy Danych",
+ "dbUserName": "Nazwa Użytkonika Bazy Danych"
},
"fields": {
"Choose your language": "Wybierz swój język",
@@ -63,6 +69,7 @@
"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!": "Wystapiły błędy!",
"phpVersion": "Wersja PHP nie jest wspierana przez EspoCRM, proszę wykonać aktualizację do minimalnej wersji PHP {minVersion}",
+ "MySQLVersion": "Wersja MySQL nie jest wspierana przez EspoCRM, proszę wykonać aktualizację do minimalnej wersji MySQL {minVersion}",
"The PHP extension was not found...": "PHP Error: Extension {extName} is not found.",
"All Settings correct": "Wszystkie ustwienia są poprawne",
"Failed to connect to database": "Błąd połączenia z bazą danych",
@@ -95,7 +102,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -103,7 +110,7 @@
}
},
"modRewriteHelp": {
- "apache": "Błąd API: API jest nie dostępne.
Pradwdopodobnie: wyłączyłeś \"mod_rewrite\" w serwerze Apache lub .htaccess.",
+ "apache": "Błąd API: API jest nie dostępne.
Pradwdopodobnie: wymagane RewriteBase, wyłączyłeś \"mod_rewrite\" w serwerze Apache lub .htaccess.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\n",
"microsoft-iis": "Błąd API: API jest nie dostepne.
Pradopodobnie: wyłączyłeś \"URL Rewrite\". Proszę sprawdź i włącz \"URL Rewrite\" Moduł w IIS serwer",
"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/ro_RO/install.json b/install/core/i18n/ro_RO/install.json
index b5fddb0377..7db8927731 100644
--- a/install/core/i18n/ro_RO/install.json
+++ b/install/core/i18n/ro_RO/install.json
@@ -12,7 +12,7 @@
"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.",
+ "Congratulation! Welcome to EspoCRM": "Felicitari! EspoCRM a fost instalat cu succes.",
"Installation Guide": "Instrucțiuni de instalare",
"admin": "admin",
"localhost": "localhost",
@@ -25,8 +25,14 @@
"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."
+ "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",
@@ -63,6 +69,7 @@
"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!": "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 {extName} is not found.",
"All Settings correct": "Toate setarile sunt corecte",
"Failed to connect to database": "Nu s-a reusit conectarea la Baza de Date",
@@ -95,7 +102,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -103,7 +110,7 @@
}
},
"modRewriteHelp": {
- "apache": "Eroare API: API-ul EspoCRM nu este valabil.
Probleme posibile: este dezactivat \"mod_rewrite\" in server-ul Apache, sau in .htaccess.",
+ "apache": "Eroare API: API-ul EspoCRM nu este valabil.
Probleme posibile: RewriteBase necesar, este dezactivat \"mod_rewrite\" in server-ul Apache, sau in .htaccess.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\n",
"microsoft-iis": "Eroare API: API-ul EspoCRM nu este valabil.
Probleme posibile: este dezactivat \"URL Rewrite\". Verificati si activati modulul \"URL Rewrite\" in server-ul IIS",
"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/tr_TR/install.json b/install/core/i18n/tr_TR/install.json
index 184ca85a22..1d339b73a9 100644
--- a/install/core/i18n/tr_TR/install.json
+++ b/install/core/i18n/tr_TR/install.json
@@ -12,7 +12,7 @@
"Step5 page title": "Giden epostalar için SMTP ayarları",
"Errors page title": "Hatalar",
"Finish page title": "Yükleme tamamlandı",
- "Congratulation! Welcome to EspoCRM!": "Tebrikler! EspoCRM başarıyla yüklendi.",
+ "Congratulation! Welcome to EspoCRM": "Tebrikler! EspoCRM başarıyla yüklendi.",
"Installation Guide": "Kurulum Talimatları",
"admin": "Yçnetici",
"localhost": "localhost",
@@ -25,11 +25,17 @@
"Next": "Sonraki",
"Go to EspoCRM": "EspoCRM sayfama git",
"Re-check": "Tekrar Kontrol Et",
- "Test settings": "Bağlantıyı Kontrol Et"
+ "Version": "Versiyon",
+ "Test settings": "Bağlantıyı Kontrol Et",
+ "phpVersion": "PHP sürümü",
+ "mysqlVersion": "MySQL sürümü",
+ "dbHostName": "Sunucu Adı",
+ "dbName": "Veritabanı adı",
+ "dbUserName": "Veritabanı Kullanıcı Adı"
},
"fields": {
"Choose your language": "Dili seçin",
- "Database Name": "Veritabanı adı:",
+ "Database Name": "Veritabanı adı",
"Host Name": "Sunucu Adı",
"Port": "Bağlantı Noktası",
"Database User Name": "Veritabanı Kullanıcı Adı",
@@ -61,11 +67,12 @@
"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}",
"Some errors occurred!": "Bazı hatalar oluştu!",
- "Supported php version >=": "Desteklenen Php Sürümü >=",
+ "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...": "{extName}<\/b> PHP eklentisi bulunamadı...",
"All Settings correct": "Tüm ayarlar doğru",
"Failed to connect to database": "Veritabanına bağlanma başarısız oldu",
- "PHP version: ": "PHP sürümü:",
+ "PHP version": "PHP sürümü",
"You must agree to the license agreement": "Lisans sözleşmesini kabul etmelisiniz",
"Passwords do not match": "Şifreler eşleşmiyor",
"Enable mod_rewrite in Apache server": "Mod_rewrite ı Apache sunucusunda etkinleştirin",
@@ -94,7 +101,7 @@
},
"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>",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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<\/pre>"
},
"microsoft-iis": {
@@ -102,7 +109,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
+ "apache": "API Error: EspoCRM API unavailable.
Possible problems: RewriteBase required, disabled \"mod_rewrite\" in Apache server or .htaccess support.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\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/vi_VN/install.json b/install/core/i18n/vi_VN/install.json
index 4c6eebbc3b..e1f5137ea7 100644
--- a/install/core/i18n/vi_VN/install.json
+++ b/install/core/i18n/vi_VN/install.json
@@ -12,7 +12,7 @@
"Step5 page title": "Cài đặt SMTP cho email đi",
"Errors page title": "Lỗi",
"Finish page title": "Hoàn thành cài đặt",
- "Congratulation! Welcome to EspoCRM!": "Xin chúc mừng bạn! EspoCRM đã được cài đặt thành công.",
+ "Congratulation! Welcome to EspoCRM": "Xin chúc mừng bạn! EspoCRM đã được cài đặt thành công.",
"Installation Guide": "Hướng dẫn cài đặt",
"admin": "admin",
"localhost": "localhost",
@@ -25,8 +25,14 @@
"Next": "Tiến",
"Go to EspoCRM": "Đi đến EspoCRM",
"Re-check": "Kiểm tra lại",
+ "Version": "Phiên bản",
"Test settings": "Kiểm tra kết nối",
- "Database Settings Description": "Enter your MySQL database connection information (hostname, username and password). You can specify the server port for hostname like localhost:3306."
+ "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": "Phiên bản PHP",
+ "mysqlVersion": "Phiên bản MySQL",
+ "dbHostName": "Tên máy chủ",
+ "dbName": "Tên cơ sở dữ liệu",
+ "dbUserName": "Tên truy cập csdl"
},
"fields": {
"Choose your language": "Chọn ngôn ngữ",
@@ -63,6 +69,7 @@
"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!": "Đã có lỗi xảy ra!",
"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...": "Không tìm thấy phần mở rộng {extName} của PHP",
"All Settings correct": "cài đặt thành công",
"Failed to connect to database": "Không thể kết nối tới csdl",
@@ -95,7 +102,7 @@
},
"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\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
",
+ "linux": "
To add the RewriteBase path, open a file {API_PATH}.htaccess and change the following line:# RewriteBase /
ToRewriteBase {ESPO_PATH}{API_PATH}
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": {
@@ -103,7 +110,7 @@
}
},
"modRewriteHelp": {
- "apache": "API Error: EspoCRM API unavailable.
Possible problems: disabled \"mod_rewrite\" in Apache server or .htaccess support.",
+ "apache": "API Error: EspoCRM API unavailable.
Possible problems: RewriteBase required, disabled \"mod_rewrite\" in Apache server or .htaccess support.",
"nginx": "API Error: EspoCRM API unavailable.
Add this code to your Nginx Host Config (inside \"server\" block):
\n\n{0}\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/tpl/errors.tpl b/install/core/tpl/errors.tpl
index cea6682339..da505006dc 100644
--- a/install/core/tpl/errors.tpl
+++ b/install/core/tpl/errors.tpl
@@ -1,6 +1,3 @@
-
- {$langs['labels']['Errors page title']}
-
{$errors}
@@ -14,7 +11,7 @@
\ No newline at end of file
diff --git a/install/core/tpl/step1.tpl b/install/core/tpl/step1.tpl
index f5727fce48..da99944a40 100644
--- a/install/core/tpl/step1.tpl
+++ b/install/core/tpl/step1.tpl
@@ -1,13 +1,10 @@
-
- {$langs['labels']['Step1 page title']}
-