diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index 3f8828c..f9af111 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -51,6 +51,7 @@ our %Lexicon = ( "CANT_SHARE_SCREEN" => "Sorry, your configuration does not allow screen sharing", "SCREEN_SHARING_ONLY_FOR_CHROME" => "Sorry, but you can't share your screen. Only Google Chrome supports this feature for now", "SCREEN_SHARING_CANCELLED" => "Screen sharing has been cancelled", + "EXTENSION_REQUIRED" => "An extension is required", "VROOM_CHROME_EXTENSION" => "To enable screen sharing, you need to install an extension. Click on the following link and refresh this page", "EVERYONE_CAN_SEE_YOUR_SCREEN" => "All other participants can see your screen now", "SCREEN_UNSHARED" => "You do no longer share your screen", diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index 9e5ec4b..a646a93 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -57,6 +57,7 @@ our %Lexicon = ( "SCREEN_SHARING_ONLY_FOR_CHROME" => "Désolé, mais vous ne pouvez pas partager votre écran. Seul le navigateur Google Chrome " . "supporte cette fonction pour l'instant", "SCREEN_SHARING_CANCELLED" => "Le partage d'écran a été annulé", + "EXTENSION_REQUIRED" => "Une extension est nécessaire", "VROOM_CHROME_EXTENSION" => "Pour activer le partage d'écran, vous devez installer une extension, cliquez sur le lien ci-dessous, puis raffraîchissez cette page", "EVERYONE_CAN_SEE_YOUR_SCREEN" => "Tous les autres participants peuvent voir votre écran", "SCREEN_UNSHARED" => "Vous ne partagez plus votre écran", diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index 207ca86..a18569b 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -72,12 +72,20 @@