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.Core/EmbeddedResources/Lang/da.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1469,6 +1469,7 @@ Mange hilsner fra Umbraco robotten
1469
1469
<keyalias="publishWithMissingDomain">Der er ikke noget domæne konfigureret for %0%, kontakt vensligst en
1470
1470
administrator, se loggen for mere information
1471
1471
</key>
1472
+
<keyalias="publishWithNoUrl">Dokumentet har ikke nogen URL, muligvis grundet en kollision med et andet dokuments navn. Flere detaljer kan ses under Info.</key>
1472
1473
<keyalias="copySuccessMessage">Dit systems information er blevet kopieret til udklipsholderen</key>
1473
1474
<keyalias="cannotCopyInformation">Kunne desværre ikke kopiere dit systems information til udklipsholderen</key>
Copy file name to clipboardExpand all lines: src/Umbraco.Core/EmbeddedResources/Lang/en.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1700,6 +1700,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
1700
1700
<keyalias="publishWithMissingDomain">There is no domain configured for %0%, please contact an administrator, see
1701
1701
log for more information
1702
1702
</key>
1703
+
<keyalias="publishWithNoUrl">The document does not have a URL, possibly due to a naming collision with another document. More details can be found under Info.</key>
1703
1704
<keyalias="copySuccessMessage">Your system information has successfully been copied to the clipboard</key>
1704
1705
<keyalias="cannotCopyInformation">Could not copy your system information to the clipboard</key>
Copy file name to clipboardExpand all lines: src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1732,6 +1732,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
1732
1732
<keyalias="publishWithMissingDomain">There is no domain configured for %0%, please contact an administrator, see
1733
1733
log for more information
1734
1734
</key>
1735
+
<keyalias="publishWithNoUrl">The document does not have a URL, possibly due to a naming collision with another document. More details can be found under Info.</key>
1735
1736
<keyalias="preventCleanupEnableError">An error occurred while enabling version cleanup for %0%</key>
1736
1737
<keyalias="preventCleanupDisableError">An error occurred while disabling version cleanup for %0%</key>
1737
1738
<keyalias="copySuccessMessage">Your system information has successfully been copied to the clipboard</key>
"The root node {RootNodeName} was published with multiple cultures, but no domains are configured, this will cause routing and caching issues, please register domains for: {Cultures}",
1836
1896
persistedContent?.Name,
1837
1897
string.Join(", ",publishedCultures));
1838
-
return;
1898
+
returntrue;
1839
1899
}
1840
1900
1841
1901
// If there is some domains, verify that there's a domain for each of the published cultures
0 commit comments