Browse Source

Remove MSG_PRINT_TIME from languages

Scott Lahteine 9 years ago
parent
commit
4be635ec6e
4 changed files with 0 additions and 6 deletions
  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 View File

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

+ 0
- 1
Marlin/language_it.h View File

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

+ 0
- 1
Marlin/language_kana.h View File

220
 #define MSG_SHORT_DAY                       "d"                                                                // One character only
220
 #define MSG_SHORT_DAY                       "d"                                                                // One character only
221
 #define MSG_SHORT_HOUR                      "h"                                                                // One character only
221
 #define MSG_SHORT_HOUR                      "h"                                                                // One character only
222
 #define MSG_SHORT_MINUTE                    "m"                                                                // One character only
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
 #define MSG_HEATING                         "\xb6\xc8\xc2\xc1\xad\xb3"                                         // "カネツチュウ" ("Heating...")
223
 #define MSG_HEATING                         "\xb6\xc8\xc2\xc1\xad\xb3"                                         // "カネツチュウ" ("Heating...")
225
 #define MSG_HEATING_COMPLETE                "\xb6\xc8\xc2\xb6\xdd\xd8\xae\xb3"                                 // "カネツカンリョウ" ("Heating done.")
224
 #define MSG_HEATING_COMPLETE                "\xb6\xc8\xc2\xb6\xdd\xd8\xae\xb3"                                 // "カネツカンリョウ" ("Heating done.")
226
 #define MSG_BED_HEATING                     "\xcd\xde\xaf\xc4\xde\x20\xb6\xc8\xc2\xc1\xad\xb3"                 // "ベッド カネツチュウ" ("Bed Heating.")
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 View File

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

Loading…
Cancel
Save