tcMenu
language_cs_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 "storno"
12 #define TXT_DIALOG_CLOSE "zavrit"
13 #define TXT_DIALOG_ACCEPT "prijmout"
14 
15 //
16 // Boolean naming options
17 //
18 
19 #define TXT_BOOL_ON_TEXT "ZAP."
20 #define TXT_BOOL_OFF_TEXT "VYP."
21 #define TXT_BOOL_YES_TEXT "ANO"
22 #define TXT_BOOL_NO_TEXT "NE"
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 "Konfigurace dotyku"
31 #define TXT_TOUCH_CONFIGURE_2ND "Dotknete se zvolenych oblasti"
32 
33 //
34 // Remote Connector - pairing
35 //
36 
37 #define TXT_PAIRING_TEXT "Cekani na parovani"
38 
39 //
40 // RemoteMenuItem dialog text for remote connections and authentication
41 //
42 
43 #define TXT_CLOSE_CONNECTION "Uzavrit spojeni"
44 #define TXT_AUTH_REMOVE "Vymazat"
45 #define TXT_AUTH_REMOVE_ALL_KEYS "Vymazat VSECHNY klice?"
46 #define TXT_AUTH_EMPTY_KEY "PrazdnyKlic"
47 
48 //
49 // Secure menu item popup
50 //
51 
52 #define TXT_SECURE_MENU_PROCEED "Pokracovat"
53 #define TXT_SECURE_MENU_CANCEL "Storno"
54 #define TXT_SECURE_PIN_WRONG "Nespravny pin"