phonebookui/Phonebook2/GroupExtension/rss/PguCbaResources.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002-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: 
       
    15 *     This file contains all the resources for Phonebook 2 groups list view.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // --------------------------------------------------------------------------
       
    21 // Cba resource Options - Open - Exit
       
    22 // --------------------------------------------------------------------------
       
    23 //
       
    24 RESOURCE CBA r_pgu_softkeys_options_exit_open
       
    25     {
       
    26     flags = 0;
       
    27     buttons = 
       
    28         {
       
    29         CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
       
    30         CBA_BUTTON {id=EAknSoftkeyExit; txt= text_softkey_exit;},
       
    31         CBA_BUTTON {id=EPbk2CmdOpenGroup; txt=text_softkey_open;}
       
    32         };
       
    33     }
       
    34     
       
    35 RESOURCE CBA r_pgu_softkeys_options_back_open
       
    36     {
       
    37     flags = 0;
       
    38     buttons = 
       
    39         {
       
    40         CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
       
    41         CBA_BUTTON {id=EPbk2CmdOpenPreviousView; txt= text_softkey_back;},
       
    42         CBA_BUTTON {id=EPbk2CmdOpenCca; txt=text_softkey_open;}        
       
    43         };
       
    44     }
       
    45 
       
    46 RESOURCE CBA r_phonebook2_softkeys_assign_cancel
       
    47     {
       
    48     buttons =
       
    49         {
       
    50         CBA_BUTTON
       
    51             {
       
    52             id = EAknSoftkeyOk;
       
    53             txt = qtn_phob_sk_assign_to_folder;
       
    54             },
       
    55         CBA_BUTTON
       
    56             {
       
    57             id = EEikBidCancel;
       
    58             txt = text_softkey_cancel;
       
    59             }
       
    60         };
       
    61     }    
       
    62     
       
    63 // End of file
       
    64