|
1 /* |
|
2 * Copyright (c) 2004-2007 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: Localized strings for PIM API Event lists |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // List names |
|
20 |
|
21 // d:Name of the appointments list |
|
22 // d:Logical name in Calendar: N/A (no counterpart in the native) |
|
23 // l:title_pane_t2/opt9 |
|
24 // r:2.6 |
|
25 // |
|
26 #define qtn_jpim_event_appts_listname "Appointments" |
|
27 |
|
28 // d:Name of the events (memos) list |
|
29 // d:Logical name in Calendar: N/A (no counterpart in the native) |
|
30 // l:title_pane_t2/opt9 |
|
31 // r:2.6 |
|
32 // |
|
33 #define qtn_jpim_event_events_listname "Memos" |
|
34 |
|
35 // d:Name of the anniversaries list |
|
36 // d:Logical name in Calendar: N/A (no counterpart in the native) |
|
37 // l:title_pane_t2/opt9 |
|
38 // r:2.6 |
|
39 // |
|
40 #define qtn_jpim_event_annivs_listname "Anniversaries" |
|
41 |
|
42 // Fields |
|
43 |
|
44 // d:Alarm (Calculated in seconds from the end date of the event) |
|
45 // d:Refers to the Alarm field in the native Calendar |
|
46 // d:Logical name in Calendar: qtn_cale_alarm_activity |
|
47 // l:list_double_graphic_heading_pane_t1 |
|
48 // r:2.6 |
|
49 // |
|
50 #define qtn_jpim_event_field_alarm "Alarm" |
|
51 |
|
52 // d:Start (both date and time) |
|
53 // d:Refers to the combined Meeting Start date/time field in the native Calendar |
|
54 // d:Logical name in Calendar: qtn_cale_note_start_time_date |
|
55 // l:list_double_graphic_heading_pane_t1 |
|
56 // r:2.6 |
|
57 // |
|
58 #define qtn_jpim_event_field_appt_start "Start time and date" |
|
59 |
|
60 // d:End (both date and time) |
|
61 // d:Refers to the combined Meeting End date/time field in the native Calendar |
|
62 // d:Logical name in Calendar: qtn_cale_note_end_time_date |
|
63 // l:list_double_graphic_heading_pane_t1 |
|
64 // r:2.6 |
|
65 // |
|
66 #define qtn_jpim_event_field_appt_end "End time and date" |
|
67 |
|
68 // d:Location |
|
69 // d:Refers to the Meeting Location field in the native Calendar |
|
70 // d:Logical name in Calendar: qtn_cale_note_meeting_location |
|
71 // l:list_double_graphic_heading_pane_t1 |
|
72 // r:2.6 |
|
73 // |
|
74 #define qtn_jpim_event_field_appt_location "Location" |
|
75 |
|
76 // d:Subject |
|
77 // d:Refers to the Note subject field in the native Calendar |
|
78 // d:Logical name in Calendar: qtn_cale_note_subject |
|
79 // l:list_double_graphic_heading_pane_t1 |
|
80 // r:2.6 |
|
81 // |
|
82 #define qtn_jpim_event_field_summary "Subject" |
|
83 |
|
84 // d:UID (Unique IDentifier) |
|
85 // d:A code string that uniquely identifies an item among other items |
|
86 // d:in a list. UIDs are generated by the list - not by the user. |
|
87 // d:Logical name in Calendar: N/A. Not used in native Calendar |
|
88 // l:list_double_graphic_heading_pane_t1 |
|
89 // r:2.6 |
|
90 // |
|
91 #define qtn_jpim_event_field_uid "UID" |
|
92 |
|
93 // d:Class (synchronisation class) |
|
94 // d:Logical name in Calendar: qtn_cale_note_meeting_confident |
|
95 // l:list_double_graphic_heading_pane_t1 |
|
96 // r:2.6 |
|
97 // |
|
98 #define qtn_jpim_event_field_class "Synchronisation" |
|
99 |
|
100 // d:Description/Note |
|
101 // d:Refers to the Description field in the native Calendar |
|
102 // d:Logical name in Calendar: qtn_cale_meeting_description |
|
103 // l:list_double_graphic_heading_pane_t1 |
|
104 // r:2.6 |
|
105 // |
|
106 #define qtn_jpim_event_field_note "Description" |
|
107 |
|
108 // d:Revision (last modified) |
|
109 // d:Logical name in Calendar: N/A. Not used in native Calendar |
|
110 // l:list_double_graphic_heading_pane_t1 |
|
111 // r:3.1 |
|
112 // |
|
113 #define qtn_jpim_event_field_revision "Revision" |
|
114 |
|
115 // d:Summary of an anniversary |
|
116 // d:Refers to the Anniversary Occasion field in the native Calendar |
|
117 // d:Logical name in Calendar: qtn_cale_anniversary_occasion |
|
118 // l:list_double_graphic_heading_pane_t1 |
|
119 // r:3.2 |
|
120 // |
|
121 #define qtn_jpim_event_field_anniv_summary "Occasion" |
|
122 |
|
123 // d:Start of an anniversary |
|
124 // d:Refers to the Anniversary Date field in the native Calendar |
|
125 // d:Logical name in Calendar: qtn_cale_anniversary_start_date |
|
126 // l:list_double_graphic_heading_pane_t1 |
|
127 // r:3.2 |
|
128 // |
|
129 #define qtn_jpim_event_field_anniv_start "Date" |
|
130 |
|
131 // d:Start date and time of event (memo) |
|
132 // d:Refers to the Day note start field in the native Calendar |
|
133 // d:Logical name in Calendar: qtn_cale_day_start_date |
|
134 // l:list_double_graphic_heading_pane_t1 |
|
135 // r:3.2 |
|
136 // |
|
137 #define qtn_jpim_event_field_memo_start "Start date" |
|
138 |
|
139 // d:End date and time of the event (memo) |
|
140 // d:Refers to the Day note end field in the native Calendar |
|
141 // d:Logical name in Calendar: qtn_cale_day_end_date |
|
142 // l:list_double_graphic_heading_pane_t1 |
|
143 // r:3.2 |
|
144 // |
|
145 #define qtn_jpim_event_field_memo_end "End date" |
|
146 |
|
147 // End of File |