Skip to content

Commit

Permalink
Added missing translations. Removed trailing spaces for consistency (M…
Browse files Browse the repository at this point in the history
  • Loading branch information
silvio-didonna authored and CONSULitAS committed Aug 18, 2016
1 parent 25990b1 commit f7370f8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Marlin/language_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
#define MSG_PID_I "PID-I"
#define MSG_PID_D "PID-D"
#define MSG_PID_C "PID-C"
#define MSG_SELECT "Seleziona"
#define MSG_ACC "Accel"
#define MSG_VXY_JERK "Vxy-jerk"
#define MSG_VZ_JERK "Vz-jerk"
Expand Down Expand Up @@ -165,6 +166,10 @@
#define MSG_ERR_MINTEMP_BED "Err: TEMP MINIMA PIATTO"
#define MSG_HALTED "STAMPANTE FERMATA"
#define MSG_PLEASE_RESET "Riavviare prego"
#define MSG_SHORT_DAY "g" // One character only
#define MSG_SHORT_HOUR "h" // One character only
#define MSG_SHORT_MINUTE "m" // One character only
#define MSG_PRINT_TIME "Durata stampa"
#define MSG_HEATING "Riscaldamento.."
#define MSG_HEATING_COMPLETE "Risc. completato"
#define MSG_BED_HEATING "Risc. Piatto.."
Expand All @@ -184,12 +189,16 @@
#define MSG_INFO_PROTOCOL "Protocollo"
#if LCD_WIDTH > 19
#define MSG_INFO_PRINT_COUNT "Contat. stampa"
#define MSG_INFO_FINISHED_PRINTS "Finiti "
#define MSG_INFO_PRINT_TIME "Tempo totale "
#define MSG_INFO_COMPLETED_PRINTS "Completati"
#define MSG_INFO_PRINT_TIME "Tempo totale"
#define MSG_INFO_PRINT_LONGEST "Lavoro piu lungo"
#define MSG_INFO_PRINT_FILAMENT "Totale estruso"
#else
#define MSG_INFO_PRINT_COUNT "Stampe "
#define MSG_INFO_FINISHED_PRINTS "Finiti "
#define MSG_INFO_PRINT_TIME "Durata "
#define MSG_INFO_PRINT_COUNT "Stampe"
#define MSG_INFO_COMPLETED_PRINTS "Completati"
#define MSG_INFO_PRINT_TIME "Durata"
#define MSG_INFO_PRINT_LONGEST "Piu lungo"
#define MSG_INFO_PRINT_FILAMENT "Estruso"
#endif
#define MSG_INFO_MIN_TEMP "Temp min"
#define MSG_INFO_MAX_TEMP "Temp max"
Expand Down

0 comments on commit f7370f8

Please sign in to comment.