|
|
|
@ -43,6 +43,9 @@ our %Lexicon = ( |
|
|
|
|
"PASSWORD_PROTECT_OFF_BY_s" => "%s removed password protection", |
|
|
|
|
"OWNER_PASSWORD_CHANGED_BY_s" => "%s changed the room manager password", |
|
|
|
|
"OWNER_PASSWORD_REMOVED_BY_s" => "%s removed the room manager password, so this room isn't persistent anymore", |
|
|
|
|
"DATA_WIPED" => "Data has been wiped", |
|
|
|
|
"ROOM_DATA_WIPED_BY_s" => "Room data (chat history and pad content) has been wiped by %s", |
|
|
|
|
"NOT_ENABLED" => "This feature isn't enabled", |
|
|
|
|
"OOOPS" => "Ooops", |
|
|
|
|
"GOODBY" => "Goodby", |
|
|
|
|
"THANKS_SEE_YOU_SOON" => "Thanks and see you soon", |
|
|
|
@ -88,6 +91,15 @@ our %Lexicon = ( |
|
|
|
|
"SET_A_DISPLAY_NAME" => "Please set your name before you can join the room", |
|
|
|
|
"FORCE_DISPLAY_NAME" => "Participants will be asked for their name before they can join the room", |
|
|
|
|
"NAME_WONT_BE_ASKED" => "Participant won't have to type their name before they can join the room", |
|
|
|
|
"WIPE_CHAT_AND_PAD" => "Wipe chat history and pad content", |
|
|
|
|
"WIPE_CHAT" => "Wipe chat history", |
|
|
|
|
"WIPE_ROOM_DATA" => "Wipe room data", |
|
|
|
|
"YOU_ARE_ABOUT_TO_WIPE_DATA" => "You are about to wipe room data", |
|
|
|
|
"THIS_INCLUDE" => "This includes", |
|
|
|
|
"CHAT_HISTORY" => "Chat history", |
|
|
|
|
"PAD_CONTENT" => "The collaborative pad content", |
|
|
|
|
"CONFIRM_WIPE" => "Wipe", |
|
|
|
|
"CANCEL" => "Cancel", |
|
|
|
|
"CHANGE_COLOR" => "Change your color", |
|
|
|
|
"CLICK_TO_CHAT" => "Click to access the chat", |
|
|
|
|
"OPEN_ETHERPAD" => "Collaborative notetaking", |
|
|
|
@ -161,6 +173,7 @@ our %Lexicon = ( |
|
|
|
|
"HELP_PERSISTENT_BUTTON" => "Make this room persistent, you'll be able to leave, reconnecte, and get configuration menus back. " . |
|
|
|
|
"The room will also be kept much longer.", |
|
|
|
|
"HELP_ASK_FOR_NAME_BUTTON" => "This will enforce participants to set their name before joining the room.", |
|
|
|
|
"HELP_WIPE_DATA_BUTTON" => "This will wipe room data (chat history and collaborative pad content)", |
|
|
|
|
"HELP_LOGOUT_BUTTON" => "This will end the call and disconnect you from the room", |
|
|
|
|
"HELP_PEER_ACTIONS_BUTTONS" => "This menu will appear when you put the mouse over a video preview. It'll allow " . |
|
|
|
|
"you to run actions which only affect this peer (mute/suspend/grant admin rights/kick " . |
|
|
|
|