mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10181, bulk user action and language pack fixes
This commit is contained in:
parent
379eaebde1
commit
68853d0dd3
9 changed files with 30 additions and 14 deletions
|
@ -616,6 +616,7 @@ $string['upgradinglogs'] = 'Upgrading logs';
|
|||
$string['upwards'] = 'upwards';
|
||||
$string['usehtmleditor'] = 'Use HTML editor';
|
||||
$string['useraccountupdated'] = 'User updated';
|
||||
$string['userbulk'] = 'Bulk user actions';
|
||||
$string['userlist'] = 'Browse list of users';
|
||||
$string['userpolicies'] = 'User policies';
|
||||
$string['userrenamed'] = 'User renamed';
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
$string['usersinlist'] = 'Users in list';
|
||||
$string['addall'] = 'Add all to selection';
|
||||
$string['addsel'] = 'Add to selection';
|
||||
$string['removeall'] = 'Remove all from selection';
|
||||
$string['removeall'] = 'Clear selection';
|
||||
$string['removesel'] = 'Remove from selection';
|
||||
$string['filtered'] = 'Filtered';
|
||||
$string['available'] = 'Available';
|
||||
$string['selected'] = 'Selected';
|
||||
$string['action'] = 'Action';
|
||||
$string['usersfound'] = '$a user(s) found';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php //$Id$
|
||||
$string['actfilterhdr'] = 'Active filters';
|
||||
$string['actfilterhdr'] = 'Active filters (ORed together)';
|
||||
$string['addfilter'] = 'Add filter';
|
||||
$string['anyvalue'] = 'any value';
|
||||
$string['anyrole'] = 'any role';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue