|
35 | 35 | $string['listgrouping'] = 'Grouping'; |
36 | 36 | $string['setting_adminsettingsheading'] = 'Group Members settings'; |
37 | 37 | $string['setting_defaultsheading'] = 'Group Members default settings'; |
| 38 | +$string['setting_showdeptinstdefault'] = 'Show department and institution'; |
| 39 | +$string['setting_showdeptinstdefault_desc'] = 'With this setting, you control the default value of the "Show department and institution" module instance setting.<br />This setting will only be processed, if the "Enable showing department and institution" is enabled.'; |
| 40 | +$string['setting_showdeptinstenable'] = 'Enable showing department and institution'; |
| 41 | +$string['setting_showdeptinstenable_desc'] = 'With this setting, you control if showing department and institution can be enabled within a module instance or not.'; |
| 42 | +$string['setting_showdescdefault'] = 'Show description'; |
| 43 | +$string['setting_showdescdefault_desc'] = 'With this setting, you control the default value of the "Show description" module instance setting.<br />This setting will only be processed, if the "Enable showing description" is enabled.'; |
| 44 | +$string['setting_showdescenable'] = 'Enable showing description'; |
| 45 | +$string['setting_showdescenable_desc'] = 'With this setting, you control if showing description can be enabled within a module instance or not.'; |
38 | 46 | $string['setting_showemaildefault'] = 'Show e-mail addresses'; |
39 | 47 | $string['setting_showemaildefault_desc'] = 'With this setting, you control the default value of the "Show e-mail addresses" module instance setting.<br />This setting will only be processed, if the "Enable showing e-mail addresses" is enabled.'; |
40 | 48 | $string['setting_showemailenable'] = 'Enable showing e-mail addresses'; |
41 | 49 | $string['setting_showemailenable_desc'] = 'With this setting, you control if showing e-mail addresses can be enabled within a module instance or not.'; |
| 50 | +$string['setting_showphonedefault'] = 'Show phone numbers'; |
| 51 | +$string['setting_showphonedefault_desc'] = 'With this setting, you control the default value of the "Show phone numbers" module instance setting.<br />This setting will only be processed, if the "Enable showing phone numbers" is enabled.'; |
| 52 | +$string['setting_showphoneenable'] = 'Enable showing phone numbers'; |
| 53 | +$string['setting_showphoneenable_desc'] = 'With this setting, you control if showing phone numbers can be enabled within a module instance or not.'; |
42 | 54 | $string['setting_showgroupsdefault'] = 'Show groups'; |
43 | 55 | $string['setting_showgroupsdefault_desc'] = 'With this setting, you control the default value of the "Show groups" module instance setting.'; |
44 | 56 | $string['showgroups'] = 'Show groups'; |
45 | 57 | $string['showgroups:all'] = 'All groups of grouping'; |
46 | 58 | $string['showgroups:own'] = 'Only own group'; |
| 59 | +$string['showdeptinst'] = 'Show department and institution'; |
| 60 | +$string['showdesc'] = 'Show description'; |
47 | 61 | $string['showemail'] = 'Show e-mail addresses'; |
48 | 62 | $string['showemail:no'] = 'No, only internal messages'; |
49 | 63 | $string['showemail:owngroup'] = 'Only for own group'; |
50 | 64 | $string['showemail:allgroups'] = 'For all groups'; |
| 65 | +$string['showfield:no'] = 'No'; |
| 66 | +$string['showfield:owngroup'] = 'Only for own group'; |
| 67 | +$string['showfield:allgroups'] = 'For all groups'; |
| 68 | +$string['showphone'] = 'Show phone numbers'; |
51 | 69 | $string['user:fullname'] = 'First name / Surname'; |
52 | 70 | $string['user:contact'] = 'Contact'; |
| 71 | +$string['user:deptinst'] = 'Department & Institution'; |
| 72 | +$string['user:desc'] = 'Description'; |
| 73 | +$string['user:descsummary'] = '{$a}\'s Description'; |
| 74 | +$string['user:phone'] = 'Phone'; |
53 | 75 | $string['noowngroupsavailable'] = 'You are currently not assigned to any group.'; |
54 | 76 | $string['nogroupsavailable'] = 'There are currently no groups to be displayed.'; |
55 | 77 | $string['mailhidden'] = 'Mail contact disabled'; |
|
0 commit comments