Skip to content

Commit

Permalink
English translations
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-droid authored and pfeerick committed Dec 7, 2022
1 parent 767b765 commit 90d27e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion radio/src/translations/en.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,19 @@
#if LCD_W >= 212
#define TR_CSWTIMER "Timer"
#define TR_CSWSTICKY "Stcky"
#define TR_CSWSAFE "Safe"
#define TR_CSWRANGE "Range"
#define TR_CSWSTAY "Edge"
#else
#define TR_CSWTIMER "Tim"
#define TR_CSWSTICKY "Stky"
#define TR_CSWSAFE "Safe"
#define TR_CSWRANGE "Rnge"
#define TR_CSWSTAY "Edge"
#endif

#define TR_CSWEQUAL "a=x"
#define TR_VCSWFUNC "---",TR_CSWEQUAL,"a" STR_CHAR_TILDE "x","a>x","a<x",TR_CSWRANGE,"|a|>x","|a|<x","AND","OR","XOR",TR_CSWSTAY,"a=b","a>b","a<b",STR_CHAR_DELTA "≥x","|" STR_CHAR_DELTA "|≥x",TR_CSWTIMER,TR_CSWSTICKY
#define TR_VCSWFUNC "---",TR_CSWEQUAL,"a" STR_CHAR_TILDE "x","a>x","a<x",TR_CSWRANGE,"|a|>x","|a|<x","AND","OR","XOR",TR_CSWSTAY,"a=b","a>b","a<b",STR_CHAR_DELTA "≥x","|" STR_CHAR_DELTA "|≥x",TR_CSWTIMER,TR_CSWSTICKY,TR_CSWSAFE

#if defined(VARIO)
#define TR_VVARIO "Vario"
Expand Down

0 comments on commit 90d27e7

Please sign in to comment.