tcMenu
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
language_en.h
Go to the documentation of this file.
1
6//
7// Dialog support, note: please keep ok, cancel, close and accept in lower case
8//
9
10#define TXT_DIALOG_OK "ok"
11#define TXT_DIALOG_CANCEL "cancel"
12#define TXT_DIALOG_CLOSE "close"
13#define TXT_DIALOG_ACCEPT "accept"
14
15//
16// Boolean naming options
17//
18
19#define TXT_BOOL_ON_TEXT "ON"
20#define TXT_BOOL_OFF_TEXT "OFF"
21#define TXT_BOOL_YES_TEXT "YES"
22#define TXT_BOOL_NO_TEXT "NO"
23#define TXT_BOOL_TRUE_TEXT "TRUE"
24#define TXT_BOOL_FALSE_TEXT "FALSE"
25
26//
27// Touch screen text options IOA
28//
29
30#define TXT_TOUCH_CONFIGURE "Touch configuration"
31#define TXT_TOUCH_CONFIGURE_2ND "Touch selected areas"
32
33//
34// Remote Connector - pairing
35//
36
37#define TXT_PAIRING_TEXT "Pairing waiting"
38
39//
40// RemoteMenuItem dialog text for remote connections and authentication
41//
42
43#define TXT_CLOSE_CONNECTION "Close Connection"
44#define TXT_AUTH_REMOVE "Remove"
45#define TXT_AUTH_REMOVE_ALL_KEYS "Remove ALL keys?"
46#define TXT_AUTH_EMPTY_KEY "EmptyKey"
47
48//
49// Secure menu item popup
50//
51
52#define TXT_SECURE_MENU_PROCEED "Proceed"
53#define TXT_SECURE_MENU_CANCEL "Cancel"
54#define TXT_SECURE_PIN_WRONG "Pin incorrect"