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 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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 https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_IT_H
  30. #define LANGUAGE_IT_H
  31. #define DISPLAY_CHARSET_ISO10646_1
  32. #define WELCOME_MSG MACHINE_NAME " pronto."
  33. #define MSG_SD_INSERTED "SD Card inserita"
  34. #define MSG_SD_REMOVED "SD Card rimossa"
  35. #define MSG_LCD_ENDSTOPS "Endstop"
  36. #define MSG_MAIN "Menu principale"
  37. #define MSG_AUTOSTART "Autostart"
  38. #define MSG_DISABLE_STEPPERS "Disabilita Motori"
  39. #define MSG_AUTO_HOME "Auto Home"
  40. #define MSG_AUTO_HOME_X "Home asse X"
  41. #define MSG_AUTO_HOME_Y "Home asse Y"
  42. #define MSG_AUTO_HOME_Z "Home asse Z"
  43. #define MSG_LEVEL_BED_HOMING "Home assi XYZ"
  44. #define MSG_LEVEL_BED_WAITING "Premi per iniziare"
  45. #define MSG_LEVEL_BED_NEXT_POINT "Punto successivo"
  46. #define MSG_LEVEL_BED_DONE "Livel. terminato!"
  47. #define MSG_LEVEL_BED_CANCEL "Annulla"
  48. #define MSG_SET_HOME_OFFSETS "Imp. offset home"
  49. #define MSG_HOME_OFFSETS_APPLIED "Offset applicato"
  50. #define MSG_SET_ORIGIN "Imposta Origine"
  51. #define MSG_PREHEAT_1 "Preriscalda PLA"
  52. #define MSG_PREHEAT_1_N MSG_PREHEAT_1 " "
  53. #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 " Tutto"
  54. #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 " Piatto"
  55. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 " conf"
  56. #define MSG_PREHEAT_2 "Preriscalda ABS"
  57. #define MSG_PREHEAT_2_N MSG_PREHEAT_2 " "
  58. #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 " Tutto"
  59. #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 " Piatto"
  60. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 " conf"
  61. #define MSG_COOLDOWN "Raffredda"
  62. #define MSG_SWITCH_PS_ON "Accendi aliment."
  63. #define MSG_SWITCH_PS_OFF "Spegni aliment."
  64. #define MSG_EXTRUDE "Estrudi"
  65. #define MSG_RETRACT "Ritrai"
  66. #define MSG_MOVE_AXIS "Muovi Asse"
  67. #define MSG_LEVEL_BED "Livella piano"
  68. #define MSG_MOVE_X "Muovi X"
  69. #define MSG_MOVE_Y "Muovi Y"
  70. #define MSG_MOVE_Z "Muovi Z"
  71. #define MSG_MOVE_E "Estrusore"
  72. #define MSG_MOVE_01MM "Muovi di 0.1mm"
  73. #define MSG_MOVE_1MM "Muovi di 1mm"
  74. #define MSG_MOVE_10MM "Muovi di 10mm"
  75. #if ENABLED(DOGLCD)
  76. #define MSG_SPEED "Velocità"
  77. #else
  78. #define MSG_SPEED "Velocita"
  79. #endif
  80. #define MSG_BED_Z "piatto Z"
  81. #define MSG_NOZZLE "Ugello"
  82. #define MSG_BED "Piatto"
  83. #if ENABLED(DOGLCD)
  84. #define MSG_FAN_SPEED "Velocità ventola"
  85. #else
  86. #define MSG_FAN_SPEED "Velocita ventola"
  87. #endif
  88. #define MSG_FLOW "Flusso"
  89. #define MSG_CONTROL "Controllo"
  90. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  91. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  92. #define MSG_FACTOR LCD_STR_THERMOMETER " Fact"
  93. #define MSG_AUTOTEMP "Autotemp"
  94. #define MSG_ON "On "
  95. #define MSG_OFF "Off"
  96. #define MSG_PID_P "PID-P"
  97. #define MSG_PID_I "PID-I"
  98. #define MSG_PID_D "PID-D"
  99. #define MSG_PID_C "PID-C"
  100. #define MSG_SELECT "Seleziona"
  101. #define MSG_ACC "Accel"
  102. #define MSG_VXY_JERK "Vxy-jerk"
  103. #define MSG_VZ_JERK "Vz-jerk"
  104. #define MSG_VE_JERK "Ve-jerk"
  105. #define MSG_VMAX "Vmax "
  106. #define MSG_VMIN "Vmin"
  107. #define MSG_VTRAV_MIN "VTrav min"
  108. #define MSG_AMAX "Amax "
  109. #define MSG_A_RETRACT "A-retract"
  110. #define MSG_A_TRAVEL "A-Spostamento"
  111. #define MSG_XSTEPS "Xpassi/mm"
  112. #define MSG_YSTEPS "Ypassi/mm"
  113. #define MSG_ZSTEPS "Zpassi/mm"
  114. #define MSG_ESTEPS "Epassi/mm"
  115. #define MSG_TEMPERATURE "Temperatura"
  116. #define MSG_MOTION "Movimento"
  117. #define MSG_VOLUMETRIC "Filamento"
  118. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  119. #define MSG_FILAMENT_DIAM "Diam. filo"
  120. #define MSG_CONTRAST "Contrasto LCD"
  121. #define MSG_STORE_EPROM "Salva in memoria"
  122. #define MSG_LOAD_EPROM "Carica da memoria"
  123. #define MSG_RESTORE_FAILSAFE "Ripristina imp."
  124. #define MSG_REFRESH "Aggiorna"
  125. #define MSG_WATCH "Guarda"
  126. #define MSG_PREPARE "Prepara"
  127. #define MSG_TUNE "Regola"
  128. #define MSG_PAUSE_PRINT "Pausa"
  129. #define MSG_RESUME_PRINT "Riprendi stampa"
  130. #define MSG_STOP_PRINT "Arresta stampa"
  131. #define MSG_CARD_MENU "Stampa da SD"
  132. #define MSG_NO_CARD "SD non presente"
  133. #define MSG_DWELL "Sospensione..."
  134. #define MSG_USERWAIT "Attendi Utente.."
  135. #define MSG_RESUMING "Riprendi Stampa"
  136. #define MSG_PRINT_ABORTED "Stampa annullata"
  137. #define MSG_NO_MOVE "Nessun Movimento"
  138. #define MSG_KILLED "UCCISO. "
  139. #define MSG_STOPPED "ARRESTATO. "
  140. #define MSG_CONTROL_RETRACT "Ritrai mm"
  141. #define MSG_CONTROL_RETRACT_SWAP "Scamb. Ritrai mm"
  142. #define MSG_CONTROL_RETRACTF "Ritrai V"
  143. #define MSG_CONTROL_RETRACT_ZLIFT "Salta mm"
  144. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  145. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Scamb. UnRet+mm"
  146. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  147. #define MSG_AUTORETRACT "AutoRitrai"
  148. #define MSG_FILAMENTCHANGE "Cambia filamento"
  149. #define MSG_INIT_SDCARD "Iniz. SD-Card"
  150. #define MSG_CNG_SDCARD "Cambia SD-Card"
  151. #define MSG_ZPROBE_OUT "Z probe out. bed"
  152. #define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  153. #define MSG_FIRST "prima"
  154. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  155. #define MSG_BABYSTEP_X "Babystep X"
  156. #define MSG_BABYSTEP_Y "Babystep Y"
  157. #define MSG_BABYSTEP_Z "Babystep Z"
  158. #define MSG_ENDSTOP_ABORT "Finecorsa abort"
  159. #define MSG_HEATING_FAILED_LCD "Riscald. Fallito"
  160. #define MSG_ERR_REDUNDANT_TEMP "Err: TEMP RIDONDANTI"
  161. #define MSG_THERMAL_RUNAWAY "TEMP FUORI CONTROLLO"
  162. #define MSG_ERR_MAXTEMP "Err: TEMP MASSIMA"
  163. #define MSG_ERR_MINTEMP "Err: TEMP MINIMA"
  164. #define MSG_ERR_MAXTEMP_BED "Err: TEMP MASSIMA PIATTO"
  165. #define MSG_ERR_MINTEMP_BED "Err: TEMP MINIMA PIATTO"
  166. #define MSG_ERR_Z_HOMING "G28 Z Vietato"
  167. #define MSG_HALTED "STAMPANTE FERMATA"
  168. #define MSG_PLEASE_RESET "Riavviare prego"
  169. #define MSG_SHORT_DAY "g" // One character only
  170. #define MSG_SHORT_HOUR "h" // One character only
  171. #define MSG_SHORT_MINUTE "m" // One character only
  172. #define MSG_HEATING "Riscaldamento.."
  173. #define MSG_HEATING_COMPLETE "Risc. completato"
  174. #define MSG_BED_HEATING "Risc. Piatto.."
  175. #define MSG_BED_DONE "Piatto Pronto"
  176. #define MSG_DELTA_CALIBRATE "Calibraz. Delta"
  177. #define MSG_DELTA_CALIBRATE_X "Calibra X"
  178. #define MSG_DELTA_CALIBRATE_Y "Calibra Y"
  179. #define MSG_DELTA_CALIBRATE_Z "Calibra Z"
  180. #define MSG_DELTA_CALIBRATE_CENTER "Calibra Center"
  181. #define MSG_INFO_MENU "Riguardo stampante"
  182. #define MSG_INFO_PRINTER_MENU "Info. stampante"
  183. #define MSG_INFO_STATS_MENU "Statistiche"
  184. #define MSG_INFO_BOARD_MENU "Info. scheda"
  185. #define MSG_INFO_THERMISTOR_MENU "Termistori"
  186. #define MSG_INFO_EXTRUDERS "Estrusori"
  187. #define MSG_INFO_BAUDRATE "Baud"
  188. #define MSG_INFO_PROTOCOL "Protocollo"
  189. #if LCD_WIDTH > 19
  190. #define MSG_INFO_PRINT_COUNT "Contat. stampa"
  191. #define MSG_INFO_COMPLETED_PRINTS "Completati"
  192. #define MSG_INFO_PRINT_TIME "Tempo totale"
  193. #if ENABLED(DOGLCD)
  194. #define MSG_INFO_PRINT_LONGEST "Lavoro più lungo"
  195. #else
  196. #define MSG_INFO_PRINT_LONGEST "Lavoro piu lungo"
  197. #endif
  198. #define MSG_INFO_PRINT_FILAMENT "Totale estruso"
  199. #else
  200. #define MSG_INFO_PRINT_COUNT "Stampe"
  201. #define MSG_INFO_COMPLETED_PRINTS "Completati"
  202. #define MSG_INFO_PRINT_TIME "Durata"
  203. #if ENABLED(DOGLCD)
  204. #define MSG_INFO_PRINT_LONGEST "Più lungo"
  205. #else
  206. #define MSG_INFO_PRINT_LONGEST "Piu lungo"
  207. #endif
  208. #define MSG_INFO_PRINT_FILAMENT "Estruso"
  209. #endif
  210. #define MSG_INFO_MIN_TEMP "Temp min"
  211. #define MSG_INFO_MAX_TEMP "Temp max"
  212. #define MSG_INFO_PSU "Alimentatore"
  213. #define MSG_FILAMENT_CHANGE_HEADER "CAMBIA FILAMENTO"
  214. #define MSG_FILAMENT_CHANGE_OPTION_HEADER "CAMBIA OPZIONI:"
  215. #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Estrusione"
  216. #define MSG_FILAMENT_CHANGE_OPTION_RESUME "Riprendi stampa"
  217. #if LCD_HEIGHT >= 4
  218. #define MSG_FILAMENT_CHANGE_INIT_1 "Attendere avvio"
  219. #define MSG_FILAMENT_CHANGE_INIT_2 "del cambio"
  220. #define MSG_FILAMENT_CHANGE_INIT_3 "di filamento"
  221. #define MSG_FILAMENT_CHANGE_UNLOAD_1 "Attendere"
  222. #define MSG_FILAMENT_CHANGE_UNLOAD_2 "l'espulsione"
  223. #define MSG_FILAMENT_CHANGE_UNLOAD_3 "del filamento"
  224. #define MSG_FILAMENT_CHANGE_INSERT_1 "Inserisci il"
  225. #define MSG_FILAMENT_CHANGE_INSERT_2 "filamento e"
  226. #define MSG_FILAMENT_CHANGE_INSERT_3 "premi per cont"
  227. #define MSG_FILAMENT_CHANGE_LOAD_1 "Attendere"
  228. #define MSG_FILAMENT_CHANGE_LOAD_2 "il caricamento"
  229. #define MSG_FILAMENT_CHANGE_LOAD_3 "del filamento"
  230. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Attendere"
  231. #define MSG_FILAMENT_CHANGE_EXTRUDE_2 "l'estrusione"
  232. #define MSG_FILAMENT_CHANGE_EXTRUDE_3 "del filamento"
  233. #define MSG_FILAMENT_CHANGE_RESUME_1 "Attendere"
  234. #define MSG_FILAMENT_CHANGE_RESUME_2 "la ripresa"
  235. #define MSG_FILAMENT_CHANGE_RESUME_3 "della stampa"
  236. #else // LCD_HEIGHT < 4
  237. #define MSG_FILAMENT_CHANGE_INIT_1 "Attendere..."
  238. #define MSG_FILAMENT_CHANGE_UNLOAD_1 "Espulsione..."
  239. #define MSG_FILAMENT_CHANGE_INSERT_1 "Inserisci e premi"
  240. #define MSG_FILAMENT_CHANGE_LOAD_1 "Caricamento..."
  241. #define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Estrusione..."
  242. #define MSG_FILAMENT_CHANGE_RESUME_1 "Ripresa..."
  243. #endif // LCD_HEIGHT < 4
  244. #endif // LANGUAGE_IT_H