voipplugins/voipadapters/voipxmlprovisioning/provisioningappui/Data/VoIPProvisioningApp.rss
/*
* Copyright (c) 2009-2010 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: UI resource file.
*
*/
// RESOURCE IDENTIFIER
NAME VPRA
// INCLUDES
#include <eikon.rh>
#include <avkon.rsg>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.loc>
#include <csc.loc>
#include <cscsettingsui.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }
RESOURCE EIK_APP_INFO
{
status_pane=R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
}
//----------------------------------------------------
// r_voip_provisioning_query_install_service
// Query dialog for VoIP service installation.
//
//----------------------------------------------------
//
RESOURCE DIALOG r_voip_provisioning_query_install_service
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_CONFIRMATION_QUERY
{
label = qtn_voip_settings_title;
layout = EConfirmationQueryLayout;
};
}
};
}
// ---------------------------------------------------------------------------
// r_voip_default_save_query
// Text to be shown in installation query if no text is retreived from XML.
// ---------------------------------------------------------------------------
//
RESOURCE TBUF r_voip_default_save_query
{
buf = qtn_form_litxt_save;
}
// ---------------------------------------------------------------------------
// r_voip_invalid_data
// Text to be shown after failed installation.
// ---------------------------------------------------------------------------
//
RESOURCE TBUF r_voip_invalid_data
{
buf = qtn_voip_csc_error_note_unable_to_configure;
}
// ---------------------------------------------------------------------------
// r_voip_installed
// Text to show after successful installation.
//
// ---------------------------------------------------------------------------
//
RESOURCE TBUF r_voip_installed
{
buf = qtn_form_conf_saved;
}
// ---------------------------------------------------------------------------
// r_waitnote_configure
// Wait note to be shown
// ---------------------------------------------------------------------------
//
RESOURCE DIALOG r_waitnote_configure
{
flags = EAknWaitNoteFlags|EEikDialogFlagNotifyEsc;
buttons = R_AVKON_SOFTKEYS_EMPTY;
items =
{
DLG_LINE
{
type = EAknCtNote;
id = EGeneralNote;
control = AVKON_NOTE
{
layout = EWaitLayout;
singular_label = qtn_gen_note_saving;
animation = R_QGN_GRAF_WAIT_BAR_ANIM;
};
}
};
}