OSDN Git Service

c12b9499ae66cb91d65206646cd0bb47be771476
[iptd/iPTd.git] / src / keys.h
1 //\r
2 // keys.h\r
3 //\r
4 \r
5 #ifndef __RY0_KEYS_H__\r
6 #define __RY0_KEYS_H__\r
7 \r
8 // general\r
9 static const char *KEY_NAME                                                 = "Name";\r
10 static const char *KEY_CHANNEL                                              = "Channel";\r
11 \r
12 // system\r
13 static const char *KEY_VERSION                                              = "Version";\r
14 static const char *KEY_HOSTNAME                                             = "Hostname";\r
15 static const char *KEY_HTTP_PORT                                            = "HTTP Port";\r
16 static const char *KEY_STORE_PATH                                           = "Store Path";\r
17 static const char *KEY_SUSPEND_TIME                                         = "Suspend Time";\r
18 static const char *KEY_DO_NOT_IN_SUSPEND                                    = "Do not in suspend";\r
19 static const char *KEY_FORCED_SUSPEND_TIME                                  = "Forced Suspend Time";\r
20 static const char *KEY_COLLECT_EPG_TIME                                     = "Time to Collect EPG";\r
21 static const char *KEY_BEGIN_UDP_PORT                                       = "Begin of UDP Port";\r
22 static const char *KEY_CACHE_PATH                                           = "Cache Path";\r
23 static const char *KEY_MAPPING_UDP_TO_TUNER_CHANNEL                         = "Mapping for UDP Port to Tuner and Channel";\r
24 static const char *KEY_MAPPING_TUNER_CHANNEL_TO_UDP                         = "Mapping for Tuner and Channel to UDP Port";\r
25 static const char *KEY_UDP_IN_USE                                           = "UDP in use";\r
26 static const char *KEY_HLS_INFO                                             = "HLS Information";\r
27 static const char *KEY_HLS_INSTANCE                                         = "HLS Instance";\r
28 static const char *KEY_PRESETS                                              = "Presets";\r
29 static const char *KEY_PRESET                                               = "Preset";\r
30 static const char *KEY_DEFAULT                                              = "default";\r
31 \r
32 // tuner info\r
33 static const char *KEY_TUNERS                                               = "Tuners";\r
34 static const char *KEY_INITIALIZED                                          = "Initialized";\r
35 static const char *KEY_ENABLED                  = "Enabled";\r
36 static const char *KEY_TYPE                     = "Type";\r
37 static const char *KEY_CHANNELS                 = "Channels";\r
38 static const char *KEY_CHANNEL_ID               = "Channel ID";\r
39 static const char *KEY_SERVICES                 = "Services";\r
40 static const char *KEY_SERVICE_ID               = "Service ID";\r
41 static const char *KEY_SERVICE_TYPE             = "Service Type";\r
42 static const char *KEY_LNB_POWER                = "LNB Power";\r
43 static const char *KEY_CN                       = "C_N";\r
44 static const char *KEY_AGC                      = "AGC";\r
45 static const char *KEY_MAX_AGC                  = "Max AGC";\r
46 \r
47 // API\r
48 static const char *KEY_RESULT                   = "Result";\r
49 \r
50 // EPG\r
51 #define KEY_EPG_EVENT_ID                                        "Event ID"\r
52 #define KEY_EPG_DATE                                            "Date"\r
53 #define KEY_EPG_START                                           "Start"\r
54 #define KEY_EPG_END                                             "End"\r
55 #define KEY_EPG_DURATION                                        "Duration"\r
56 #define KEY_EPG_TITLE                                           "Title"\r
57 #define KEY_EPG_DESCRIPTION                                     "Description"\r
58 #define KEY_EPG_CHANNEL                                         "Channel"\r
59 #define KEY_EPG_STATUS                                          "Status"\r
60 #define KEY_EPG_SERVICE_ID                                      "Service ID"\r
61 #define KEY_EPG_RESV_ID                                         "Reservation ID"\r
62 #define KEY_EPG_LAST_RESV_ID                                    "Last Reservation ID"\r
63 #define KEY_EPG_REPEAT                                          "Repeat"\r
64 #define KEY_EPG_KEYWORDS                                        "Keywords"\r
65 #define KEY_EPG_RESERVED_BY_KEYWORDS                            "Reserved by keywords"\r
66 #define KEY_EPG_EXT_ITEM_DESCRIPTION                            "Extended Item Description"\r
67 #define KEY_EPG_EXT_ITEM                                        "Extended Item"\r
68 #define KEY_EPG_EXT_ITEMS                                       "Extended Items"\r
69 \r
70 // ローカライズ用キー\r
71 #define KEY_I18N_Main_Menu                                      "Main Menu"\r
72 #define KEY_I18N_Reservation                                    "Reservation"\r
73 #define KEY_I18N_New_Reservation                                "New Reservation"\r
74 #define KEY_I18N_Registration                                   "Registration"\r
75 #define KEY_I18N_Keywords                                       "Keywords"\r
76 #define KEY_I18N_Add                                            "Add"\r
77 #define KEY_I18N_Tuner_Status                                   "Tuner Status"\r
78 #define KEY_I18N_Tuner                                          "Tuner"\r
79 #define KEY_I18N_Station_Name                                   "Station Name"\r
80 #define KEY_I18N_Date                                           "Date"\r
81 #define KEY_I18N_Start_Time                                     "Start Time"\r
82 #define KEY_I18N_End_Time                                       "End Time"\r
83 #define KEY_I18N_Time                                           "Time"\r
84 #define KEY_I18N_Stop                                           "Stop"\r
85 #define KEY_I18N_Cancel                                         "Cancel"\r
86 #define KEY_I18N_Delete                                         "Delete"\r
87 #define KEY_I18N_Programs                                       "Programs"\r
88 #define KEY_I18N_TV                                             "TV"\r
89 #define KEY_I18N_Video                                          "Video"\r
90 #define KEY_I18N_Repeat                                         "Repeat"\r
91 #define KEY_I18N_Repeat_off                                     "Repeat_off"\r
92 #define KEY_I18N_Repeat_everyday                                "Repeat_everyday"\r
93 #define KEY_I18N_Repeat_weekly                                  "Repeat_weekly"\r
94 #define KEY_I18N_Repeat_weekday                                 "Repeat_weekday"\r
95 #define KEY_I18N_Digital_Terrestrial_Television_Broadcasting    "Digital Terrestrial Television Broadcasting"\r
96 #define KEY_I18N_Broadcasting_Time                              "Broadcasting Time"\r
97 #define KEY_I18N_Program_Title                                  "Program Title"\r
98 #define KEY_I18N_Description                                    "Description"\r
99 \r
100 #define URI_PROGRAMS_HTML                                       "programs.html"\r
101 #define URI_RESERVATION_HTML                                    "reservation.html"\r
102 \r
103 // other\r
104 static const char * KEY_COUNTER = "Counter";\r
105 \r
106 #endif // __RY0_KEYS_H__\r