1.1.x - save 1400 bytes of FLASH by using reduced font for some languages (#8095)
* use reduced sized font for some languages * Fit Portuguese language files to existing scheme * Rename language_pl-DOGM.h to language_pl_utf8.h * Rename language_pl_utf8.h to language_pl-DOGM.h * Update dogm_font_data_ISO10646_1.h * Update dogm_font_data_ISO10646_1.h
This commit is contained in:
parent
8bb1e91afd
commit
594c075377
3 changed files with 273 additions and 164 deletions
|
|
@ -24,6 +24,9 @@
|
|||
* Polish for HD44780 display - no accented characters
|
||||
*/
|
||||
|
||||
#ifndef LANGUAGE_PL_HD44780_H
|
||||
#define LANGUAGE_PL_HD44780_H
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME _UxGT(" gotowy.")
|
||||
#define MSG_SD_INSERTED _UxGT("Karta wlozona")
|
||||
#define MSG_SD_REMOVED _UxGT("Karta usunieta")
|
||||
|
|
@ -263,3 +266,5 @@
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Ekstruzja...")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wznowienie...")
|
||||
#endif // LCD_HEIGHT < 4
|
||||
|
||||
#endif // LANGUAGE_PL_HD44780_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue