Reorder some language defines

This commit is contained in:
Scott Lahteine
2019-08-05 19:09:40 -05:00
parent 6fdb0bec07
commit 8f0aedeead
14 changed files with 371 additions and 375 deletions

View File

@@ -100,6 +100,7 @@
#define MSG_LEVEL_BED _UxGT("Vyrovnať podložku")
#define MSG_LEVEL_CORNERS _UxGT("Vyrovnať rohy")
#define MSG_NEXT_CORNER _UxGT("Ďalší roh")
#define MSG_EDIT_MESH _UxGT("Upraviť sieť bodov")
#define MSG_EDITING_STOPPED _UxGT("Koniec úprav siete")
#define MSG_PROBING_MESH _UxGT("Skúšam bod")
#define MSG_MESH_X _UxGT("Index X")
@@ -107,10 +108,6 @@
#define MSG_MESH_EDIT_Z _UxGT("Hodnota Z")
#define MSG_USER_MENU _UxGT("Vlastné príkazy")
#define MSG_UBL_DOING_G29 _UxGT("Vykonávam G29")
#define MSG_UBL_UNHOMED _UxGT("Prejdite domov")
#define MSG_UBL_TOOLS _UxGT("Nástroje UBL")
#define MSG_UBL_LEVEL_BED _UxGT("UBL rovnanie")
#define MSG_LCD_TILTING_MESH _UxGT("Vyrovnávam bod")
#define MSG_IDEX_MENU _UxGT("IDEX režim")
#define MSG_OFFSETS_MENU _UxGT("Ofset nástrojov")
@@ -121,6 +118,10 @@
#define MSG_X_OFFSET _UxGT("2. tryska X")
#define MSG_Y_OFFSET _UxGT("2. tryska Y")
#define MSG_Z_OFFSET _UxGT("2. tryska Z")
#define MSG_UBL_DOING_G29 _UxGT("Vykonávam G29")
#define MSG_UBL_UNHOMED _UxGT("Prejdite domov")
#define MSG_UBL_TOOLS _UxGT("Nástroje UBL")
#define MSG_UBL_LEVEL_BED _UxGT("UBL rovnanie")
#define MSG_UBL_MANUAL_MESH _UxGT("Manuálna sieť bodov")
#define MSG_UBL_BC_INSERT _UxGT("Položte a zmerajte")
#define MSG_UBL_BC_INSERT2 _UxGT("Zmerajte")
@@ -159,7 +160,6 @@
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Exportovať do CSV")
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Záloha do PC")
#define MSG_UBL_INFO_UBL _UxGT("Info. o UBL do PC")
#define MSG_EDIT_MESH _UxGT("Upraviť sieť bodov")
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Hustota mriežky")
#define MSG_UBL_MANUAL_FILLIN _UxGT("Ručné vyplnenie")
#define MSG_UBL_SMART_FILLIN _UxGT("Chytré vyplnenie")
@@ -174,7 +174,7 @@
#define MSG_UBL_SAVE_MESH _UxGT("Uložiť sieť bodov")
#define MSG_MESH_LOADED _UxGT("Sieť %i načítaná")
#define MSG_MESH_SAVED _UxGT("Sieť %i uložená")
#define MSG_NO_STORAGE _UxGT("Nedostatok miesta")
#define MSG_UBL_NO_STORAGE _UxGT("Nedostatok miesta")
#define MSG_UBL_SAVE_ERROR _UxGT("Chyba: Ukladanie UBL")
#define MSG_UBL_RESTORE_ERROR _UxGT("Chyba: Obnovenie UBL")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Koniec kompenz. Z")