scrsaver/scrsaverplugins/SlideshowPlugin/data/SlideshowPlugin.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:30:40 +0100
branchRCL_3
changeset 26 e8d784ac1a4b
parent 0 040fcad49f44
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 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:     Localisable resources of SlideshowPlugin
*
*/





//  RESOURCE IDENTIFIER

NAME SSSS

#include <eikon.rh>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.hrh>
#include <avkon.rsg>
#include <aknsconstants.hrh>
#include <pathconfiguration.hrh>
#include <avkon.loc>
#include <slideshowplugin.loc>

// ---------------------------------------------------------
//
// Define the resource file signature
// This resource should be empty.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE
    {
    }


RESOURCE TBUF
    {
    buf = "SlideshowScreensaver";
    }


// ---------------------------------------------------
//
//    r_slideshow_screensaver_name
//
// ---------------------------------------------------
//
RESOURCE TBUF r_slideshow_screensaver_name
    {
    buf = qtn_slideshow_screensaver_name;
    }
    

// ---------------------------------------------------
//
//    r_sanim_title_settings
//
// ---------------------------------------------------
//
RESOURCE TBUF r_sanim_not_supported
    {
    buf = qtn_err_not_supp;
    }
    

// ---------------------------------------------------
//
//    r_sanim_title_settings
//
// ---------------------------------------------------
//
RESOURCE TBUF r_sanim_error_wrong_format
    {
    buf = qtn_sanim_error_wrong_format;
    }  
    

// ---------------------------------------------------
//
//    r_sanim_file_not_selected
//
// ---------------------------------------------------
//
RESOURCE TBUF r_sanim_file_not_selected
    {
    buf = qtn_sanim_file_not_selected;
    }     
    
    
// ---------------------------------------------------
//
//    r_sanim_err_failure
//
// ---------------------------------------------------
//
RESOURCE TBUF r_sanim_err_failure
    {
    buf = qtn_err_failure;
    } 
    

// ---------------------------------------------------
//
//    r_drm_prev_rights_set
//
// ---------------------------------------------------
//
RESOURCE TBUF r_drm_prev_rights_set
    {
    buf = qtn_drm_prev_rights_set;
    }             
        

// End of File