|
1 /* |
|
2 * Copyright (c) 2009 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: The localization file for the calenaiwprovider class. |
|
15 * |
|
16 */ |
|
17 |
|
18 /* |
|
19 * Syntax of a logical name entry in this file is the following: |
|
20 * |
|
21 * // d:context description (line 1) |
|
22 * // d:context description (line N) |
|
23 * // l:P_No |
|
24 * // |
|
25 * #define qtn_?feature/?module_name_?freetext "?text" |
|
26 * #define text_?feature/?module_name_?freetext "?text" |
|
27 * |
|
28 * where |
|
29 * "qtn_" or "text_" starts a logical name, which does not |
|
30 * contain dots. |
|
31 * "d:" starts description line(s), which |
|
32 * clarify entry's context with information like: |
|
33 * 1. Is a word a verb in imperative or is it a noun ? |
|
34 * - what does text "Set" mean ? |
|
35 * 2. What will replace %U (unicode text parameter) or |
|
36 * %N (number parameter) included in texts ? |
|
37 * - is it phone number or email address ? |
|
38 * "l:" starts a layout information (one line).r_wsui_city_selection_menubar |
|
39 * "P" and "No" are symbols in LAF's information table |
|
40 * - "P" is parent pane or current pane |
|
41 * - "No" is reference number in table |
|
42 * |
|
43 */ |
|
44 |
|
45 //d: Menu item provided by calenaiwprovider. |
|
46 //l: list_single_pane_t1_cp2 |
|
47 //w: |
|
48 //r: 5.2 |
|
49 // |
|
50 #define qtn_calen_save_to_calendars "Save to Calendar" |
|
51 |
|
52 //d: Informs of success of 'Add to Calendars'. |
|
53 //l: popup_note_window |
|
54 //w: |
|
55 //r: 5.2 |
|
56 // |
|
57 #define qtn_calen_event_saved "Calendar event saved" |
|
58 |
|
59 // End of file |