summaryrefslogtreecommitdiff
path: root/blockly/demos/code/msg/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'blockly/demos/code/msg/en.js')
-rw-r--r--blockly/demos/code/msg/en.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/blockly/demos/code/msg/en.js b/blockly/demos/code/msg/en.js
new file mode 100644
index 0000000..8d52cf3
--- /dev/null
+++ b/blockly/demos/code/msg/en.js
@@ -0,0 +1,24 @@
+var MSG = {
+ title: "Code",
+ blocks: "Blocks",
+ linkTooltip: "Save and link to blocks.",
+ runTooltip: "Run the program defined by the blocks in the workspace.",
+ badCode: "Program error:\n%1",
+ timeout: "Maximum execution iterations exceeded.",
+ trashTooltip: "Discard all blocks.",
+ catLogic: "Logic",
+ catLoops: "Loops",
+ catMath: "Math",
+ catText: "Text",
+ catLists: "Lists",
+ catColour: "Colour",
+ catVariables: "Variables",
+ catFunctions: "Functions",
+ listVariable: "list",
+ textVariable: "text",
+ httpRequestError: "There was a problem with the request.",
+ linkAlert: "Share your blocks with this link:\n\n%1",
+ hashError: "Sorry, '%1' doesn't correspond with any saved program.",
+ xmlError: "Could not load your saved file. Perhaps it was created with a different version of Blockly?",
+ badXml: "Error parsing XML:\n%1\n\nSelect 'OK' to abandon your changes or 'Cancel' to further edit the XML."
+};