source: svn/newcon3bcm2_21bu/dst/app/src/kview/Resource/App_Res_Menus.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 20.1 KB
Line 
1/****************************************************************************
2* NAME: App_Res_MenuId.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Do Gon Lee
7* CREATION_DATE: 2009/09/01
8* $Author: foxhunt $
9* $Revision: 1.0 $
10* $Date: 2009/09/01 10:48:24 $
11*----------------------------------------------------------------------------
12* PURPOSE:
13*       - arranged menu id
14*****************************************************************************/
15
16#ifndef __APP_RES_MENU_ID_H__
17#define __APP_RES_MENU_ID_H__
18
19
20/*_____ I N C L U D E __________________________________________*/
21
22
23
24
25
26/*_____ D E F I N I T I O N ____________________________________*/
27
28#if COMMENT
29__Menu_ID__() {}
30#endif
31
32/* menu, frame id·Î 0À» »ç¿ëÇÒ ¼ö ¾øÀ½. 1-31(0x1f)ÀÇ °ªÀ» »ç¿ëÇÒ °Í
33   mid´Â priorityÀÇ ¼º°ÝÀ» °®°í ÀÖÀ½
34   
35   16 Áø¼ö»ç¿ë!
36   0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf                     // 1 ~ 15
37   0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f // 16 ~ 31
38*/
39
40#define MID_CARD_ON       0x1
41
42#define MID_STANDBY       0x2 /* STANDBY */
43
44#define MID_HTML_MMI_CARD 0x3 /* 2010.02.16 foxhunt
45                               * CableCard·ÎºÎÅÍ MMI ¸Þ½ÃÁö°¡ ³¯¶ó¿À¸é, ¸ðµç ¸Þ´º¸¦ ´Ý¾Æ¾ß ÇϹǷΠ»óÀ§·Î µÐ´Ù. */
46#define MID_AUTO_OFF      0x4
47                               
48#define MID_AUTOSCAN      0x5
49
50#define MID_EPG_DETAIL    0x6
51#define MID_EPG           0x7
52
53#define MID_RRT           0x8
54
55#define MID_CHEDIT        0x9
56
57#define MID_SIGNAL_BANNER 0xa
58
59#define MID_MAIN          0xb
60
61#define MID_CHLIST        0xc
62
63#define MID_SETUP_WIZARD  0xd
64
65#define MID_INFO_BANNER   0xf
66
67#define MID_CH_BANNER     0x10
68        // °¢ ¸Þ´º º°·Î parameter Á¤ÀǸ¦ ¾î´À ¹®¼­ (¾î¶² ¼Ò½º)¿¡ ÇØ¾ß ÇÏ´ÂÁö °ËÅä ÇÊ¿ä.
69        // ÀÏ´Ü paramÀº menu id º°·Î ´Ù¸£¹Ç·Î À̰÷¿¡ Á¤ÀÇÇÔ.
70        /*
71                param1: MSB16: µ¿ÀÛ ¸ðµå. ¾Æ·¡ Á¤ÀÇµÈ °ª.
72        */
73        #define MPARAM_CH_BANNER_NORMAL 0 /* ÀÏ¹Ý Ã¤³Î ¹è³Ê (short info) */
74                /* LSB16Àº »ç¿ëµÇÁö ¾ÊÀ½ */
75        #define MPARAM_CH_BANNER_DIGIT  1 /* digit key Á¶ÇÕ */
76                /* LSB16: ÀÔ·Â µÈ digit key code (VK_XX). ÁÖÀÇ! ¸Ç óÀ½¿¡ MenuStart ÇÒ ¶§¿¡¸¸ »ç¿ëµÇ°í ÀÖÀ½. */
77        #define MPARAM_CH_BANNER_CUSTOM 2 /* custom ch banner */
78                /* LSB16: custom message code */
79                #define CUSTOM_CHB_MSG_NOT_FOUND 0
80                #define CUSTOM_CHB_MSG_WRONG_NUMBER 1
81
82#define MID_SCAN_BANNER   0x11
83
84#define MID_RATING        0x12
85        // CH_BANNERº¸´Ù À§¿¡ ÀÖ¾ú´Âµ¥, À̰÷À¸·Î ³»¸².
86       
87#define MID_FACTORY       0x13
88
89
90#define MID_VOL_BANNER    0x14
91
92#define MID_POPUP_BANNER  0x15
93
94#define MID_SLEEP_TIMER   0x16
95
96#define MID_HTML_MMI      0x17
97#define MID_HTML_LIST     0x18
98#define MID_WAIT_HOST_MMI 0x19
99
100#define MID_SI_STATE      0x1a
101
102#define MID_EA            0x1a
103        //mid°¡ ¸ðÀÚ¶ó¼­ »ç¿ëÇÏÁö ¾Ê´Â si_stateÀÇ id¸¦ »ç¿ëÇϱâ·Î ÇÔ.
104
105#define MID_FAC_MODE      0x1b
106
107#define MID_NO_CH_GUIDE   0x1c
108#define MID_SIG_MON       0x1d
109
110#define MID_CC            0x1e /* mid cc piro Á¶Á¤ 0x13->0x1e */
111
112#define MID_IDLE          0x1f
113
114
115
116
117
118
119
120#if COMMENT
121__Menu_Config__() {}
122#endif
123
124/********************************************************************************************
125                              menu id            name            timeout(ms)       user proc
126********************************************************************************************/
127#define MID_IDLE_CFG          MID_IDLE,          "idle",               DMG_TIME_FOREVER, App_Proc_Idle
128#define MID_MAIN_CFG          MID_MAIN,          "setting",      30000,            App_Proc_Menu_Main
129
130#define MID_CHEDIT_CFG        MID_CHEDIT,        "ch edit",      60000,            App_Proc_ChEdit
131#define MID_CHLIST_CFG        MID_CHLIST,        "ch list",          DMG_TIME_FOREVER, App_Proc_ChList
132#define MID_AUTOSCAN_CFG      MID_AUTOSCAN,      "autoscan",     DMG_TIME_FOREVER, App_Proc_Scan
133#define MID_CH_BANNER_CFG     MID_CH_BANNER,     "ch banner",    DMG_TIME_FOREVER, App_Proc_Ch_Banner
134#define MID_SCAN_BANNER_CFG   MID_SCAN_BANNER,   "scan banner",  DMG_TIME_FOREVER, App_Proc_Scan_Banner
135
136#define MID_EPG_CFG           MID_EPG,           "epg banner",   60000,            App_Proc_Epg
137#define MID_EPG_DETAIL_CFG    MID_EPG_DETAIL,    "epg detail",   60000,            App_Proc_Epg_Detail
138
139#define MID_CC_CFG            MID_CC,            "cc",           DMG_TIME_FOREVER, App_Proc_CC
140
141#define MID_VOL_BANNER_CFG    MID_VOL_BANNER,    "vol banner",   DMG_TIME_FOREVER, App_Proc_Vol_Banner
142
143#define MID_POPUP_BANNER_CFG  MID_POPUP_BANNER,  "popup banner", DMG_TIME_FOREVER, App_Proc_Popup_Banner
144
145#define MID_SLEEP_TIMER_CFG   MID_SLEEP_TIMER,   "sleep timer",  1200,             App_Proc_Sleep_Timer
146
147#define MID_INFO_BANNER_CFG   MID_INFO_BANNER,   "info banner",  10000,            App_Proc_Info_Banner
148
149#define MID_SIGNAL_BANNER_CFG MID_SIGNAL_BANNER, "sig str",          DMG_TIME_FOREVER, App_Proc_Signal_Banner
150
151#define MID_RRT_CFG           MID_RRT,           "rrt",          DMG_TIME_FOREVER, App_Proc_RRT
152#define MID_RATING_CFG        MID_RATING,        "rating",       DMG_TIME_FOREVER, App_Proc_Rating
153
154#define MID_SIG_MON_CFG       MID_SIG_MON,       "sig mon",      DMG_TIME_FOREVER, App_Proc_SigMon
155
156#define MID_HTML_LIST_CFG     MID_HTML_LIST,     "html list",    DMG_TIME_FOREVER, App_Proc_Html_List
157#define MID_WAIT_HOST_MMI_CFG MID_WAIT_HOST_MMI, "wait host mmi",DMG_TIME_FOREVER, App_Proc_Wait_HostMmi_Banner
158#define MID_HTML_MMI_CFG      MID_HTML_MMI,      "html mmi",     DMG_TIME_FOREVER, App_Proc_Html_MMI
159#define MID_HTML_MMI_CARD_CFG MID_HTML_MMI_CARD, "html mmi card",DMG_TIME_FOREVER, App_Proc_Html_MMI_Card
160
161#define MID_SI_STATE_CFG      MID_SI_STATE,      "si state",     DMG_TIME_FOREVER, App_Proc_SiState_Banner
162
163#define MID_EA_CFG            MID_EA,            "EAS",          DMG_TIME_FOREVER, App_Proc_EA
164
165#define MID_AUTO_OFF_CFG      MID_AUTO_OFF,      "power down",   DMG_TIME_FOREVER, App_Proc_AutoOff_Banner
166#define MID_NO_CH_GUIDE_CFG   MID_NO_CH_GUIDE,   "no ch guide",  DMG_TIME_FOREVER, App_Proc_NoCh_Guide_Banner
167
168#define MID_CARD_ON_CFG       MID_CARD_ON,       "card on/off",  DMG_TIME_FOREVER, App_Proc_CardOn_Banner
169
170#define MID_FAC_MODE_CFG      MID_FAC_MODE,      "factory mode", DMG_TIME_FOREVER, App_Proc_FactoryMode
171
172#define MID_STANDBY_CFG       MID_STANDBY,       "standby",      DMG_TIME_FOREVER, App_Proc_Standby
173
174#define MID_FACTORY_CFG       MID_FACTORY,       "factory",      DMG_TIME_FOREVER, App_Proc_Factory
175
176#define MID_SETUP_WIZARD_CFG  MID_SETUP_WIZARD,  "setup wizard", DMG_TIME_FOREVER, App_Proc_SetupWizard
177
178#if COMMENT
179__Common__() {}
180#endif
181
182#define STR_YES {"Yes", "S#ed", "¿¹"}
183#define STR_NO  {"No", "No", "¾Æ´Ï¿À"}
184#define STR_OK  {"OK", "OK", "OK"}
185
186#define STR_WARN_SAVE     "ÀúÀåÇϽðڽÀ´Ï±î?"
187#define STR_WARN_NORATING "Rating Á¤º¸ ¾øÀ½"
188
189#define STR_NO_CH1 \
190        {"No channel data exists", "No Existen Datos del Canal", "ä³Î Á¤º¸°¡ ¾ø½À´Ï´Ù."}
191#define STR_NO_CH2 \
192        {"Please rescan channels", "Por favor re-escanee \nlos canales", "¸ÕÀú ä³ÎÀ» °Ë»öÇϼ¼¿ä."}
193
194#define STR_AUTO_POWEROFF {"Auto Power Off", "Apagado autom#e1tico", "ÀÚµ¿ Á¾·á ¸ðµå"}
195#define STR_GOOD_BYE \
196        {\
197                "System is going to shutdown", \
198                "El sistema se va a apagar", \
199                "½Ã½ºÅÛÀÌ Á¾·áµË´Ï´Ù." \
200        }
201
202#define COLOR_BG_BLUE                   0xcc06295f              //RGB(6,41,95), Alpha 80%
203#define COLOR_BG_LIGHT_BLUE     0xff95b3da                      //RGB(149,179,218)
204#define COLOR_BG_OUT_BLUE               0xff476299              //RGB(71,98,153), Alpha 80%
205#define COLOR_BG_IN_BLUE                0xff2a487a              //RGB(42,72,122), Alpha 80%
206
207#define COLOR_LINE_SKY_BLUE             0xff95b2da              //RGB(149,178,218)
208#define COLOR_LINE_DEEP_BLUE            0xff132644              //RGB(19,38,68)
209#define COLOR_LINE_WEAK_BLUE            0xff5084d8              //RGB(80,132,216)       
210
211#define COLOR_ERAGE             0x00000000
212#define COLOR_WHITE     0xFFFFFFFF
213#define COLOR_BLACK             0xFF000000
214
215#if COMMENT
216__Main_Menu__() {}
217#endif
218#define MAIN_MENU_CH_STR_KR     "ä³Î ¼³Á¤"
219#define MAIN_MENU_AV_STR_KR     "A/V ¼³Á¤"
220#define MAIN_MENU_INFO_STR_KR   "¹æ¼Û Á¤º¸"
221#define MAIN_MENU_FN_STR_KR     "±â´É ¼³Á¤"
222
223#define MAIN_MENU_CH_STR_EN     "CHANNEL"
224#define MAIN_MENU_AV_STR_EN     "A/V"
225#define MAIN_MENU_INFO_STR_EN   "EPG"
226#define MAIN_MENU_FN_STR_EN     "FUNCTION"
227#define MAIN_MENU_CC_STR_EN "CAPTION"
228#define MAIN_MENU_RATING_STR_EN "RATING"
229
230#define MAIN_MENU_CH_STR_SP     "CANAL"
231#define MAIN_MENU_AV_STR_SP     "A/V"
232#define MAIN_MENU_INFO_STR_SP   "EPG"
233#define MAIN_MENU_FN_STR_SP     "FUNCI#d3N"
234#define MAIN_MENU_CC_STR_SP "SUBT#cdTULO"
235#define MAIN_MENU_RATING_STR_SP "CALIFICACI#d3N"
236
237
238#define MAIN_MENU_FACTORY_RESET_STR_1 \
239        {\
240                "Set Factory\nReset view,\nPress\nOK button",\
241                "Ajuste\nPredeterminado\nde F#e1brica,\nPresione el\nbot#f3n OK",\
242                "È®ÀÎ ¹öưÀ» ´©¸£¸é"\
243        }
244
245
246#define MAIN_MENU_FACTORY_RESET_STR \
247        {\
248                "reset view,",\
249                "de F#e1brica,",\
250                "°øÀå ÃʱâÈ­°¡"\
251        }
252
253#define MAIN_MENU_CH_EDIT_STR \
254        {\
255                "CH Edit\nview, Press\nOK button",\
256                "Editar Canales,\nPresione el\nbot#f3n OK",\
257                "ä³Î ÆíÁý"\
258        }
259
260#define MAIN_MENU_EPG_STR \
261        {\
262                "EPG\nview, Press\nOK button",\
263                "Ver el\nprograma de\nguia electronico,\nPresione el\nbot#f3n OK",\
264                "EPG"\
265        }
266
267#define MAIN_MENU_CC_SERVICE_STR \
268        {\
269                "Service\nview, Press\nOK button",\
270                "Ver Servicio,\nAprete la\ntecla OK",\
271                "¼­ºñ½º ÆíÁý"\
272        }
273
274#define MAIN_MENU_CH_SCAN_STR \
275        {\
276                "Auto Scan\nview, Press\nOK button",\
277                "Ver auto\nescaneado,\npresione el\nbot#f3n OK",\
278                "ÀÚµ¿ ä³Î ¼±±¹"\
279        }
280
281#define MAIN_MENU_RC_EDIT_STR \
282        {\
283                "Remote control settings",\
284                "Configuracion de control remoto",\
285                "¸®¸ðÄÜ ¼³Á¤"\
286        }
287
288#define MAIN_MENU_SIG_INFO_STR \
289        {\
290                "It is good\nwhen meter\nlevel is green",\
291                "Es bueno\ncuando el nivel\nde la se#f1al es\nverde",\
292                "½ÅÈ£°¡"\
293        }
294
295#define MAIN_MENU_SET_DRATING_INFO_STR \
296        {\
297                "Set\nD.Rating\nview, press\nOK button",\
298                "Ajuste la\ncalificaci#f3n\ndigital, presione\nel bot#f3n OK",\
299                "È®ÀÎ ¹öưÀ»\n´©¸£¼¼¿ä"\
300        }
301
302#define MAIN_MENU_UPDATE_DRATING_INFO_STR \
303        {\
304                "Update\nD.Rating\nview, press\nOK button",\
305                "Actualize la\ncalificacio#f3n\ndigital, presione\nel bot#f3n OK",\
306                "È®ÀÎ ¹öưÀ» ´©¸£¼¼¿ä."\
307        }       
308
309#define MAIN_MENU_CHANGE_PIN_INFO_STR \
310        {\
311                "Change PIN\nview, press\nOK button",\
312                "Cambie en la\npantalla elc#f3digo\n de identificaci#f3n,\npersona\nbot#f3n OK",\
313                "È®ÀÎ ¹öưÀ» ´©¸£¼¼¿ä."\
314        }
315       
316
317#define MAIN_BG_COLOR                           COLOR_BG_BLUE
318#define MAIN_BG_COLOR_ERASE             COLOR_ERAGE
319#define MAIN_BG_COLOR_BLACK             COLOR_BLACK
320#define MAIN_TEXT_COLOR_BLACK           0xFF000000
321#define MAIN_BG_COLOR_WHITE             COLOR_WHITE
322
323#if COMMENT
324__AUTOSCAN__() {}
325#endif
326
327/* autoscan */
328#define SCAN_TITLE_STR  {"Auto Scan", "Auto Escan", "ä³Î °Ë»ö"}
329#define SCAN_UPDATE_STR {"Update", "Actualizar", "¾÷µ¥ÀÌÆ®"}
330#define SCAN_RESCAN_STR {"Rescan", "Re-escan.", "´Ù½Ã °Ë»ö"}
331#define SCAN_STOP_STR   {"Stop", "Parar", "ÁßÁö"}
332
333#define SCAN_RF_STR {"RF", "RF", "RF"}            // Air/CableÀº Á¶°Ç¿¡ µû¶ó Text·Î »ç¿ëÇÔ.
334#define SCAN_CH_STR {"Channel", "Canal", "ä³Î"}
335
336#define SCAN_READY_STR {"Under Construction", "En construccion", "ÁغñÁß"}
337
338#define SCAN_WAIT {"Wait Please", "Espere", "Àá½Ã¸¸"}
339#define SCAN_WAIT_SUB_SPA "un momento"
340#define SCAN_WAIT_SUB_KOR "±â´Ù·ÁÁÖ¼¼¿ä."
341
342#define SCAN_NUM_RF {"Channel %d", "Canal %d", "%d ¹øÂ° ä³Î"}
343
344
345#define SCAN_RF_AIR {"Air", "Aire", "Áö»óÆÄ"}
346#define SCAN_RF_CABLE {"Cable", "Cable", "ÄÉÀ̺í"}
347
348
349
350#if COMMENT
351__EPG__() {}
352#endif
353
354/* EPG language define */
355#define EPG_TOP1      {"EPG", "EPG", "ÇÁ·Î±×·¥ Á¤º¸"}
356#define EPG_TOP2      {"EPG Detail", "EPG Detalle", "ÇÁ·Î±×·¥ »ó¼¼ Á¤º¸"}
357#define EPG_BOTTOM1   {"MENU : Close", "MENU : Cerrar", "¸Þ´º: Á¾·á"}
358
359#define EPG_BOTTOM2A  {"1,3", "1,3", "1,3"}
360#define EPG_BOTTOM2B  {": Prev/Next Page", ": Previo/Pr#f3xima P#e1gina", ": ¾Õ/µÚ ÆäÀÌÁö"}
361#define EPG_BOTTOM3   {"OK :", "OK :", "OK :"}
362#define EPG_BOTTOM4   {"Detail Info", "Informacion detalle", "»ó¼¼ Á¤º¸"}
363
364#define EPG_NO_INFO_AVAILABLE \
365        {"No Info Available", "No hay Informaci#f3n Disponible", "ÇÁ·Î±×·¥ Á¤º¸ ¾øÀ½"}
366#define EPG_NO_INFO_ACQUIRED \
367        {"No Info Available", "No hay Informaci#f3n Disponible", "ÇÁ·Î±×·¥ Á¤º¸ ¾øÀ½"}
368#define EPG_DETAIL_NO_INFO \
369        {"No Info Available", "No hay Informaci#f3n Disponible", "ÇÁ·Î±×·¥ Á¤º¸ ¾øÀ½"}
370
371#define EPG_BG_COLOR_1          0xFFFFD800
372
373
374#if COMMENT
375__Rating__() {}
376#endif
377
378#define RATING_ENTER_PIN {"Enter PIN", "Ingrese c#f3digo(ID) personal", "¿£ÅÍ ÇÉ"}
379#define RATING_MPAA {"Movie Rating", "Clasificaci#f3n de la pelicula", "MPAA"}
380#define RATING_TV_RATING {"TV Rating", "Nivel Audiencia", "TV Rating"}
381
382#define RATING_UPDATE_WARNING {\
383        "This operation may take\nlong time and user rating\noption will be erased.\nContinue?",\
384        "Esta operaci#f3n tomar#e1\nbastante tiempo y la opci#f3n\nde Calificaci#f3n del usario\nse borrad#e1. Continue?",\
385        "¾øÀ½"}
386
387#define RATING_UPDATE_DRRT {\
388        "Searching for\nD-Rating information.\n\nPlease wait",\
389        "Buscando la informacion\npara la calificacion digital.\n\nEspere un monento.",\
390        "¾øÀ½"}
391       
392#define RATING_NO_DRRT {\
393        "No Rating Data\navailable",\
394        "Nivel de audiencia\nno disponible",\
395        "¾øÀ½"}
396
397#define RATING_PIN_CHANGE1 {\
398        "Enter new PIN",\
399        "Ingrese nuevo c#f3digo(ID)",\
400        "¾øÀ½"}
401
402#define RATING_PIN_CHANGE2 {\
403        "Re-enter new PIN",\
404        "Re-ingrese c#f3digo(ID)",\
405        "¾øÀ½"}
406
407#define RATING_DRRT_COMPLETE {\
408        "Update completed.",\
409        "Actualizacion completa",\
410        "¾øÀ½"}
411
412#define RATING_DRRT_FAILED {\
413        "Update failed by timeout.",\
414        "La Actualizaci#f3n fall#f3 porque \nel tiempo expir#f3",\
415        "¾øÀ½"}
416       
417#define RATING_BANNER1 {\
418        "This program is blocked.",\
419        "Este programa est#e1 bloqueado.",\
420        "¾øÀ½"}
421
422#define RATING_BANNER2 {\
423        "Current rating :",\
424        "V-Chip Actual : ",\
425        "¾øÀ½"}
426
427
428
429#if COMMENT
430__CH_Edit__() {}
431#endif
432
433#define CHEDIT_TITLE_TEXT       {"Channel Edit", "Editar Canales", "ä³Î ÆíÁý"}
434#define CHEDIT_CHNO_TEXT        {"Channel", "Canal", "ä³Î ¹øÈ£"}
435#define CHEDIT_RF_TEXT          {"RF", "RF", "RF"}
436#define CHEDIT_CHNAME_TEXT      {"Name", "Nombre", "ä³Î À̸§"}
437#define CHEDIT_CHADD_TEXT       {"Add", "A#f1adir", "ä³Î Ãß°¡"}
438#define CHEDIT_FAV_TEXT         {"Fav.", "Pref.", "¼±È£ ä³Î"}
439#define CHEDIT_OK                       {"OK :", "OK :", "OK :"}
440#define CHEDIT_SELECT           {" Select", " Selecto", " ¼±ÅÃ"}
441
442#define CHEDIT_BG_COLOR_1               0xcc06295f//0xFF95A3BA
443#define CHEDIT_BG_COLOR_2               0xFF95B2DA
444#define CHEDIT_BG_COLOR_3               0xFF476299
445#define CHEDIT_BG_COLOR_4               0xFF5184D8
446#define CHEDIT_BG_COLOR_5               0xFF0B2644
447#define CHEDIT_BG_COLOR_6               0xFF86C8FF
448#define CHEDIT_BG_COLOR_7               0xFF68AEF1
449#define CHEDIT_BG_COLOR_8               0xFF2A4879
450
451
452#if COMMENT
453__CH_List__() {}
454#endif
455
456#define CHLIST_TITLE_TEXT  {"Channel Title", "T#edtulo de Canal", "Channel Hope"}
457#define CHLIST_PREV        {"Prev", "Previo", "¾Õ"}
458#define CHLIST_NEXT        {"Next", "Pr#f3ximo", "µÚ"}
459#define CHLIST_MOVE        {": Move", ": Mover", ": À̵¿"}
460#define CHLIST_SELECT      {"OK : Select", "OK : Selecto", "OK : ¼±ÅÃ"}
461
462
463#if COMMENT
464__Signal_Banner__() {}
465#endif
466
467#define SIGNAL_TITLE {"Signal Meter", "Potencia", "½ÅÈ£ ¼¼±â"}
468#define SIGNAL_WEAK  {"Weak", "D#e9bil", "¾àÇÔ"}
469#define SIGNAL_GOOD  {"Good", "Bueno", "ÁÁÀ½"}
470
471
472#if COMMENT
473__Sig_Mon__() {}
474#endif
475
476#define SIG_MON_WEAK_SIG   {"Weak Signal", "Se#f1al D#e9bil", "½ÅÈ£ ¾àÇÔ"}
477#define SIG_MON_NO_PROGRAM {"No Program", "No hay Programa", "ä³Î Á¤º¸ ¾øÀ½"}
478#define SIG_MON_AUDIO_ONLY {"Audio Only", "Audio solamente", "¿Àµð¿À ä³Î"}
479
480
481#if COMMENT
482__Sig_Mon__() {}
483#endif
484
485
486#if COMMENT
487__Timer__() {}
488#endif
489
490
491#if COMMENT
492__Banner__() {}
493#endif
494
495#define TIMER_WARN_OVER_1MIN \
496        {"Power off after %02d minutes", "Se Apagar#e1 despu#e9s de %02d minutos", "%02d ºÐ ÈÄ Á¾·áµÊ"}
497       
498#define TIMER_WARN_LESS_1MIN \
499        {"Power off after %02d seconds", "Se Apagar#e1 despu#e9s de %02d segundos", "%02d ÃÊ ÈÄ Á¾·áµÊ"}
500       
501#define TIMER_WARN_TIMER_OFF \
502        {"Off", "Apagado", "Ãëħ ¿¹¾à : ²¨Áü"}
503
504
505#define POPUP_VOLUME {"Volume %d", "Volumen %d", "À½·® %d"}
506
507#define POPUP_AUDIO_MUTE_ON {"Mute On", "Mudo Prendido", "À½¼Ò°Å ¼³Á¤"}
508#define POPUP_AUDIO_MUTE_OFF {"Mute Off", "Mudo Apagado", "À½¼Ò°Å ÇØÁ¦"}
509
510#define POPUP_AUDIO_NO_MTS {"No Audio Info", "No hay Info del Audio", "À½¼º´ÙÁß Á¤º¸ ¾øÀ½"}
511
512#if 0 /* fnc¿¡¼­ ³Ñ¾î¿Â °ªÀ» ±×´ë·Î »ç¿ëÇÔ*/
513#define POPUP_AUDIO_CONV_KOR(str) \
514        strncmp(str, "eng", 3)==0?"¿µ¾î":strncmp(str, "kor", 3)==0?"Çѱ¹¾î":\
515        strncmp(str, "Eng", 3)==0?"¿µ¾î":strncmp(str, "Kor", 3)==0?"Çѱ¹¾î":"±âŸ ¾ð¾î"
516#else
517#define POPUP_AUDIO_CONV_KOR(str) (str)
518#endif
519
520#define POPUP_CC_SERVICE_STR_KOR(s) (s)==eDCC_S_CS1?"ÀÚ¸·1":\
521                                  (s)==eDCC_S_CS2?"ÀÚ¸·2":\
522                                  (s)==eDCC_S_CS3?"ÀÚ¸·3":\
523                                  (s)==eDCC_S_CS4?"ÀÚ¸·4":\
524                                  (s)==eDCC_S_CS5?"ÀÚ¸·5":\
525                                  (s)==eDCC_S_CS6?"ÀÚ¸·6":"ÀÚ¸· ²¨Áü"
526                                       
527#define POPUP_CC_SERVICE_STR_ENG(s) (s)==eDCC_S_CS1?"CS 1":\
528                                  (s)==eDCC_S_CS2?"CS 2":\
529                                  (s)==eDCC_S_CS3?"CS 3":\
530                                  (s)==eDCC_S_CS4?"CS 4":\
531                                  (s)==eDCC_S_CS5?"CS 5":\
532                                  (s)==eDCC_S_CS6?"CS 6":\
533                                  (s)==eDCC_S_CC1?"CC 1":\
534                                  (s)==eDCC_S_CC2?"CC 2":\
535                                  (s)==eDCC_S_T1?"TEXT 1":\
536                                  (s)==eDCC_S_T2?"TEXT 2":"Off"
537                                       
538#define POPUP_CC_SERVICE_STR_SPA(s) (s)==eDCC_S_CS1?"CS 1":\
539                                  (s)==eDCC_S_CS2?"CS 2":\
540                                  (s)==eDCC_S_CS3?"CS 3":\
541                                  (s)==eDCC_S_CS4?"CS 4":\
542                                  (s)==eDCC_S_CS5?"CS 5":\
543                                  (s)==eDCC_S_CS6?"CS 6":\
544                                  (s)==eDCC_S_CC1?"CC 1":\
545                                  (s)==eDCC_S_CC2?"CC 2":\
546                                  (s)==eDCC_S_T1?"TEXT 1":\
547                                  (s)==eDCC_S_T2?"TEXT 2":"CC Apag."
548
549#define POPUP_VIDEO_MODE_STR_KOR(m) (m)==APP_DISP_MODE_WIDE? "¿ÍÀ̵å 16:9":\
550                                      (m)==APP_DISP_MODE_14_9? "¿ÍÀ̵å 14:9":\
551                                      (m)==APP_DISP_MODE_NORM? "Áß¾Ó º¸±â":\
552                                      (m)==APP_DISP_MODE_ZOOM? "Àüü º¸±â":"¾øÀ½"
553
554#define POPUP_VIDEO_MODE_STR_ENG(m) (m)==APP_DISP_MODE_WIDE? "Wide 16:9":\
555                                      (m)==APP_DISP_MODE_14_9? "Wide 14:9":\
556                                      (m)==APP_DISP_MODE_NORM? "Zoom":\
557                                      (m)==APP_DISP_MODE_ZOOM? "Anamorphic":"None"
558                                       
559#define POPUP_VIDEO_MODE_STR_SPA(m) (m)==APP_DISP_MODE_WIDE? "Ancho 16:9":\
560                                      (m)==APP_DISP_MODE_14_9? "Ancho 14:9":\
561                                      (m)==APP_DISP_MODE_NORM? "Zoom":\
562                                      (m)==APP_DISP_MODE_ZOOM? "Pantalla Ancha":"No hay"
563
564#define POPUP_ANALOG {"Analog Pass Through", "Pase a trav#e9s \nde an#e1lga", "¾Æ³¯·Î±× ¸ðµå"}
565//#define POPUP_ANALOG {"Analog Pass Through", "Pase a trav#e9s \nde anal#f3ga", "¾Æ³¯·Î±× ¸ðµå"}
566#define POPUP_DIGITAL {"Digital TV Mode", "Modo de TV Digital", "µðÁöÅÐ ¸ðµå"}
567
568
569#define POPUP_SDDS_STR1 {"Now updating SW", "Actualizando de nuevo SW", "¼ÒÇÁÆ®¿þ¾î¸¦ ¾÷µ¥ÀÌÆ®ÇÏ´Â ÁßÀÔ´Ï´Ù."}
570#define POPUP_SDDS_STR2 {"Please wait a moment", "Espere un momento", "Àá½Ã¸¸ ±â´Ù·Á ÁÖ¼¼¿ä"}
571
572#define POPUP_SDDS_STR_COMPLETED \
573        {"SW update is completed", "Actualizaci#f3n de S/W completo,", "¼ÒÇÁÆ®¿þ¾î ¾÷µ¥ÀÌÆ®°¡ ¿Ï·áµÇ¾ú½À´Ï´Ù."}
574#define POPUP_SDDS_STR_OFFREADY \
575        {"System is shutdown", "El sistema esta apagado", "½Ã½ºÅÛÀ» Á¾·áÇÕ´Ï´Ù."}
576
577#define RESET_WARN_STR1 {"Do you want to", "Quiere restablecer", "¸ðµç ¼³Á¤ °ªÀÌ"}
578#define RESET_WARN_STR2 {"reset all settings?", "todos los ajustes?", "ÃʱâÈ­µË´Ï´Ù."}
579
580#define RESET_RESET_STR1 {"System is going to reboot","El sistema se va a reiniciar", "½Ã½ºÅÛÀÌ ÀçºÎÆÃµË´Ï´Ù."}
581#define RESET_RESET_STR2 {"Please wait a minute", "Espere un momento", "Àá½Ã¸¸ ±â´Ù·Á ÁÖ¼¼¿ä."}
582
583#define POPUP_BOOTING_SCAN_STR1 \
584        {"Updated SW is applied", "SW actualizado se aplic#f3", "º¯°æµÈ ¼ÒÇÁÆ®¿þ¾î¸¦ Àû¿ëÇϰí ÀÖ½À´Ï´Ù."}
585#define POPUP_BOOTING_SCAN_STR2 \
586        {"Please wait a minute", "Espere un momento", "Àá½Ã¸¸ ±â´Ù·Á ÁÖ¼¼¿ä."}
587
588
589#endif  /* __APP_RES_MENU_ID_H__ */
Note: See TracBrowser for help on using the repository browser.