More translatable LCD strings (#15190)

This commit is contained in:
Ludy
2019-09-08 07:15:25 +02:00
committed by Scott Lahteine
parent ec3f29a33a
commit 068c303742
7 changed files with 80 additions and 21 deletions

View File

@@ -61,6 +61,9 @@
#ifndef MSG_BACK
#define MSG_BACK _UxGT("Back")
#endif
#ifndef MSG_MEDIA_ABORTING
#define MSG_MEDIA_ABORTING _UxGT("Aborting...")
#endif
#ifndef MSG_MEDIA_INSERTED
#define MSG_MEDIA_INSERTED _UxGT("Media Inserted")
#endif
@@ -70,6 +73,18 @@
#ifndef MSG_MEDIA_RELEASED
#define MSG_MEDIA_RELEASED _UxGT("Media Released")
#endif
#ifndef MSG_MEDIA_WAITING
#define MSG_MEDIA_WAITING _UxGT("Waiting for media")
#endif
#ifndef MSG_MEDIA_READ_ERROR
#define MSG_MEDIA_READ_ERROR _UxGT("Media read error")
#endif
#ifndef MSG_MEDIA_USB_REMOVED
#define MSG_MEDIA_USB_REMOVED _UxGT("USB device removed")
#endif
#ifndef MSG_MEDIA_USB_FAILED
#define MSG_MEDIA_USB_FAILED _UxGT("USB start failed")
#endif
#ifndef MSG_LCD_ENDSTOPS
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
#endif
@@ -232,6 +247,9 @@
#ifndef MSG_NEXT_CORNER
#define MSG_NEXT_CORNER _UxGT("Next Corner")
#endif
#ifndef MSG_MESH_EDITOR
#define MSG_MESH_EDITOR _UxGT("Mesh Editor")
#endif
#ifndef MSG_EDIT_MESH
#define MSG_EDIT_MESH _UxGT("Edit Mesh")
#endif
@@ -382,6 +400,27 @@
#ifndef MSG_UBL_VALIDATE_CUSTOM_MESH
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh")
#endif
#ifndef MSG_G26_HEATING_BED
#define MSG_G26_HEATING_BED _UxGT("G26 Heating Bed")
#endif
#ifndef MSG_G26_HEATING_NOZZLE
#define MSG_G26_HEATING_NOZZLE _UxGT("G26 Heating Nozzle")
#endif
#ifndef MSG_G26_MANUAL_PRIME
#define MSG_G26_MANUAL_PRIME _UxGT("Manual priming...")
#endif
#ifndef MSG_G26_FIXED_LENGTH
#define MSG_G26_FIXED_LENGTH _UxGT("Fixed Length Prime")
#endif
#ifndef MSG_G26_PRIME_DONE
#define MSG_G26_PRIME_DONE _UxGT("Done Priming")
#endif
#ifndef MSG_G26_CANCELED
#define MSG_G26_CANCELED _UxGT("G26 Canceled")
#endif
#ifndef MSG_G26_LEAVING
#define MSG_G26_LEAVING _UxGT("Leaving G26")
#endif
#ifndef MSG_UBL_CONTINUE_MESH
#define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh")
#endif
@@ -469,6 +508,9 @@
#ifndef MSG_UBL_RESTORE_ERROR
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: UBL Restore")
#endif
#ifndef MSG_UBL_Z_OFFSET
#define MSG_UBL_Z_OFFSET _UxGT("Z-Offset: ")
#endif
#ifndef MSG_UBL_Z_OFFSET_STOPPED
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
#endif
@@ -1217,6 +1259,9 @@
#ifndef MSG_DAC_PERCENT
#define MSG_DAC_PERCENT _UxGT("Driver %")
#endif
#ifndef MSG_ERROR_TMC
#define MSG_ERROR_TMC _UxGT("TMC CONNECTION ERROR")
#endif
#ifndef MSG_DAC_EEPROM_WRITE
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM Write")
#endif