File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 44/**
55 * @package chamilo.ticket
66 */
7-
87require_once __DIR__ .'/../inc/global.inc.php ' ;
98
109if (!api_is_platform_admin () && api_get_setting ('ticket_allow_student_add ' ) !== 'true ' ) {
Original file line number Diff line number Diff line change 88 *
99 * @package chamilo.plugin.bigbluebutton
1010 */
11-
1211$ course_plugin = 'bbb ' ; //needed in order to load the plugin lang variables
1312$ cidReset = true ;
1413
Original file line number Diff line number Diff line change 7272$ strings ['launch_type ' ] = 'Launch type ' ;
7373$ strings ['EnterConferenceFlash ' ] = 'Enter the videoconference (Flash client) ' ;
7474$ strings ['EnterConferenceHTML5 ' ] = 'Enter the videoconference (HTML5 client) ' ;
75- $ strings ['ParticipantsWillUseSameInterface ' ] = 'Participants will use the same interface as you ' ;
75+ $ strings ['ParticipantsWillUseSameInterface ' ] = 'Participants will use the same interface as you ' ;
Original file line number Diff line number Diff line change 5151$ strings ['global_conference_allow_roles ' ] = "Visibilité du lien de vidéo conférence global pour les profils suivant " ;
5252$ strings ['CreatedAt ' ] = "Créé à " ;
5353
54-
5554$ strings ['EnterConferenceFlash ' ] = 'Entrer dans la salle de conférence (Flash) ' ;
5655$ strings ['EnterConferenceHTML5 ' ] = 'Entrer dans la salle de conférence (HTML5) ' ;
5756$ strings ['ParticipantsWillUseSameInterface ' ] = 'Les apprenants utiliseront la même interface que vous ' ;
You can’t perform that action at this time.
0 commit comments