diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index 3aed31b..3046315 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -213,6 +213,11 @@ our %Lexicon = ( "SUPPORTED_BROWSERS" => "Supported browsers", "HELP_BROWSERS_SUPPORTED" => "VROOM works with any modern, standard compliant browsers, which means any " . "recent Mozilla Firefox, Google Chrome or Opera.", + "I_DONT_HAVE_A_WEBCAM" => "I don't have a webcam", + "HELP_I_DONT_HAVE_A_WEBCAM" => "You'll still be able to participate. If no webcam is detected when you join a room " . + "you'll get a message. Click on the link at the bottom and you'll join with audio " . + "only. You'll be able to see others, and they will hear you, but will get a black " . + "screen instead of your video.", "SCREEN_SHARING" => "Screen Sharing", "HELP_SCREEN_SHARING" => "VROOM lets you share your screen (or a single window) with the other members of the room. For now " . "this feature is only available in Google Chrome, and you need to install an extension " . diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index e38e9f6..0f1e832 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -231,6 +231,12 @@ our %Lexicon = ( "récentes de Mozilla Firefox, Google Chrome et Opéra fonctionnent pour l'instant. " . "Les autres navigateurs (principalement Internet Explorer et Safari) devraient " . "suivrent un jour, mais ne fonctionneront pas actuellement", + "I_DONT_HAVE_A_WEBCAM" => "Je n'ai pas de webcam", + "HELP_I_DONT_HAVE_A_WEBCAM" => "Vous pourrez quand même participer. Si aucune webcam n'est disponible au moment " . + "de rejoindre un salon, un message apparaitra. Vous pouvez à ce moment cliquer " . + "sur le lien en bas de cette fenêtre pour rejoindre le salon an audio uniquement. " . + "Vous pourrez voir les autres participants, et ils pourront vous entendre, mais " . + "verront un écran noir à la place de votre vidéo.", "SCREEN_SHARING" => "Partage d'écran", "HELP_SCREEN_SHARING" => "VROOM vous permet de partager votre écran (ou juste une fenêtre) avec les autres " . "participants d'un salon. " . diff --git a/templates/default/help.html.ep b/templates/default/help.html.ep index 8d0493b..bda2e86 100644 --- a/templates/default/help.html.ep +++ b/templates/default/help.html.ep @@ -20,6 +20,20 @@