|
@@ -29,7 +29,9 @@ extern unsigned char lang_selected;
|
|
extern const char* const MSG_ACTIVE_EXTRUDER_LANG_TABLE[1];
|
|
extern const char* const MSG_ACTIVE_EXTRUDER_LANG_TABLE[1];
|
|
#define MSG_ACTIVE_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_ACTIVE_EXTRUDER_LANG_TABLE, 0)
|
|
#define MSG_ACTIVE_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_ACTIVE_EXTRUDER_LANG_TABLE, 0)
|
|
extern const char* const MSG_ADJUSTZ_LANG_TABLE[LANG_NUM];
|
|
extern const char* const MSG_ADJUSTZ_LANG_TABLE[LANG_NUM];
|
|
-#define MSG_ADJUSTZ LANG_TABLE_SELECT(MSG_ADJUSTZ_LANG_TABLE)
|
|
|
|
|
|
+#define MSG_ADJUSTZ LANG_TABLE_SELECT(MSG_ADJUSTZ_LANG_TABLE)
|
|
|
|
+extern const char* const MSG_ALL_LANG_TABLE[1];
|
|
|
|
+#define MSG_ALL LANG_TABLE_SELECT_EXPLICIT(MSG_ALL_LANG_TABLE, 0)
|
|
extern const char* const MSG_AMAX_LANG_TABLE[1];
|
|
extern const char* const MSG_AMAX_LANG_TABLE[1];
|
|
#define MSG_AMAX LANG_TABLE_SELECT_EXPLICIT(MSG_AMAX_LANG_TABLE, 0)
|
|
#define MSG_AMAX LANG_TABLE_SELECT_EXPLICIT(MSG_AMAX_LANG_TABLE, 0)
|
|
extern const char* const MSG_AUTHOR_LANG_TABLE[1];
|
|
extern const char* const MSG_AUTHOR_LANG_TABLE[1];
|
|
@@ -140,6 +142,8 @@ extern const char* const MSG_CORRECTLY_LANG_TABLE[LANG_NUM];
|
|
#define MSG_CORRECTLY LANG_TABLE_SELECT(MSG_CORRECTLY_LANG_TABLE)
|
|
#define MSG_CORRECTLY LANG_TABLE_SELECT(MSG_CORRECTLY_LANG_TABLE)
|
|
extern const char* const MSG_COUNT_X_LANG_TABLE[1];
|
|
extern const char* const MSG_COUNT_X_LANG_TABLE[1];
|
|
#define MSG_COUNT_X LANG_TABLE_SELECT_EXPLICIT(MSG_COUNT_X_LANG_TABLE, 0)
|
|
#define MSG_COUNT_X LANG_TABLE_SELECT_EXPLICIT(MSG_COUNT_X_LANG_TABLE, 0)
|
|
|
|
+extern const char* const MSG_CURRENT_LANG_TABLE[1];
|
|
|
|
+#define MSG_CURRENT LANG_TABLE_SELECT_EXPLICIT(MSG_CURRENT_LANG_TABLE, 0)
|
|
extern const char* const MSG_DISABLE_STEPPERS_LANG_TABLE[LANG_NUM];
|
|
extern const char* const MSG_DISABLE_STEPPERS_LANG_TABLE[LANG_NUM];
|
|
#define MSG_DISABLE_STEPPERS LANG_TABLE_SELECT(MSG_DISABLE_STEPPERS_LANG_TABLE)
|
|
#define MSG_DISABLE_STEPPERS LANG_TABLE_SELECT(MSG_DISABLE_STEPPERS_LANG_TABLE)
|
|
extern const char* const MSG_DWELL_LANG_TABLE[LANG_NUM];
|
|
extern const char* const MSG_DWELL_LANG_TABLE[LANG_NUM];
|
|
@@ -582,6 +586,8 @@ extern const char* const MSG_UNLOAD_FILAMENT_4_LANG_TABLE[LANG_NUM];
|
|
#define MSG_UNLOAD_FILAMENT_4 LANG_TABLE_SELECT(MSG_UNLOAD_FILAMENT_4_LANG_TABLE)
|
|
#define MSG_UNLOAD_FILAMENT_4 LANG_TABLE_SELECT(MSG_UNLOAD_FILAMENT_4_LANG_TABLE)
|
|
extern const char* const MSG_USB_PRINTING_LANG_TABLE[LANG_NUM];
|
|
extern const char* const MSG_USB_PRINTING_LANG_TABLE[LANG_NUM];
|
|
#define MSG_USB_PRINTING LANG_TABLE_SELECT(MSG_USB_PRINTING_LANG_TABLE)
|
|
#define MSG_USB_PRINTING LANG_TABLE_SELECT(MSG_USB_PRINTING_LANG_TABLE)
|
|
|
|
+extern const char* const MSG_USED_LANG_TABLE[1];
|
|
|
|
+#define MSG_USED LANG_TABLE_SELECT_EXPLICIT(MSG_USED_LANG_TABLE, 0)
|
|
extern const char* const MSG_USERWAIT_LANG_TABLE[LANG_NUM];
|
|
extern const char* const MSG_USERWAIT_LANG_TABLE[LANG_NUM];
|
|
#define MSG_USERWAIT LANG_TABLE_SELECT(MSG_USERWAIT_LANG_TABLE)
|
|
#define MSG_USERWAIT LANG_TABLE_SELECT(MSG_USERWAIT_LANG_TABLE)
|
|
extern const char* const MSG_VMIN_LANG_TABLE[1];
|
|
extern const char* const MSG_VMIN_LANG_TABLE[1];
|