|
1 /* |
|
2 * Copyright (c) 2006-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 definitions for project AknAlarmService. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME ALRT |
|
22 |
|
23 #include <eikon.rh> |
|
24 #include <almalert.loc> |
|
25 #include "AlmAlertVariant.hrh" |
|
26 |
|
27 |
|
28 RESOURCE RSS_SIGNATURE { } |
|
29 |
|
30 |
|
31 //---------------------------------------------------- |
|
32 // |
|
33 // r_eikalarm_clock_alarm_type |
|
34 // An alarm title for Clock alarm |
|
35 // |
|
36 //---------------------------------------------------- |
|
37 // |
|
38 RESOURCE TBUF r_eikalarm_clock_alarm_type |
|
39 { |
|
40 buf = qtn_quest_clock_alarm_occur; |
|
41 } |
|
42 |
|
43 |
|
44 //---------------------------------------------------- |
|
45 // |
|
46 // r_eikalarm_confirmation |
|
47 // Confirmation text for power on |
|
48 // |
|
49 //---------------------------------------------------- |
|
50 // |
|
51 RESOURCE TBUF r_eikalarm_confirmation |
|
52 { |
|
53 buf = qtn_quest_switch_phone_on; |
|
54 } |
|
55 |
|
56 //---------------------------------------------------- |
|
57 // |
|
58 // r_eikalarm_todo_title |
|
59 // Title for To-Do alarm. |
|
60 // |
|
61 //---------------------------------------------------- |
|
62 // |
|
63 RESOURCE TBUF r_eikalarm_todo_title |
|
64 { |
|
65 buf = qtn_todo_alarm_heading; |
|
66 } |
|
67 |
|
68 //---------------------------------------------------- |
|
69 // |
|
70 // r_eikalarm_todo_due |
|
71 // To-Do alarm: line 2. |
|
72 // |
|
73 //---------------------------------------------------- |
|
74 // |
|
75 RESOURCE TBUF r_eikalarm_todo_due |
|
76 { |
|
77 buf = qtn_todo_alarm_due; |
|
78 } |
|
79 |
|
80 //---------------------------------------------------- |
|
81 // |
|
82 // r_eikalarm_note_snooze |
|
83 // Snooze information note, plural. |
|
84 // |
|
85 //---------------------------------------------------- |
|
86 // |
|
87 RESOURCE TBUF r_eikalarm_note_snooze |
|
88 { |
|
89 buf = qtn_clk_note_snooze_multiply; |
|
90 } |
|
91 |
|
92 //---------------------------------------------------- |
|
93 // |
|
94 // r_eikalarm_note_snooze |
|
95 // Snooze information note, singular. |
|
96 // |
|
97 //---------------------------------------------------- |
|
98 // |
|
99 RESOURCE TBUF r_eikalarm_note_snooze_one |
|
100 { |
|
101 buf = qtn_clk_note_snooze_multiply_one; |
|
102 } |
|
103 |
|
104 |
|
105 // End of file |