1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-01 05:01:41 +02:00

Missing LOCK_ROOM locale

This commit is contained in:
Daniel Berteaud 2015-01-29 22:38:02 +01:00
parent 8c6d66bd19
commit fef300ffd5
2 changed files with 2 additions and 0 deletions

View File

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

View File

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