Merge pull request #4415 from petrzjunior/transl
[LANGUAGE] Update Czech (Info screen strings)
This commit is contained in:
commit
54084612fd
|
@ -110,6 +110,7 @@
|
|||
#define MSG_PID_I "PID-I"
|
||||
#define MSG_PID_D "PID-D"
|
||||
#define MSG_PID_C "PID-C"
|
||||
#define MSG_SELECT "Vybrat"
|
||||
#define MSG_E1 " E1"
|
||||
#define MSG_E2 " E2"
|
||||
#define MSG_E3 " E3"
|
||||
|
@ -213,10 +214,14 @@
|
|||
#define MSG_INFO_PRINT_COUNT "Pocet tisku"
|
||||
#define MSG_INFO_COMPLETED_PRINTS "Dokonceno"
|
||||
#define MSG_INFO_PRINT_TIME "Celkovy cas"
|
||||
#define MSG_INFO_PRINT_LONGEST "Nejdelsi tisk"
|
||||
#define MSG_INFO_PRINT_FILAMENT "Celkem vytlaceno"
|
||||
#else
|
||||
#define MSG_INFO_PRINT_COUNT "Tisky"
|
||||
#define MSG_INFO_COMPLETED_PRINTS "Hotovo"
|
||||
#define MSG_INFO_PRINT_TIME "Cas"
|
||||
#define MSG_INFO_PRINT_LONGEST "Nejdelsi"
|
||||
#define MSG_INFO_PRINT_FILAMENT "Vytlaceno"
|
||||
#endif
|
||||
#define MSG_INFO_MIN_TEMP "Teplota min"
|
||||
#define MSG_INFO_MAX_TEMP "Teplota max"
|
||||
|
|
Loading…
Reference in a new issue