Localize user management heading

This commit is contained in:
Bjarne Fyrstenborg
2017-09-22 23:12:33 +02:00
parent ae1702c62a
commit 439c460220
4 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
//note on the below, we dont assign a view unless it's the right route since if we did that it will load in that controller
//for the view which is unecessary and will cause extra overhead/requests to occur
vm.page = {};
vm.page.name = "User Management";
vm.page.name = localizationService.localize("user_userManagement");
vm.page.navigation = [
{
"name": localizationService.localize("sections_users"),

View File

@@ -1479,6 +1479,7 @@ Mange hilsner fra Umbraco robotten
<key alias="updateDate">Bruger sidst opdateret</key>
<key alias="userCreated">er blevet oprettet</key>
<key alias="userCreatedSuccessHelp">Den nye bruger er blevet oprettet. For at logge ind i Umbraco skal du bruge adgangskoden nedenfor.</key>
<key alias="userManagement">Brugeradministration</key>
<key alias="username">Navn</key>
<key alias="userPermissions">Brugertilladelser</key>
<key alias="userGroupPermissions">Brugergruppe tilladelser</key>

View File

@@ -1685,6 +1685,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="updateDate">User last updated</key>
<key alias="userCreated">has been created</key>
<key alias="userCreatedSuccessHelp">The new user has successfully been created. To log in to Umbraco use the password below.</key>
<key alias="userManagement">User management</key>
<key alias="username">Name</key>
<key alias="userPermissions">User permissions</key>
<key alias="userGroupPermissions">User group permissions</key>

View File

@@ -1678,6 +1678,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="updateDate">User last updated</key>
<key alias="userCreated">has been created</key>
<key alias="userCreatedSuccessHelp">The new user has successfully been created. To log in to Umbraco use the password below.</key>
<key alias="userManagement">User management</key>
<key alias="username">Name</key>
<key alias="userPermissions">User permissions</key>
<key alias="userGroupPermissions">User group permissions</key>