Skip to content

Commit

Permalink
Bugfixes for language option 6 (russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim3nsioneer committed Mar 19, 2014
1 parent 7395daf commit c8cdd1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/language.h
Original file line number Diff line number Diff line change
Expand Up @@ -1066,10 +1066,10 @@
// LCD Menu Messages
// Please note these are limited to 17 characters!

#define WELCOME_MSG MACHINE_NAME " Готов."
#define WELCOME_MSG MACHINE_NAME "Готов."
#define MSG_SD_INSERTED "Карта вставлена"
#define MSG_SD_REMOVED "Карта извлечена"
#define MSG_MAIN "Меню \003"
#define MSG_MAIN "Меню \003"
#define MSG_AUTOSTART "Автостарт"
#define MSG_DISABLE_STEPPERS "Выкл. двигатели"
#define MSG_AUTO_HOME "Парковка"
Expand Down Expand Up @@ -1150,8 +1150,8 @@
#define MSG_WATCH "Обзор \003"
#define MSG_PREPARE "Действия \x7E"
#define MSG_TUNE "Настройки \x7E"
#define MSG_RESUME_PRINT "Продолжить печать"
#define MSG_RESUME_PRINT "Продолжить печать"
#define MSG_PAUSE_PRINT "Продолжить печать"
#define MSG_RESUME_PRINT "возобн. печать"
#define MSG_STOP_PRINT "Остановить печать"
#define MSG_CARD_MENU "Меню карты \x7E"
#define MSG_NO_CARD "Нет карты"
Expand Down

0 comments on commit c8cdd1f

Please sign in to comment.