Move Code app to demos directory.

This commit is contained in:
Neil Fraser
2014-11-20 15:37:12 -08:00
parent db1360e423
commit ab133cb539
196 changed files with 1773 additions and 9933 deletions

25
demos/code/msg/sco.js Normal file
View File

@@ -0,0 +1,25 @@
var MSG = {
title: "Code",
blocks: "Blocks",
linkTooltip: "Hain n airt til blocks.",
runTooltip: "Rin the program defined bi the blocks in the wairkspace.",
badCode: "Program mistak:\n%1",
timeout: "Mucklest execution iterations exceedit.",
discard: "Delyte aw %1 blocks?",
trashTooltip: "Hiff aw blocks.",
catLogic: "Logeec",
catLoops: "Luips",
catMath: "Maths",
catText: "Tex",
catLists: "Leets",
catColour: "Colour",
catVariables: "Variables",
catFunctions: "Functions",
listVariable: "leet",
textVariable: "tex",
httpRequestError: "Thaur wis ae problem wi the request.",
linkAlert: "Shair yer blocks wi this airtin:\n\n%1",
hashError: "Sairrie, '%1' disna correspond wi onie hained program.",
xmlError: "Coudnae laid yer hained file. Perhaps it wis makit wi ae deefferent version o Blockly?",
badXml: "Mistak parsin XML:\n%1\n\nSelect 'OK' tae hiff yer chynges or 'Cancel' tae further eedit the XML."
};