scrsaver/scrsaverplugins/SlideshowPlugin/data/SlideshowPlugin.rss
branchRCL_3
changeset 26 e8d784ac1a4b
parent 0 040fcad49f44
equal deleted inserted replaced
25:aaeeca1f15af 26:e8d784ac1a4b
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:     Localisable resources of SlideshowPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  RESOURCE IDENTIFIER
       
    23 
       
    24 NAME SSSS
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.hrh>
       
    30 #include <avkon.rsg>
       
    31 #include <aknsconstants.hrh>
       
    32 #include <pathconfiguration.hrh>
       
    33 #include <avkon.loc>
       
    34 #include <slideshowplugin.loc>
       
    35 
       
    36 // ---------------------------------------------------------
       
    37 //
       
    38 // Define the resource file signature
       
    39 // This resource should be empty.
       
    40 //
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 RESOURCE RSS_SIGNATURE
       
    44     {
       
    45     }
       
    46 
       
    47 
       
    48 RESOURCE TBUF
       
    49     {
       
    50     buf = "SlideshowScreensaver";
       
    51     }
       
    52 
       
    53 
       
    54 // ---------------------------------------------------
       
    55 //
       
    56 //    r_slideshow_screensaver_name
       
    57 //
       
    58 // ---------------------------------------------------
       
    59 //
       
    60 RESOURCE TBUF r_slideshow_screensaver_name
       
    61     {
       
    62     buf = qtn_slideshow_screensaver_name;
       
    63     }
       
    64     
       
    65 
       
    66 // ---------------------------------------------------
       
    67 //
       
    68 //    r_sanim_title_settings
       
    69 //
       
    70 // ---------------------------------------------------
       
    71 //
       
    72 RESOURCE TBUF r_sanim_not_supported
       
    73     {
       
    74     buf = qtn_err_not_supp;
       
    75     }
       
    76     
       
    77 
       
    78 // ---------------------------------------------------
       
    79 //
       
    80 //    r_sanim_title_settings
       
    81 //
       
    82 // ---------------------------------------------------
       
    83 //
       
    84 RESOURCE TBUF r_sanim_error_wrong_format
       
    85     {
       
    86     buf = qtn_sanim_error_wrong_format;
       
    87     }  
       
    88     
       
    89 
       
    90 // ---------------------------------------------------
       
    91 //
       
    92 //    r_sanim_file_not_selected
       
    93 //
       
    94 // ---------------------------------------------------
       
    95 //
       
    96 RESOURCE TBUF r_sanim_file_not_selected
       
    97     {
       
    98     buf = qtn_sanim_file_not_selected;
       
    99     }     
       
   100     
       
   101     
       
   102 // ---------------------------------------------------
       
   103 //
       
   104 //    r_sanim_err_failure
       
   105 //
       
   106 // ---------------------------------------------------
       
   107 //
       
   108 RESOURCE TBUF r_sanim_err_failure
       
   109     {
       
   110     buf = qtn_err_failure;
       
   111     } 
       
   112     
       
   113 
       
   114 // ---------------------------------------------------
       
   115 //
       
   116 //    r_drm_prev_rights_set
       
   117 //
       
   118 // ---------------------------------------------------
       
   119 //
       
   120 RESOURCE TBUF r_drm_prev_rights_set
       
   121     {
       
   122     buf = qtn_drm_prev_rights_set;
       
   123     }             
       
   124         
       
   125 
       
   126 // End of File
       
   127 
       
   128