Files
blockly/apps/json/en.json
Neil Fraser c05240691f Merge branch 'master' of https://github.com/google/blockly
Conflicts:
	apps/json/en.json
2014-11-18 22:28:24 -08:00

39 lines
1.5 KiB
JSON

{
"@metadata": {
"author": "Ellen Spertus <ellen.spertus@gmail.com>",
"lastupdated": "2014-11-14 14:57:01.750962",
"locale": "en",
"messagedocumentation" : "qqq"
},
"Apps.subtitle": "a visual programming environment",
"Blockly": "Blockly",
"Apps.codeTooltip": "See generated JavaScript code.",
"Apps.linkTooltip": "Save and link to blocks.",
"Apps.runTooltip": "Run the program defined by the blocks in the workspace.",
"Apps.runProgram": "Run Program",
"Apps.resetProgram": "Reset",
"Apps.dialogOk": "OK",
"Apps.dialogCancel": "Cancel",
"Apps.catLogic": "Logic",
"Apps.catLoops": "Loops",
"Apps.catMath": "Math",
"Apps.catText": "Text",
"Apps.catLists": "Lists",
"Apps.catColour": "Colour",
"Apps.catVariables": "Variables",
"Apps.catProcedures": "Functions",
"Apps.httpRequestError": "There was a problem with the request.",
"Apps.linkAlert": "Share your blocks with this link:\n\n%1",
"Apps.hashError": "Sorry, '%1' doesn't correspond with any saved program.",
"Apps.xmlError": "Could not load your saved file. Perhaps it was created with a different version of Blockly?",
"Apps.listVariable": "list",
"Apps.textVariable": "text",
"Code.badXml": "Error parsing XML:\n%1\n\nSelect 'OK' to abandon your changes or 'Cancel' to further edit the XML.",
"Code.badCode": "Program error:\n%1",
"Code.timeout": "Maximum execution iterations exceeded.",
"Code.discard": "Delete all %1 blocks?",
"Code.title": "Code",
"Code.blocks": "Blocks",
"Code.trashTooltip": "Discard all blocks."
}