Add localization for the new delete room feature

And this last commit fix #75
master
Daniel Berteaud 11 years ago
parent 561b61704b
commit ba80a3b429
  1. 7
      lib/Vroom/I18N/en.pm
  2. 7
      lib/Vroom/I18N/fr.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",

@ -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",

Loading…
Cancel
Save