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_eu.h 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Basque-Euskera
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_EU_H
  30. #define LANGUAGE_EU_H
  31. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  32. //#define SIMULATE_ROMFONT
  33. #define DISPLAY_CHARSET_ISO10646_1
  34. #define WELCOME_MSG MACHINE_NAME " prest."
  35. #define MSG_SD_INSERTED "Txartela sartuta"
  36. #define MSG_SD_REMOVED "Txartela kenduta"
  37. #define MSG_MAIN "Menu nagusia"
  38. #define MSG_AUTOSTART "Auto hasiera"
  39. #define MSG_DISABLE_STEPPERS "Itzali motoreak"
  40. #define MSG_AUTO_HOME "Hasierara joan"
  41. #define MSG_LEVEL_BED_HOMING "Homing XYZ"
  42. #define MSG_LEVEL_BED_WAITING "Click to Begin"
  43. #define MSG_LEVEL_BED_DONE "Leveling Done!"
  44. #define MSG_LEVEL_BED_CANCEL "Cancel"
  45. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  46. #define MSG_HOME_OFFSETS_APPLIED "Offsets applied"
  47. #define MSG_SET_ORIGIN "Hasiera ipini"
  48. #define MSG_PREHEAT_1 "Aurreberotu PLA"
  49. #define MSG_PREHEAT_1_N "Aurreberotu PLA "
  50. #define MSG_PREHEAT_1_ALL "Berotu PLA Guztia"
  51. #define MSG_PREHEAT_1_BEDONLY "Berotu PLA Ohea"
  52. #define MSG_PREHEAT_1_SETTINGS "Berotu PLA Konfig"
  53. #define MSG_PREHEAT_2 "Aurreberotu ABS"
  54. #define MSG_PREHEAT_2_N "Aurreberotu ABS "
  55. #define MSG_PREHEAT_2_ALL "Berotu ABS Guztia"
  56. #define MSG_PREHEAT_2_BEDONLY "Berotu ABS Ohea"
  57. #define MSG_PREHEAT_2_SETTINGS "Berotu ABS Konfig"
  58. #define MSG_COOLDOWN "Hoztu"
  59. #define MSG_SWITCH_PS_ON "Energia piztu"
  60. #define MSG_SWITCH_PS_OFF "Energia itzali"
  61. #define MSG_EXTRUDE "Estruitu"
  62. #define MSG_RETRACT "Atzera eragin"
  63. #define MSG_MOVE_AXIS "Ardatzak mugitu"
  64. #define MSG_MOVE_X "Mugitu X"
  65. #define MSG_MOVE_Y "Mugitu Y"
  66. #define MSG_MOVE_Z "Mugitu Z"
  67. #define MSG_MOVE_E "Estrusorea"
  68. #define MSG_MOVE_01MM "Mugitu 0.1mm"
  69. #define MSG_MOVE_1MM "Mugitu 1mm"
  70. #define MSG_MOVE_10MM "Mugitu 10mm"
  71. #define MSG_SPEED "Abiadura"
  72. #define MSG_NOZZLE "Pita"
  73. #define MSG_BED "Ohea"
  74. #define MSG_FAN_SPEED "Haizagailua"
  75. #define MSG_FLOW "Fluxua"
  76. #define MSG_CONTROL "Kontrola"
  77. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  78. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  79. #define MSG_FACTOR LCD_STR_THERMOMETER " Faktorea"
  80. #define MSG_AUTOTEMP "Auto tenperatura"
  81. #define MSG_ON "On "
  82. #define MSG_OFF "Off"
  83. #define MSG_PID_P "PID-P"
  84. #define MSG_PID_I "PID-I"
  85. #define MSG_PID_D "PID-D"
  86. #define MSG_PID_C "PID-C"
  87. #define MSG_ACC "Azelerazioa"
  88. #define MSG_VXY_JERK "Vxy-astindua"
  89. #define MSG_VZ_JERK "Vz-astindua"
  90. #define MSG_VE_JERK "Ve-astindua"
  91. #define MSG_VMAX "Vmax "
  92. #define MSG_X "X"
  93. #define MSG_Y "Y"
  94. #define MSG_Z "Z"
  95. #define MSG_E "E"
  96. #define MSG_VMIN "Vmin"
  97. #define MSG_VTRAV_MIN "VTrav min"
  98. #define MSG_AMAX "Amax "
  99. #define MSG_A_RETRACT "A-retrakt"
  100. #define MSG_XSTEPS "X pausoak/mm"
  101. #define MSG_YSTEPS "Y pausoak/mm"
  102. #define MSG_ZSTEPS "Z pausoak/mm"
  103. #define MSG_ESTEPS "E pausoak/mm"
  104. #define MSG_TEMPERATURE "Tenperatura"
  105. #define MSG_MOTION "Mugimendua"
  106. #define MSG_VOLUMETRIC "Filament"
  107. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  108. #define MSG_FILAMENT_DIAM "Fil. Dia."
  109. #define MSG_CONTRAST "LCD kontrastea"
  110. #define MSG_STORE_EPROM "Gorde memoria"
  111. #define MSG_LOAD_EPROM "Kargatu memoria"
  112. #define MSG_RESTORE_FAILSAFE "Larri. berriz."
  113. #define MSG_REFRESH "Berriz kargatu"
  114. #define MSG_WATCH "Pantaila info"
  115. #define MSG_PREPARE "Prestatu"
  116. #define MSG_TUNE "Doitu"
  117. #define MSG_PAUSE_PRINT "Pausatu inprimak."
  118. #define MSG_RESUME_PRINT "Jarraitu inprima."
  119. #define MSG_STOP_PRINT "Gelditu inprima."
  120. #define MSG_CARD_MENU "SD-tik inprimatu"
  121. #define MSG_NO_CARD "Ez dago txartelik"
  122. #define MSG_DWELL "Lo egin..."
  123. #define MSG_USERWAIT "Aginduak zain..."
  124. #define MSG_RESUMING "Jarraitzen inpri."
  125. #define MSG_PRINT_ABORTED "Print aborted"
  126. #define MSG_NO_MOVE "Mugimendu gabe"
  127. #define MSG_KILLED "LARRIALDI GELDIA"
  128. #define MSG_STOPPED "GELDITUTA. "
  129. #define MSG_CONTROL_RETRACT "Atzera egin mm"
  130. #define MSG_CONTROL_RETRACT_SWAP "Swap Atzera egin mm"
  131. #define MSG_CONTROL_RETRACTF "Atzera egin V"
  132. #define MSG_CONTROL_RETRACT_ZLIFT "Igo mm"
  133. #define MSG_CONTROL_RETRACT_RECOVER "Atzera egin +mm"
  134. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Swap Atzera egin +mm"
  135. #define MSG_CONTROL_RETRACT_RECOVERF "Atzera egin V"
  136. #define MSG_AUTORETRACT "Atzera egin"
  137. #define MSG_FILAMENTCHANGE "Aldatu filament."
  138. #define MSG_INIT_SDCARD "Hasieratu txartela"
  139. #define MSG_CNG_SDCARD "Aldatu txartela"
  140. #define MSG_ZPROBE_OUT "Z ohe hasiera"
  141. #define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  142. #define MSG_FIRST "first"
  143. #define MSG_ZPROBE_ZOFFSET "Z konpentsatu"
  144. #define MSG_BABYSTEP_X "Babystep X"
  145. #define MSG_BABYSTEP_Y "Babystep Y"
  146. #define MSG_BABYSTEP_Z "Babystep Z"
  147. #define MSG_ENDSTOP_ABORT "Endstop deuseztat"
  148. #define MSG_DELTA_CALIBRATE "Delta Calibration"
  149. #define MSG_DELTA_CALIBRATE_X "Calibrate X"
  150. #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
  151. #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
  152. #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
  153. #endif // LANGUAGE_EU_H