From 299b3393e4a2889badee54324f27955959999ac6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 May 2014 20:02:11 +0200 Subject: [PATCH] Add localizations for new owner actions --- lib/Vroom/I18N/en.pm | 11 +++++++++++ lib/Vroom/I18N/fr.pm | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index 04866e8..4112f25 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -93,6 +93,17 @@ our %Lexicon = ( "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", + "MUTE_PEER" => "Mute this participant's microphone", + "SUSPEND_PEER" => "Suspend this participant's webcam", + "KICK_PEER" => "Kick this participant out of the room", + "s_IS_MUTING_YOU" => "%s has muted your microphone", + "s_IS_MUTING_s" => "%s has muted %s's microphone", + "s_IS_SUSPENDING_YOU" => "%s has suspended your webcam", + "s_IS_SUSPENDING_s" => "%s has suspended %s's webcam", + "s_IS_KICKING_s" => "%s has kicked %s out of the room", + "KICKED" => "Kicked", + "YOU_HAVE_BEEN_KICKED" => "You've been kicked out of the room", + "AN_ADMIN_HAS_KICKED_YOU" => "An administrator of the room has excluded you", "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 13a3079..3cfda06 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -99,6 +99,17 @@ our %Lexicon = ( "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", + "MUTE_PEER" => "Couper le micro de ce participant", + "SUSPEND_PEER" => "Mettre la webcam de ce participant en pause", + "KICK_PEER" => "Éjecter ce participant du salon", + "s_IS_MUTING_YOU" => "%s a coupé votre micro", + "s_IS_MUTING_s" => "%s a coupé le micro de %s", + "s_IS_SUSPENDING_YOU" => "%s a mis votre webcam en pause", + "s_IS_SUSPENDING_s" => "%s a mis la webcam de %s en pause", + "s_IS_KICKING_s" => "%s a éjecté %s du salon", + "KICKED" => "Éjecté", + "YOU_HAVE_BEEN_KICKED" => "Vous avez été éjecté du salon", + "AN_ADMIN_HAS_KICKED_YOU" => "Un administrateur du salon vous a exclus", "MIC_MUTED" => "Votre micro est coupé", "MIC_UNMUTED" => "Votre micro est à nouveau actif", "CAM_SUSPENDED" => "Votre webcam est en pause",