File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
src/Umbraco.Web.UI/umbraco/config/lang Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -2262,11 +2262,11 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
22622262 <key alias =" httpsCheckExpiringCertificate" >Your website's SSL certificate is expiring in %0% days.</key >
22632263 <key alias =" healthCheckInvalidUrl" >Error pinging the URL %0% - '%1%'</key >
22642264 <key alias =" httpsCheckIsCurrentSchemeHttps" >You are currently %0% viewing the site using the HTTPS scheme.</key >
2265- <key alias =" httpsCheckConfigurationRectifyNotPossible" >The appSetting 'Umbraco.Core. UseHttps' is set to 'false' in
2266- your web.config file. Once you access this site using the HTTPS scheme, that should be set to 'true'.
2265+ <key alias =" httpsCheckConfigurationRectifyNotPossible" >The appSetting 'Umbraco:CMS:Global: UseHttps' is set to 'false' in
2266+ your appSettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.
22672267 </key >
2268- <key alias =" httpsCheckConfigurationCheckResult" >The appSetting 'Umbraco.Core. UseHttps' is set to '%0%' in your
2269- web.config file, your cookies are %1% marked as secure.
2268+ <key alias =" httpsCheckConfigurationCheckResult" >The appSetting 'Umbraco:CMS:Global: UseHttps' is set to '%0%' in your
2269+ appSettings.json file, your cookies are %1% marked as secure.
22702270 </key >
22712271 <!-- The following keys don't get tokens passed in -->
22722272 <key alias =" compilationDebugCheckSuccessMessage" >Debug compilation mode is disabled.</key >
Original file line number Diff line number Diff line change @@ -2339,12 +2339,11 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
23392339 <key alias =" httpsCheckExpiringCertificate" >Your website's SSL certificate is expiring in %0% days.</key >
23402340 <key alias =" healthCheckInvalidUrl" >Error pinging the URL %0% - '%1%'</key >
23412341 <key alias =" httpsCheckIsCurrentSchemeHttps" >You are currently %0% viewing the site using the HTTPS scheme.</key >
2342- <key alias =" httpsCheckConfigurationRectifyNotPossible" >The configuration value 'Umbraco:CMS:Global:UseHttps' is set
2343- to 'false' in your web.config file. Once you access this site using the HTTPS scheme, that should be set to
2344- 'true'.
2342+ <key alias =" httpsCheckConfigurationRectifyNotPossible" >The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in
2343+ your appSettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.
23452344 </key >
2346- <key alias =" httpsCheckConfigurationCheckResult" >The configuration value 'Umbraco:CMS:Global:UseHttps' is set to
2347- '%0%' in your web.config file, your cookies are %1% marked as secure.
2345+ <key alias =" httpsCheckConfigurationCheckResult" >The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your
2346+ appSettings.json file, your cookies are %1% marked as secure.
23482347 </key >
23492348 <!-- The following keys don't get tokens passed in -->
23502349 <key alias =" compilationDebugCheckSuccessMessage" >Debug compilation mode is disabled.</key >
Original file line number Diff line number Diff line change @@ -1962,7 +1962,14 @@ Pour gérer votre site, ouvrez simplement le backoffice Umbraco et commencez à
19621962 <key alias =" httpsCheckExpiringCertificate" >Le certificat SSL de votre site web va expirer dans %0% jours.</key >
19631963 <key alias =" healthCheckInvalidUrl" >Erreur en essayant de contacter l'URL %0% - '%1%'</key >
19641964 <key alias =" httpsCheckIsCurrentSchemeHttps" >Vous êtes actuellement %0% à voir le site via le schéma HTTPS.</key >
1965- <!-- The following keys don't get tokens passed in -->
1965+ <key alias =" httpsCheckConfigurationRectifyNotPossible" >
1966+ L'appSetting 'Umbraco:CMS:Global:UseHttps' se trouve à 'false' dans votre fichier appSettings.json.
1967+ Une fois que vous aurez accès à ce site via le schema HTTPS, il faudra la mettre à 'true'.
1968+ </key >
1969+ <key alias =" httpsCheckConfigurationCheckResult" >
1970+ L'appSetting 'Umbraco:CMS:Global:UseHttps' se trouve à '%0%' dans votre fichier
1971+ appSettings.json, vos cookies sont %1% marqués comme 'secured'.
1972+ </key > <!-- The following keys don't get tokens passed in -->
19661973 <key alias =" compilationDebugCheckSuccessMessage" >Le mode de compilation Debug est désactivé.</key >
19671974 <key alias =" compilationDebugCheckErrorMessage" >Le mode de compilation Debug est actuellement activé. Il est recommandé de désactiver ce paramètre avant la mise en ligne.</key >
19681975 <!-- The following keys get these tokens passed in:
You can’t perform that action at this time.
0 commit comments