From fef300ffd5ff17df8a09b1884080b305bdff17e8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 29 Jan 2015 22:38:02 +0100 Subject: [PATCH] Missing LOCK_ROOM locale --- lib/Vroom/I18N/en.pm | 1 + lib/Vroom/I18N/fr.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/Vroom/I18N/en.pm b/lib/Vroom/I18N/en.pm index e3f1926..e7626d6 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.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", diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index a7f6317..c2218da 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -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",