From e5dcbbce0b659ec5a644775888f28709b4748fd4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 19 May 2014 11:40:53 +0200 Subject: [PATCH] Add localization for the new CREATE_THIS_ROOM button --- 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 52d8de3..02265a2 100644 --- a/lib/Vroom/I18N/en.pm +++ b/lib/Vroom/I18N/en.pm @@ -89,6 +89,7 @@ our %Lexicon = ( "A_PASSWORD_IS_NEEDED_TO_JOIN" => "You must provide a password to join this room", "TRY_AGAIN" => "Try again", "AUTH_IF_OWNER" => "Authenticate if you are the room owner", + "CREATE_THIS_ROOM" => "Create this room", "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", diff --git a/lib/Vroom/I18N/fr.pm b/lib/Vroom/I18N/fr.pm index adf8643..260636f 100644 --- a/lib/Vroom/I18N/fr.pm +++ b/lib/Vroom/I18N/fr.pm @@ -95,6 +95,7 @@ our %Lexicon = ( "A_PASSWORD_IS_NEEDED_TO_JOIN" => "Vous devez saisir un mot de passe pour rejoindre ce salon", "TRY_AGAIN" => "Essayer à nouveau", "AUTH_IF_OWNER" => "Authentifiez-vous si vous êtes le propriétaire du salon", + "CREATE_THIS_ROOM" => "Créez ce salon", "LOGOUT" => "Quitter le salon", "SET_YOUR_NAME_TO_CHAT" => "Vous devez saisir votre nom avant de pouvoir tchater", "SEND_MESSAGE" => "Envoyer le message",