phonebookui/Phonebook2/Commands/rss/CopyContactsStarterCmd.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  This file contains resources for Phonebook 2
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ---------------------------------------------------------
       
    20 // A query for selecting a store or import/export mmc
       
    21 // ---------------------------------------------------------
       
    22 //
       
    23 RESOURCE AVKON_LIST_QUERY r_pbk2_copy_contacts_list_query
       
    24     {
       
    25     items = 
       
    26         {
       
    27         AVKON_LIST_QUERY_DLG_LINE
       
    28             {
       
    29             control = AVKON_LIST_QUERY_CONTROL
       
    30                 {
       
    31                 listtype = EAknCtSinglePopupMenuListBox;
       
    32                 listbox = AVKON_LIST_QUERY_LIST {};
       
    33                 heading = " ";
       
    34                 };
       
    35             }
       
    36         };
       
    37     }
       
    38 
       
    39 /// Text: title for the copy query
       
    40 RESOURCE TBUF r_qtn_phob_query_title_copy
       
    41     {
       
    42     buf = qtn_phob_query_title_copy;
       
    43     }
       
    44     
       
    45 RESOURCE TBUF r_qtn_phob_query_title_copy_many
       
    46     {
       
    47     buf = qtn_phob_query_title_copy_many;
       
    48     }
       
    49 
       
    50 /// Text: information note when no stores are available
       
    51 RESOURCE TBUF r_qtn_pbcop_info_no_stores
       
    52     {
       
    53     buf = qtn_pbcop_info_no_stores;
       
    54     }
       
    55 
       
    56