ia.js 1.0 KB

123456789101112131415161718192021222324
  1. var MSG = {
  2. title: "Codice",
  3. blocks: "Blocos",
  4. linkTooltip: "Salveguardar e ligar a blocos.",
  5. runTooltip: "Executar le programma definite per le blocos in le spatio de travalio.",
  6. badCode: "Error del programma:\n%1",
  7. timeout: "Le numero de iterationes executate ha excedite le maximo.",
  8. trashTooltip: "Abandonar tote le blocos.",
  9. catLogic: "Logica",
  10. catLoops: "Buclas",
  11. catMath: "Mathematica",
  12. catText: "Texto",
  13. catLists: "Listas",
  14. catColour: "Color",
  15. catVariables: "Variabiles",
  16. catFunctions: "Functiones",
  17. listVariable: "lista",
  18. textVariable: "texto",
  19. httpRequestError: "Il habeva un problema con le requesta.",
  20. linkAlert: "Divide tu blocos con iste ligamine:\n\n%1",
  21. hashError: "Infelicemente, '%1' non corresponde a alcun programma salveguardate.",
  22. xmlError: "Impossibile cargar le file salveguardate. Pote esser que illo ha essite create con un altere version de Blockly?",
  23. badXml: "Error de analyse del XML:\n%1\n\nSelige 'OK' pro abandonar le modificationes o 'Cancellar' pro continuar a modificar le codice XML."
  24. };