Add notes in help page about screen sharing on Firefox

master
Daniel Berteaud 10 years ago
parent ef08fa7b59
commit 411490624d
  1. 6
      lib/Vroom/I18N/en.pm
  2. 8
      lib/Vroom/I18N/fr.pm

@ -267,8 +267,10 @@ our %Lexicon = (
"screen instead of your video.", "screen instead of your video.",
"SCREEN_SHARING" => "Screen Sharing", "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 " . "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 with Google Chrome, and you need to install an extension " . "this feature is only available with Google Chrome (requires a small extension, " .
"(you'll be prompted to install it the first time you try to share your screen)", "you'll be prompted to install it first time you try to share your screen) or Mozilla Firefox." .
"To enable this feature in Mozilla Firefox, you need to go in about:config, and add VROOM address " .
"usually vroom.im) to the list media.getusermedia.screensharing.allowed_domains",
"OWNER_PRIVILEGES" => "Room creator's privileges", "OWNER_PRIVILEGES" => "Room creator's privileges",
"HELP_OWNER_PRIVILEGES" => "Room's creator (also called manager) has special privileges (compared to those who join " . "HELP_OWNER_PRIVILEGES" => "Room's creator (also called manager) has special privileges (compared to those who join " .
"later, which are simple participants). For example, he can protect access with a password " . "later, which are simple participants). For example, he can protect access with a password " .

@ -279,9 +279,11 @@ our %Lexicon = (
"SCREEN_SHARING" => "Partage d'écran", "SCREEN_SHARING" => "Partage d'écran",
"HELP_SCREEN_SHARING" => "VROOM vous permet de partager votre écran (ou juste une fenêtre) avec les autres " . "HELP_SCREEN_SHARING" => "VROOM vous permet de partager votre écran (ou juste une fenêtre) avec les autres " .
"participants d'un salon. " . "participants d'un salon. " .
"Pour l'instant, le partage d'écran ne fonctionne qu'avec le navigateur Google Chrome, " . "Pour l'instant, le partage d'écran ne fonctionne qu'avec les navigateurs Google Chrome " .
"et nécessite l'installation d'une petite extension (l'installation vous sera proposée " . "(nécessite l'installation d'une petite extension qui vous sera proposée " .
"la première fois que vous essayez de partager votre écran)", "la première fois que vous essayez de partager votre écran) et Mozilla Firefox. Pour activer " .
"cette fonction avec Firefox, il faut aller dans about:config et ajouter l'adresse de VROOM " .
"(en général vroom.im) dans la liste media.getusermedia.screensharing.allowed_domains",
"OWNER_PRIVILEGES" => "Privilèges des créateurs de salon", "OWNER_PRIVILEGES" => "Privilèges des créateurs de salon",
"HELP_OWNER_PRIVILEGES" => "Le créateur d'un salon (aussi appelé gestionnaire) dispose de privilèges spéciaux " . "HELP_OWNER_PRIVILEGES" => "Le créateur d'un salon (aussi appelé gestionnaire) dispose de privilèges spéciaux " .
"sur ce dernier (par rapport à ceux qui rejoignent le salon après, qui ne seront que " . "sur ce dernier (par rapport à ceux qui rejoignent le salon après, qui ne seront que " .

Loading…
Cancel
Save