diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index b922db9..cb29ad5 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -99,6 +99,13 @@ our %Lexicon = ( "CHAT_HISTORY" => "Chat history", "PAD_CONTENT" => "The collaborative pad content", "CONFIRM_WIPE" => "Wipe", + "TERMINATE_ROOM" => "Stop the call and delete the room", + "YOU_ARE_ABOUT_TO_TERMINATE_ROOM" => "You are about to delete this room. This will have the following effects", + "ALL_PEERS_WILL_HANGUP" => "All the peers will hangup immediatly", + "ALL_DATA_WILL_BE_WIPED" => "All the data of the room will be deleted", + "ROOM_WILL_BE_DELETED" => "The room itself, including all its configuration will be deleted", + "CONFIRM_TERMINATE" => "Stop the call and delete the room", + "ROOM_DELETED" => "This room has been deleted", "CANCEL" => "Cancel", "CHANGE_COLOR" => "Change your color", "CLICK_TO_CHAT" => "Click to access the chat", diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index 5ecf3a5..059e940 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -105,6 +105,13 @@ our %Lexicon = ( "CHAT_HISTORY" => "L'historique du tchat", "PAD_CONTENT" => "Le contenu du bloc note collaboratif", "CONFIRM_WIPE" => "Supprimer", + "TERMINATE_ROOM" => "Arrêter l'appel en cours et supprimer le salon", + "YOU_ARE_ABOUT_TO_TERMINATE_ROOM" => "Vous êtes sur le point de supprimer ce salon. Cette action aura les effets suivants", + "ALL_PEERS_WILL_HANGUP" => "Tous les participants termineront immédiatement la conversation", + "ALL_DATA_WILL_BE_WIPED" => "Toutes les données relatives à ce salon seront supprimées", + "ROOM_WILL_BE_DELETED" => "Le salon, ainsi que tous ses paramètres seront supprimés", + "CONFIRM_TERMINATE" => "Arrêter la conversation et supprimer le salon", + "ROOM_DELETED" => "Le salon a été supprimé", "CANCEL" => "Annuler", "CHANGE_COLOR" => "Changer de couleur", "CLICK_TO_CHAT" => "Accéder au tchat",