1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-14 02:20:10 +02:00

Simplify name desc in fr and en locales

This commit is contained in:
Daniel Berteaud 2015-01-20 16:06:53 +01:00
parent 72f021c266
commit 2dd357f534
2 changed files with 2 additions and 3 deletions

View File

@ -88,7 +88,7 @@ our %Lexicon = (
"SEND_CUSTOM_MESSAGE" => "You can add a custom message",
"DISPLAY_NAME" => "Display 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_REQUIRED" => "You need to enter your name",
"SET_A_DISPLAY_NAME" => "Please set your name before you can join the room",

View File

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