Add localization for the new confirm on quit dialog

master
Daniel Berteaud 11 years ago
parent 953b9486c0
commit 7e634c0b39
  1. 5
      lib/Vroom/I18N/en.pm
  2. 5
      lib/Vroom/I18N/fr.pm

@ -180,6 +180,11 @@ our %Lexicon = (
"from the room). Warning: grating admin rights to someone is irrevocable, and he will " .
"be able to change configuration parameters (including passwords).",
"LOGOUT" => "Leave the room",
"LEAVE_THIS_ROOM" => "Leave the room",
"ARE_YOU_SURE_YOU_WANT_TO_LEAVE" => "Are you sure you want to leave this room ?",
"YOU_CAN_WIPE_DATA_BEFORE_LEAVING" => "You can wipe room data before you leave",
"WIPE_AND_QUIT" => "Wipe data and leave",
"QUIT" => "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",

@ -202,6 +202,11 @@ our %Lexicon = (
"d'administration à quelqu'un est irrévocable, et il pourra modifier tous les " .
"paramètres (y compris les mots de passe).",
"LOGOUT" => "Quitter le salon",
"LEAVE_THIS_ROOM" => "Quitter le salon",
"ARE_YOU_SURE_YOU_WANT_TO_LEAVE" => "Êtes-vous sûr de vouloir quitter le salon ?",
"YOU_CAN_WIPE_DATA_BEFORE_LEAVING" => "Vous pouvez supprimer les données du salon avant de le quitter",
"WIPE_AND_QUIT" => "Supprimer les données et quitter",
"QUIT" => "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",

Loading…
Cancel
Save