/*
* Copyright (c) 2005-2007 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: Phonebook 2 Application Server resources.
*
*/
NAME P2AS // Phonebook 2 Application Server
// INCLUDES
#include <eikon.rh>
#include <avkon.rh>
#include <avkon.rsg>
#include <appinfo.rh>
#include <phonebook2.loc>
// --------------------------------------------------------------------------
// RSS_SIGNATURE
// Standard resource signature
// --------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }
// --------------------------------------------------------------------------
// TBUF
// Application caption and default filename
// --------------------------------------------------------------------------
//
RESOURCE TBUF
{
buf = "";
}
// --------------------------------------------------------------------------
// EIK_APP_INFO
// Phonebook 2 Application Server application info
// --------------------------------------------------------------------------
// The status pane should display the content from user instead of Server App
RESOURCE EIK_APP_INFO
{
status_pane = r_fsc_status_pane;
}
RESOURCE STATUS_PANE_APP_MODEL r_fsc_status_pane
{
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_serverapp_title_pane;
}
};
}
RESOURCE TITLE_PANE r_serverapp_title_pane
{
txt = "";
}
// --------------------------------------------------------------------------
// LOCALISABLE_APP_INFO
// Phonebook 2 Application Server localisable application info
// --------------------------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_pbk2serverapp_localisable_app_info
{
short_caption = "";
caption_and_icon = CAPTION_AND_ICON_INFO
{
caption = "";
number_of_icons = 1;
icon_file = "z:\\resource\\apps\\phonebook2_aif.mif";
};
}
// --------------------------------------------------------------------------
// TBUF
// Title pane
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_qtl_entry_create
{
buf = qtn_phob_qtl_entry_create;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_qtl_entry_add_to
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_qtl_entry_add_to
{
buf = qtn_phob_qtl_entry_add_to;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_query_create_new_to_store
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_query_create_new_to_store
{
buf = qtn_phob_query_create_new_to_store;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_contact_created
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_contact_created
{
buf = qtn_phob_note_contact_created;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_contact_hidden
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_contact_hidden
{
buf = qtn_phob_note_contact_hidden;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_contacts_hidden
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_contacts_hidden
{
buf = qtn_phob_note_contacts_hidden;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_contact_updated
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_contact_updated
{
buf = qtn_phob_note_contact_updated;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_replace_detail
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_replace_detail
{
buf = qtn_phob_note_replace_detail;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_cannot_add_detail
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_cannot_add_detail
{
buf = qtn_phob_note_cannot_add_detail;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_detail_added
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_detail_added
{
buf = qtn_phob_note_detail_added;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_detail_added_to_n
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_detail_added_to_n
{
buf = qtn_phob_note_detail_added_to_n;
}
// --------------------------------------------------------------------------
// TBUF
// r_qtn_phob_note_detail_not_added
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_qtn_phob_note_detail_not_added
{
buf = qtn_phob_note_detail_not_added;
}
// --------------------------------------------------------------------------
// TBUF
// r_profile_text_tone_maxsize_error
// --------------------------------------------------------------------------
//
RESOURCE TBUF r_profile_text_tone_maxsize_error
{
buf = qtn_profiles_tone_maxsize_error;
}
// End of File