Skip to content
Snippets Groups Projects
Commit 54084612 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #4415 from petrzjunior/transl

[LANGUAGE] Update Czech (Info screen strings)
parents 5597400c 3d9b878c
Branches
Tags
No related merge requests found
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
#define MSG_PID_I "PID-I" #define MSG_PID_I "PID-I"
#define MSG_PID_D "PID-D" #define MSG_PID_D "PID-D"
#define MSG_PID_C "PID-C" #define MSG_PID_C "PID-C"
#define MSG_SELECT "Vybrat"
#define MSG_E1 " E1" #define MSG_E1 " E1"
#define MSG_E2 " E2" #define MSG_E2 " E2"
#define MSG_E3 " E3" #define MSG_E3 " E3"
...@@ -213,10 +214,14 @@ ...@@ -213,10 +214,14 @@
#define MSG_INFO_PRINT_COUNT "Pocet tisku" #define MSG_INFO_PRINT_COUNT "Pocet tisku"
#define MSG_INFO_COMPLETED_PRINTS "Dokonceno" #define MSG_INFO_COMPLETED_PRINTS "Dokonceno"
#define MSG_INFO_PRINT_TIME "Celkovy cas" #define MSG_INFO_PRINT_TIME "Celkovy cas"
#define MSG_INFO_PRINT_LONGEST "Nejdelsi tisk"
#define MSG_INFO_PRINT_FILAMENT "Celkem vytlaceno"
#else #else
#define MSG_INFO_PRINT_COUNT "Tisky" #define MSG_INFO_PRINT_COUNT "Tisky"
#define MSG_INFO_COMPLETED_PRINTS "Hotovo" #define MSG_INFO_COMPLETED_PRINTS "Hotovo"
#define MSG_INFO_PRINT_TIME "Cas" #define MSG_INFO_PRINT_TIME "Cas"
#define MSG_INFO_PRINT_LONGEST "Nejdelsi"
#define MSG_INFO_PRINT_FILAMENT "Vytlaceno"
#endif #endif
#define MSG_INFO_MIN_TEMP "Teplota min" #define MSG_INFO_MIN_TEMP "Teplota min"
#define MSG_INFO_MAX_TEMP "Teplota max" #define MSG_INFO_MAX_TEMP "Teplota max"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment