os/graphics/graphicstest/uibench/s60/testlauncher/data/testlauncher.rls
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicstest/uibench/s60/testlauncher/data/testlauncher.rls	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,55 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +#include <appinfo.rh>
    1.23 +#include <data_caging_paths_strings.hrh>
    1.24 +
    1.25 +//  LOCALISATION STRINGS
    1.26 +
    1.27 +#ifdef LANGUAGE_SC
    1.28 +
    1.29 +//d:Caption string for app.
    1.30 +rls_string STRING_r_hewb_caption_string "Test Launcher"
    1.31 +
    1.32 +//d:Short caption string for app.
    1.33 +rls_string STRING_r_hewb_short_caption_string "HW"
    1.34 +
    1.35 +//d:First item in "Options" menu pane, "hello" event.
    1.36 +rls_string STRING_r_hewb_command1 "Launch"
    1.37 +
    1.38 +//d:Second item in "Options" menu pane, "read from file" event.
    1.39 +rls_string STRING_r_hewb_command2 "Test 1"
    1.40 +
    1.41 +//d:Third item in "Options" menu pane, "hello from edit" event.
    1.42 +rls_string STRING_r_hewb_command3 "Test 2"
    1.43 +
    1.44 +//d:Fourth item in "Options" menu pane
    1.45 +rls_string STRING_r_hewb_command4 "Test 3"
    1.46 +
    1.47 +//d:Fourth item in "Options" menu pane, "exit" event.
    1.48 +rls_string STRING_r_hewb_exit "Exit"
    1.49 +
    1.50 +//d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
    1.51 +rls_string STRING_r_hewb_command1_text "Hello!"
    1.52 +
    1.53 +//d:When user requests EHelloWorldBasicCommand2 event, text below is shown.
    1.54 +rls_string STRING_r_hewb_file_text "Hello World!"
    1.55 +
    1.56 +rls_string STRING_r_helloworldbasic_loc_resource_file_1 APP_RESOURCE_DIR"\\testlauncher"
    1.57 +
    1.58 +#endif