diff --git a/admin/google-blockly/own/msg/cn.js b/admin/google-blockly/own/msg/cn.js new file mode 100644 index 0000000..277b2da --- /dev/null +++ b/admin/google-blockly/own/msg/cn.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." +}; diff --git a/admin/google-blockly/own/msg/de.js b/admin/google-blockly/own/msg/de.js deleted file mode 100644 index 2590de5..0000000 --- a/admin/google-blockly/own/msg/de.js +++ /dev/null @@ -1,24 +0,0 @@ -var MSG = { - title: "Code", - blocks: "Bausteine", - linkTooltip: "Speichern und auf Bausteine verlinken.", - runTooltip: "Das Programm ausführen, das von den Bausteinen im Arbeitsbereich definiert ist.", - badCode: "Programmfehler:\n%1", - timeout: "Die maximalen Ausführungswiederholungen wurden überschritten.", - trashTooltip: "Alle Bausteine verwerfen.", - catLogic: "Logik", - catLoops: "Schleifen", - catMath: "Mathematik", - catText: "Text", - catLists: "Listen", - catColour: "Farbe", - catVariables: "Variablen", - catFunctions: "Funktionen", - listVariable: "Liste", - textVariable: "Text", - httpRequestError: "Mit der Anfrage gab es ein Problem.", - linkAlert: "Teile deine Bausteine mit diesem Link:\n\n%1", - hashError: "„%1“ stimmt leider mit keinem gespeicherten Programm überein.", - xmlError: "Deine gespeicherte Datei konnte nicht geladen werden. Vielleicht wurde sie mit einer anderen Version von Blockly erstellt.", - badXml: "Fehler beim Parsen von XML:\n%1\n\nWähle 'OK' zum Verwerfen deiner Änderungen oder 'Abbrechen' zum weiteren Bearbeiten des XML." -};