Skip to content

Commit

Permalink
Merge pull request #4415 from petrzjunior/transl
Browse files Browse the repository at this point in the history
[LANGUAGE] Update Czech (Info screen strings)
  • Loading branch information
thinkyhead authored Jul 26, 2016
2 parents 5597400 + 3d9b878 commit 5408461
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Marlin/language_cz.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -211,12 +212,16 @@
#define MSG_INFO_PROTOCOL "Protokol"
#if LCD_WIDTH > 19
#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_LONGEST "Nejdelsi tisk"
#define MSG_INFO_PRINT_FILAMENT "Celkem vytlaceno"
#else
#define MSG_INFO_PRINT_COUNT "Tisky "
#define MSG_INFO_PRINT_COUNT "Tisky"
#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
#define MSG_INFO_MIN_TEMP "Teplota min"
#define MSG_INFO_MAX_TEMP "Teplota max"
Expand Down

0 comments on commit 5408461

Please sign in to comment.