From 50b1a6bb2b2f4c0800d92e395a9928ab49387edd Mon Sep 17 00:00:00 2001
From: Petr Zahradnik <clexpert@clexpert.cz>
Date: Fri, 13 May 2016 13:51:13 +0200
Subject: [PATCH] Lastest changes in Czech translate

---
 Marlin/language_cz.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Marlin/language_cz.h b/Marlin/language_cz.h
index 0dc7f41fec..da277a2a22 100644
--- a/Marlin/language_cz.h
+++ b/Marlin/language_cz.h
@@ -42,12 +42,17 @@
 #define WELCOME_MSG                         MACHINE_NAME " pripraven."
 #define MSG_SD_INSERTED                     "Karta vlozena"
 #define MSG_SD_REMOVED                      "Karta vyjmuta"
+#define MSG_LCD_ENDSTOPS                    "Endstopy" // maximalne 8 znaku
 #define MSG_MAIN                            "Hlavni nabidka"
 #define MSG_AUTOSTART                       "Autostart"
 #define MSG_DISABLE_STEPPERS                "Uvolnit motory"
 #define MSG_AUTO_HOME                       "Domovska pozice"
+#define MSG_AUTO_HOME_X                     "Domu osa X"
+#define MSG_AUTO_HOME_Y                     "Domu osa Y"
+#define MSG_AUTO_HOME_Z                     "Domu osa Z"
 #define MSG_LEVEL_BED_HOMING                "Mereni podlozky"
 #define MSG_LEVEL_BED_WAITING               "Kliknutim spustte"
+#define MSG_LEVEL_BED_NEXT_POINT            "Dalsi bod"
 #define MSG_LEVEL_BED_DONE                  "Mereni hotovo!"
 #define MSG_LEVEL_BED_CANCEL                "Storno"
 #define MSG_SET_HOME_OFFSETS                "Nastavit ofsety"