Localize "select user group" dialog heading

This commit is contained in:
Bjarne Fyrstenborg
2017-09-22 23:26:09 +02:00
parent c28e5f4d55
commit 925f64c79d
4 changed files with 4 additions and 1 deletions

View File

@@ -284,7 +284,7 @@
vm.selectedBulkUserGroups = _.clone(firstSelectedUser.userGroups);
vm.userGroupPicker = {
title: "Select user groups",
title: localizationService.localize("user_selectUserGroups"),
view: "usergrouppicker",
selection: vm.selectedBulkUserGroups,
closeButtonLabel: "Cancel",

View File

@@ -1470,6 +1470,7 @@ Mange hilsner fra Umbraco robotten
<key alias="profile">Profil</key>
<key alias="searchAllChildren">Søg alle 'børn'</key>
<key alias="sectionsHelp">Tilføj sektioner for at give brugerne adgang</key>
<key alias="selectUserGroups">Vælg brugergrupper</key>
<key alias="noStartNode">Ingen startnode valgt</key>
<key alias="noStartNodes">Ingen startnoder valgt</key>
<key alias="startnode">Startnode</key>

View File

@@ -1676,6 +1676,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="profile">Profile</key>
<key alias="searchAllChildren">Search all children</key>
<key alias="sectionsHelp">Add sections to give users access</key>
<key alias="selectUserGroups">Select user groups</key>
<key alias="noStartNode">No start node selected</key>
<key alias="noStartNodes">No start nodes selected</key>
<key alias="startnode">Content start node</key>

View File

@@ -1669,6 +1669,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="profile">Profile</key>
<key alias="searchAllChildren">Search all children</key>
<key alias="sectionsHelp">Add sections to give users access</key>
<key alias="selectUserGroups">Select user groups</key>
<key alias="noStartNode">No start node selected</key>
<key alias="noStartNodes">No start nodes selected</key>
<key alias="startnode">Content start node</key>