From f4f1cfd6a7ce8aa3760bd532201a0df94b8f71b9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 6 Jun 2014 22:21:45 +0200 Subject: [PATCH] Localize HELP_MOH_BUTTON Fix #61 --- lib/Vroom/I18N/en.pm | 1 + lib/Vroom/I18N/fr.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index cfba27a..cb6e5f5 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -142,6 +142,7 @@ our %Lexicon = ( "HELP_CHAT_BUTTON" => "Display or hide the chat menu", "HELP_MUTE_BUTTON" => "Mute or unmute your microphone", "HELP_SUSPEND_CAM_BUTTON" => "Suspend or resum your webcam. Others will still hear you (unless you also muted your mic)", + "HELP_MOH_BUTTON" => "This button only appears when you're alone in the room. It lets you play/stop music on hold.", "HELP_SHARE_SCREEN_BUTTON" => "Share your screen, or just a window with others. Only available with Google Chrome for now.", "HELP_INVITE_MENU" => "This menu lets you invite other people", "HELP_EMAIL_INVITE_BUTTON" => "This button send an invitation to the email adress you enterred", diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index 67e40d1..e7bd010 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -151,6 +151,8 @@ our %Lexicon = ( "HELP_MUTE_BUTTON" => "Coupe ou réactive votre micro.", "HELP_SUSPEND_CAM_BUTTON" => "Mettre en pause/réactiver la webcam. Les autres participants vous entendront toujours " . "(sauf si vous avez également coupé votre micro).", + "HELP_MOH_BUTTON" => "Ce bouton n'apparait que si vous êtes seul dans le salon. Il vous permet " . + "de jouer/arrêter la musique d'attente.", "HELP_SHARE_SCREEN_BUTTON" => "Ce bouton vous permet de partager votre écran, ou une application avec les autres " . "personnes. Disponible uniquement avec le navigateur Google Chrome actuellement.", "HELP_INVITE_MENU" => "Ce menu permet d'inviter d'autres personnes sur le salon.",