You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/en.xml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -813,7 +813,7 @@
813
813
</area>
814
814
<areaalias="installer">
815
815
<keyalias="databaseErrorCannotConnect">The installer cannot connect to the database.</key>
816
-
<keyalias="databaseErrorWebConfig">Could not save the appsettings.json file. Please modify the connection string manually.</key>
816
+
<keyalias="databaseErrorWebConfig"><![CDATA[Could not save to your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>). Please modify the connection string manually.]]></key>
817
817
<keyalias="databaseFound">Your database has been found and is identified as</key>
<keyalias="databaseInstallDone"><![CDATA[Umbraco %0% has now been copied to your database. Press <strong>Next</strong> to proceed.]]></key>
825
-
<keyalias="databaseNotFound"><![CDATA[<p>Database not found! Please check that the information in the "ConnectionStrings" property of the "appsettings.json" file is correct.</p>
826
-
<p>To proceed, please edit the "appsettings.json" file (using Visual Studio or your favourite text editor), add the connection string for your database in the key named "umbracoDbDSN" and save the file. </p>
825
+
<keyalias="databaseNotFound"><![CDATA[<p>Database not found! Please check that the information in the "ConnectionStrings" property in your configuration source is correct, for example, in appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>).</p>
826
+
<p>To proceed, please edit your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>), add the connection string for your database in the key named "umbracoDbDSN".</p>
More information on editing your configurations here (choose "Connection string settings")</a>.</p>]]></key>
831
831
<keyalias="databaseText"><![CDATA[To complete this step, you must know some information regarding your database server ("connection string").<br />
832
832
Please contact your ISP if necessary.
833
833
If you're installing on a local machine or server you might need information from your system administrator.]]></key>
@@ -2048,8 +2048,8 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2048
2048
<keyalias="httpsCheckExpiringCertificate">Your website's SSL certificate is expiring in %0% days.</key>
2049
2049
<keyalias="healthCheckInvalidUrl">Error pinging the URL %0% - '%1%'</key>
2050
2050
<keyalias="httpsCheckIsCurrentSchemeHttps">You are currently %0% viewing the site using the HTTPS scheme.</key>
2051
-
<keyalias="httpsCheckConfigurationRectifyNotPossible">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in your appsettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.</key>
2052
-
<keyalias="httpsCheckConfigurationCheckResult">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your appsettings.json file, your cookies are %1% marked as secure.</key>
2051
+
<keyalias="httpsCheckConfigurationRectifyNotPossible"><![CDATA[The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>). Once you access this site using the HTTPS scheme, that should be set to 'true'.]]></key>
2052
+
<keyalias="httpsCheckConfigurationCheckResult"><![CDATA[The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>), your cookies are %1% marked as secure.]]></key>
2053
2053
<!-- The following keys don't get tokens passed in -->
2054
2054
<keyalias="compilationDebugCheckSuccessMessage">Debug compilation mode is disabled.</key>
2055
2055
<keyalias="compilationDebugCheckErrorMessage">Debug compilation mode is currently enabled. It is recommended to disable this setting before go live.</key>
@@ -2075,10 +2075,10 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2075
2075
-->
2076
2076
<keyalias="excessiveHeadersFound"><![CDATA[The following headers revealing information about the website technology were found: <strong>%0%</strong>.]]></key>
2077
2077
<keyalias="excessiveHeadersNotFound">No headers revealing information about the website technology were found.</key>
2078
-
<keyalias="smtpMailSettingsNotFound">In the appsettings.json file, Umbraco:CMS:Global:Smtp could not be found.</key>
2079
-
<keyalias="smtpMailSettingsHostNotConfigured">In the appsettings.json file Umbraco:CMS:Global:Smtp section, the host is not configured.</key>
2078
+
<keyalias="smtpMailSettingsNotFound"><![CDATA[In your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>), Umbraco:CMS:Global:Smtp could not be found.]]></key>
2079
+
<keyalias="smtpMailSettingsHostNotConfigured"><![CDATA[In your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>) Umbraco:CMS:Global:Smtp section, the host is not configured.]]></key>
2080
2080
<keyalias="smtpMailSettingsConnectionSuccess">SMTP settings are configured correctly and the service is operating as expected.</key>
2081
-
<keyalias="smtpMailSettingsConnectionFail">The SMTP server configured with host '%0%' and port '%1%' could not be reached. Please check to ensure the SMTP settings in the appsettings.json file Umbraco:CMS:Global:Smtp are correct.</key>
2081
+
<keyalias="smtpMailSettingsConnectionFail"><![CDATA[The SMTP server configured with host '%0%' and port '%1%' could not be reached. Please check to ensure the SMTP settings in your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>) is correct in the Umbraco:CMS:Global:Smtp section.]]></key>
2082
2082
<keyalias="notificationEmailsCheckSuccessMessage"><![CDATA[Notification email has been set to <strong>%0%</strong>.]]></key>
2083
2083
<keyalias="notificationEmailsCheckErrorMessage"><![CDATA[Notification email is still set to the default value of <strong>%0%</strong>.]]></key>
2084
2084
<keyalias="scheduledHealthCheckEmailBody"><![CDATA[<html><body><p>Results of the scheduled Umbraco Health Checks run on %0% at %1% are as follows:</p>%2%</body></html>]]></key>
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -832,19 +832,19 @@
832
832
</area>
833
833
<areaalias="installer">
834
834
<keyalias="databaseErrorCannotConnect">The installer cannot connect to the database.</key>
835
-
<keyalias="databaseErrorWebConfig">Could not save the appsettings.json file. Please modify the connection string manually.</key>
835
+
<keyalias="databaseErrorWebConfig"><![CDATA[Could not save to your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>). Please modify the connection string manually.]]></key>
836
836
<keyalias="databaseFound">Your database has been found and is identified as</key>
Press the <strong>install</strong> button to install the Umbraco %0% database
840
840
]]></key>
841
841
<keyalias="databaseInstallDone"><![CDATA[Umbraco %0% has now been copied to your database. Press <strong>Next</strong> to proceed.]]></key>
842
-
<keyalias="databaseNotFound"><![CDATA[<p>Database not found! Please check that the information in the "ConnectionStrings" property of the "appsettings.json" file is correct.</p>
843
-
<p>To proceed, please edit the "appsettings.json" file (using Visual Studio or your favourite text editor), add the connection string for your database in the key named "umbracoDbDSN" and save the file. </p>
842
+
<keyalias="databaseNotFound"><![CDATA[<p>Database not found! Please check that the information in the "ConnectionStrings" property in your configuration source is correct, for example, in appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>).</p>
843
+
<p>To proceed, please edit your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>), add the connection string for your database in the key named "umbracoDbDSN".</p>
More information on editing your configurations here (choose "Connection string settings")</a>.</p>]]></key>
848
848
<keyalias="databaseText"><![CDATA[To complete this step, you must know some information regarding your database server ("connection string").<br />
849
849
Please contact your ISP if necessary.
850
850
If you're installing on a local machine or server you might need information from your system administrator.]]></key>
@@ -2105,8 +2105,8 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2105
2105
<keyalias="httpsCheckExpiringCertificate">Your website's SSL certificate is expiring in %0% days.</key>
2106
2106
<keyalias="healthCheckInvalidUrl">Error pinging the URL %0% - '%1%'</key>
2107
2107
<keyalias="httpsCheckIsCurrentSchemeHttps">You are currently %0% viewing the site using the HTTPS scheme.</key>
2108
-
<keyalias="httpsCheckConfigurationRectifyNotPossible">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in your appsettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.</key>
2109
-
<keyalias="httpsCheckConfigurationCheckResult">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your appsettings.json file, your cookies are %1% marked as secure.</key>
2108
+
<keyalias="httpsCheckConfigurationRectifyNotPossible"><![CDATA[The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>). Once you access this site using the HTTPS scheme, that should be set to 'true'.]]></key>
2109
+
<keyalias="httpsCheckConfigurationCheckResult"><![CDATA[The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>), your cookies are %1% marked as secure.]]></key>
2110
2110
<!-- The following keys don't get tokens passed in -->
2111
2111
<keyalias="compilationDebugCheckSuccessMessage">Debug compilation mode is disabled.</key>
2112
2112
<keyalias="compilationDebugCheckErrorMessage">Debug compilation mode is currently enabled. It is recommended to disable this setting before go live.</key>
@@ -2132,10 +2132,10 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2132
2132
-->
2133
2133
<keyalias="excessiveHeadersFound"><![CDATA[The following headers revealing information about the website technology were found: <strong>%0%</strong>.]]></key>
2134
2134
<keyalias="excessiveHeadersNotFound">No headers revealing information about the website technology were found.</key>
2135
-
<keyalias="smtpMailSettingsNotFound">In the appsettings.json file, Umbraco:CMS:Global:Smtp could not be found.</key>
2136
-
<keyalias="smtpMailSettingsHostNotConfigured">In the appsettings.json file Umbraco:CMS:Global:Smtp section, the host is not configured.</key>
2135
+
<keyalias="smtpMailSettingsNotFound"><![CDATA[In your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>), Umbraco:CMS:Global:Smtp could not be found.]]></key>
2136
+
<keyalias="smtpMailSettingsHostNotConfigured"><![CDATA[In your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>) Umbraco:CMS:Global:Smtp section, the host is not configured.]]></key>
2137
2137
<keyalias="smtpMailSettingsConnectionSuccess">SMTP settings are configured correctly and the service is operating as expected.</key>
2138
-
<keyalias="smtpMailSettingsConnectionFail">The SMTP server configured with host '%0%' and port '%1%' could not be reached. Please check to ensure the SMTP settings in the appsettings.json file Umbraco:CMS:Global:Smtp are correct.</key>
2138
+
<keyalias="smtpMailSettingsConnectionFail"><![CDATA[The SMTP server configured with host '%0%' and port '%1%' could not be reached. Please check to ensure the SMTP settings in your configuration source, for example, appsettings.json (see <a href="https://umbra.co/configdocs" target="_blank" rel="noopener">the documentation</a>) is correct in the Umbraco:CMS:Global:Smtp section.]]></key>
2139
2139
<keyalias="notificationEmailsCheckSuccessMessage"><![CDATA[Notification email has been set to <strong>%0%</strong>.]]></key>
2140
2140
<keyalias="notificationEmailsCheckErrorMessage"><![CDATA[Notification email is still set to the default value of <strong>%0%</strong>.]]></key>
2141
2141
<keyalias="scheduledHealthCheckEmailBody"><![CDATA[<html><body><p>Results of the scheduled Umbraco Health Checks run on %0% at %1% are as follows:</p>%2%</body></html>]]></key>
@@ -2384,7 +2384,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2384
2384
<keyalias="reminderDescription">
2385
2385
<![CDATA[
2386
2386
<p>
2387
-
You should never let a production site run in debug mode. Debug mode is turned off by setting <b>Umbraco:CMS:Hosting:Debug</b> to <b>false</b> in appsettings.json, appsettings.{Environment}.json or via an environment variable.
2387
+
You should never let a production site run in debug mode. Debug mode is turned off by setting <b>Umbraco:CMS:Hosting:Debug</b> to <b>false</b> in appsettings.json, appsettings.{Environment}.json or via an environment variable.
0 commit comments