Missing LOCK_ROOM locale

master
Daniel Berteaud 10 years ago
parent 8c6d66bd19
commit fef300ffd5
  1. 1
      lib/Vroom/I18N/en.pm
  2. 1
      lib/Vroom/I18N/fr.pm

@ -151,6 +151,7 @@ our %Lexicon = (
"LAST_ACTIVITY" => "Last activity",
"NUMBER_OF_PARTICIPANTS" => "Number of participants",
"LOCKED" => "Locked",
"LOCK_ROOM" => "Prevent room access",
"ASK_FOR_NAME" => "Require to enter a name",
"JOIN_PASSWORD" => "Password to join the room",
"OWNER_PASSWORD" => "Password to manage the room",

@ -157,6 +157,7 @@ our %Lexicon = (
"LAST_ACTIVITY" => "Dernière activité",
"NUMBER_OF_PARTICIPANTS" => "Nombre de participants",
"LOCKED" => "Verrouillé",
"LOCK_ROOM" => "Empêcher l'accès à ce salon",
"ASK_FOR_NAME" => "Exige de saisir un nom",
"JOIN_PASSWORD" => "Mot de passe d'accès au salon",
"OWNER_PASSWORD" => "Mot de passe de gestionnaire",

Loading…
Cancel
Save