/*
* Copyright (c) 2002-2006 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: Resources of Phone Setting UI Notes
*
*/
// RESOURCE IDENTIFIER
NAME PSUI
// INCLUDES
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.hrh>
#include <avkon.loc>
#include <EIKCORE.rsg>
#include <eikon.rh>
#include "eikon.rsg"
#include <psui.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
//---------------------------------------------------------------------------
// resources for basic service group strings
//---------------------------------------------------------------------------
//
RESOURCE TBUF r_bs_alpha_0 { buf = text_bs_alpha_0; }
RESOURCE TBUF r_bs_alpha_10 { buf = text_bs_alpha_10; }
RESOURCE TBUF r_bs_alpha_11 { buf = text_bs_alpha_11; }
RESOURCE TBUF r_bs_alpha_12 { buf = text_bs_alpha_12; }
RESOURCE TBUF r_bs_alpha_13 { buf = text_bs_alpha_13; }
RESOURCE TBUF r_bs_alpha_16 { buf = text_bs_alpha_16; }
RESOURCE TBUF r_bs_alpha_19 { buf = text_bs_alpha_19; }
RESOURCE TBUF r_bs_alpha_20 { buf = text_bs_alpha_20; }
RESOURCE TBUF r_bs_alpha_21 { buf = text_bs_alpha_21; }
RESOURCE TBUF r_bs_alpha_22 { buf = text_bs_alpha_22; }
RESOURCE TBUF r_bs_alpha_24 { buf = text_bs_alpha_24; }
RESOURCE TBUF r_bs_alpha_25 { buf = text_bs_alpha_25; }
RESOURCE TBUF r_bs_alpha_26 { buf = text_bs_alpha_26; }
RESOURCE TBUF r_bs_alpha_27 { buf = text_bs_alpha_27; }
RESOURCE TBUF r_bs_alpha_89 { buf = text_bs_alpha_89; }
RESOURCE TBUF r_bs_alpha_20_vt { buf = qtn_bs_alpha_20_vt; }
RESOURCE TBUF r_bs_alpha_30 { buf = qtn_bs_alpha_30; }
RESOURCE TBUF r_text_divert_active { buf = qtn_div_heading_active; }
RESOURCE TBUF r_text_divert_inactive { buf = qtn_div_heading_inactive; }
//---------------------------------------------------------------------------
// resources for note texts
//---------------------------------------------------------------------------
//
//divert specific
RESOURCE TBUF r_to_number { buf = qtn_div_quest_number;}
RESOURCE TBUF r_delay_time { buf = qtn_div_quest_delay_time;}
RESOURCE TBUF r_text_ss_detail_delay_sec { buf = text_ss_detail_delay_sec;}
RESOURCE TBUF r_activate_note { buf = text_divert_activated;}
RESOURCE TBUF r_plural_activate_note { buf = qtn_div_conf_activateall;}
RESOURCE TBUF r_cancel_note { buf = text_divert_canceled;}
RESOURCE TBUF r_plural_cancel_note { buf = qtn_div_conf_cancelall;}
RESOURCE TBUF r_not_active_note { buf = text_divert_inactive;}
RESOURCE TBUF r_divert_active { buf = qtn_divert_active;}
RESOURCE TBUF r_voip_divert_not_supported { buf = qtn_voip_divert_not_supported;}
//call waiting specific
RESOURCE TBUF r_cw_active_note { buf = text_call_waiting_activated;}
RESOURCE TBUF r_cw_cancel_note { buf = text_call_waiting_cancelled;}
RESOURCE TBUF r_cw_not_active_note { buf = text_call_waiting_not_active;}
RESOURCE TBUF r_cw_not_provisioned_note {buf = qtn_cw_note_not_provisioned;}
//call barring specific
RESOURCE TBUF r_cb_active_note { buf = text_barring_activated;}
RESOURCE TBUF r_cb_cancel_note { buf = text_barring_canceled;}
RESOURCE TBUF r_cb_plural_cancel_note { buf = qtn_barr_conf_cancelall;}
RESOURCE TBUF r_barring_not_active_note { buf = text_barring_not_active;}
RESOURCE TBUF r_password_changed_note { buf = text_password_changed;}
RESOURCE TBUF r_password_blocked_note { buf = qtn_paswd_info_code_blocked;}
RESOURCE TBUF r_contact_service_note { buf = qtn_ss_barring_operation_not_successfull;}
//cli specific
RESOURCE TBUF r_clir_active_note { buf = text_clir_active;}
RESOURCE TBUF r_clir_inactive_note { buf = text_clir_not_active;}
RESOURCE TBUF r_clip_active_note { buf = text_clip_active;}
RESOURCE TBUF r_clip_inactive_note { buf = text_clip_not_active;}
RESOURCE TBUF r_colr_active_note { buf = text_colr_active;}
RESOURCE TBUF r_colr_inactive_note { buf = text_colr_not_active;}
RESOURCE TBUF r_colp_active_note { buf = text_colp_active;}
RESOURCE TBUF r_colp_inactive_note { buf = text_colp_not_active;}
//general error
RESOURCE TBUF r_password_error_note { buf = text_password_error;}
RESOURCE TBUF r_not_done_note { buf = text_not_done;}
RESOURCE TBUF r_request_cancelled_note { buf = text_unconfirmed;}
RESOURCE TBUF r_not_allowed { buf = text_not_allowed;}
RESOURCE TBUF r_services_in_conflict { buf = qtn_srvrq_info_confl;}
RESOURCE TBUF r_result_unknown { buf = text_result_unknown;}
RESOURCE TBUF r_no_service { buf = text_no_service;}
RESOURCE TBUF r_request_rejected { buf = text_request_rejected;}
//-----------------------------------------------------------------------------
// resource for confirmation query
//-----------------------------------------------------------------------------
//
RESOURCE DIALOG r_confirmation_query
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_BACK;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_CONFIRMATION_QUERY
{
layout = EConfirmationQueryLayout;
label = qtn_div_quest_number;
animation = R_QGN_NOTE_INFO_ANIM;
};
}
};
}
//----------------------------------------------------
// resources for softkeys
//----------------------------------------------------
//
RESOURCE CBA r_psui_softkeys_number_back
{
buttons =
{
CBA_BUTTON {id = EAknSoftkeySelect; txt = qtn_div_softk_number;},
CBA_BUTTON {id = EAknSoftkeyCancel; txt = text_softkey_back;},
CBA_BUTTON {id = EAknSoftkeySelect; txt = qtn_div_softk_number;}
};
}
RESOURCE CBA r_psui_softkeys_details_back
{
buttons =
{
CBA_BUTTON {id = EAknSoftkeySelect; txt = qtn_div_softk_detail;},
CBA_BUTTON {id = EAknSoftkeyCancel; txt = text_softkey_back;},
CBA_BUTTON {id = EAknSoftkeySelect; txt = qtn_div_softk_detail;}
};
}
//----------------------------------------------------
// resources for header texts in status lists
//----------------------------------------------------
//
RESOURCE TBUF r_cw_status_heading { buf = qtn_cw_status_heading; }
RESOURCE TBUF r_barr_status_heading { buf = qtn_barr_heading_active; }
//----------------------------------------------------
// miscellanous new resources, added to the end so that
// binary compatibility is maintained
//----------------------------------------------------
//
RESOURCE TBUF r_barring_active_note { buf = text_barring_active;}
RESOURCE TBUF r_net_info_lost { buf = text_net_info_lost;}
RESOURCE TBUF r_cw_active_no_bsc_note { buf = text_call_waiting_active;}
//----------------------------------------------------
// resources for CNAP inquiry
//----------------------------------------------------
//
RESOURCE TBUF r_cnap_active { buf = qtn_cnap_active;}
RESOURCE TBUF r_cnap_inactive { buf = qtn_cnap_not_active;}
//----------------------------------------------------
// resources for Offline mode
//----------------------------------------------------
//
RESOURCE TBUF r_offline_mode { buf = qtn_offline_not_possible;}
RESOURCE TBUF r_offline_mode_sap { buf = qtn_offline_not_possible_sap;}
// End of File