mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-06 11:09:54 -04:00
Remove AUTH, CHAT, ME messages in all languages.
This commit is contained in:
parent
7ed413d4d3
commit
b51547826d
122 changed files with 0 additions and 359 deletions
msg
|
@ -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:';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue