Browse Source

Added missing translations. Removed trailing spaces for consistency (#4376)

Silvio Didonna 8 years ago
parent
commit
950397f2a0
1 changed files with 14 additions and 5 deletions
  1. 14
    5
      Marlin/language_it.h

+ 14
- 5
Marlin/language_it.h View File

@@ -94,6 +94,7 @@
94 94
 #define MSG_PID_I                           "PID-I"
95 95
 #define MSG_PID_D                           "PID-D"
96 96
 #define MSG_PID_C                           "PID-C"
97
+#define MSG_SELECT                          "Seleziona"
97 98
 #define MSG_ACC                             "Accel"
98 99
 #define MSG_VXY_JERK                        "Vxy-jerk"
99 100
 #define MSG_VZ_JERK                         "Vz-jerk"
@@ -165,6 +166,10 @@
165 166
 #define MSG_ERR_MINTEMP_BED                 "Err: TEMP MINIMA PIATTO"
166 167
 #define MSG_HALTED                          "STAMPANTE FERMATA"
167 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_PRINT_TIME                      "Durata stampa"
168 173
 #define MSG_HEATING                         "Riscaldamento.."
169 174
 #define MSG_HEATING_COMPLETE                "Risc. completato"
170 175
 #define MSG_BED_HEATING                     "Risc. Piatto.."
@@ -184,12 +189,16 @@
184 189
 #define MSG_INFO_PROTOCOL                   "Protocollo"
185 190
 #if LCD_WIDTH > 19
186 191
   #define MSG_INFO_PRINT_COUNT              "Contat. stampa"
187
-  #define MSG_INFO_FINISHED_PRINTS          "Finiti        "
188
-  #define MSG_INFO_PRINT_TIME               "Tempo totale  "
192
+  #define MSG_INFO_COMPLETED_PRINTS         "Completati"
193
+  #define MSG_INFO_PRINT_TIME               "Tempo totale"
194
+  #define MSG_INFO_PRINT_LONGEST            "Lavoro piu lungo"
195
+  #define MSG_INFO_PRINT_FILAMENT           "Totale estruso"
189 196
 #else
190
-  #define MSG_INFO_PRINT_COUNT              "Stampe   "
191
-  #define MSG_INFO_FINISHED_PRINTS          "Finiti   "
192
-  #define MSG_INFO_PRINT_TIME               "Durata   "
197
+  #define MSG_INFO_PRINT_COUNT              "Stampe"
198
+  #define MSG_INFO_COMPLETED_PRINTS         "Completati"
199
+  #define MSG_INFO_PRINT_TIME               "Durata"
200
+  #define MSG_INFO_PRINT_LONGEST            "Piu lungo"
201
+  #define MSG_INFO_PRINT_FILAMENT           "Estruso"
193 202
 #endif
194 203
 #define MSG_INFO_MIN_TEMP                   "Temp min"
195 204
 #define MSG_INFO_MAX_TEMP                   "Temp max"

Loading…
Cancel
Save