UBL_Language_Update (#7520)

* UBL_Language_Update

Translatable strings

* Use slightly better wording...

* Use slightly better wording...
This commit is contained in:
Tannoo
2017-08-16 08:49:04 -06:00
committed by Roxy-3D
parent 257b693ab0
commit b33739d493
2 changed files with 13 additions and 4 deletions

View File

@@ -328,6 +328,15 @@
#ifndef MSG_UBL_SAVE_MESH
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
#endif
#ifndef MSG_MESH_LOADED
#define MSG_MESH_LOADED _UxGT("Mesh %i loaded")
#endif
#ifndef MSG_MESH_SAVED
#define MSG_MESH_SAVED _UxGT("Mesh %i saved")
#endif
#ifndef MSG_NO_STORAGE
#define MSG_NO_STORAGE _UxGT("No storage")
#endif
#ifndef MSG_UBL_SAVE_ERROR
#define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save")
#endif