Mercurial > public > ostc4
diff Discovery/Src/text_multilanguage.c @ 376:a90100959871 MotionDetection
Added string for Empty/ Debug custom view selection
author | ideenmodellierer |
---|---|
date | Mon, 16 Sep 2019 20:21:06 +0200 |
parents | 7b981f8bdd41 |
children | 14fd5f35cb50 |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Tue Sep 10 20:51:55 2019 +0200 +++ b/Discovery/Src/text_multilanguage.c Mon Sep 16 20:21:06 2019 +0200 @@ -1346,6 +1346,12 @@ static uint8_t text_IT_Summary[] = "Tutto schermo"; static uint8_t text_ES_Summary[] = "VisiĆ³n general"; +static uint8_t text_EN_DispNoneDbg[] = "Debug/None"; +static uint8_t text_DE_DispNoneDbg[] = "Debug/Leer"; +static uint8_t text_FR_DispNoneDbg[] = "Debug/None"; +static uint8_t text_IT_DispNoneDbg[] = "Debug/None"; +static uint8_t text_ES_DispNoneDbg[] = "Debug/None"; + static uint8_t text_EN_ApneaTotal[] = "total"; static uint8_t text_DE_ApneaTotal[] = "gesamt"; static uint8_t text_FR_ApneaTotal[] = ""; @@ -1767,6 +1773,7 @@ {(uint8_t)TXT2BYTE_ButtonMitte, {text_EN_ButtonMitte, text_DE_ButtonMitte, text_FR_ButtonMitte, text_IT_ButtonMitte, text_ES_ButtonMitte}}, {(uint8_t)TXT2BYTE_ButtonRight, {text_EN_ButtonRight, text_DE_ButtonRight, text_FR_ButtonRight, text_IT_ButtonRight, text_ES_ButtonRight}}, {(uint8_t)TXT2BYTE_Summary, {text_EN_Summary, text_DE_Summary, text_FR_Summary, text_IT_Summary, text_ES_Summary}}, + {(uint8_t)TXT2BYTE_DispNoneDbg, {text_EN_DispNoneDbg, text_DE_DispNoneDbg, text_FR_DispNoneDbg, text_IT_DispNoneDbg, text_ES_DispNoneDbg}}, {(uint8_t)TXT2BYTE_ApneaLast, {text_EN_ApneaLast, text_DE_ApneaLast, text_FR_ApneaLast, text_IT_ApneaLast, text_ES_ApneaLast}}, {(uint8_t)TXT2BYTE_ApneaTotal, {text_EN_ApneaTotal, text_DE_ApneaTotal, text_FR_ApneaTotal, text_IT_ApneaTotal, text_ES_ApneaTotal}}, {(uint8_t)TXT2BYTE_ApneaSurface, {text_EN_ApneaSurface, text_DE_ApneaSurface, text_FR_ApneaSurface, text_IT_ApneaSurface, text_ES_ApneaSurface}},