diff -r 000000000000 -r 4e91876724a2 photosgallery/viewframework/commandhandlers/commandhandlermarking/data/glxcommandhandlermarking.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/viewframework/commandhandlers/commandhandlermarking/data/glxcommandhandlermarking.rss Thu Dec 17 08:45:44 2009 +0200 @@ -0,0 +1,62 @@ +/* +* Copyright (c) 2008-2009 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: Resource definitions +* +*/ + + + + +#include +#include +#include +#include +#include + +#include + +#include + +NAME GLAA // 4 letter ID + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf="GLMK"; } + +// mark label +RESOURCE TBUF r_glx_marking_mark + { buf=qtn_msk_mark; } + +// unmark label +RESOURCE TBUF r_glx_marking_unmark + { buf=qtn_msk_unmark; } + +// done label +RESOURCE TBUF r_glx_marking_done + { buf=qtn_lgal_softkey_done; } + +// single item marked resource buf +RESOURCE TBUF r_glx_marking_multi_single + { buf=qtn_lgal_view_title_mark_multiple_single; } + +// single item marked resource buf +RESOURCE TBUF r_glx_marking_multi_multi + { buf=qtn_lgal_view_title_mark_multiple_multi; } + +RESOURCE TBUF r_glx_softkey_cancel { buf = text_softkey_cancel; } + +RESOURCE TBUF r_glx_softkey_back { buf = text_softkey_back; } + +RESOURCE TBUF r_glx_softkey_open { buf = qtn_msk_open; } +