Media and content tree root node translation
This commit is contained in:
@@ -530,7 +530,7 @@ Mange hilsner fra umbraco robotten
|
||||
<key alias="concierge">Concierge</key>
|
||||
<key alias="content">Indhold</key>
|
||||
<key alias="courier">Courier</key>
|
||||
<key alias="developer">Developer</key>
|
||||
<key alias="developer">Udvikler</key>
|
||||
<key alias="installer">Umbraco konfigurationsguide</key>
|
||||
<key alias="media">Mediearkiv</key>
|
||||
<key alias="member">Medlemmer</key>
|
||||
|
||||
@@ -44,6 +44,7 @@ namespace Umbraco.Web.Trees
|
||||
{
|
||||
node.MenuUrl = "";
|
||||
}
|
||||
node.Name = ui.Text("sections", Constants.Trees.Content);
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ namespace Umbraco.Web.Trees
|
||||
{
|
||||
node.MenuUrl = "";
|
||||
}
|
||||
node.Name = ui.Text("sections", Constants.Trees.Media);
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user