mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-74986 mod_bigbluebuttonbn: Outline display is a bit verbose
* Change language string to shorten the user outline display
This commit is contained in:
parent
e4c5a12a1c
commit
76e77b6385
2 changed files with 37 additions and 6 deletions
|
@ -375,9 +375,9 @@ $string['mod_form_field_disablenote'] = 'Disable shared notes';
|
|||
$string['mod_form_field_hideuserlist'] = 'Hide user list';
|
||||
$string['mod_form_field_lockonjoin'] = 'Lock settings on join';
|
||||
$string['mod_form_locksettings'] = 'Lock settings';
|
||||
$string['report_join_info'] = 'Has joined the room {$a} time(s)';
|
||||
$string['report_play_recording_info'] = 'Has played a recording {$a} time(s)';
|
||||
$string['report_room_view'] = 'Has viewed the room';
|
||||
$string['report_join_info'] = '{$a} meeting(s)';
|
||||
$string['report_play_recording_info'] = '{$a} recording(s) played';
|
||||
$string['report_room_view'] = 'viewed';
|
||||
$string['starts_at'] = 'Starts';
|
||||
$string['started_at'] = 'Started';
|
||||
$string['ends_at'] = 'Ends';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue