@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | $strings['VideoConferenceAddedToTheCalendar'] = "Vidéoconférence ajoutée au calendrier"; |
14 | 14 | $strings['VideoConferenceAddedToTheLinkTool'] = "Vidéoconférence ajoutée comme lien. Vous pouvez éditer et publier le lien sur la page principale du cours depuis l'outil liens."; |
15 | 15 | |
16 | -$strings['GoToTheVideoConference'] = "Entrer dans la salle de conférence"; |
|
16 | +$strings['GoToTheVideoConference'] = "Entrer dans la salle de conférence"; |
|
17 | 17 | |
18 | 18 | $strings['Records'] = "Enregistrement"; |
19 | 19 | $strings['Meeting'] = "Salle de conférence"; |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | $strings['EnterConference'] = "Entrer dans la salle de conférence"; |
25 | 25 | $strings['RecordList'] = "Liste des enregistrements"; |
26 | 26 | $strings['ServerIsNotRunning'] = "Le serveur de vidéoconférence ne fonctionne pas"; |
27 | -$strings['ServerIsNotConfigured'] = "Le serveur de vidéoconférence n'est pas configuré correctement"; |
|
27 | +$strings['ServerIsNotConfigured'] = "Le serveur de vidéoconférence n'est pas configuré correctement"; |
|
28 | 28 | |
29 | 29 | $strings['XUsersOnLine'] = "%s utilisateurs dans la salle"; |
30 | 30 |
@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | $strings['VideoConferenceAddedToTheCalendar'] = "Videoconferencia añadida al calendario"; |
14 | 14 | $strings['VideoConferenceAddedToTheLinkTool'] = "Videoconferencia añadida como enlace. Puede editar y publicar el enlace en la página principal del curso desde la herramienta de enlace."; |
15 | 15 | |
16 | -$strings['GoToTheVideoConference'] = "Ir a la videoconferencia"; |
|
16 | +$strings['GoToTheVideoConference'] = "Ir a la videoconferencia"; |
|
17 | 17 | |
18 | 18 | $strings['Records'] = "Grabación"; |
19 | 19 | $strings['Meeting'] = "Sala de conferencia"; |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | $strings['EnterConference'] = "Entrar a la videoconferencia"; |
25 | 25 | $strings['RecordList'] = "Lista de grabaciones"; |
26 | 26 | $strings['ServerIsNotRunning'] = "El servidor de videoconferencia no está funcionando"; |
27 | -$strings['ServerIsNotConfigured'] = "El servidor de videoconferencia no está configurado correctamente"; |
|
27 | +$strings['ServerIsNotConfigured'] = "El servidor de videoconferencia no está configurado correctamente"; |
|
28 | 28 | |
29 | 29 | $strings['XUsersOnLine'] = "%s usuario(s) en la sala"; |
30 | 30 |
@@ -5,6 +5,6 @@ |
||
5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
6 | 6 | * @package chamilo.plugin.skype |
7 | 7 | */ |
8 | -require_once __DIR__ . '/config.php'; |
|
8 | +require_once __DIR__.'/config.php'; |
|
9 | 9 | |
10 | 10 | Skype::create()->install(); |
@@ -6,4 +6,4 @@ |
||
6 | 6 | * @package chamilo.plugin.skype |
7 | 7 | */ |
8 | 8 | |
9 | -require_once api_get_path(SYS_PATH) . 'main/inc/global.inc.php'; |
|
9 | +require_once api_get_path(SYS_PATH).'main/inc/global.inc.php'; |
@@ -5,6 +5,6 @@ |
||
5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
6 | 6 | * @package chamilo.plugin.skype |
7 | 7 | */ |
8 | -require_once __DIR__ . '/config.php'; |
|
8 | +require_once __DIR__.'/config.php'; |
|
9 | 9 | |
10 | 10 | Skype::create()->install(); |
@@ -5,6 +5,6 @@ |
||
5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
6 | 6 | * @package chamilo.plugin.skype |
7 | 7 | */ |
8 | -require_once __DIR__ . '/config.php'; |
|
8 | +require_once __DIR__.'/config.php'; |
|
9 | 9 | |
10 | 10 | Skype::create()->install(); |
@@ -5,6 +5,6 @@ |
||
5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
6 | 6 | * @package chamilo.plugin.skype |
7 | 7 | */ |
8 | -require_once __DIR__ . '/config.php'; |
|
8 | +require_once __DIR__.'/config.php'; |
|
9 | 9 | |
10 | 10 | Skype::create()->install(); |
@@ -5,6 +5,6 @@ |
||
5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
6 | 6 | * @package chamilo.plugin.skype |
7 | 7 | */ |
8 | -require_once __DIR__ . '/config.php'; |
|
8 | +require_once __DIR__.'/config.php'; |
|
9 | 9 | |
10 | 10 | Skype::create()->install(); |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | // Show the FACEBOOK login button |
3 | -$_template['show_message'] = false; |
|
3 | +$_template['show_message'] = false; |
|
4 | 4 | |
5 | 5 | //if (api_is_anonymous() && api_get_setting('facebook_login_activate') == 'true') { |
6 | 6 | if (api_is_anonymous()) { |
7 | 7 | require_once api_get_path(SYS_CODE_PATH)."auth/external_login/facebook.inc.php"; |
8 | - $_template['show_message'] = true; |
|
8 | + $_template['show_message'] = true; |
|
9 | 9 | // the default title |
10 | 10 | $button_url = api_get_path(WEB_PLUGIN_PATH)."add_facebook_login_button/img/cnx_fb.png"; |
11 | 11 | $href_link = facebookGetLoginUrl(); |