diff --git a/Marlin/language_cz.h b/Marlin/language_cz.h index 9d1123e4f..1e11af711 100644 --- a/Marlin/language_cz.h +++ b/Marlin/language_cz.h @@ -149,15 +149,15 @@ #define MSG_LEDS_ON _UxGT("Svetla Zap") #define MSG_LEDS_OFF _UxGT("Svetla Vyp") #define MSG_LED_PRESETS _UxGT("Svetla Predvolby") -#define MSG_SET_LEDS_RED _UxGT("Svetla Cervena") -#define MSG_SET_LEDS_ORANGE _UxGT("Svetla Oranzova") -#define MSG_SET_LEDS_YELLOW _UxGT("Svetla Zluta") -#define MSG_SET_LEDS_GREEN _UxGT("Svetla Zelena") -#define MSG_SET_LEDS_BLUE _UxGT("Svetla Modra") -#define MSG_SET_LEDS_INDIGO _UxGT("Svetla Indigo") -#define MSG_SET_LEDS_VIOLET _UxGT("Svetla Fialova") -#define MSG_SET_LEDS_WHITE _UxGT("Svetla Bila") -#define MSG_SET_LEDS_DEFAULT _UxGT("Svetla Vychozi") +#define MSG_SET_LEDS_RED _UxGT("Cervena") +#define MSG_SET_LEDS_ORANGE _UxGT("Oranzova") +#define MSG_SET_LEDS_YELLOW _UxGT("Zluta") +#define MSG_SET_LEDS_GREEN _UxGT("Zelena") +#define MSG_SET_LEDS_BLUE _UxGT("Modra") +#define MSG_SET_LEDS_INDIGO _UxGT("Indigo") +#define MSG_SET_LEDS_VIOLET _UxGT("Fialova") +#define MSG_SET_LEDS_WHITE _UxGT("Bila") +#define MSG_SET_LEDS_DEFAULT _UxGT("Vychozi") #define MSG_CUSTOM_LEDS _UxGT("Vlastni svetla") #define MSG_INTENSITY_R _UxGT("Cervena intenzita") #define MSG_INTENSITY_G _UxGT("Zelena intezita") diff --git a/Marlin/language_cz_utf8.h b/Marlin/language_cz_utf8.h index 73901c425..d4d4b6f67 100644 --- a/Marlin/language_cz_utf8.h +++ b/Marlin/language_cz_utf8.h @@ -151,15 +151,15 @@ #define MSG_LEDS_ON _UxGT("Světla Zap") #define MSG_LEDS_OFF _UxGT("Světla Vyp") #define MSG_LED_PRESETS _UxGT("Světla Předvolby") -#define MSG_SET_LEDS_RED _UxGT("Světla Červená") -#define MSG_SET_LEDS_ORANGE _UxGT("Světla Oranžová") -#define MSG_SET_LEDS_YELLOW _UxGT("Světla Žlutá") -#define MSG_SET_LEDS_GREEN _UxGT("Světla Zelená") -#define MSG_SET_LEDS_BLUE _UxGT("Světla Modrá") -#define MSG_SET_LEDS_INDIGO _UxGT("Světla Indigo") -#define MSG_SET_LEDS_VIOLET _UxGT("Světla Fialová") -#define MSG_SET_LEDS_WHITE _UxGT("Světla Bílá") -#define MSG_SET_LEDS_DEFAULT _UxGT("Světla Výchozí") +#define MSG_SET_LEDS_RED _UxGT("Červená") +#define MSG_SET_LEDS_ORANGE _UxGT("Oranžová") +#define MSG_SET_LEDS_YELLOW _UxGT("Žlutá") +#define MSG_SET_LEDS_GREEN _UxGT("Zelená") +#define MSG_SET_LEDS_BLUE _UxGT("Modrá") +#define MSG_SET_LEDS_INDIGO _UxGT("Indigo") +#define MSG_SET_LEDS_VIOLET _UxGT("Fialová") +#define MSG_SET_LEDS_WHITE _UxGT("Bílá") +#define MSG_SET_LEDS_DEFAULT _UxGT("Výchozí") #define MSG_CUSTOM_LEDS _UxGT("Vlastní světla") #define MSG_INTENSITY_R _UxGT("Červená intenzita") #define MSG_INTENSITY_G _UxGT("Zelená intezita") diff --git a/Marlin/language_el.h b/Marlin/language_el.h index 3062c6d4f..e50ec764c 100644 --- a/Marlin/language_el.h +++ b/Marlin/language_el.h @@ -180,7 +180,6 @@ #define MSG_ERR_MAXTEMP_BED _UxGT("ΜΕΓΙΣΤΗ ΘΕΡΜΟΚΡΑΣΙΑΣ ΕΠ. ΕΚΤΥΠΩΣΗΣ") //SHORTEN #define MSG_ERR_MINTEMP_BED _UxGT("ΕΛΑΧΙΣΤΗ ΘΕΡΜΟΚΡΑΣΙΑΣ ΕΠ. ΕΚΤΥΠΩΣΗΣ") //SHORTEN #define MSG_HALTED _UxGT("H εκτύπωση διακόπηκε") -#define MSG_PLEASE_RESET _UxGT("PLEASE RESET") //TRANSLATE #define MSG_HEATING _UxGT("Θερμαίνεται…") #define MSG_HEATING_COMPLETE _UxGT("Η θέρμανση ολοκληρώθηκε.") //SHORTEN #define MSG_BED_HEATING _UxGT("Θέρμανση ΕΠ. Εκτύπωσης") //SHORTEN @@ -191,53 +190,4 @@ #define MSG_DELTA_CALIBRATE_Z _UxGT("Βαθμονόμηση Z") #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Βαθμονόμηση κέντρου") -#define MSG_INFO_MENU _UxGT("About Printer") -#define MSG_INFO_PRINTER_MENU _UxGT("Printer Info") -#define MSG_INFO_STATS_MENU _UxGT("Printer Stats") -#define MSG_INFO_BOARD_MENU _UxGT("Board Info") -#define MSG_INFO_THERMISTOR_MENU _UxGT("Thermistors") -#define MSG_INFO_EXTRUDERS _UxGT("Extruders") -#define MSG_INFO_BAUDRATE _UxGT("Baud") -#define MSG_INFO_PROTOCOL _UxGT("Protocol") - -#if LCD_WIDTH >= 20 - #define MSG_INFO_PRINT_COUNT _UxGT("Print Count") - #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed ") - #define MSG_INFO_PRINT_TIME _UxGT("Total Time ") -#else - #define MSG_INFO_PRINT_COUNT _UxGT("Prints ") - #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completed") - #define MSG_INFO_PRINT_TIME _UxGT("Duration ") -#endif -#define MSG_INFO_MIN_TEMP _UxGT("Min Temp") -#define MSG_INFO_MAX_TEMP _UxGT("Max Temp") -#define MSG_INFO_PSU _UxGT("PSU") - -#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("CHANGE FILAMENT") -#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purge more") -#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Resume print") - -#if LCD_HEIGHT >= 4 - // Up to 3 lines allowed - #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Wait for start") - #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("of the filament") - #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("change") - #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Wait for") - #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filament unload") - #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert filament") - #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("and press button") - #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("to continue...") - #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wait for") - #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament load") - #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wait for print") - #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("to resume") -#else // LCD_HEIGHT < 4 - // Up to 2 lines allowed - #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...") - #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejecting...") - #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click") - #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Loading...") - #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Resuming...") -#endif - #endif // LANGUAGE_EL_H diff --git a/Marlin/language_en.h b/Marlin/language_en.h index 550698579..f887b5992 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -174,7 +174,6 @@ #ifndef MSG_USER_MENU #define MSG_USER_MENU _UxGT("Custom Commands") #endif - #ifndef MSG_UBL_DOING_G29 #define MSG_UBL_DOING_G29 _UxGT("Doing G29") #endif @@ -375,31 +374,31 @@ #define MSG_LED_PRESETS _UxGT("Light Presets") #endif #ifndef MSG_SET_LEDS_RED - #define MSG_SET_LEDS_RED _UxGT("Lights Red") + #define MSG_SET_LEDS_RED _UxGT("Red") #endif #ifndef MSG_SET_LEDS_ORANGE - #define MSG_SET_LEDS_ORANGE _UxGT("Lights Orange") + #define MSG_SET_LEDS_ORANGE _UxGT("Orange") #endif #ifndef MSG_SET_LEDS_YELLOW - #define MSG_SET_LEDS_YELLOW _UxGT("Lights Yellow") + #define MSG_SET_LEDS_YELLOW _UxGT("Yellow") #endif #ifndef MSG_SET_LEDS_GREEN - #define MSG_SET_LEDS_GREEN _UxGT("Lights Green") + #define MSG_SET_LEDS_GREEN _UxGT("Green") #endif #ifndef MSG_SET_LEDS_BLUE - #define MSG_SET_LEDS_BLUE _UxGT("Lights Blue") + #define MSG_SET_LEDS_BLUE _UxGT("Blue") #endif #ifndef MSG_SET_LEDS_INDIGO - #define MSG_SET_LEDS_INDIGO _UxGT("Lights Indigo") + #define MSG_SET_LEDS_INDIGO _UxGT("Indigo") #endif #ifndef MSG_SET_LEDS_VIOLET - #define MSG_SET_LEDS_VIOLET _UxGT("Lights Violet") + #define MSG_SET_LEDS_VIOLET _UxGT("Violet") #endif #ifndef MSG_SET_LEDS_WHITE - #define MSG_SET_LEDS_WHITE _UxGT("Lights White") + #define MSG_SET_LEDS_WHITE _UxGT("White") #endif #ifndef MSG_SET_LEDS_DEFAULT - #define MSG_SET_LEDS_DEFAULT _UxGT("Lights Default") + #define MSG_SET_LEDS_DEFAULT _UxGT("Default") #endif #ifndef MSG_CUSTOM_LEDS #define MSG_CUSTOM_LEDS _UxGT("Custom Lights") @@ -939,7 +938,6 @@ #define MSG_INFO_PRINT_FILAMENT _UxGT("Extruded") #endif #endif - #ifndef MSG_INFO_MIN_TEMP #define MSG_INFO_MIN_TEMP _UxGT("Min Temp") #endif