phonebookui/Phonebook2/UIControls/rss/Pbk2StoreInfo.rss
changeset 0 e686773b3f54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/Phonebook2/UIControls/rss/Pbk2StoreInfo.rss	Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,95 @@
+/*
+* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Phonebook 2 info dialog resources.
+*
+*/
+
+
+#include "Pbk2StoreInfo.rh"
+#include <Pbk2StoreInfo.hrh>
+#include <Pbk2StoreProperty.hrh>
+
+// --------------------------------------------------------------------------
+// An array of store info items
+// --------------------------------------------------------------------------
+//
+RESOURCE PHONEBOOK2_STORE_INFO_ITEM_ARRAY r_pbk2_single_store_info_items
+    {
+    items =
+        {
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoNumberOfContacts;
+            itemTextSingular = qtn_phob_pb_info_one_name;
+            itemTextPlural = qtn_phob_pb_info_names;
+            textType = EPbk2StoreInfoDefinedInItem;
+            },
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoFreeLocations;
+            itemTextSingular = qtn_simp_info_one_free;
+            itemTextPlural = qtn_phob_pb_info_free;
+            textType = EPbk2StoreInfoDefinedInItem;
+            },
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoNumberOfGroups;
+            itemTextSingular = qtn_phob_pb_info_one_group;
+            itemTextPlural = qtn_phob_pb_info_groups;
+            textType = EPbk2StoreInfoDefinedInItem;
+            },
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoReservedMemory;
+            itemTextSingular = qtn_phob_pb_info_reserved;
+            itemTextPlural = qtn_phob_pb_info_reserved;
+            textType = EPbk2StoreInfoDefinedInItem;
+            }
+        };
+    }
+
+// --------------------------------------------------------------------------
+// An array of all stores info items
+// --------------------------------------------------------------------------
+//
+RESOURCE ARRAY r_pbk2_all_stores_info_items
+    {
+    items =
+        {
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoNumberOfContacts;
+            itemTextSingular = qtn_phob_pb_info_all;
+            itemTextPlural = qtn_phob_pb_info_all;
+            textType = EPbk2StoreInfoDefinedInItem;
+            },
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoNumberOfContacts;
+            itemTextSingular = "";
+            itemTextPlural = "";
+            textType = EPbk2StoreInfoStoreName;
+            flags = KPbk2StoreInfoOneItemForEachStore;
+            },
+        PHONEBOOK2_STORE_INFO_ITEM
+            {
+            itemType = KPbk2StoreInfoNumberOfGroups;
+            itemTextSingular = qtn_phob_pb_info_one_group;
+            itemTextPlural = qtn_phob_pb_info_groups;
+            textType = EPbk2StoreInfoDefinedInItem;
+            }
+        };
+    }
+
+// End of File