Add some notes about audio only in help page

master
Daniel Berteaud 11 years ago
parent 6b9bcd953f
commit 376e089705
  1. 5
      lib/Vroom/I18N/en.pm
  2. 6
      lib/Vroom/I18N/fr.pm
  3. 14
      templates/default/help.html.ep

@ -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 " .

@ -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. " .

@ -20,6 +20,20 @@
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseNowebcam">
<%=l 'I_DONT_HAVE_A_WEBCAM' %>
</a>
</h4>
</div>
<div id="collapseNowebcam" class="panel-collapse collapse">
<div class="panel-body">
<%=l 'HELP_I_DONT_HAVE_A_WEBCAM' %>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseScreenShare">
<%=l 'SCREEN_SHARING' %>
</a>

Loading…
Cancel
Save