|
1 /* |
|
2 * Copyright (c) 2003 - 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource file for DRMHelper |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME DRMH |
|
22 |
|
23 // INCLUDES |
|
24 #include <eikon.rh> |
|
25 #include <eikon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.rsg> |
|
28 #include <avkon.loc> |
|
29 #include <avkon.mbg> |
|
30 #ifdef __DRM |
|
31 #include <DRMCommon.loc> |
|
32 #endif |
|
33 |
|
34 // CONSTANTS |
|
35 |
|
36 |
|
37 // MACROS |
|
38 |
|
39 |
|
40 // RESOURCE DEFINITIONS |
|
41 RESOURCE RSS_SIGNATURE { } |
|
42 |
|
43 RESOURCE TBUF16 { buf=""; } |
|
44 |
|
45 // ----------------------------------------------------------------------------- |
|
46 // |
|
47 // r_drmhelper_confirmation_query |
|
48 // Confirmation query dialog |
|
49 // |
|
50 // ----------------------------------------------------------------------------- |
|
51 // |
|
52 RESOURCE DIALOG r_drmhelper_confirmation_query |
|
53 { |
|
54 flags=EGeneralQueryFlags; |
|
55 buttons=R_AVKON_SOFTKEYS_YES_NO__YES; |
|
56 items= |
|
57 { |
|
58 DLG_LINE |
|
59 { |
|
60 type=EAknCtQuery; |
|
61 id=EGeneralQuery; |
|
62 control= AVKON_CONFIRMATION_QUERY |
|
63 { |
|
64 layout = EConfirmationQueryLayout; |
|
65 label = " "; |
|
66 }; |
|
67 } |
|
68 }; |
|
69 } |
|
70 |
|
71 // ----------------------------------------------------------------------------- |
|
72 // |
|
73 // r_drmhelper_waiting_rights_confirmation_query |
|
74 // Confirmation query dialog |
|
75 // |
|
76 // ----------------------------------------------------------------------------- |
|
77 // |
|
78 RESOURCE DIALOG r_drmhelper_waiting_rights_confirmation_query |
|
79 { |
|
80 flags=EGeneralQueryFlags; |
|
81 buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
82 items= |
|
83 { |
|
84 DLG_LINE |
|
85 { |
|
86 type=EAknCtQuery; |
|
87 id=EGeneralQuery; |
|
88 control= AVKON_CONFIRMATION_QUERY |
|
89 { |
|
90 layout = EConfirmationQueryLayout; |
|
91 label = " "; |
|
92 animation = R_QGN_NOTE_INFO_ANIM; |
|
93 }; |
|
94 } |
|
95 }; |
|
96 } |
|
97 |
|
98 // ----------------------------------------------------------------------------- |
|
99 // |
|
100 // r_drmhelper_usage_rights_expired_buy_new |
|
101 // String displayed in query for superdistributable content when rights have |
|
102 // expired. |
|
103 // |
|
104 // ----------------------------------------------------------------------------- |
|
105 // |
|
106 RESOURCE TBUF r_drmhelper_usage_rights_expired_buy_new |
|
107 { |
|
108 buf = qtn_drm_sd_rights_exp; |
|
109 } |
|
110 |
|
111 // ----------------------------------------------------------------------------- |
|
112 // |
|
113 // r_drmhelper_usage_rights_expired |
|
114 // String displayed in query for non-superdistributable content when rights have |
|
115 // expired. |
|
116 // |
|
117 // ----------------------------------------------------------------------------- |
|
118 // |
|
119 RESOURCE TBUF r_drmhelper_usage_rights_expired |
|
120 { |
|
121 buf = qtn_drm_info_ro_expired; |
|
122 } |
|
123 |
|
124 // ----------------------------------------------------------------------------- |
|
125 // |
|
126 // r_drmhelper_no_usage_rights_buy_new |
|
127 // String displayed in query for superdistributable content when there is no |
|
128 // rights. |
|
129 // |
|
130 // ----------------------------------------------------------------------------- |
|
131 // |
|
132 RESOURCE TBUF r_drmhelper_no_usage_rights_buy_new |
|
133 { |
|
134 buf = qtn_drm_no_rights; |
|
135 } |
|
136 |
|
137 // ----------------------------------------------------------------------------- |
|
138 // |
|
139 // r_drmhelper_no_usage_rights |
|
140 // String displayed in query for non-superdistributable content when there is no |
|
141 // rights. |
|
142 // |
|
143 // ----------------------------------------------------------------------------- |
|
144 // |
|
145 RESOURCE TBUF r_drmhelper_no_usage_rights |
|
146 { |
|
147 buf = qtn_drm_prof_rights_missing; |
|
148 } |
|
149 |
|
150 |
|
151 #ifndef RD_DRM_REMOVAL_OF_EXPIRATION_WARNING_PROMPTS |
|
152 // ----------------------------------------------------------------------------- |
|
153 // |
|
154 // r_drmhelper_usage_rights_to_expire |
|
155 // Text displayed in query when rights are about to expire and there is |
|
156 // both time and count based rights. |
|
157 // |
|
158 // ----------------------------------------------------------------------------- |
|
159 // |
|
160 RESOURCE TBUF r_drmhelper_usage_rights_to_expire |
|
161 { |
|
162 buf = qtn_drm_exp_warn_cnt_and_dt; |
|
163 } |
|
164 #endif // RD_DRM_REMOVAL_OF_EXPIRATION_WARNING_PROMPTS |
|
165 |
|
166 |
|
167 |
|
168 // ----------------------------------------------------------------------------- |
|
169 // |
|
170 // r_drmhelper_set_automated |
|
171 // Text displayed in query when already activated content is set for automated |
|
172 // use. |
|
173 // |
|
174 // ----------------------------------------------------------------------------- |
|
175 // |
|
176 RESOURCE TBUF r_drmhelper_set_automated |
|
177 { |
|
178 buf = qtn_drm_query_valid_rights_until; |
|
179 } |
|
180 |
|
181 // ----------------------------------------------------------------------------- |
|
182 // |
|
183 // r_drmhelper_activate_and_set_automated |
|
184 // Text displayed in query when content, that is not yet activated, is set for |
|
185 // automated use. |
|
186 // |
|
187 // ----------------------------------------------------------------------------- |
|
188 // |
|
189 RESOURCE TBUF r_drmhelper_activate_and_set_automated |
|
190 { |
|
191 buf = qtn_drm_query_active_rights_until; |
|
192 } |
|
193 |
|
194 // ----------------------------------------------------------------------------- |
|
195 // |
|
196 // r_drmhelper_cal_alert_invalid_sim_buy_new |
|
197 // Text displayed in query when superdistributable calendar alert is tried to |
|
198 // be used with wrong sim. |
|
199 // |
|
200 // ----------------------------------------------------------------------------- |
|
201 // |
|
202 RESOURCE TBUF r_drmhelper_cal_alert_invalid_sim_buy_new |
|
203 { |
|
204 buf = qtn_drm_calendar_tone_wrong_sim; |
|
205 } |
|
206 |
|
207 // ----------------------------------------------------------------------------- |
|
208 // |
|
209 // r_drmhelper_cal_alert_expired_buy_new |
|
210 // Text displayed in query when superdistributable calendar alert is expired. |
|
211 // |
|
212 // ----------------------------------------------------------------------------- |
|
213 // |
|
214 RESOURCE TBUF r_drmhelper_cal_alert_expired_buy_new |
|
215 { |
|
216 buf = qtn_drm_cal_tone_exp_activate; |
|
217 } |
|
218 |
|
219 // ----------------------------------------------------------------------------- |
|
220 // |
|
221 // r_drmhelper_cal_alert_expired |
|
222 // Text displayed in query when non-superdistributable calendar alert is |
|
223 // expired. |
|
224 // |
|
225 // ----------------------------------------------------------------------------- |
|
226 // |
|
227 RESOURCE TBUF r_drmhelper_cal_alert_expired |
|
228 { |
|
229 buf = qtn_drm_info_calendar_tone_exp; |
|
230 } |
|
231 |
|
232 // ----------------------------------------------------------------------------- |
|
233 // |
|
234 // r_drmhelper_clock_alarm_invalid_sim_buy_new |
|
235 // Text displayed in query when superdistributable clock alarm is tried to be |
|
236 // used with wrong sim. |
|
237 // |
|
238 // ----------------------------------------------------------------------------- |
|
239 // |
|
240 RESOURCE TBUF r_drmhelper_clock_alarm_invalid_sim_buy_new |
|
241 { |
|
242 buf = qtn_drm_clock_alarm_wrong_sim; |
|
243 } |
|
244 |
|
245 // ----------------------------------------------------------------------------- |
|
246 // |
|
247 // r_drmhelper_clock_alarm_expired_buy_new |
|
248 // Text displayed in query when superdistributable clock alarm is expired. |
|
249 // |
|
250 // ----------------------------------------------------------------------------- |
|
251 // |
|
252 RESOURCE TBUF r_drmhelper_clock_alarm_expired_buy_new |
|
253 { |
|
254 buf = qtn_drm_clock_alrm_exp_activate; |
|
255 } |
|
256 |
|
257 // ----------------------------------------------------------------------------- |
|
258 // |
|
259 // r_drmhelper_clock_alarm_expired |
|
260 // Text displayed in query when non-superdistributable clock alarm is |
|
261 // expired. |
|
262 // |
|
263 // ----------------------------------------------------------------------------- |
|
264 // |
|
265 RESOURCE TBUF r_drmhelper_clock_alarm_expired |
|
266 { |
|
267 buf = qtn_drm_info_clock_alarm_exp; |
|
268 } |
|
269 |
|
270 // ----------------------------------------------------------------------------- |
|
271 // |
|
272 // r_drmhelper_email_tone_expired_buy_new |
|
273 // Text displayed in query when superdistributable email tone is expired. |
|
274 // |
|
275 // ----------------------------------------------------------------------------- |
|
276 // |
|
277 RESOURCE TBUF r_drmhelper_email_tone_expired_buy_new |
|
278 { |
|
279 buf = qtn_drm_email_tone_exp_activate; |
|
280 } |
|
281 |
|
282 // ----------------------------------------------------------------------------- |
|
283 // |
|
284 // r_drmhelper_email_tone_invalid_sim_buy_new |
|
285 // Text displayed in query when superdistributable email tone is tried to use |
|
286 // with wrong sim. |
|
287 // |
|
288 // ----------------------------------------------------------------------------- |
|
289 // |
|
290 RESOURCE TBUF r_drmhelper_email_tone_invalid_sim_buy_new |
|
291 { |
|
292 buf = qtn_drm_email_alert_wrong_sim; |
|
293 } |
|
294 |
|
295 // ----------------------------------------------------------------------------- |
|
296 // |
|
297 // r_drmhelper_email_tone_expired |
|
298 // Text displayed in query when non-superdistributable email tone is |
|
299 // expired. |
|
300 // |
|
301 // ----------------------------------------------------------------------------- |
|
302 // |
|
303 RESOURCE TBUF r_drmhelper_email_tone_expired |
|
304 { |
|
305 buf = qtn_drm_info_email_tone_exp; |
|
306 } |
|
307 |
|
308 // ----------------------------------------------------------------------------- |
|
309 // |
|
310 // r_drmhelper_im_tone_expired_buy_new |
|
311 // Text displayed in query when superdistributable IM tone is expired. |
|
312 // |
|
313 // ----------------------------------------------------------------------------- |
|
314 // |
|
315 RESOURCE TBUF r_drmhelper_im_tone_expired_buy_new |
|
316 { |
|
317 buf = qtn_drm_im_tone_exp_activate; |
|
318 } |
|
319 |
|
320 // ----------------------------------------------------------------------------- |
|
321 // |
|
322 // r_drmhelper_im_tone_expired |
|
323 // Text displayed in query when non-superdistributable IM tone is |
|
324 // expired. |
|
325 // |
|
326 // ----------------------------------------------------------------------------- |
|
327 // |
|
328 RESOURCE TBUF r_drmhelper_im_tone_expired |
|
329 { |
|
330 buf = qtn_drm_info_im_alert_tone_exp; |
|
331 } |
|
332 |
|
333 // ----------------------------------------------------------------------------- |
|
334 // |
|
335 // r_drmhelper_message_tone_invalid_sim_buy_new |
|
336 // Text displayed in query when superdistributable message tone is tried to use |
|
337 // with wrong sim. |
|
338 // |
|
339 // ----------------------------------------------------------------------------- |
|
340 // |
|
341 RESOURCE TBUF r_drmhelper_message_tone_invalid_sim_buy_new |
|
342 { |
|
343 buf = qtn_drm_message_alert_wrong_sim; |
|
344 } |
|
345 |
|
346 // ----------------------------------------------------------------------------- |
|
347 // |
|
348 // r_drmhelper_message_tone_expired_buy_new |
|
349 // Text displayed in query when superdistributable message tone is expired. |
|
350 // |
|
351 // ----------------------------------------------------------------------------- |
|
352 // |
|
353 RESOURCE TBUF r_drmhelper_message_tone_expired_buy_new |
|
354 { |
|
355 buf = qtn_drm_msg_tone_exp_activate; |
|
356 } |
|
357 |
|
358 // ----------------------------------------------------------------------------- |
|
359 // |
|
360 // r_drmhelper_message_tone_expired |
|
361 // Text displayed in query when non-superdistributable message tone is |
|
362 // expired. |
|
363 // |
|
364 // ----------------------------------------------------------------------------- |
|
365 // |
|
366 RESOURCE TBUF r_drmhelper_message_tone_expired |
|
367 { |
|
368 buf = qtn_drm_info_msg_tone_exp; |
|
369 } |
|
370 |
|
371 // ----------------------------------------------------------------------------- |
|
372 // |
|
373 // r_drmhelper_ringing_tone_expired_buy_new |
|
374 // Text displayed in query when superdistributable ringing tone is expired. |
|
375 // |
|
376 // ----------------------------------------------------------------------------- |
|
377 // |
|
378 RESOURCE TBUF r_drmhelper_ringing_tone_expired_buy_new |
|
379 { |
|
380 buf = qtn_drm_ring_tone_exp_activate; |
|
381 } |
|
382 |
|
383 // ----------------------------------------------------------------------------- |
|
384 // |
|
385 // r_drmhelper_ringing_tone_invalid_sim_buy_new |
|
386 // Text displayed in query when superdistributable ringing tone is tried to use |
|
387 // with wrong sim. |
|
388 // |
|
389 // ----------------------------------------------------------------------------- |
|
390 // |
|
391 RESOURCE TBUF r_drmhelper_ringing_tone_invalid_sim_buy_new |
|
392 { |
|
393 buf = qtn_drm_ringing_tone_wrong_sim; |
|
394 } |
|
395 |
|
396 // ----------------------------------------------------------------------------- |
|
397 // |
|
398 // r_drmhelper_ringing_tone_expired |
|
399 // Text displayed in query when non-superdistributable ringing tone is |
|
400 // expired. |
|
401 // |
|
402 // ----------------------------------------------------------------------------- |
|
403 // |
|
404 RESOURCE TBUF r_drmhelper_ringing_tone_expired |
|
405 { |
|
406 buf = qtn_drm_info_ring_tone_exp; |
|
407 } |
|
408 |
|
409 // ----------------------------------------------------------------------------- |
|
410 // |
|
411 // r_drmhelper_screensaver_invalid_sim_buy_new |
|
412 // Text displayed in query when superdistributable screensaver is tried to use |
|
413 // with wrong sim. |
|
414 // |
|
415 // ----------------------------------------------------------------------------- |
|
416 // |
|
417 RESOURCE TBUF r_drmhelper_screensaver_invalid_sim_buy_new |
|
418 { |
|
419 buf = qtn_drm_screensave_wrong_sim; |
|
420 } |
|
421 |
|
422 // ----------------------------------------------------------------------------- |
|
423 // |
|
424 // r_drmhelper_screensaver_expired_buy_new |
|
425 // Text displayed in query when superdistributable screensaver is expired. |
|
426 // |
|
427 // ----------------------------------------------------------------------------- |
|
428 // |
|
429 RESOURCE TBUF r_drmhelper_screensaver_expired_buy_new |
|
430 { |
|
431 buf = qtn_drm_screensave_exp_activate; |
|
432 } |
|
433 |
|
434 // ----------------------------------------------------------------------------- |
|
435 // |
|
436 // r_drmhelper_screensaver_expired |
|
437 // Text displayed in query when non-superdistributable screensaver is |
|
438 // expired. |
|
439 // |
|
440 // ----------------------------------------------------------------------------- |
|
441 // |
|
442 RESOURCE TBUF r_drmhelper_screensaver_expired |
|
443 { |
|
444 buf = qtn_drm_info_screensaver_exp; |
|
445 } |
|
446 |
|
447 // ----------------------------------------------------------------------------- |
|
448 // |
|
449 // r_drmhelper_wallpaper_invalid_sim_buy_new |
|
450 // Text displayed in query when superdistributable wallpaper is tried to use |
|
451 // with wrong sim. |
|
452 // |
|
453 // ----------------------------------------------------------------------------- |
|
454 // |
|
455 RESOURCE TBUF r_drmhelper_wallpaper_invalid_sim_buy_new |
|
456 { |
|
457 buf = qtn_drm_wallpaper_wrong_sim; |
|
458 } |
|
459 |
|
460 // ----------------------------------------------------------------------------- |
|
461 // |
|
462 // r_drmhelper_wallpaper_expired_buy_new |
|
463 // Text displayed in query when superdistributable wallpaper is expired. |
|
464 // |
|
465 // ----------------------------------------------------------------------------- |
|
466 // |
|
467 RESOURCE TBUF r_drmhelper_wallpaper_expired_buy_new |
|
468 { |
|
469 buf = qtn_drm_wallpaper_exp_activate; |
|
470 } |
|
471 |
|
472 // ----------------------------------------------------------------------------- |
|
473 // |
|
474 // r_drmhelper_wallpaper_expired |
|
475 // Text displayed in query when non-superdistributable wallpaper is |
|
476 // expired. |
|
477 // |
|
478 // ----------------------------------------------------------------------------- |
|
479 // |
|
480 RESOURCE TBUF r_drmhelper_wallpaper_expired |
|
481 { |
|
482 buf = qtn_drm_info_wallpaper_exp; |
|
483 } |
|
484 |
|
485 // ----------------------------------------------------------------------------- |
|
486 // |
|
487 // r_drmhelper_theme_invalid_sim_buy_new |
|
488 // Text displayed in query when superdistributable theme is tried to use with |
|
489 // wrong sim. |
|
490 // |
|
491 // ----------------------------------------------------------------------------- |
|
492 // |
|
493 RESOURCE TBUF r_drmhelper_theme_invalid_sim_buy_new |
|
494 { |
|
495 buf = qtn_drm_theme_wrong_sim; |
|
496 } |
|
497 |
|
498 // ----------------------------------------------------------------------------- |
|
499 // |
|
500 // r_drmhelper_theme_expired_buy_new |
|
501 // Text displayed in query when superdistributable theme is expired. |
|
502 // |
|
503 // ----------------------------------------------------------------------------- |
|
504 // |
|
505 RESOURCE TBUF r_drmhelper_theme_expired_buy_new |
|
506 { |
|
507 buf = qtn_drm_theme_exp_activate; |
|
508 } |
|
509 |
|
510 // ----------------------------------------------------------------------------- |
|
511 // |
|
512 // r_drmhelper_theme_expired |
|
513 // Text displayed in query when non-superdistributable theme is |
|
514 // expired. |
|
515 // |
|
516 // ----------------------------------------------------------------------------- |
|
517 // |
|
518 RESOURCE TBUF r_drmhelper_theme_expired |
|
519 { |
|
520 buf = qtn_drm_info_theme_exp; |
|
521 } |
|
522 |
|
523 // ----------------------------------------------------------------------------- |
|
524 // |
|
525 // r_drmhelper_usage_rights_in_future |
|
526 // Text displayed in query when usage rights are not yet valid. |
|
527 // |
|
528 // ----------------------------------------------------------------------------- |
|
529 // |
|
530 RESOURCE TBUF r_drmhelper_usage_rights_in_future |
|
531 { |
|
532 buf = qtn_drm_note_ro_valid_on_future; |
|
533 } |
|
534 |
|
535 |
|
536 // ----------------------------------------------------------------------------- |
|
537 // |
|
538 // r_drmhelper_activate_after_preview |
|
539 // String displayed in query after embedded preview has been played. |
|
540 // |
|
541 // ----------------------------------------------------------------------------- |
|
542 // |
|
543 RESOURCE TBUF r_drmhelper_activate_after_preview |
|
544 { |
|
545 buf = qtn_drm_sd_rights_exp; |
|
546 } |
|
547 |
|
548 |
|
549 // ----------------------------------------------------------------------------- |
|
550 // |
|
551 // r_drmhelper_waiting_for_rights |
|
552 // Text displayed in query when usage rights are missing but according to |
|
553 // x-oma-separate-delivery header they should have come |
|
554 // |
|
555 // ----------------------------------------------------------------------------- |
|
556 // |
|
557 RESOURCE TBUF r_drmhelper_waiting_for_rights |
|
558 { |
|
559 buf = qtn_drm_query_waiting_for_ro; |
|
560 } |
|
561 |
|
562 // ----------------------------------------------------------------------------- |
|
563 // |
|
564 // r_drmhelper_rights_should_have_come |
|
565 // Text displayed in query when usage rights are missing but according to |
|
566 // x-oma-separate-delivery header they should have come |
|
567 // |
|
568 // ----------------------------------------------------------------------------- |
|
569 // |
|
570 RESOURCE TBUF r_drmhelper_rights_should_have_come |
|
571 { |
|
572 buf = qtn_drm_query_ro_late_activate; |
|
573 } |
|
574 |
|
575 // ----------------------------------------------------------------------------- |
|
576 // |
|
577 // r_drmhelper_rights_should_have_come_no_ri |
|
578 // Text displayed in query when usage rights for non-superdistributable content |
|
579 // are missing but according to x-oma-separate-delivery header they should have |
|
580 // come |
|
581 // |
|
582 // ----------------------------------------------------------------------------- |
|
583 // |
|
584 RESOURCE TBUF r_drmhelper_rights_should_have_come_no_ri |
|
585 { |
|
586 buf = qtn_drm_query_ro_late; |
|
587 } |
|
588 |
|
589 // ----------------------------------------------------------------------------- |
|
590 // |
|
591 // r_drmhelper_automated_sd_invalid_sim |
|
592 // Text displayed in query when superdistributable automated content is tried to |
|
593 // use with wrong sim. |
|
594 // |
|
595 // ----------------------------------------------------------------------------- |
|
596 // |
|
597 RESOURCE TBUF r_drmhelper_automated_sd_invalid_sim |
|
598 { |
|
599 buf = qtn_drm_automated_wrong_sim; |
|
600 } |
|
601 |
|
602 // ----------------------------------------------------------------------------- |
|
603 // |
|
604 // r_drmhelper_automated_sd_expired |
|
605 // Text displayed in query when superdistributable automated content is expired. |
|
606 // |
|
607 // ----------------------------------------------------------------------------- |
|
608 // |
|
609 RESOURCE TBUF r_drmhelper_automated_sd_expired |
|
610 { |
|
611 buf = qtn_drm_note_sd_ro_expired; |
|
612 } |
|
613 |
|
614 // ----------------------------------------------------------------------------- |
|
615 // |
|
616 // r_drmhelper_automated_cd_expired |
|
617 // Text displayed in query when automated content is about to expire in 1 day. |
|
618 // |
|
619 // ----------------------------------------------------------------------------- |
|
620 // |
|
621 RESOURCE TBUF r_drmhelper_automated_cd_expired |
|
622 { |
|
623 buf = qtn_drm_note_cd_ro_expired; |
|
624 } |
|
625 |
|
626 //About to expired notes are about to be removed, |
|
627 #ifndef RD_DRM_REMOVAL_OF_EXPIRATION_WARNING_PROMPTS |
|
628 // ----------------------------------------------------------------------------- |
|
629 // |
|
630 // r_drmhelper_info_exp_1_use |
|
631 // Text in information note for 1 count left when rendering a non-superdistributable content |
|
632 // |
|
633 // ----------------------------------------------------------------------------- |
|
634 // |
|
635 RESOURCE TBUF r_drmhelper_info_exp_1_use |
|
636 { |
|
637 buf = qtn_drm_info_exp_1_use; |
|
638 } |
|
639 |
|
640 // ----------------------------------------------------------------------------- |
|
641 // |
|
642 // r_drmhelper_info_exp_n_uses |
|
643 // Text in information note for more than 1 counts left when rendering a non-superdistributable content |
|
644 // |
|
645 // ----------------------------------------------------------------------------- |
|
646 // |
|
647 RESOURCE TBUF r_drmhelper_info_exp_n_uses |
|
648 { |
|
649 buf = qtn_drm_info_exp_n_uses; |
|
650 } |
|
651 |
|
652 // ----------------------------------------------------------------------------- |
|
653 // |
|
654 // r_drmhelper_info_exp_1_day |
|
655 // Text in information note for 1 day left when rendering a non-superdistributable content |
|
656 // |
|
657 // ----------------------------------------------------------------------------- |
|
658 // |
|
659 RESOURCE TBUF r_drmhelper_info_exp_1_day |
|
660 { |
|
661 buf = qtn_drm_info_exp_1_day; |
|
662 } |
|
663 |
|
664 |
|
665 // ----------------------------------------------------------------------------- |
|
666 // |
|
667 // r_drmhelper_info_exp_n_days |
|
668 // Text in information note for more than 1 days left when rendering a non-superdistributable content |
|
669 // |
|
670 // ----------------------------------------------------------------------------- |
|
671 // |
|
672 RESOURCE TBUF r_drmhelper_info_exp_n_days |
|
673 { |
|
674 buf = qtn_drm_info_exp_n_days; |
|
675 } |
|
676 |
|
677 // ----------------------------------------------------------------------------- |
|
678 // |
|
679 // r_drmhelper_query_exp_1_use_get_new |
|
680 // Text in confirmation query shown for 1 count left when rendering a superdistributable content |
|
681 // |
|
682 // ----------------------------------------------------------------------------- |
|
683 // |
|
684 RESOURCE TBUF r_drmhelper_query_exp_1_use_get_new |
|
685 { |
|
686 buf = qtn_drm_query_exp_1_use_get_new; |
|
687 } |
|
688 |
|
689 // ----------------------------------------------------------------------------- |
|
690 // |
|
691 // r_drmhelper_query_exp_n_use_get_new |
|
692 // Text in confirmation query shown for n counts left when rendering a superdistributable content |
|
693 // |
|
694 // ----------------------------------------------------------------------------- |
|
695 // |
|
696 RESOURCE TBUF r_drmhelper_query_exp_n_use_get_new |
|
697 { |
|
698 buf = qtn_drm_query_exp_n_use_get_new; |
|
699 } |
|
700 |
|
701 // ----------------------------------------------------------------------------- |
|
702 // |
|
703 // r_drmhelper_query_exp_1_day_get_new |
|
704 // Text in confirmation query shown for 1 day left when rendering a superdistributable content |
|
705 // |
|
706 // ----------------------------------------------------------------------------- |
|
707 // |
|
708 RESOURCE TBUF r_drmhelper_query_exp_1_day_get_new |
|
709 { |
|
710 buf = qtn_drm_query_exp_1_day_get_new; |
|
711 } |
|
712 |
|
713 // ----------------------------------------------------------------------------- |
|
714 // |
|
715 // r_drmhelper_query_exp_n_day_get_new |
|
716 // Text in confirmation query shown for n days left when rendering a superdistributable content |
|
717 // |
|
718 // ----------------------------------------------------------------------------- |
|
719 // |
|
720 RESOURCE TBUF r_drmhelper_query_exp_n_day_get_new |
|
721 { |
|
722 buf = qtn_drm_query_exp_n_day_get_new; |
|
723 } |
|
724 |
|
725 // ----------------------------------------------------------------------------- |
|
726 // |
|
727 // r_drmhelper_query_exp_1_min_get_new |
|
728 // Text in confirmation query shown for 1 minute left when rendering a superdistributable content |
|
729 // |
|
730 // ----------------------------------------------------------------------------- |
|
731 // |
|
732 RESOURCE TBUF r_drmhelper_query_exp_1_min_get_new |
|
733 { |
|
734 buf = qtn_drm_query_exp_1_min_get_new; |
|
735 } |
|
736 |
|
737 // ----------------------------------------------------------------------------- |
|
738 // |
|
739 // r_drmhelper_query_exp_n_min_get_new |
|
740 // Text in confirmation query shown for n minutes left when rendering a superdistributable content |
|
741 // |
|
742 // ----------------------------------------------------------------------------- |
|
743 // |
|
744 RESOURCE TBUF r_drmhelper_query_exp_n_min_get_new |
|
745 { |
|
746 buf = qtn_drm_query_exp_n_min_get_new; |
|
747 } |
|
748 |
|
749 // ----------------------------------------------------------------------------- |
|
750 // |
|
751 // r_drmhelper_query_exp_many_constr |
|
752 // Text in confirmation query shown for multiple constraints when rendering a superdistributable content |
|
753 // |
|
754 // ----------------------------------------------------------------------------- |
|
755 // |
|
756 RESOURCE TBUF r_drmhelper_query_exp_many_constr |
|
757 { |
|
758 buf = qtn_drm_query_exp_many_constr; |
|
759 } |
|
760 #endif // RD_DRM_REMOVAL_OF_EXPIRATION_WARNING_PROMPTS |
|
761 |
|
762 #ifdef RD_DRM_PREVIEW_RIGHT_FOR_AUDIO |
|
763 |
|
764 //----------------------------------------------------------------------------- |
|
765 // |
|
766 // r_drmhelper_prev_audio_get_list_query |
|
767 // Preview list query for audio with preview rights url. |
|
768 // |
|
769 //----------------------------------------------------------------------------- |
|
770 // |
|
771 RESOURCE AVKON_LIST_QUERY r_drmhelper_prev_audio_get_list_query |
|
772 { |
|
773 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
774 |
|
775 items = |
|
776 { |
|
777 DLG_LINE |
|
778 { |
|
779 type = EAknCtPopupHeadingPane; |
|
780 id = EAknMessageQueryHeaderId; |
|
781 control = AVKON_HEADING |
|
782 { |
|
783 label = qtn_drm_prmpt_activate_preview; |
|
784 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; // not sure if this is needed |
|
785 }; |
|
786 }, |
|
787 DLG_LINE |
|
788 { |
|
789 type = EAknCtMessageQuery; |
|
790 id = EAknListQueryMessageBox; |
|
791 control = AVKON_MESSAGE_QUERY |
|
792 { |
|
793 message = qtn_drm_desc_activate_or_prvw; |
|
794 }; |
|
795 }, |
|
796 AVKON_LIST_QUERY_DLG_LINE |
|
797 { |
|
798 id = EListQueryControl; |
|
799 control = AVKON_LIST_QUERY_CONTROL |
|
800 { |
|
801 listtype = EAknCtSinglePopupMenuListBox; |
|
802 listbox = AVKON_LIST_QUERY_LIST |
|
803 { |
|
804 flags = EAknListBoxSelectionList; |
|
805 array_id = r_drmhelper_audio_prev_get_list; |
|
806 }; |
|
807 heading = qtn_drm_prmpt_activate_preview; |
|
808 }; |
|
809 } |
|
810 }; |
|
811 } |
|
812 |
|
813 //----------------------------------------------------------------------------- |
|
814 // |
|
815 // r_drmhelper_prev_video_get_list_query |
|
816 // Preview list query for video with preview rights url. |
|
817 // |
|
818 //----------------------------------------------------------------------------- |
|
819 // |
|
820 RESOURCE AVKON_LIST_QUERY r_drmhelper_prev_video_get_list_query |
|
821 { |
|
822 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
823 |
|
824 items = |
|
825 { |
|
826 DLG_LINE |
|
827 { |
|
828 type = EAknCtPopupHeadingPane; |
|
829 id = EAknMessageQueryHeaderId; |
|
830 control = AVKON_HEADING |
|
831 { |
|
832 label = qtn_drm_prmpt_activate_preview; |
|
833 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; // not sure if this is needed |
|
834 }; |
|
835 }, |
|
836 DLG_LINE |
|
837 { |
|
838 type = EAknCtMessageQuery; |
|
839 id = EAknListQueryMessageBox; |
|
840 control = AVKON_MESSAGE_QUERY |
|
841 { |
|
842 message = qtn_drm_desc_act_or_prev_video; |
|
843 }; |
|
844 }, |
|
845 AVKON_LIST_QUERY_DLG_LINE |
|
846 { |
|
847 id = EListQueryControl; |
|
848 control = AVKON_LIST_QUERY_CONTROL |
|
849 { |
|
850 listtype = EAknCtSinglePopupMenuListBox; |
|
851 listbox = AVKON_LIST_QUERY_LIST |
|
852 { |
|
853 flags = EAknListBoxSelectionList; |
|
854 array_id = r_drmhelper_video_prev_get_list; |
|
855 }; |
|
856 heading = qtn_drm_prmpt_activate_preview; |
|
857 }; |
|
858 } |
|
859 }; |
|
860 } |
|
861 |
|
862 |
|
863 //----------------------------------------------------------------------------- |
|
864 // |
|
865 // r_drmhelper_prev_audio_play_list_query |
|
866 // Preview list query for audio with embedded preview. |
|
867 // |
|
868 //----------------------------------------------------------------------------- |
|
869 // |
|
870 RESOURCE AVKON_LIST_QUERY r_drmhelper_prev_audio_play_list_query |
|
871 { |
|
872 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
873 |
|
874 items = |
|
875 { |
|
876 DLG_LINE |
|
877 { |
|
878 type = EAknCtPopupHeadingPane; |
|
879 id = EAknMessageQueryHeaderId; |
|
880 control = AVKON_HEADING |
|
881 { |
|
882 label = qtn_drm_prmpt_activate_preview; |
|
883 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; // not sure if this is needed |
|
884 }; |
|
885 }, |
|
886 DLG_LINE |
|
887 { |
|
888 type = EAknCtMessageQuery; |
|
889 id = EAknListQueryMessageBox; |
|
890 control = AVKON_MESSAGE_QUERY |
|
891 { |
|
892 message = qtn_drm_desc_play_preview_audio; |
|
893 }; |
|
894 }, |
|
895 AVKON_LIST_QUERY_DLG_LINE |
|
896 { |
|
897 id = EListQueryControl; |
|
898 control = AVKON_LIST_QUERY_CONTROL |
|
899 { |
|
900 listtype = EAknCtSinglePopupMenuListBox; |
|
901 listbox = AVKON_LIST_QUERY_LIST |
|
902 { |
|
903 flags = EAknListBoxSelectionList; |
|
904 array_id = r_drmhelper_audio_prev_play_list; |
|
905 }; |
|
906 heading = qtn_drm_prmpt_activate_preview; |
|
907 }; |
|
908 } |
|
909 }; |
|
910 } |
|
911 |
|
912 //----------------------------------------------------------------------------- |
|
913 // |
|
914 // r_drmhelper_prev_video_play_list_query |
|
915 // Preview list query for video with embedded preview. |
|
916 // |
|
917 //----------------------------------------------------------------------------- |
|
918 // |
|
919 RESOURCE AVKON_LIST_QUERY r_drmhelper_prev_video_play_list_query |
|
920 { |
|
921 softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
|
922 |
|
923 items = |
|
924 { |
|
925 DLG_LINE |
|
926 { |
|
927 type = EAknCtPopupHeadingPane; |
|
928 id = EAknMessageQueryHeaderId; |
|
929 control = AVKON_HEADING |
|
930 { |
|
931 label = qtn_drm_prmpt_activate_preview; |
|
932 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; // not sure if this is needed |
|
933 }; |
|
934 }, |
|
935 DLG_LINE |
|
936 { |
|
937 type = EAknCtMessageQuery; |
|
938 id = EAknListQueryMessageBox; |
|
939 control = AVKON_MESSAGE_QUERY |
|
940 { |
|
941 message = qtn_drm_desc_play_preview_video; |
|
942 }; |
|
943 }, |
|
944 |
|
945 AVKON_LIST_QUERY_DLG_LINE |
|
946 { |
|
947 id = EListQueryControl; |
|
948 control = AVKON_LIST_QUERY_CONTROL |
|
949 { |
|
950 listtype = EAknCtSinglePopupMenuListBox; |
|
951 listbox = AVKON_LIST_QUERY_LIST |
|
952 { |
|
953 flags = EAknListBoxSelectionList; |
|
954 array_id = r_drmhelper_video_prev_play_list; |
|
955 }; |
|
956 heading = qtn_drm_prmpt_activate_preview; |
|
957 }; |
|
958 } |
|
959 }; |
|
960 } |
|
961 |
|
962 |
|
963 |
|
964 //----------------------------------------------------------------------------- |
|
965 // |
|
966 // r_drmhelper_audio_prev_get_list |
|
967 // Array elements for preview rights of audio dcf. |
|
968 // |
|
969 //----------------------------------------------------------------------------- |
|
970 // |
|
971 RESOURCE ARRAY r_drmhelper_audio_prev_get_list |
|
972 { |
|
973 items= |
|
974 { |
|
975 LBUF |
|
976 { |
|
977 txt = qtn_drm_options_activate; |
|
978 }, |
|
979 LBUF |
|
980 { |
|
981 txt = qtn_drm_options_get_preview; |
|
982 } |
|
983 }; |
|
984 } |
|
985 |
|
986 //----------------------------------------------------------------------------- |
|
987 // |
|
988 // r_drmhelper_video_prev_get_list |
|
989 // Array elements for preview rights of vedio dcf. |
|
990 // |
|
991 //----------------------------------------------------------------------------- |
|
992 // |
|
993 RESOURCE ARRAY r_drmhelper_video_prev_get_list |
|
994 { |
|
995 items= |
|
996 { |
|
997 LBUF |
|
998 { |
|
999 txt = qtn_drm_options_get_prev_video; |
|
1000 } |
|
1001 }; |
|
1002 } |
|
1003 |
|
1004 #endif //RD_DRM_PREVIEW_RIGHT_FOR_AUDIO |
|
1005 |
|
1006 //----------------------------------------------------------------------------- |
|
1007 // |
|
1008 // r_drmhelper_audio_prev_play_list |
|
1009 // Array elements for embedded preview of audio dcf. |
|
1010 // |
|
1011 //----------------------------------------------------------------------------- |
|
1012 // |
|
1013 RESOURCE ARRAY r_drmhelper_audio_prev_play_list |
|
1014 { |
|
1015 items= |
|
1016 { |
|
1017 LBUF |
|
1018 { |
|
1019 txt = qtn_drm_options_play_preview; |
|
1020 } |
|
1021 }; |
|
1022 } |
|
1023 |
|
1024 //----------------------------------------------------------------------------- |
|
1025 // |
|
1026 // r_drmhelper_video_prev_play_list |
|
1027 // Array elements for embedded preview of vedio dcf. |
|
1028 // |
|
1029 //----------------------------------------------------------------------------- |
|
1030 // |
|
1031 RESOURCE ARRAY r_drmhelper_video_prev_play_list |
|
1032 { |
|
1033 items= |
|
1034 { |
|
1035 LBUF |
|
1036 { |
|
1037 txt = qtn_drm_options_play_prev_video; |
|
1038 } |
|
1039 }; |
|
1040 } |
|
1041 |
|
1042 // r_drmhelper_invalid_sim |
|
1043 // Text displayed in query when content cannot be rendered because of wrong SIM. |
|
1044 // |
|
1045 // ----------------------------------------------------------------------------- |
|
1046 // |
|
1047 RESOURCE TBUF r_drmhelper_invalid_sim |
|
1048 { |
|
1049 buf = qtn_drm_query_sim_not_allowed; |
|
1050 } |
|
1051 |
|
1052 // r_drmhelper_activate_account |
|
1053 // Text displayed in query when domain account has not been activated. |
|
1054 // |
|
1055 // ----------------------------------------------------------------------------- |
|
1056 // |
|
1057 RESOURCE TBUF r_drmhelper_activate_account |
|
1058 { |
|
1059 buf = qtn_drm_query_activate_account; |
|
1060 } |
|
1061 |
|
1062 // r_drmhelper_activate_account |
|
1063 // Text displayed in query when domain account has not been activated. |
|
1064 // |
|
1065 // ----------------------------------------------------------------------------- |
|
1066 // |
|
1067 RESOURCE TBUF r_drm_info_sim_not_allowed |
|
1068 { |
|
1069 buf = qtn_drm_info_sim_not_allowed; |
|
1070 } |
|
1071 |
|
1072 // r_drmhelper_activate_account |
|
1073 // Text displayed in query when domain account has not been activated. |
|
1074 // |
|
1075 // ----------------------------------------------------------------------------- |
|
1076 // |
|
1077 RESOURCE TBUF r_drm_non_sd_calend_wrong_sim |
|
1078 { |
|
1079 buf = qtn_drm_non_sd_calend_wrong_sim; |
|
1080 } |
|
1081 |
|
1082 // r_drmhelper_activate_account |
|
1083 // Text displayed in query when domain account has not been activated. |
|
1084 // |
|
1085 // ----------------------------------------------------------------------------- |
|
1086 // |
|
1087 RESOURCE TBUF r_drm_non_sd_clock_wrong_sim |
|
1088 { |
|
1089 buf = qtn_drm_non_sd_clock_wrong_sim; |
|
1090 } |
|
1091 |
|
1092 // r_drmhelper_activate_account |
|
1093 // Text displayed in query when domain account has not been activated. |
|
1094 // |
|
1095 // ----------------------------------------------------------------------------- |
|
1096 // |
|
1097 RESOURCE TBUF r_drm_non_sd_email_wrong_sim |
|
1098 { |
|
1099 buf = qtn_drm_non_sd_email_wrong_sim; |
|
1100 } |
|
1101 |
|
1102 // r_drmhelper_activate_account |
|
1103 // Text displayed in query when domain account has not been activated. |
|
1104 // |
|
1105 // ----------------------------------------------------------------------------- |
|
1106 // |
|
1107 RESOURCE TBUF r_drm_non_sd_msg_al_wrong_sim |
|
1108 { |
|
1109 buf = qtn_drm_non_sd_msg_al_wrong_sim; |
|
1110 } |
|
1111 |
|
1112 // r_drmhelper_activate_account |
|
1113 // Text displayed in query when domain account has not been activated. |
|
1114 // |
|
1115 // ----------------------------------------------------------------------------- |
|
1116 // |
|
1117 RESOURCE TBUF r_drm_non_sd_rtone_wrong_sim |
|
1118 { |
|
1119 buf = qtn_drm_non_sd_rtone_wrong_sim; |
|
1120 } |
|
1121 |
|
1122 // r_drmhelper_activate_account |
|
1123 // Text displayed in query when domain account has not been activated. |
|
1124 // |
|
1125 // ----------------------------------------------------------------------------- |
|
1126 // |
|
1127 RESOURCE TBUF r_drm_non_sd_screen_wrong_sim |
|
1128 { |
|
1129 buf = qtn_drm_non_sd_screen_wrong_sim; |
|
1130 } |
|
1131 |
|
1132 // r_drmhelper_activate_account |
|
1133 // Text displayed in query when domain account has not been activated. |
|
1134 // |
|
1135 // ----------------------------------------------------------------------------- |
|
1136 // |
|
1137 RESOURCE TBUF r_drm_non_sd_theme_wrong_sim |
|
1138 { |
|
1139 buf = qtn_drm_non_sd_theme_wrong_sim; |
|
1140 } |
|
1141 |
|
1142 // r_drmhelper_activate_account |
|
1143 // Text displayed in query when domain account has not been activated. |
|
1144 // |
|
1145 // ----------------------------------------------------------------------------- |
|
1146 // |
|
1147 RESOURCE TBUF r_drm_non_sd_wallp_wrong_sim |
|
1148 { |
|
1149 buf = qtn_drm_non_sd_wallp_wrong_sim; |
|
1150 } |
|
1151 |
|
1152 // r_drmhelper_activate_account |
|
1153 // Text displayed in query when domain account has not been activated. |
|
1154 // |
|
1155 // ----------------------------------------------------------------------------- |
|
1156 // |
|
1157 RESOURCE TBUF r_drm_non_sd_gener_wrong_sim |
|
1158 { |
|
1159 buf = qtn_drm_non_sd_gener_wrong_sim; |
|
1160 } |
|
1161 |
|
1162 |
|
1163 // r_drm_qry_connect_to_activate |
|
1164 // Confirmation query for silent rights acquisition if not allowed in settings |
|
1165 // |
|
1166 // ----------------------------------------------------------------------------- |
|
1167 // |
|
1168 RESOURCE TBUF r_drm_qry_connect_to_activate |
|
1169 { |
|
1170 buf = qtn_drm_qry_connect_to_activate; |
|
1171 } |
|
1172 |
|
1173 // r_drm_msq_qry_title_registrat |
|
1174 //Title fo registration query |
|
1175 // |
|
1176 // ----------------------------------------------------------------------------- |
|
1177 // |
|
1178 RESOURCE TBUF r_drm_msq_qry_title_registrat |
|
1179 { |
|
1180 buf = qtn_drm_msq_qry_title_registrat; |
|
1181 } |
|
1182 |
|
1183 // r_drm_msq_query_registration |
|
1184 // Info query for reqistration before silent rights acquisition, if not yet reqistered |
|
1185 // |
|
1186 // ----------------------------------------------------------------------------- |
|
1187 // |
|
1188 RESOURCE TBUF r_drm_msq_query_registration |
|
1189 { |
|
1190 buf = qtn_drm_msq_query_registration; |
|
1191 } |
|
1192 |
|
1193 // r_drm_msq_query_link_more_inf |
|
1194 // Info query for reqistration before silent rights acquisition, if not yet reqistered |
|
1195 // |
|
1196 // ----------------------------------------------------------------------------- |
|
1197 // |
|
1198 RESOURCE TBUF r_drm_msq_query_link_more_inf |
|
1199 { |
|
1200 buf = qtn_drm_msq_query_link_more_inf; |
|
1201 } |
|
1202 |
|
1203 // r_drm_sk1_register |
|
1204 // String for SK1 to be used in registration message query |
|
1205 // |
|
1206 // ----------------------------------------------------------------------------- |
|
1207 // |
|
1208 RESOURCE TBUF r_drm_sk1_register |
|
1209 { |
|
1210 buf = qtn_drm_sk1_register; |
|
1211 } |
|
1212 |
|
1213 // r_drm_err_opening_fail_perm |
|
1214 // Info note shown when silent rights activation failed because of permanent type of error. |
|
1215 // |
|
1216 // ----------------------------------------------------------------------------- |
|
1217 // |
|
1218 RESOURCE TBUF r_drm_err_opening_fail_perm |
|
1219 { |
|
1220 buf = qtn_drm_err_opening_fail_perm; |
|
1221 } |
|
1222 |
|
1223 // r_drm_warn_no_conn_defined |
|
1224 // Info note shown when silent rights activation failed because |
|
1225 // no access points are defined. |
|
1226 // |
|
1227 // ----------------------------------------------------------------------------- |
|
1228 // |
|
1229 RESOURCE TBUF r_drm_warn_no_conn_defined |
|
1230 { |
|
1231 buf = qtn_drm_warn_no_conn_defined; |
|
1232 } |
|
1233 |
|
1234 // r_drm_warn_invalid_or_no_ap |
|
1235 // Info note shown when silent rights activation failed because server cannot |
|
1236 // be contacted either because access point is invalid, packet data context cannot |
|
1237 // be established, or access point is of wrong type. |
|
1238 // |
|
1239 // ----------------------------------------------------------------------------- |
|
1240 // |
|
1241 RESOURCE TBUF r_drm_warn_invalid_or_no_ap |
|
1242 { |
|
1243 buf = qtn_drm_warn_invalid_or_no_ap; |
|
1244 } |
|
1245 |
|
1246 // r_drm_query_open_error_url |
|
1247 // Confirmation query for opening error url in ROAP temporary error case. |
|
1248 // |
|
1249 // ----------------------------------------------------------------------------- |
|
1250 // |
|
1251 RESOURCE TBUF r_drm_query_open_error_url |
|
1252 { |
|
1253 buf = qtn_drm_query_open_error_url; |
|
1254 } |
|
1255 |
|
1256 // r_drm_query_set_auto_interval |
|
1257 // Confirmation query for setting content with interval as automated content. |
|
1258 // |
|
1259 // ----------------------------------------------------------------------------- |
|
1260 // |
|
1261 RESOURCE TBUF r_drm_query_set_auto_interval |
|
1262 { |
|
1263 buf = qtn_drm_query_set_auto_interval; |
|
1264 } |
|
1265 |
|
1266 |
|
1267 // End of File |
|
1268 |