diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index f9af111..08d6f1f 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -43,6 +43,8 @@ our %Lexicon = ( "SUSPEND_CAM" => "Suspend your webcam, other will see a black screen instead, but can still hear you", "LOGOUT" => "Leave the room", "SET_YOUR_NAME_TO_CHAT" => "You need to set your name to be able to chat", + "SEND_MESSAGE" => "Send the message", + "SAVE_HISTORY" => "Save history to a file", "MIC_MUTED" => "Your microphone is now muted", "MIC_UNMUTED" => "Your microphone is now unmuted", "CAM_SUSPENDED" => "Your webcam is now suspended", diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index 894e901..7f5f5ce 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -48,6 +48,8 @@ our %Lexicon = ( "mais pourront toujours vous entendre", "LOGOUT" => "Quitter le salon", "SET_YOUR_NAME_TO_CHAT" => "Vous devez saisir votre nom avant de pouvoir tchater", + "SEND_MESSAGE" => "Envoyer le message", + "SAVE_HISTORY" => "Sauvegarder l'historique dans un fichier", "MIC_MUTED" => "Votre micro est coupé", "MIC_UNMUTED" => "Votre micro est à nouveau actif", "CAM_SUSPENDED" => "Votre webcam est en pause", diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index f9cbd63..690c5c2 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -133,11 +133,11 @@