Merge pull request #2185 from Mikulas/patch-missing-group-l10n

add localization to group administration
This commit is contained in:
Régis Hanol 2014-03-26 14:32:20 +01:00
commit 71ba674167
2 changed files with 6 additions and 3 deletions

View File

@ -9,8 +9,8 @@
{{/each}}
</ul>
<div class='controls'>
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}>Refresh</button>
<button class='btn' {{action newGroup}}>New</button>
<button class='btn' {{bind-attr disabled="refreshingAutoGroups"}} {{action "refreshAutoGroups"}}>{i18n admin.groups.refresh}}</button>
<button class='btn' {{action newGroup}}>{i18n admin.groups.new}}</button>
</div>
</div>
@ -25,7 +25,7 @@
{{/if}}
<div class="control-group">
<label class="control-label">Group members</label>
<label class="control-label">{i18n admin.groups.group_members}}</label>
<div class="controls">
{{userSelector usernames=usernames id="group-users" placeholderKey="admin.groups.selector_placeholder" tabindex="1" disabledBinding="automatic"}}
</div>

View File

@ -1320,9 +1320,12 @@ en:
no_primary: "(no primary group)"
title: "Groups"
edit: "Edit Groups"
refresh: "Refresh"
new: "New"
selector_placeholder: "add users"
name_placeholder: "Group name, no spaces, same as username rule"
about: "Edit your group membership and names here"
group_members: "Group members"
delete: "Delete"
delete_confirm: "Delete this group?"
delete_failed: "Unable to delete group. If this is an automatic group, it cannot be destroyed."