My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_gl.h 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /**
  2. * Galician language (ISO "gl")
  3. *
  4. * LCD Menu Messages
  5. * Se also documentation/LCDLanguageFont.md
  6. *
  7. */
  8. #ifndef LANGUAGE_GL_H
  9. #define LANGUAGE_GL_H
  10. #define MAPPER_C2C3
  11. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  12. //#define SIMULATE_ROMFONT
  13. #define DISPLAY_CHARSET_ISO10646_1
  14. #define WELCOME_MSG MACHINE_NAME " lista."
  15. #define MSG_SD_INSERTED "Tarxeta inserida"
  16. #define MSG_SD_REMOVED "Tarxeta retirada"
  17. #define MSG_MAIN "Menu principal"
  18. #define MSG_AUTOSTART "Autoarranque"
  19. #define MSG_DISABLE_STEPPERS "Apagar motores"
  20. #define MSG_AUTO_HOME "Ir a orixe"
  21. #define MSG_SET_ORIGIN "Fixar orixe"
  22. #define MSG_PREHEAT_PLA "Prequentar PLA"
  23. #define MSG_PREHEAT_PLA_N "Prequentar PLA "
  24. #define MSG_PREHEAT_PLA_ALL "Preque. PLA Todo"
  25. #define MSG_PREHEAT_PLA_BEDONLY "Preque. PLA Cama"
  26. #define MSG_PREHEAT_PLA_SETTINGS "Preque. PLA conf"
  27. #define MSG_PREHEAT_ABS "Prequentar ABS"
  28. #define MSG_PREHEAT_ABS_N "Prequentar ABS "
  29. #define MSG_PREHEAT_ABS_ALL "Preque. ABS Todo"
  30. #define MSG_PREHEAT_ABS_BEDONLY "Preque. ABS Cama"
  31. #define MSG_PREHEAT_ABS_SETTINGS "Preque. ABS conf"
  32. #define MSG_COOLDOWN "Arrefriar"
  33. #define MSG_SWITCH_PS_ON "Acender"
  34. #define MSG_SWITCH_PS_OFF "Apagar"
  35. #define MSG_EXTRUDE "Extrudir"
  36. #define MSG_RETRACT "Retraer"
  37. #define MSG_MOVE_AXIS "Mover eixe"
  38. #define MSG_LEVEL_BED "Nivelar cama"
  39. #define MSG_MOVE_X "Mover X"
  40. #define MSG_MOVE_Y "Mover Y"
  41. #define MSG_MOVE_Z "Mover Z"
  42. #define MSG_MOVE_E "Extruir"
  43. #define MSG_MOVE_01MM "Mover 0.1mm"
  44. #define MSG_MOVE_1MM "Mover 1mm"
  45. #define MSG_MOVE_10MM "Mover 10mm"
  46. #define MSG_SPEED "Velocidade"
  47. #define MSG_NOZZLE "Bico"
  48. #define MSG_BED "Cama"
  49. #define MSG_FAN_SPEED "Velocidade vent."
  50. #define MSG_FLOW "Fluxo"
  51. #define MSG_CONTROL "Control"
  52. #define MSG_MIN " " LCD_STR_THERMOMETER " Min"
  53. #define MSG_MAX " " LCD_STR_THERMOMETER " Max"
  54. #define MSG_FACTOR " " LCD_STR_THERMOMETER " Fact"
  55. #define MSG_AUTOTEMP "Autotemp"
  56. #define MSG_ON "On "
  57. #define MSG_OFF "Off"
  58. #define MSG_PID_P "PID-P"
  59. #define MSG_PID_I "PID-I"
  60. #define MSG_PID_D "PID-D"
  61. #define MSG_PID_C "PID-C"
  62. #define MSG_E1 " E1"
  63. #define MSG_E2 " E2"
  64. #define MSG_E3 " E3"
  65. #define MSG_E4 " E4"
  66. #define MSG_ACC "Acel"
  67. #define MSG_VXY_JERK "Vxy-jerk"
  68. #define MSG_VZ_JERK "Vz-jerk"
  69. #define MSG_VE_JERK "Ve-jerk"
  70. #define MSG_VMAX "Vmax "
  71. #define MSG_X "x"
  72. #define MSG_Y "y"
  73. #define MSG_Z "z"
  74. #define MSG_E "e"
  75. #define MSG_VMIN "Vmin"
  76. #define MSG_VTRAV_MIN "VTrav min"
  77. #define MSG_AMAX "Amax "
  78. #define MSG_A_RETRACT "A-retract"
  79. #define MSG_A_TRAVEL "A-travel"
  80. #define MSG_XSTEPS "Xpasos/mm"
  81. #define MSG_YSTEPS "Ypasos/mm"
  82. #define MSG_ZSTEPS "Zpasos/mm"
  83. #define MSG_ESTEPS "Epasos/mm"
  84. #define MSG_TEMPERATURE "Temperatura"
  85. #define MSG_MOTION "Movemento"
  86. #define MSG_VOLUMETRIC "Filamento"
  87. #define MSG_VOLUMETRIC_ENABLED "E en mm3"
  88. #define MSG_FILAMENT_DIAM "Diametro filam."
  89. #define MSG_CONTRAST "Constraste LCD"
  90. #define MSG_STORE_EPROM "Gardar en memo."
  91. #define MSG_LOAD_EPROM "Cargar de memo."
  92. #define MSG_RESTORE_FAILSAFE "Cargar de firm."
  93. #define MSG_REFRESH "Volver a cargar"
  94. #define MSG_WATCH "Monitorizacion"
  95. #define MSG_PREPARE "Preparar"
  96. #define MSG_TUNE "Axustar"
  97. #define MSG_PAUSE_PRINT "Pausar impres."
  98. #define MSG_RESUME_PRINT "Seguir impres."
  99. #define MSG_STOP_PRINT "Deter impres."
  100. #define MSG_CARD_MENU "Tarxeta SD"
  101. #define MSG_NO_CARD "Sen tarxeta SD"
  102. #define MSG_DWELL "En repouso..."
  103. #define MSG_USERWAIT "A espera..."
  104. #define MSG_RESUMING "Imprimindo..."
  105. #define MSG_PRINT_ABORTED "Impre. cancelada"
  106. #define MSG_NO_MOVE "Sen movemento."
  107. #define MSG_KILLED "PROGRAMA MORTO"
  108. #define MSG_STOPPED "PROGRAMA PARADO"
  109. #define MSG_CONTROL_RETRACT "Retraccion mm"
  110. #define MSG_CONTROL_RETRACT_SWAP "Cambio retra. mm"
  111. #define MSG_CONTROL_RETRACTF "Retraccion V"
  112. #define MSG_CONTROL_RETRACT_ZLIFT "Alzar Z mm"
  113. #define MSG_CONTROL_RETRACT_RECOVER "Recup. retra. mm"
  114. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Cambio recup. mm"
  115. #define MSG_CONTROL_RETRACT_RECOVERF "Recuperacion V"
  116. #define MSG_AUTORETRACT "Retraccion auto."
  117. #define MSG_FILAMENTCHANGE "Cambiar filamen."
  118. #define MSG_INIT_SDCARD "Iniciando SD"
  119. #define MSG_CNG_SDCARD "Cambiar SD"
  120. #define MSG_ZPROBE_OUT "Sonda-Z sen cama"
  121. #define MSG_POSITION_UNKNOWN "X/Y antes que Z"
  122. #define MSG_ZPROBE_ZOFFSET "Offset Z"
  123. #define MSG_BABYSTEP_X "Micropaso X"
  124. #define MSG_BABYSTEP_Y "Micropaso Y"
  125. #define MSG_BABYSTEP_Z "Micropaso Z"
  126. #define MSG_ENDSTOP_ABORT "Erro fin carro"
  127. #define MSG_HEATING_FAILED_LCD "Fallo quentando"
  128. #define MSG_ERR_REDUNDANT_TEMP "Erro temperatura"
  129. #define MSG_THERMAL_RUNAWAY "Temp. excesiva"
  130. #define MSG_ERR_MAXTEMP "Err: temp. max."
  131. #define MSG_ERR_MINTEMP "Err: temp. min."
  132. #define MSG_ERR_MAXTEMP_BED "Err: MAXTEMP BED"
  133. #define MSG_ERR_MINTEMP_BED "Err: MINTEMP BED"
  134. #define MSG_END_HOUR "horas"
  135. #define MSG_END_MINUTE "minutos"
  136. #define MSG_HEATING "Quentando..."
  137. #define MSG_HEATING_COMPLETE "Xa esta quente"
  138. #define MSG_BED_HEATING "Quentando cama"
  139. #define MSG_BED_DONE "Cama esta quente"
  140. #if ENABLED(DELTA_CALIBRATION_MENU)
  141. #define MSG_DELTA_CALIBRATE "Calibracion Delta"
  142. #define MSG_DELTA_CALIBRATE_X "Calibrar X"
  143. #define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
  144. #define MSG_DELTA_CALIBRATE_Z "Calibrar Z"
  145. #define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro"
  146. #endif // DELTA_CALIBRATION_MENU
  147. #endif // LANGUAGE_GL_H