photosgallery/viewframework/commandhandlers/commandhandlermarking/data/glxcommandhandlermarking.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Resource definitions 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.loc>
       
    25 #include <appinfo.rh>
       
    26 
       
    27 #include <photos.loc>
       
    28 
       
    29 #include <data_caging_paths_strings.hrh>
       
    30 
       
    31 NAME GLAA    // 4 letter ID
       
    32 
       
    33 RESOURCE RSS_SIGNATURE { }
       
    34 
       
    35 RESOURCE TBUF { buf="GLMK"; }
       
    36 
       
    37 // mark label
       
    38 RESOURCE TBUF r_glx_marking_mark
       
    39     { buf=qtn_msk_mark; }
       
    40 
       
    41 // unmark label
       
    42 RESOURCE TBUF r_glx_marking_unmark
       
    43     { buf=qtn_msk_unmark; }
       
    44 
       
    45 // done label
       
    46 RESOURCE TBUF r_glx_marking_done
       
    47     { buf=qtn_lgal_softkey_done; }
       
    48 
       
    49 // single item marked resource buf
       
    50 RESOURCE TBUF r_glx_marking_multi_single
       
    51     { buf=qtn_lgal_view_title_mark_multiple_single; }
       
    52 
       
    53 // single item marked resource buf
       
    54 RESOURCE TBUF r_glx_marking_multi_multi
       
    55     { buf=qtn_lgal_view_title_mark_multiple_multi; }
       
    56 
       
    57 RESOURCE TBUF r_glx_softkey_cancel  { buf = text_softkey_cancel; }
       
    58 
       
    59 RESOURCE TBUF r_glx_softkey_back  { buf = text_softkey_back; }
       
    60 
       
    61 RESOURCE TBUF r_glx_softkey_open  { buf = qtn_msk_open; }
       
    62