Merge pull request #4597 from tnw513/italian_fix
Added hyphenated strings for full graphic display
This commit is contained in:
commit
9e5d5a3b7c
|
@ -46,7 +46,7 @@
|
||||||
#define MSG_AUTO_HOME_Y "Home asse Y"
|
#define MSG_AUTO_HOME_Y "Home asse Y"
|
||||||
#define MSG_AUTO_HOME_Z "Home asse Z"
|
#define MSG_AUTO_HOME_Z "Home asse Z"
|
||||||
#define MSG_LEVEL_BED_HOMING "Home assi XYZ"
|
#define MSG_LEVEL_BED_HOMING "Home assi XYZ"
|
||||||
#define MSG_LEVEL_BED_WAITING "Premi per Iniziare"
|
#define MSG_LEVEL_BED_WAITING "Premi per iniziare"
|
||||||
#define MSG_LEVEL_BED_NEXT_POINT "Punto successivo"
|
#define MSG_LEVEL_BED_NEXT_POINT "Punto successivo"
|
||||||
#define MSG_LEVEL_BED_DONE "Livel. terminato!"
|
#define MSG_LEVEL_BED_DONE "Livel. terminato!"
|
||||||
#define MSG_LEVEL_BED_CANCEL "Annulla"
|
#define MSG_LEVEL_BED_CANCEL "Annulla"
|
||||||
|
@ -77,11 +77,19 @@
|
||||||
#define MSG_MOVE_01MM "Muovi di 0.1mm"
|
#define MSG_MOVE_01MM "Muovi di 0.1mm"
|
||||||
#define MSG_MOVE_1MM "Muovi di 1mm"
|
#define MSG_MOVE_1MM "Muovi di 1mm"
|
||||||
#define MSG_MOVE_10MM "Muovi di 10mm"
|
#define MSG_MOVE_10MM "Muovi di 10mm"
|
||||||
|
#if ENABLED(DOGLCD)
|
||||||
#define MSG_SPEED "Velocità"
|
#define MSG_SPEED "Velocità"
|
||||||
|
#else
|
||||||
|
#define MSG_SPEED "Velocita"
|
||||||
|
#endif
|
||||||
#define MSG_BED_Z "piatto Z"
|
#define MSG_BED_Z "piatto Z"
|
||||||
#define MSG_NOZZLE "Ugello"
|
#define MSG_NOZZLE "Ugello"
|
||||||
#define MSG_BED "Piatto"
|
#define MSG_BED "Piatto"
|
||||||
|
#if ENABLED(DOGLCD)
|
||||||
#define MSG_FAN_SPEED "Velocità ventola"
|
#define MSG_FAN_SPEED "Velocità ventola"
|
||||||
|
#else
|
||||||
|
#define MSG_FAN_SPEED "Velocita ventola"
|
||||||
|
#endif
|
||||||
#define MSG_FLOW "Flusso"
|
#define MSG_FLOW "Flusso"
|
||||||
#define MSG_CONTROL "Controllo"
|
#define MSG_CONTROL "Controllo"
|
||||||
#define MSG_MIN LCD_STR_THERMOMETER " Min"
|
#define MSG_MIN LCD_STR_THERMOMETER " Min"
|
||||||
|
@ -147,7 +155,7 @@
|
||||||
#define MSG_CNG_SDCARD "Cambia SD-Card"
|
#define MSG_CNG_SDCARD "Cambia SD-Card"
|
||||||
#define MSG_ZPROBE_OUT "Z probe out. bed"
|
#define MSG_ZPROBE_OUT "Z probe out. bed"
|
||||||
#define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
#define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
||||||
#define MSG_FIRST "first"
|
#define MSG_FIRST "prima"
|
||||||
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
||||||
#define MSG_BABYSTEP_X "Babystep X"
|
#define MSG_BABYSTEP_X "Babystep X"
|
||||||
#define MSG_BABYSTEP_Y "Babystep Y"
|
#define MSG_BABYSTEP_Y "Babystep Y"
|
||||||
|
@ -186,13 +194,21 @@
|
||||||
#define MSG_INFO_PRINT_COUNT "Contat. stampa"
|
#define MSG_INFO_PRINT_COUNT "Contat. stampa"
|
||||||
#define MSG_INFO_COMPLETED_PRINTS "Completati"
|
#define MSG_INFO_COMPLETED_PRINTS "Completati"
|
||||||
#define MSG_INFO_PRINT_TIME "Tempo totale"
|
#define MSG_INFO_PRINT_TIME "Tempo totale"
|
||||||
|
#if ENABLED(DOGLCD)
|
||||||
|
#define MSG_INFO_PRINT_LONGEST "Lavoro più lungo"
|
||||||
|
#else
|
||||||
#define MSG_INFO_PRINT_LONGEST "Lavoro piu lungo"
|
#define MSG_INFO_PRINT_LONGEST "Lavoro piu lungo"
|
||||||
|
#endif
|
||||||
#define MSG_INFO_PRINT_FILAMENT "Totale estruso"
|
#define MSG_INFO_PRINT_FILAMENT "Totale estruso"
|
||||||
#else
|
#else
|
||||||
#define MSG_INFO_PRINT_COUNT "Stampe"
|
#define MSG_INFO_PRINT_COUNT "Stampe"
|
||||||
#define MSG_INFO_COMPLETED_PRINTS "Completati"
|
#define MSG_INFO_COMPLETED_PRINTS "Completati"
|
||||||
#define MSG_INFO_PRINT_TIME "Durata"
|
#define MSG_INFO_PRINT_TIME "Durata"
|
||||||
|
#if ENABLED(DOGLCD)
|
||||||
|
#define MSG_INFO_PRINT_LONGEST "Più lungo"
|
||||||
|
#else
|
||||||
#define MSG_INFO_PRINT_LONGEST "Piu lungo"
|
#define MSG_INFO_PRINT_LONGEST "Piu lungo"
|
||||||
|
#endif
|
||||||
#define MSG_INFO_PRINT_FILAMENT "Estruso"
|
#define MSG_INFO_PRINT_FILAMENT "Estruso"
|
||||||
#endif
|
#endif
|
||||||
#define MSG_INFO_MIN_TEMP "Temp min"
|
#define MSG_INFO_MIN_TEMP "Temp min"
|
||||||
|
|
Loading…
Reference in a new issue