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_it.h 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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. * Italian
  24. *
  25. * LCD Menu Messages
  26. * See also http://marlinfw.org/docs/development/lcd_language.html
  27. *
  28. */
  29. #ifndef LANGUAGE_IT_H
  30. #define LANGUAGE_IT_H
  31. #define MAPPER_C2C3
  32. #define DISPLAY_CHARSET_ISO10646_1
  33. #define WELCOME_MSG MACHINE_NAME _UxGT(" pronto.")
  34. #define MSG_BACK _UxGT("Indietro")
  35. #define MSG_SD_INSERTED _UxGT("SD Card inserita")
  36. #define MSG_SD_REMOVED _UxGT("SD Card rimossa")
  37. #define MSG_LCD_ENDSTOPS _UxGT("Endstop")
  38. #define MSG_MAIN _UxGT("Menu principale")
  39. #define MSG_AUTOSTART _UxGT("Autostart")
  40. #define MSG_DISABLE_STEPPERS _UxGT("Disabilita Motori")
  41. #define MSG_DEBUG_MENU _UxGT("Menu di debug")
  42. #define MSG_PROGRESS_BAR_TEST _UxGT("Test barra avanzamento")
  43. #define MSG_AUTO_HOME _UxGT("Auto Home")
  44. #define MSG_AUTO_HOME_X _UxGT("Home asse X")
  45. #define MSG_AUTO_HOME_Y _UxGT("Home asse Y")
  46. #define MSG_AUTO_HOME_Z _UxGT("Home asse Z")
  47. #define MSG_LEVEL_BED_HOMING _UxGT("Home assi XYZ")
  48. #define MSG_LEVEL_BED_WAITING _UxGT("Premi per iniziare")
  49. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("Punto successivo")
  50. #define MSG_LEVEL_BED_DONE _UxGT("Livel. terminato!")
  51. #define MSG_Z_FADE_HEIGHT _UxGT("Fade Height")
  52. #define MSG_SET_HOME_OFFSETS _UxGT("Imp. offset home")
  53. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Offset applicato")
  54. #define MSG_SET_ORIGIN _UxGT("Imposta Origine")
  55. #define MSG_PREHEAT_1 _UxGT("Preriscalda PLA")
  56. #define MSG_PREHEAT_1_N _UxGT("Prerisc.PLA ")
  57. #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1_N _UxGT("Tutto")
  58. #define MSG_PREHEAT_1_END MSG_PREHEAT_1_N _UxGT("Ugello")
  59. #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1_N _UxGT("Piatto")
  60. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1_N _UxGT("conf")
  61. #define MSG_PREHEAT_2 _UxGT("Preriscalda ABS")
  62. #define MSG_PREHEAT_2_N _UxGT("Prerisc.ABS ")
  63. #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2_N _UxGT("Tutto")
  64. #define MSG_PREHEAT_2_END MSG_PREHEAT_2_N _UxGT("Ugello")
  65. #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2_N _UxGT("Piatto")
  66. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2_N _UxGT("conf")
  67. #define MSG_COOLDOWN _UxGT("Raffredda")
  68. #define MSG_SWITCH_PS_ON _UxGT("Accendi aliment.")
  69. #define MSG_SWITCH_PS_OFF _UxGT("Spegni aliment.")
  70. #define MSG_EXTRUDE _UxGT("Estrudi")
  71. #define MSG_RETRACT _UxGT("Ritrai")
  72. #define MSG_MOVE_AXIS _UxGT("Muovi Asse")
  73. #define MSG_BED_LEVELING _UxGT("Livella piano")
  74. #define MSG_LEVEL_BED _UxGT("Livella piano")
  75. #define MSG_EDITING_STOPPED _UxGT("Modifica Mesh Fermata")
  76. #define MSG_USER_MENU _UxGT("Comandi Utente")
  77. #define MSG_UBL_DOING_G29 _UxGT("G29 in corso")
  78. #define MSG_UBL_UNHOMED _UxGT("Home XYZ prima")
  79. #define MSG_UBL_TOOLS _UxGT("Strumenti UBL")
  80. #define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
  81. #define MSG_UBL_MANUAL_MESH _UxGT("Mesh Manuale")
  82. #define MSG_UBL_BC_INSERT _UxGT("Metti spessore & misura")
  83. #define MSG_UBL_BC_INSERT2 _UxGT("Misura")
  84. #define MSG_UBL_BC_REMOVE _UxGT("Rimuovi & misura piatto")
  85. #define MSG_UBL_MOVING_TO_NEXT _UxGT("Spostamento sucessivo")
  86. #define MSG_UBL_ACTIVATE_MESH _UxGT("Attiva UBL")
  87. #define MSG_UBL_DEACTIVATE_MESH _UxGT("Disattiva UBL")
  88. #define MSG_UBL_SET_BED_TEMP _UxGT("Temp Piatto")
  89. #define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
  90. #define MSG_UBL_SET_HOTEND_TEMP _UxGT("Temp Ugello")
  91. #define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
  92. #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Modif Custom Mesh")
  93. #define MSG_UBL_FINE_TUNE_MESH _UxGT("Ritocca Mesh")
  94. #define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
  95. #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Crea Custom Mesh")
  96. #define MSG_UBL_BUILD_MESH_MENU _UxGT("Crea Mesh")
  97. #define MSG_UBL_BUILD_PLA_MESH _UxGT("Crea PLA Mesh")
  98. #define MSG_UBL_BUILD_ABS_MESH _UxGT("Crea ABS Mesh")
  99. #define MSG_UBL_BUILD_COLD_MESH _UxGT("Crea Cold Mesh")
  100. #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Aggiusta Altezza Mesh")
  101. #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Altezza")
  102. #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Valida Mesh")
  103. #define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Valida PLA Mesh")
  104. #define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Valida ABS Mesh")
  105. #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Valida Custom Mesh")
  106. #define MSG_UBL_CONTINUE_MESH _UxGT("Continua Mesh")
  107. #define MSG_UBL_MESH_LEVELING _UxGT("Livell. Mesh")
  108. #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("Livell. 3 Punti")
  109. #define MSG_UBL_GRID_MESH_LEVELING _UxGT("Livell. Griglia Mesh")
  110. #define MSG_UBL_MESH_LEVEL _UxGT("Livella Mesh")
  111. #define MSG_UBL_SIDE_POINTS _UxGT("Punti laterali")
  112. #define MSG_UBL_MAP_TYPE _UxGT("Tipo di Mappa")
  113. #define MSG_UBL_OUTPUT_MAP _UxGT("Esporta Mappa")
  114. #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Esporta per Host")
  115. #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Esporta in CSV")
  116. #define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Backup esterno")
  117. #define MSG_UBL_INFO_UBL _UxGT("Esporta Info UBL")
  118. #define MSG_UBL_EDIT_MESH_MENU _UxGT("Modifica Mesh")
  119. #define MSG_UBL_FILLIN_AMOUNT _UxGT("Riempimento")
  120. #define MSG_UBL_MANUAL_FILLIN _UxGT("Riempimento Manuale")
  121. #define MSG_UBL_SMART_FILLIN _UxGT("Riempimento Smart")
  122. #define MSG_UBL_FILLIN_MESH _UxGT("Riempimento Mesh")
  123. #define MSG_UBL_INVALIDATE_ALL _UxGT("Invalida Tutto")
  124. #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalida Punto Vicino")
  125. #define MSG_UBL_FINE_TUNE_ALL _UxGT("Ritocca All")
  126. #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Ritocca Punto Vicino")
  127. #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Salvate")
  128. #define MSG_UBL_STORAGE_SLOT _UxGT("Slot di memoria")
  129. #define MSG_UBL_LOAD_MESH _UxGT("Carica Mesh Piatto")
  130. #define MSG_UBL_SAVE_MESH _UxGT("Salva Mesh Piatto")
  131. #define MSG_UBL_SAVE_ERROR _UxGT("Err: Salvataggio UBL")
  132. #define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ripristino UBL")
  133. #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Fermato")
  134. #define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL passo passo")
  135. #define MSG_MOVING _UxGT("In movimento...")
  136. #define MSG_FREE_XY _UxGT("XY liberi")
  137. #define MSG_MOVE_X _UxGT("Muovi X")
  138. #define MSG_MOVE_Y _UxGT("Muovi Y")
  139. #define MSG_MOVE_Z _UxGT("Muovi Z")
  140. #define MSG_MOVE_E _UxGT("Estrusore")
  141. #define MSG_MOVE_01MM _UxGT("Muovi di 0.1mm")
  142. #define MSG_MOVE_1MM _UxGT("Muovi di 1mm")
  143. #define MSG_MOVE_10MM _UxGT("Muovi di 10mm")
  144. #define MSG_SPEED _UxGT("Velocità")
  145. #define MSG_BED_Z _UxGT("piatto Z")
  146. #define MSG_NOZZLE _UxGT("Ugello")
  147. #define MSG_BED _UxGT("Piatto")
  148. #define MSG_FAN_SPEED _UxGT("Velocità ventola")
  149. #define MSG_FLOW _UxGT("Flusso")
  150. #define MSG_CONTROL _UxGT("Controllo")
  151. #define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
  152. #define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
  153. #define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Fact")
  154. #define MSG_AUTOTEMP _UxGT("Autotemp")
  155. #define MSG_ON _UxGT("On ")
  156. #define MSG_OFF _UxGT("Off")
  157. #define MSG_PID_P _UxGT("PID-P")
  158. #define MSG_PID_I _UxGT("PID-I")
  159. #define MSG_PID_D _UxGT("PID-D")
  160. #define MSG_PID_C _UxGT("PID-C")
  161. #define MSG_SELECT _UxGT("Seleziona")
  162. #define MSG_ACC _UxGT("Accel")
  163. #define MSG_JERK _UxGT("Jerk")
  164. #define MSG_VX_JERK _UxGT("Vx-jerk")
  165. #define MSG_VY_JERK _UxGT("Vy-jerk")
  166. #define MSG_VZ_JERK _UxGT("Vz-jerk")
  167. #define MSG_VE_JERK _UxGT("Ve-jerk")
  168. #define MSG_VELOCITY _UxGT("Velocità")
  169. #define MSG_VMAX _UxGT("Vmax ")
  170. #define MSG_VMIN _UxGT("Vmin")
  171. #define MSG_VTRAV_MIN _UxGT("VTrav min")
  172. #define MSG_ACCELERATION _UxGT("Accelerazione")
  173. #define MSG_AMAX _UxGT("Amax ")
  174. #define MSG_A_RETRACT _UxGT("A-retract")
  175. #define MSG_A_TRAVEL _UxGT("A-Spostamento")
  176. #define MSG_STEPS_PER_MM _UxGT("Passi/mm")
  177. #define MSG_XSTEPS _UxGT("Xpassi/mm")
  178. #define MSG_YSTEPS _UxGT("Ypassi/mm")
  179. #define MSG_ZSTEPS _UxGT("Zpassi/mm")
  180. #define MSG_ESTEPS _UxGT("Epassi/mm")
  181. #define MSG_E1STEPS _UxGT("E1passi/mm")
  182. #define MSG_E2STEPS _UxGT("E2passi/mm")
  183. #define MSG_E3STEPS _UxGT("E3passi/mm")
  184. #define MSG_E4STEPS _UxGT("E4passi/mm")
  185. #define MSG_E5STEPS _UxGT("E5passi/mm")
  186. #define MSG_TEMPERATURE _UxGT("Temperatura")
  187. #define MSG_MOTION _UxGT("Movimento")
  188. #define MSG_FILAMENT _UxGT("Filamento")
  189. #define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
  190. #define MSG_FILAMENT_DIAM _UxGT("Diam. filo")
  191. #define MSG_ADVANCE_K _UxGT("K Avanzamento")
  192. #define MSG_CONTRAST _UxGT("Contrasto LCD")
  193. #define MSG_STORE_EEPROM _UxGT("Salva in memoria")
  194. #define MSG_LOAD_EEPROM _UxGT("Carica da memoria")
  195. #define MSG_RESTORE_FAILSAFE _UxGT("Ripristina imp.")
  196. #define MSG_INIT_EEPROM _UxGT("Inizializza EEPROM")
  197. #define MSG_REFRESH _UxGT("Aggiorna")
  198. #define MSG_WATCH _UxGT("Guarda")
  199. #define MSG_PREPARE _UxGT("Prepara")
  200. #define MSG_TUNE _UxGT("Regola")
  201. #define MSG_PAUSE_PRINT _UxGT("Pausa")
  202. #define MSG_RESUME_PRINT _UxGT("Riprendi stampa")
  203. #define MSG_STOP_PRINT _UxGT("Arresta stampa")
  204. #define MSG_CARD_MENU _UxGT("Stampa da SD")
  205. #define MSG_NO_CARD _UxGT("SD non presente")
  206. #define MSG_DWELL _UxGT("Sospensione...")
  207. #define MSG_USERWAIT _UxGT("Premi tasto..")
  208. #define MSG_PRINT_PAUSED _UxGT("Stampa sospesa")
  209. #define MSG_RESUMING _UxGT("Riprendi Stampa")
  210. #define MSG_PRINT_ABORTED _UxGT("Stampa annullata")
  211. #define MSG_NO_MOVE _UxGT("Nessun Movimento")
  212. #define MSG_KILLED _UxGT("UCCISO. ")
  213. #define MSG_STOPPED _UxGT("ARRESTATO. ")
  214. #define MSG_CONTROL_RETRACT _UxGT("Ritrai mm")
  215. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Scamb. Ritrai mm")
  216. #define MSG_CONTROL_RETRACTF _UxGT("Ritrai V")
  217. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Salta mm")
  218. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
  219. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Scamb. UnRet mm")
  220. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
  221. #define MSG_AUTORETRACT _UxGT("AutoRitrai")
  222. #define MSG_FILAMENTCHANGE _UxGT("Cambia filamento")
  223. #define MSG_INIT_SDCARD _UxGT("Iniz. SD-Card")
  224. #define MSG_CNG_SDCARD _UxGT("Cambia SD-Card")
  225. #define MSG_ZPROBE_OUT _UxGT("Z probe out. bed")
  226. #define MSG_BLTOUCH _UxGT("BLTouch")
  227. #define MSG_BLTOUCH_SELFTEST _UxGT("Autotest BLTouch")
  228. #define MSG_BLTOUCH_RESET _UxGT("Resetta BLTouch")
  229. #define MSG_BLTOUCH_DEPLOY _UxGT("Estendi BLTouch")
  230. #define MSG_BLTOUCH_STOW _UxGT("Ritrai BLTouch")
  231. #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  232. #define MSG_FIRST _UxGT("prima")
  233. #define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset")
  234. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  235. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  236. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  237. #define MSG_ENDSTOP_ABORT _UxGT("Finecorsa abort")
  238. #define MSG_HEATING_FAILED_LCD _UxGT("Riscald. Fallito")
  239. #define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP RIDONDANTI")
  240. #define MSG_THERMAL_RUNAWAY _UxGT("TEMP FUORI CONTROLLO")
  241. #define MSG_ERR_MAXTEMP _UxGT("Err: TEMP MASSIMA")
  242. #define MSG_ERR_MINTEMP _UxGT("Err: TEMP MINIMA")
  243. #define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMP MASSIMA PIATTO")
  244. #define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMP MINIMA PIATTO")
  245. #define MSG_ERR_Z_HOMING _UxGT("G28 Z Vietato")
  246. #define MSG_HALTED _UxGT("STAMPANTE FERMATA")
  247. #define MSG_PLEASE_RESET _UxGT("Riavviare prego")
  248. #define MSG_SHORT_DAY _UxGT("g") // One character only
  249. #define MSG_SHORT_HOUR _UxGT("h") // One character only
  250. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  251. #define MSG_HEATING _UxGT("Riscaldamento..")
  252. #define MSG_HEATING_COMPLETE _UxGT("Risc. completato")
  253. #define MSG_BED_HEATING _UxGT("Risc. Piatto..")
  254. #define MSG_BED_DONE _UxGT("Piatto Pronto")
  255. #define MSG_DELTA_CALIBRATE _UxGT("Calibraz. Delta")
  256. #define MSG_DELTA_CALIBRATE_X _UxGT("Calibra X")
  257. #define MSG_DELTA_CALIBRATE_Y _UxGT("Calibra Y")
  258. #define MSG_DELTA_CALIBRATE_Z _UxGT("Calibra Z")
  259. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibra Center")
  260. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto calibrazione")
  261. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Imp. altezza Delta")
  262. #define MSG_INFO_MENU _UxGT("Riguardo stampante")
  263. #define MSG_INFO_PRINTER_MENU _UxGT("Info. stampante")
  264. #define MSG_3POINT_LEVELING _UxGT("Livel. a 3 punti")
  265. #define MSG_LINEAR_LEVELING _UxGT("Livel. Lineare")
  266. #define MSG_BILINEAR_LEVELING _UxGT("Livel. Biliniare")
  267. #define MSG_UBL_LEVELING _UxGT("Livel. UBL")
  268. #define MSG_MESH_LEVELING _UxGT("Livel. Mesh")
  269. #define MSG_INFO_STATS_MENU _UxGT("Statistiche")
  270. #define MSG_INFO_BOARD_MENU _UxGT("Info. scheda")
  271. #define MSG_INFO_THERMISTOR_MENU _UxGT("Termistori")
  272. #define MSG_INFO_EXTRUDERS _UxGT("Estrusori")
  273. #define MSG_INFO_BAUDRATE _UxGT("Baud")
  274. #define MSG_INFO_PROTOCOL _UxGT("Protocollo")
  275. #define MSG_CASE_LIGHT _UxGT("Luci Case")
  276. #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Luminosità Luci")
  277. #if LCD_WIDTH >= 20
  278. #define MSG_INFO_PRINT_COUNT _UxGT("Contat. stampa")
  279. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completati")
  280. #define MSG_INFO_PRINT_TIME _UxGT("Tempo totale")
  281. #define MSG_INFO_PRINT_LONGEST _UxGT("Lavoro più lungo")
  282. #define MSG_INFO_PRINT_FILAMENT _UxGT("Totale estruso")
  283. #else
  284. #define MSG_INFO_PRINT_COUNT _UxGT("Stampe")
  285. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completati")
  286. #define MSG_INFO_PRINT_TIME _UxGT("Durata")
  287. #define MSG_INFO_PRINT_LONGEST _UxGT("Più lungo")
  288. #define MSG_INFO_PRINT_FILAMENT _UxGT("Estruso")
  289. #endif
  290. #define MSG_INFO_MIN_TEMP _UxGT("Temp min")
  291. #define MSG_INFO_MAX_TEMP _UxGT("Temp max")
  292. #define MSG_INFO_PSU _UxGT("Alimentatore")
  293. #define MSG_DRIVE_STRENGTH _UxGT("Potenza Drive")
  294. #define MSG_DAC_PERCENT _UxGT("Driver %")
  295. #define MSG_DAC_EEPROM_WRITE _UxGT("Scrivi DAC EEPROM")
  296. #define MSG_FILAMENT_CHANGE_HEADER _UxGT("STAMPA IN PAUSA")
  297. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("OPZIONI:")
  298. #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Estrudi ancora")
  299. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Riprendi stampa")
  300. #define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("Temp minima è ")
  301. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Ugello: ")
  302. #if LCD_HEIGHT >= 4
  303. // Up to 3 lines allowed
  304. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere avvio")
  305. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("del cambio")
  306. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("di filamento")
  307. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Attendere")
  308. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("l'espulsione")
  309. #define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("del filamento")
  310. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci il")
  311. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("filamento e")
  312. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("premi per cont")
  313. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Premi per")
  314. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("riscald ugello.")
  315. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscald. ugello")
  316. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Attendere...")
  317. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Attendere")
  318. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("il caricamento")
  319. #define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("del filamento")
  320. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Attendere")
  321. #define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("l'estrusione")
  322. #define MSG_FILAMENT_CHANGE_EXTRUDE_3 _UxGT("del filamento")
  323. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Attendere")
  324. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("la ripresa")
  325. #define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("della stampa")
  326. #else // LCD_HEIGHT < 4
  327. // Up to 2 lines allowed
  328. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Attendere...")
  329. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Espulsione...")
  330. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserisci e premi")
  331. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Riscaldamento...")
  332. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Caricamento...")
  333. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Estrusione...")
  334. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Ripresa...")
  335. #endif // LCD_HEIGHT < 4
  336. #endif // LANGUAGE_IT_H