Update Slovak language (#13187)

This commit is contained in:
Roman Moravčík
2019-02-17 19:29:49 +01:00
committed by Scott Lahteine
parent c041eec699
commit 567d03a269
3 changed files with 9 additions and 3 deletions

View File

@ -1362,3 +1362,6 @@
#ifndef MSG_SERVICE_RESET
#define MSG_SERVICE_RESET _UxGT("Reset")
#endif
#ifndef MSG_SERVICE_IN
#define MSG_SERVICE_IN _UxGT(" in:")
#endif

View File

@ -506,3 +506,6 @@
#define MSG_TMC_HOMING_THRS _UxGT("Bezsenzor. domov")
#define MSG_TMC_STEPPING_MODE _UxGT("Režim krokovania")
#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop zapnutý")
#define MSG_SERVICE_RESET _UxGT("Vynulovať")
#define MSG_SERVICE_IN _UxGT(" za:")