diff -r aaeeca1f15af -r e8d784ac1a4b scrsaver/scrsaverplugins/SlideshowPlugin/data/SlideshowPlugin.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scrsaver/scrsaverplugins/SlideshowPlugin/data/SlideshowPlugin.rss Wed Sep 01 12:30:40 2010 +0100 @@ -0,0 +1,128 @@ +/* +* 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 +#include +#include +#include +#include +#include +#include +#include +#include + +// --------------------------------------------------------- +// +// 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 + +