File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 'MANAGE ' => 'Manage group ' ,
6060 'NAME ' => 'Group name ' ,
6161 'NAME_EXPLAIN ' => 'Please enter a name for the group ' ,
62+ 'NONE ' => 'No group ' ,
6263 'NOT_EMPTY ' => "You can't do that because there are still users associated with the group <strong>{{name}}</strong>. " ,
6364 'PAGE_DESCRIPTION ' => 'A listing of the groups for your site. Provides management tools for editing and deleting groups. ' ,
6465 'SUMMARY ' => 'Group Summary ' ,
Original file line number Diff line number Diff line change 2525 <input type =" text" class =" form-control" name =" theme" value =" {{user .group .name }}" disabled >
2626 {% else %}
2727 <select id =" input-group" class =" form-control js-select2" name =" group_id" >
28- <option value =" 0" >No group</option >
28+ <option value =" 0" >{{translate(' GROUP.NONE' )}}</option >
29+ <option disabled =" disabled" >-----</option >
2930 {% for group in groups %}
3031 <option value =" {{group .id }}" {% if (group .id == user .group_id ) %}selected {% endif %}>{{group .name }}</option >
3132 {% endfor %}
You can’t perform that action at this time.
0 commit comments