|
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 info dialog resources. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "Pbk2StoreInfo.rh" |
|
20 #include <Pbk2StoreInfo.hrh> |
|
21 #include <Pbk2StoreProperty.hrh> |
|
22 |
|
23 // -------------------------------------------------------------------------- |
|
24 // An array of store info items |
|
25 // -------------------------------------------------------------------------- |
|
26 // |
|
27 RESOURCE PHONEBOOK2_STORE_INFO_ITEM_ARRAY r_pbk2_single_store_info_items |
|
28 { |
|
29 items = |
|
30 { |
|
31 PHONEBOOK2_STORE_INFO_ITEM |
|
32 { |
|
33 itemType = KPbk2StoreInfoNumberOfContacts; |
|
34 itemTextSingular = qtn_phob_pb_info_one_name; |
|
35 itemTextPlural = qtn_phob_pb_info_names; |
|
36 textType = EPbk2StoreInfoDefinedInItem; |
|
37 }, |
|
38 PHONEBOOK2_STORE_INFO_ITEM |
|
39 { |
|
40 itemType = KPbk2StoreInfoFreeLocations; |
|
41 itemTextSingular = qtn_simp_info_one_free; |
|
42 itemTextPlural = qtn_phob_pb_info_free; |
|
43 textType = EPbk2StoreInfoDefinedInItem; |
|
44 }, |
|
45 PHONEBOOK2_STORE_INFO_ITEM |
|
46 { |
|
47 itemType = KPbk2StoreInfoNumberOfGroups; |
|
48 itemTextSingular = qtn_phob_pb_info_one_group; |
|
49 itemTextPlural = qtn_phob_pb_info_groups; |
|
50 textType = EPbk2StoreInfoDefinedInItem; |
|
51 }, |
|
52 PHONEBOOK2_STORE_INFO_ITEM |
|
53 { |
|
54 itemType = KPbk2StoreInfoReservedMemory; |
|
55 itemTextSingular = qtn_phob_pb_info_reserved; |
|
56 itemTextPlural = qtn_phob_pb_info_reserved; |
|
57 textType = EPbk2StoreInfoDefinedInItem; |
|
58 } |
|
59 }; |
|
60 } |
|
61 |
|
62 // -------------------------------------------------------------------------- |
|
63 // An array of all stores info items |
|
64 // -------------------------------------------------------------------------- |
|
65 // |
|
66 RESOURCE ARRAY r_pbk2_all_stores_info_items |
|
67 { |
|
68 items = |
|
69 { |
|
70 PHONEBOOK2_STORE_INFO_ITEM |
|
71 { |
|
72 itemType = KPbk2StoreInfoNumberOfContacts; |
|
73 itemTextSingular = qtn_phob_pb_info_all; |
|
74 itemTextPlural = qtn_phob_pb_info_all; |
|
75 textType = EPbk2StoreInfoDefinedInItem; |
|
76 }, |
|
77 PHONEBOOK2_STORE_INFO_ITEM |
|
78 { |
|
79 itemType = KPbk2StoreInfoNumberOfContacts; |
|
80 itemTextSingular = ""; |
|
81 itemTextPlural = ""; |
|
82 textType = EPbk2StoreInfoStoreName; |
|
83 flags = KPbk2StoreInfoOneItemForEachStore; |
|
84 }, |
|
85 PHONEBOOK2_STORE_INFO_ITEM |
|
86 { |
|
87 itemType = KPbk2StoreInfoNumberOfGroups; |
|
88 itemTextSingular = qtn_phob_pb_info_one_group; |
|
89 itemTextPlural = qtn_phob_pb_info_groups; |
|
90 textType = EPbk2StoreInfoDefinedInItem; |
|
91 } |
|
92 }; |
|
93 } |
|
94 |
|
95 // End of File |