MDL-10181, bulk user action and language pack fixes

This commit is contained in:
toyomoyo 2007-08-15 02:36:47 +00:00
parent 379eaebde1
commit 68853d0dd3
9 changed files with 30 additions and 14 deletions

View file

@ -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';

View file

@ -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';

View file

@ -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';