|
1 /* |
|
2 * Copyright (c) 2005-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: Phonebook 2 UI Services resources. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME P2US // Phonebook 2 UI Services |
|
20 |
|
21 // INCLUDES |
|
22 #include <eikon.rh> |
|
23 #include <AiwCommon.rh> |
|
24 #include <phonebook2.loc> |
|
25 #include <phonebook2ece.loc> |
|
26 #include "Pbk2UIServices.hrh" |
|
27 |
|
28 // -------------------------------------------------------------------------- |
|
29 // RSS_SIGNATURE |
|
30 // Standard resource signature. |
|
31 // -------------------------------------------------------------------------- |
|
32 // |
|
33 RESOURCE RSS_SIGNATURE { } |
|
34 |
|
35 |
|
36 // -------------------------------------------------------------------------- |
|
37 // MENU_PANE |
|
38 // Assign menu |
|
39 // -------------------------------------------------------------------------- |
|
40 // |
|
41 RESOURCE MENU_PANE r_pbk2_aiw_assign |
|
42 { |
|
43 items= |
|
44 { |
|
45 MENU_ITEM |
|
46 { |
|
47 command = EPbk2AiwCmdAssign; |
|
48 txt = qtn_mg_options_assign_to_contact; // qtn_phob_opt_assign is the not abbreviated version; |
|
49 } |
|
50 }; |
|
51 } |
|
52 |
|
53 // -------------------------------------------------------------------------- |
|
54 // MENU_PANE |
|
55 // Add to contacts menu |
|
56 // -------------------------------------------------------------------------- |
|
57 // |
|
58 RESOURCE MENU_PANE r_pbk2_aiw_add_to_contacts |
|
59 { |
|
60 items = |
|
61 { |
|
62 MENU_ITEM |
|
63 { |
|
64 command = EPbk2AiwCmdDataSaveCreateNew; |
|
65 txt = qtn_options_contacts_new; |
|
66 }, |
|
67 MENU_ITEM |
|
68 { |
|
69 command = EPbk2AiwCmdDataSaveAddToExisting; |
|
70 txt = qtn_options_contacts_update; |
|
71 }, |
|
72 MENU_ITEM |
|
73 { |
|
74 command = AIW_SUBMENU_TITLE; |
|
75 txt = qtn_options_contacts; |
|
76 } |
|
77 }; |
|
78 } |
|
79 |
|
80 // -------------------------------------------------------------------------- |
|
81 // MENU_PANE |
|
82 // Add xsp to contacts menu |
|
83 // -------------------------------------------------------------------------- |
|
84 // |
|
85 RESOURCE MENU_PANE r_pbk2_aiw_add_to_contacts_xsp |
|
86 { |
|
87 items = |
|
88 { |
|
89 MENU_ITEM |
|
90 { |
|
91 command = EPbk2AiwCmdDataSaveCreateNew; |
|
92 txt = qtn_options_contacts_new; |
|
93 }, |
|
94 MENU_ITEM |
|
95 { |
|
96 command = EPbk2AiwCmdDataSaveAddToExisting; |
|
97 txt = qtn_options_contacts_link; |
|
98 }, |
|
99 MENU_ITEM |
|
100 { |
|
101 command = AIW_SUBMENU_TITLE; |
|
102 txt = qtn_options_contacts; |
|
103 } |
|
104 }; |
|
105 } |
|
106 |
|
107 // Additional resource files |
|
108 #include "Pbk2UiServicesSelectors.rss" |
|
109 |
|
110 // End of File |