Merge branch '3436-relations-editor' of https://github.com/jamescoxhead/Umbraco-CMS into jamescoxhead-3436-relations-editor

This commit is contained in:
Claus
2018-12-10 13:27:34 +01:00
27 changed files with 891 additions and 442 deletions

View File

@@ -1965,4 +1965,18 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="noRestoreRelation">There is no 'restore' relation found for this node. Use the Move menu item to move it manually.</key>
<key alias="restoreUnderRecycled">The item you want to restore it under ('%0%') is in the recycle bin. Use the Move menu item to move the item manually.</key>
</area>
<area alias="relationType">
<key alias="direction">Direction</key>
<key alias="parentToChild">Parent to child</key>
<key alias="bidirectional">Bidirectional</key>
<key alias="parent">Parent</key>
<key alias="child">Child</key>
<key alias="count">Count</key>
<key alias="relations">Relations</key>
<key alias="created">Created</key>
<key alias="comment">Comment</key>
<key alias="name">Name</key>
<key alias="tabRelationType">Relation Type</key>
<key alias="tabRelations">Relations</key>
</area>
</language>

View File

@@ -2020,4 +2020,18 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="notifySet">Select your notifications for</key>
<key alias="notificationsSavedFor">Notification settings saved for </key>
</area>
<area alias="relationType">
<key alias="direction">Direction</key>
<key alias="parentToChild">Parent to child</key>
<key alias="bidirectional">Bidirectional</key>
<key alias="parent">Parent</key>
<key alias="child">Child</key>
<key alias="count">Count</key>
<key alias="relations">Relations</key>
<key alias="created">Created</key>
<key alias="comment">Comment</key>
<key alias="name">Name</key>
<key alias="tabRelationType">Relation Type</key>
<key alias="tabRelations">Relations</key>
</area>
</language>