phonebookui/Phonebook/PbkAiwProviders/rss/PbkAiwProvidersRes.rss
author Arnaud Lenoir
Mon, 11 Oct 2010 13:34:41 +0100
branchRCL_3
changeset 76 a7e7933e67a8
parent 0 e686773b3f54
permissions -rw-r--r--
Added sf_test directory to start the work related to the guidlines for package test organisation (http://developer.symbian.org/wiki/index.php/Guidelines_for_Package_Test_Organisation).

/*
* 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: 
*      Phonebook AIW providers .rss file.
*
*/


NAME    PAPS  // Phonebook AIW Providers

// INCLUDES
#include <eikon.rh>
#include <avkon.rh>
#include <avkon.rsg>
#include <AiwCommon.rh>
#include <avkon.loc>
#include "PbkAiwProviders.hrh"
#include <Phonebook.loc>  // Phonebook localization file


/**
 * Standard resource signature.
 */
RESOURCE RSS_SIGNATURE { }

/**
 * Assign image submenu.
 */
RESOURCE MENU_PANE r_aiw_assign_image_menu
    {
    items=
        {
        MENU_ITEM
            {
            command = EPbkAiwCmdAssignThumbnail;
            txt = qtn_options_contact_thumb_image;
            }
        };
    }
    
/**
 * Assign ringing tone menu.
 */
RESOURCE MENU_PANE r_aiw_assign_tone_menu
    {
    items=
        {
        MENU_ITEM
            {
            command = EPbkAiwCmdAssignRingingTone;
            txt = qtn_mg_options_assign_to_contact;
            }
        };
    }
    

/**
 * General confirmation query.
 */
RESOURCE DIALOG r_pbkaiw_general_confirmation_query
    {
    flags= EGeneralQueryFlags;
    buttons = R_AVKON_SOFTKEYS_YES_NO;
        items=
        {
        DLG_LINE
            {
            type=EAknCtQuery;
            id=EGeneralQuery;
            control=AVKON_CONFIRMATION_QUERY 
                { 
                layout = EConfirmationQueryLayout;
                };
            }
        };
    }


/**
 * General note.
 */
RESOURCE AKN_NOTE_WRAPPER r_pbkaiw_general_note
    {
    resId   = R_AKN_CONFIRMATION_NOTE_DIALOG_WAIT;
    timeout = EAknInformationNoteTimeout;
    tone    = EAknNoteDialogNoTone;
    }

/**
 * Database corrupted note
 */
RESOURCE AKN_NOTE_WRAPPER r_pbkaiw_note_database_corrupted
    {
    resId   = R_AKN_INFORMATION_NOTE_DIALOG_WAIT;
    timeout = EAknInformationNoteTimeout;
    tone    = EAknNoteDialogConfirmationTone;
    text    = qtn_memlo_database_corrupted;
    }

/**
 * Localized strings.
 */
// Text: Confirmation text for replacing thumbnail
RESOURCE TBUF r_qtn_phob_fetch_img_replace              { buf = qtn_phob_fetch_img_replace; }

// Text: Note text for adding one thumbnail
RESOURCE TBUF r_qtn_phob_fetch_note_img_add_one         { buf = qtn_phob_fetch_note_img_add_one; }

// Text: Note text for adding several thumbnails
RESOURCE TBUF r_qtn_phob_fetch_note_img_add_sev         { buf = qtn_phob_fetch_note_img_add_sev; }

// Text: Confirmation text for replacing ringing tone
RESOURCE TBUF r_qtn_mg_contact_ringingtone_replace      { buf = qtn_mg_contact_ringingtone_replace; }

// Text: Note text for adding one ringing tone
RESOURCE TBUF r_qtn_mg_contact_ringingtone_add_one      { buf = qtn_mg_contact_ringingtone_add_one; }

// Text: Note text for adding several ringing tones
RESOURCE TBUF r_qtn_mg_contact_ringingtone_add_several  { buf = qtn_mg_contact_ringingtone_add_several; }

// Text: Note text for ring tone max size
RESOURCE TBUF r_profile_text_tone_maxsize_error         { buf = qtn_profiles_tone_maxsize_error; }

// End of File