|
|
|
@ -59,6 +59,17 @@ our %Lexicon = ( |
|
|
|
|
"PREVENT_TO_JOIN" => "Prevent other participants to join this room", |
|
|
|
|
"MUTE_MIC" => "Turn off your microphone", |
|
|
|
|
"SUSPEND_CAM" => "Suspend your webcam, other will see a black screen instead, but can still hear you", |
|
|
|
|
"CONFIGURE" => "Configuration", |
|
|
|
|
"YOU_CAN_PASSWORD_PROTECT_JOIN" => "You can protect this room with a password", |
|
|
|
|
"PASSWORD" => "Password", |
|
|
|
|
"PASSWORD_PROTECT" => "Password protect", |
|
|
|
|
"REMOVE_PASSWORD" => "Remove the password", |
|
|
|
|
"JOIN_PASSWORD_SET" => "This room is now password protected", |
|
|
|
|
"JOIN_PASSWORD_REMOVED" => "This room isn't password protected anymore", |
|
|
|
|
"WRONG_PASSWORD" => "Wrong password", |
|
|
|
|
"PASSWORD_REQUIRED" => "Password required", |
|
|
|
|
"A_PASSWORD_IS_NEEDED_TO_JOIN" => "You must provide a password to join this room", |
|
|
|
|
"TRY_AGAIN" => "Try again", |
|
|
|
|
"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", |
|
|
|
|