mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-10 21:18:53 -04:00
Cleanup accessible Blockly.
This commit is contained in:
parent
6474fcd774
commit
763e9b938f
8 changed files with 404 additions and 408 deletions
msg
|
@ -1120,45 +1120,3 @@ Blockly.Msg.PROCEDURES_IFRETURN_TOOLTIP = 'If a value is true, then return a sec
|
|||
Blockly.Msg.PROCEDURES_IFRETURN_HELPURL = 'http://c2.com/cgi/wiki?GuardClause';
|
||||
/// warning - This appears if the user tries to use this block outside of a function definition.
|
||||
Blockly.Msg.PROCEDURES_IFRETURN_WARNING = 'Warning: This block may be used only within a function definition.';
|
||||
|
||||
// The following are all Accessible Blockly strings.
|
||||
// None of the alert messages have periods on them. This is because the user will have their punctuation
|
||||
// setting set to 'all', which will result in any punctuation being read out to them.
|
||||
Blockly.Msg.RUN_CODE = 'Run Code';
|
||||
Blockly.Msg.CLEAR_WORKSPACE = 'Clear Workspace';
|
||||
Blockly.Msg.BLOCK_ACTION_LIST = 'block action list';
|
||||
Blockly.Msg.CUT_BLOCK = 'cut block';
|
||||
Blockly.Msg.COPY_BLOCK = 'copy block';
|
||||
Blockly.Msg.PASTE_BELOW = 'paste below';
|
||||
Blockly.Msg.PASTE_ABOVE = 'paste above';
|
||||
Blockly.Msg.MARK_SPOT_BELOW = 'mark spot below';
|
||||
Blockly.Msg.MARK_SPOT_ABOVE = 'mark spot above';
|
||||
Blockly.Msg.MOVE_TO_MARKED_SPOT = 'move to marked spot';
|
||||
Blockly.Msg.DELETE = 'delete';
|
||||
Blockly.Msg.MARK_THIS_SPOT = 'mark this spot';
|
||||
Blockly.Msg.PASTE = 'paste';
|
||||
Blockly.Msg.TOOLBOX_LOAD_MSG = 'Loading Toolbox…';
|
||||
Blockly.Msg.WORKSPACE_LOAD_MSG = 'Loading Workspace…';
|
||||
Blockly.Msg.BLOCK_SUMMARY = 'block summary';
|
||||
Blockly.Msg.OPTION_LIST = 'option list';
|
||||
Blockly.Msg.ARGUMENT_OPTIONS_LIST = 'argument options list';
|
||||
Blockly.Msg.ARGUMENT_INPUT = 'argument input';
|
||||
Blockly.Msg.ARGUMENT_BLOCK_ACTION_LIST = 'argument block action list';
|
||||
Blockly.Msg.TEXT = 'text';
|
||||
Blockly.Msg.BUTTON = 'button';
|
||||
Blockly.Msg.UNAVAILABLE = 'unavailable';
|
||||
Blockly.Msg.CURRENT_ARGUMENT_VALUE = 'current argument value:';
|
||||
Blockly.Msg.COPY_TO_WORKSPACE = 'copy to workspace';
|
||||
Blockly.Msg.COPY_TO_CLIPBOARD = 'copy to clipboard';
|
||||
Blockly.Msg.COPY_TO_MARKED_SPOT = 'copy to marked spot';
|
||||
Blockly.Msg.TOOLBOX = 'Toolbox';
|
||||
Blockly.Msg.WORKSPACE = 'Workspace';
|
||||
Blockly.Msg.ANY = 'any';
|
||||
Blockly.Msg.STATEMENT = 'statement';
|
||||
Blockly.Msg.VALUE = 'value';
|
||||
Blockly.Msg.CUT_BLOCK_MSG = 'Cut block: ';
|
||||
Blockly.Msg.COPIED_BLOCK_MSG = 'Copied block to clipboard: ';
|
||||
Blockly.Msg.PASTED_BLOCK_FROM_CLIPBOARD_MSG = 'Pasted block from clipboard: ';
|
||||
Blockly.Msg.PASTED_BLOCK_TO_MARKED_SPOT_MSG = 'Pasted block to marked spot: ';
|
||||
Blockly.Msg.MARKED_SPOT_MSG = 'Marked spot';
|
||||
Blockly.Msg.BLOCK_MOVED_TO_MARKED_SPOT_MSB = 'Block moved to marked spot: ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue