|
1 /* |
|
2 * Copyright (c) 2008 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 Missed alarm handler(soft notification |
|
15 * and status pane indicator |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 NAME CLMA |
|
23 |
|
24 // INCLUDES |
|
25 #include <eikon.rh> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.rsg> |
|
28 #include <AvkonIcons.hrh> |
|
29 #include <avkon.mbg> |
|
30 #include <calensvrmissedalarmmanager.loc> |
|
31 |
|
32 RESOURCE RSS_SIGNATURE |
|
33 { |
|
34 } |
|
35 |
|
36 RESOURCE TBUF16 |
|
37 { |
|
38 buf=""; |
|
39 } |
|
40 |
|
41 RESOURCE AVKON_NOTE r_missed_alarm_soft_notification |
|
42 { |
|
43 layout = ENotificationWithGraphicsLayout; |
|
44 singular_label = qtn_notif_miss_cale_event_ungroup; |
|
45 plural_label = qtn_notif_miss_cale_events_ungroup; |
|
46 imagefile = AVKON_ICON_FILE; // Image file name (including path). |
|
47 imageid = EMbmAvkonQgn_note_alarm_calendar; // Image id. |
|
48 imagemask = EMbmAvkonQgn_note_alarm_calendar_mask; |
|
49 } |
|
50 |
|
51 RESOURCE TBUF r_missed_alarm_group_singular {buf = qtn_notif_miss_cale_event_group;} |
|
52 RESOURCE TBUF r_missed_alarm_group_plural {buf = qtn_notif_miss_cale_events_group;} |
|
53 |
|
54 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_missed_alarm_ui_grouped |
|
55 { |
|
56 singular_label = r_missed_alarm_group_singular; |
|
57 plural_label = r_missed_alarm_group_plural; |
|
58 } |
|
59 |
|
60 RESOURCE TBUF r_missed_alarm_ungroup_singular {buf =qtn_notif_miss_cale_event_ungroup;} |
|
61 RESOURCE TBUF r_missed_alarm_ungroup_plural {buf =qtn_notif_miss_cale_events_ungroup;} |
|
62 |
|
63 RESOURCE AVKON_GROUPED_NOTE_TEXTS r_missed_alarm_ui_ungrouped |
|
64 { |
|
65 singular_label = r_missed_alarm_ungroup_singular; |
|
66 plural_label = r_missed_alarm_ungroup_plural; |
|
67 } |
|
68 |
|
69 // End of File |