Add fr and en locales for password protection

master
Daniel Berteaud 11 years ago
parent a4ae1dbc0b
commit 7498b2b498
  1. 11
      lib/Vroom/I18N/en.pm
  2. 11
      lib/Vroom/I18N/fr.pm

@ -59,6 +59,17 @@ our %Lexicon = (
"PREVENT_TO_JOIN" => "Prevent other participants to join this room",
"MUTE_MIC" => "Turn off your microphone",
"SUSPEND_CAM" => "Suspend your webcam, other will see a black screen instead, but can still hear you",
"CONFIGURE" => "Configuration",
"YOU_CAN_PASSWORD_PROTECT_JOIN" => "You can protect this room with a password",
"PASSWORD" => "Password",
"PASSWORD_PROTECT" => "Password protect",
"REMOVE_PASSWORD" => "Remove the password",
"JOIN_PASSWORD_SET" => "This room is now password protected",
"JOIN_PASSWORD_REMOVED" => "This room isn't password protected anymore",
"WRONG_PASSWORD" => "Wrong password",
"PASSWORD_REQUIRED" => "Password required",
"A_PASSWORD_IS_NEEDED_TO_JOIN" => "You must provide a password to join this room",
"TRY_AGAIN" => "Try again",
"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",

@ -65,6 +65,17 @@ our %Lexicon = (
"MUTE_MIC" => "Coupez votre micro",
"SUSPEND_CAM" => "Stoppez la webcam, les autres verront un écran noir à la place, " .
"mais pourront toujours vous entendre",
"CONFIGURE" => "Configuration",
"YOU_CAN_PASSWORD_PROTECT_JOIN" => "Vous pouvez protéger le salon par un mot de passe",
"PASSWORD" => "Mot de passe",
"PASSWORD_PROTECT" => "Protéger par mot de passe",
"REMOVE_PASSWORD" => "Supprimer le mot de passe",
"JOIN_PASSWORD_SET" => "Le salon est protégé par mot de passe",
"JOIN_PASSWORD_REMOVED" => "Le salon n'est plus protégé par mot de passe",
"WRONG_PASSWORD" => "Mauvais mot de passe",
"PASSWORD_REQUIRED" => "Mot de passe requis",
"A_PASSWORD_IS_NEEDED_TO_JOIN" => "Vous devez saisir un mot de passe pour rejoindre ce salon",
"TRY_AGAIN" => "Essayer à nouveau",
"LOGOUT" => "Quitter le salon",
"SET_YOUR_NAME_TO_CHAT" => "Vous devez saisir votre nom avant de pouvoir tchater",
"SEND_MESSAGE" => "Envoyer le message",

Loading…
Cancel
Save