mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
Remove AUTH, CHAT, ME messages in all languages.
This commit is contained in:
@@ -93,14 +93,6 @@ Blockly.Msg.UNDO = 'Undo';
|
||||
/// context menu - Undo the previous undo action.\n{{Identical|Redo}}
|
||||
Blockly.Msg.REDO = 'Redo';
|
||||
|
||||
// Realtime collaboration.
|
||||
/// collaboration instruction - Tell the user that they can talk with other users.
|
||||
Blockly.Msg.CHAT = 'Chat with your collaborator by typing in this box!';
|
||||
/// authorization instruction - Ask the user to authorize this app so it can be saved and shared by them.
|
||||
Blockly.Msg.AUTH = 'Please authorize this app to enable your work to be saved and to allow it to be shared by you.';
|
||||
/// First person singular - objective case
|
||||
Blockly.Msg.ME = 'Me';
|
||||
|
||||
// Variable renaming.
|
||||
/// prompt - This message is only seen in the Opera browser. With most browsers, users can edit numeric values in blocks by just clicking and typing. Opera does not allows this, so we have to open a new window and prompt users with this message to chanage a value.
|
||||
Blockly.Msg.CHANGE_VALUE_TITLE = 'Change value:';
|
||||
|
||||
Reference in New Issue
Block a user