Sfoglia il codice sorgente

Bugfixes for language option 6 (russian)

Dim3nsioneer 11 anni fa
parent
commit
c8cdd1fc6f
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4
    4
      Marlin/language.h

+ 4
- 4
Marlin/language.h Vedi File

@@ -1066,10 +1066,10 @@
1066 1066
 // LCD Menu Messages
1067 1067
 // Please note these are limited to 17 characters!
1068 1068
 
1069
-	#define WELCOME_MSG MACHINE_NAME			" Готов."
1069
+	#define WELCOME_MSG MACHINE_NAME			        "Готов."
1070 1070
 	#define MSG_SD_INSERTED						"Карта вставлена"
1071 1071
 	#define MSG_SD_REMOVED						"Карта извлечена"
1072
-	#define MSG_MAIN							"Меню            \003"
1072
+	#define MSG_MAIN							"Меню \003"
1073 1073
 	#define MSG_AUTOSTART						"Автостарт"
1074 1074
 	#define MSG_DISABLE_STEPPERS 				"Выкл. двигатели"
1075 1075
 	#define MSG_AUTO_HOME						"Парковка"
@@ -1150,8 +1150,8 @@
1150 1150
 	#define MSG_WATCH							"Обзор           \003"
1151 1151
 	#define MSG_PREPARE							"Действия        \x7E"
1152 1152
 	#define MSG_TUNE							"Настройки       \x7E"
1153
-	#define MSG_RESUME_PRINT  					"Продолжить печать"
1154
-	#define MSG_RESUME_PRINT					"Продолжить печать"
1153
+	#define MSG_PAUSE_PRINT  					"Продолжить печать"
1154
+	#define MSG_RESUME_PRINT					"возобн. печать"
1155 1155
 	#define MSG_STOP_PRINT 						"Остановить печать"
1156 1156
 	#define MSG_CARD_MENU						"Меню карты      \x7E"
1157 1157
 	#define MSG_NO_CARD							"Нет карты"

Loading…
Annulla
Salva