Simplify name desc in fr and en locales

master
Daniel Berteaud 10 years ago
parent 72f021c266
commit 2dd357f534
  1. 2
      lib/Vroom/I18N/en.pm
  2. 3
      lib/Vroom/I18N/fr.pm

@ -88,7 +88,7 @@ our %Lexicon = (
"SEND_CUSTOM_MESSAGE" => "You can add a custom message", "SEND_CUSTOM_MESSAGE" => "You can add a custom message",
"DISPLAY_NAME" => "Display name", "DISPLAY_NAME" => "Display name",
"YOUR_NAME" => "Your name", "YOUR_NAME" => "Your name",
"NAME_SENT_TO_OTHERS" => "This name will be sent to the other peers so they can identify you. You need to set your name before you can chat", "NAME_SENT_TO_OTHERS" => "This name will be sent to the other peers",
"DISPLAY_NAME_TOO_LONG" => "This name is too long", "DISPLAY_NAME_TOO_LONG" => "This name is too long",
"DISPLAY_NAME_REQUIRED" => "You need to enter your name", "DISPLAY_NAME_REQUIRED" => "You need to enter your name",
"SET_A_DISPLAY_NAME" => "Please set your name before you can join the room", "SET_A_DISPLAY_NAME" => "Please set your name before you can join the room",

@ -93,8 +93,7 @@ our %Lexicon = (
"SEND_CUSTOM_MESSAGE" => "Vous pouvez ajouter un message personnalisé", "SEND_CUSTOM_MESSAGE" => "Vous pouvez ajouter un message personnalisé",
"DISPLAY_NAME" => "Nom", "DISPLAY_NAME" => "Nom",
"YOUR_NAME" => "Votre nom", "YOUR_NAME" => "Votre nom",
"NAME_SENT_TO_OTHERS" => "Ce nom sera envoyé aux autres participants pour qu'ils puissent vous identifier. " . "NAME_SENT_TO_OTHERS" => "Ce nom sera envoyé aux autres participants",
"Vous devez en saisir un avant de pouvoir utiliser le tchat",
"DISPLAY_NAME_TOO_LONG" => "Ce nom est trop long", "DISPLAY_NAME_TOO_LONG" => "Ce nom est trop long",
"DISPLAY_NAME_REQUIRED" => "Vous devez entrer votre nom", "DISPLAY_NAME_REQUIRED" => "Vous devez entrer votre nom",
"SET_A_DISPLAY_NAME" => "Merci de saisir votre nom avant de pouvoir rejoindre le salon", "SET_A_DISPLAY_NAME" => "Merci de saisir votre nom avant de pouvoir rejoindre le salon",

Loading…
Cancel
Save