omaprovisioning/provisioning/ProvisioningBC/Group/ProvisioningBC.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:07:52 +0200
changeset 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2002 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: 
*     This file contains all the resources for the module.
*
*
*/


//  RESOURCE IDENTIFIER

NAME    PROV

//  INCLUDES

#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include "provisioningbc.loc"
#include "../../loc/Provisioning.loc" // Localisable text


//  RESOURCE DEFINITIONS
// ---------------------------------------------------------
//
//    ProvisioningBC.rss
//
// ---------------------------------------------------------
//

RESOURCE RSS_SIGNATURE { }

RESOURCE EIK_APP_INFO
    {
    }

// ---------------------------------------------------------
//   
//    r_title_provisioning
//    Provisioning message title
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_title_provisioning
    {
    buf=qtn_op_title_confsett;
    }

// ---------------------------------------------------------
//   
//    r_menu_savesetting
//    Save text
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_menu_savesetting
    {
    buf=qtn_op_options_save;
    }

// ---------------------------------------------------------
//   
//    r_text_authenticated
//    Save text
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_authenticated
    {
    buf=qtn_mce_inbox_sender_servprov;
    }

// ---------------------------------------------------------
//   
//    r_text_helptext
//    Save text
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_helptext
    {
    buf=qtn_op_view_help;
    }

// ---------------------------------------------------------
//   
//    r_text_numitems
//    Number of items if >=5
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_numitems
    {
    buf=qtn_op_sett_items;
    }

// ---------------------------------------------------------
//   
//    r_text_notsaved_singular_zero
//    Number of items not saved
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_notsaved_singular_zero
    {
    buf=qtn_op_info_notsaved_singular_zero;
    }
    
// ---------------------------------------------------------
//   
//    r_text_notsaved_singular_one
//    Number of items not saved
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_notsaved_singular_one
    {
    buf=qtn_op_info_notsaved_singular_one;
    }


// ---------------------------------------------------------
//   
//    r_text_notsaved
//    Number of items not saved
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_notsaved
    {
    buf=qtn_op_info_notsaved;
    }

// ---------------------------------------------------------
//   
//    r_text_saved
//    All settings were saved
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_saved
    {
    buf=qtn_sm_all_serv_settings_copied;
    }

// ---------------------------------------------------------
//   
//    r_text_ap_protected
//    Access points are protected
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_ap_protected
    {
    buf=qtn_sms_note_protected_ap;
    }


// ---------------------------------------------------------
//   
//    r_text_wrong_pin
//    Error text when entered PIN is wrong.
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_text_wrong_pin
    {
    buf = qtn_op_verific_failed;                    
    }

// ---------------------------------------------------------
//   
//    r_text_already_saved
//    Confirmation when settings have already been saved.
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_query_already_saved
    {
    flags = EGeneralQueryFlags;
     #ifdef __SERIES60_32__	// KS
    	buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
    #else
    	buttons = R_AVKON_SOFTKEYS_YES_NO;
    #endif

    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY
                { 
                layout = EConfirmationLayout;
                label = qtn_op_already_saved;                   
                };
            }
        };
    }

// ---------------------------------------------------------
//   
//    r_query_notauthenticated
//    Query when message is not authenticated.
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_query_notauthenticated
    {
    flags = EGeneralQueryFlags;
     #ifdef __SERIES60_32__	// KS
    	buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
    #else
    	buttons = R_AVKON_SOFTKEYS_YES_NO;
    #endif

    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY
                { 
                layout = EConfirmationLayout;
                label = qtn_op_nottsp_conf_note;                    
                };
            }
        };
    }

// ---------------------------------------------------------
//   
//    r_query_pin
//    Query when a PIN should be entered
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_query_pin
    {
    flags=EGeneralQueryFlags;
     #ifdef __SERIES60_32__	// KS
    	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
    #else
    	buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
    #endif
    items=
        {
        DLG_LINE
            {
            type=EAknCtQuery;
            id=EGeneralQuery;
            control= AVKON_DATA_QUERY 
                { 
                    layout = EPinLayout;
                    label = qtn_op_enter_settpin;
                    control = NUMSECRETED
                        {
                        num_code_chars = 20;            
                        };
                };
            }
        };
    }

// ---------------------------------------------------------
//   
//    r_query_setdefault
//    Query for setting the settings as default.
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_query_verific_failed_totally
    {
    flags =  EAknErrorNoteFlags | EEikDialogFlagWait;
    #ifdef __SERIES60_32__	// KS
    	buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
    #else
    	buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
    #endif
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = EGeneralNote;
            control = AVKON_NOTE 
                { 
                layout = EGeneralLayout;
                singular_label = qtn_op_verific_failed_totally;
                animation = R_QGN_NOTE_ERROR_ANIM;
                };
            }
        };
    }

// ---------------------------------------------------------
//   
//    r_query_setdefault
//    Query for setting the settings as default.
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_query_setdefault
    {
    flags = EGeneralQueryFlags;
    #ifdef __SERIES60_32__	// KS
    	buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
    #else
    	buttons = R_AVKON_SOFTKEYS_YES_NO;
    #endif

    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY
                { 
                layout = EConfirmationLayout;
                label = qtn_op_conf_setdef;                 
                };
            }
        };
    }

// ---------------------------------------------------------
//   
//    r_waitnote_save
//    Save wait note
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_waitnote_save
    {
    flags = EAknProgressNoteFlags;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = 1;
            control = AVKON_NOTE 
                { 
                layout = EProgressLayout;
                singular_label = qtn_sm_wait_saving_servsett;
                };
            }
        };
    }

RESOURCE DIALOG r_msg_authentication_failed
    {
    flags   = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
    buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
    items   =
        {
        DLG_LINE
            {
            type    = EAknCtPopupHeadingPane;
            id      = EAknMessageQueryHeaderId;
            control = AVKON_HEADING
                {
                label   = qtn_op_info_sms_autfai_heading;
                };
            },
        DLG_LINE
            {
            type    = EAknCtMessageQuery;
            id      = EAknMessageQueryContentId;
            control = AVKON_MESSAGE_QUERY
                {
                message = qtn_op_info_sms_autfai;
                };
            }
        };
    }

// End of File