sl@0: /*
sl@0: * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
sl@0: * All rights reserved.
sl@0: * This component and the accompanying materials are made available
sl@0: * under the terms of "Eclipse Public License v1.0"
sl@0: * which accompanies this distribution, and is available
sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: *
sl@0: * Initial Contributors:
sl@0: * Nokia Corporation - initial contribution.
sl@0: *
sl@0: * Contributors:
sl@0: *
sl@0: * Description: 
sl@0: *
sl@0: */
sl@0: 
sl@0: 
sl@0: #include <appinfo.rh>
sl@0: #include <data_caging_paths_strings.hrh>
sl@0: 
sl@0: //  LOCALISATION STRINGS
sl@0: 
sl@0: #ifdef LANGUAGE_SC
sl@0: 
sl@0: //d:Caption string for app.
sl@0: rls_string STRING_r_hewb_caption_string "Test Launcher"
sl@0: 
sl@0: //d:Short caption string for app.
sl@0: rls_string STRING_r_hewb_short_caption_string "HW"
sl@0: 
sl@0: //d:First item in "Options" menu pane, "hello" event.
sl@0: rls_string STRING_r_hewb_command1 "Launch"
sl@0: 
sl@0: //d:Second item in "Options" menu pane, "read from file" event.
sl@0: rls_string STRING_r_hewb_command2 "Test 1"
sl@0: 
sl@0: //d:Third item in "Options" menu pane, "hello from edit" event.
sl@0: rls_string STRING_r_hewb_command3 "Test 2"
sl@0: 
sl@0: //d:Fourth item in "Options" menu pane
sl@0: rls_string STRING_r_hewb_command4 "Test 3"
sl@0: 
sl@0: //d:Fourth item in "Options" menu pane, "exit" event.
sl@0: rls_string STRING_r_hewb_exit "Exit"
sl@0: 
sl@0: //d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
sl@0: rls_string STRING_r_hewb_command1_text "Hello!"
sl@0: 
sl@0: //d:When user requests EHelloWorldBasicCommand2 event, text below is shown.
sl@0: rls_string STRING_r_hewb_file_text "Hello World!"
sl@0: 
sl@0: rls_string STRING_r_helloworldbasic_loc_resource_file_1 APP_RESOURCE_DIR"\\testlauncher"
sl@0: 
sl@0: #endif