Sfoglia il codice sorgente

Remove MSG_PRINT_TIME from languages

Scott Lahteine 8 anni fa
parent
commit
4be635ec6e
4 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0
    3
      Marlin/language_en.h
  2. 0
    1
      Marlin/language_it.h
  3. 0
    1
      Marlin/language_kana.h
  4. 0
    1
      Marlin/language_kana_utf8.h

+ 0
- 3
Marlin/language_en.h Vedi File

@@ -500,9 +500,6 @@
500 500
 #ifndef MSG_SHORT_MINUTE
501 501
   #define MSG_SHORT_MINUTE                    "m" // One character only
502 502
 #endif
503
-#ifndef MSG_PRINT_TIME
504
-  #define MSG_PRINT_TIME                      "Print time"
505
-#endif
506 503
 #ifndef MSG_HEATING
507 504
   #define MSG_HEATING                         "Heating..."
508 505
 #endif

+ 0
- 1
Marlin/language_it.h Vedi File

@@ -169,7 +169,6 @@
169 169
 #define MSG_SHORT_DAY                       "g" // One character only
170 170
 #define MSG_SHORT_HOUR                      "h" // One character only
171 171
 #define MSG_SHORT_MINUTE                    "m" // One character only
172
-#define MSG_PRINT_TIME                      "Durata stampa"
173 172
 #define MSG_HEATING                         "Riscaldamento.."
174 173
 #define MSG_HEATING_COMPLETE                "Risc. completato"
175 174
 #define MSG_BED_HEATING                     "Risc. Piatto.."

+ 0
- 1
Marlin/language_kana.h Vedi File

@@ -220,7 +220,6 @@
220 220
 #define MSG_SHORT_DAY                       "d"                                                                // One character only
221 221
 #define MSG_SHORT_HOUR                      "h"                                                                // One character only
222 222
 #define MSG_SHORT_MINUTE                    "m"                                                                // One character only
223
-#define MSG_PRINT_TIME                      "\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd"                             // "プリントジカン" ("Print time")
224 223
 #define MSG_HEATING                         "\xb6\xc8\xc2\xc1\xad\xb3"                                         // "カネツチュウ" ("Heating...")
225 224
 #define MSG_HEATING_COMPLETE                "\xb6\xc8\xc2\xb6\xdd\xd8\xae\xb3"                                 // "カネツカンリョウ" ("Heating done.")
226 225
 #define MSG_BED_HEATING                     "\xcd\xde\xaf\xc4\xde\x20\xb6\xc8\xc2\xc1\xad\xb3"                 // "ベッド カネツチュウ" ("Bed Heating.")

+ 0
- 1
Marlin/language_kana_utf8.h Vedi File

@@ -175,7 +175,6 @@
175 175
 #define MSG_SHORT_DAY                       "d"                          // One character only
176 176
 #define MSG_SHORT_HOUR                      "h"                          // One character only
177 177
 #define MSG_SHORT_MINUTE                    "m"                          // One character only
178
-#define MSG_PRINT_TIME                      "プリントジカン"                  // "Print time"
179 178
 #define MSG_HEATING                         "カネツチュウ"                   // "Heating..."
180 179
 #define MSG_HEATING_COMPLETE                "カネツカンリョウ"                 // "Heating done."
181 180
 #define MSG_BED_HEATING                     "ベッド カネツチュウ"              // "Bed Heating."

Loading…
Annulla
Salva