tcMenu
src
lang
language_de_ascii.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 "abbrechen"
12
#define TXT_DIALOG_CLOSE "schliessen"
13
#define TXT_DIALOG_ACCEPT "akzeptieren"
14
15
//
16
// Boolean naming options
17
//
18
19
#define TXT_BOOL_ON_TEXT "EIN"
20
#define TXT_BOOL_OFF_TEXT "AUS"
21
#define TXT_BOOL_YES_TEXT "JA"
22
#define TXT_BOOL_NO_TEXT "NEIN"
23
#define TXT_BOOL_TRUE_TEXT "WAHR"
24
#define TXT_BOOL_FALSE_TEXT "FALSCH"
25
26
//
27
// Touch screen text options IOA
28
//
29
30
#define TXT_TOUCH_CONFIGURE "Touch-Konfiguration"
31
#define TXT_TOUCH_CONFIGURE_2ND "Beruehren Sie ausgewaehlte Bereiche"
32
33
//
34
// Remote Connector - pairing
35
//
36
37
#define TXT_PAIRING_TEXT "Pairing warten"
38
39
//
40
// RemoteMenuItem dialog text for remote connections and authentication
41
//
42
43
#define TXT_CLOSE_CONNECTION "Verbindung schliessen"
44
#define TXT_AUTH_REMOVE "Entfernen"
45
#define TXT_AUTH_REMOVE_ALL_KEYS "ALLE Schluessel entfernen?"
46
#define TXT_AUTH_EMPTY_KEY "LeererSchluessel"
47
48
//
49
// Secure menu item popup
50
//
51
52
#define TXT_SECURE_MENU_PROCEED "Fortfahren"
53
#define TXT_SECURE_MENU_CANCEL "Abbrechen"
54
#define TXT_SECURE_PIN_WRONG "Pin inkorrekt"