sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
|
sl@0
|
19 |
#include <appinfo.rh>
|
sl@0
|
20 |
#include <data_caging_paths_strings.hrh>
|
sl@0
|
21 |
|
sl@0
|
22 |
// LOCALISATION STRINGS
|
sl@0
|
23 |
|
sl@0
|
24 |
#ifdef LANGUAGE_SC
|
sl@0
|
25 |
|
sl@0
|
26 |
//d:Caption string for app.
|
sl@0
|
27 |
rls_string STRING_r_hewb_caption_string "Test Launcher"
|
sl@0
|
28 |
|
sl@0
|
29 |
//d:Short caption string for app.
|
sl@0
|
30 |
rls_string STRING_r_hewb_short_caption_string "HW"
|
sl@0
|
31 |
|
sl@0
|
32 |
//d:First item in "Options" menu pane, "hello" event.
|
sl@0
|
33 |
rls_string STRING_r_hewb_command1 "Launch"
|
sl@0
|
34 |
|
sl@0
|
35 |
//d:Second item in "Options" menu pane, "read from file" event.
|
sl@0
|
36 |
rls_string STRING_r_hewb_command2 "Test 1"
|
sl@0
|
37 |
|
sl@0
|
38 |
//d:Third item in "Options" menu pane, "hello from edit" event.
|
sl@0
|
39 |
rls_string STRING_r_hewb_command3 "Test 2"
|
sl@0
|
40 |
|
sl@0
|
41 |
//d:Fourth item in "Options" menu pane
|
sl@0
|
42 |
rls_string STRING_r_hewb_command4 "Test 3"
|
sl@0
|
43 |
|
sl@0
|
44 |
//d:Fourth item in "Options" menu pane, "exit" event.
|
sl@0
|
45 |
rls_string STRING_r_hewb_exit "Exit"
|
sl@0
|
46 |
|
sl@0
|
47 |
//d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
|
sl@0
|
48 |
rls_string STRING_r_hewb_command1_text "Hello!"
|
sl@0
|
49 |
|
sl@0
|
50 |
//d:When user requests EHelloWorldBasicCommand2 event, text below is shown.
|
sl@0
|
51 |
rls_string STRING_r_hewb_file_text "Hello World!"
|
sl@0
|
52 |
|
sl@0
|
53 |
rls_string STRING_r_helloworldbasic_loc_resource_file_1 APP_RESOURCE_DIR"\\testlauncher"
|
sl@0
|
54 |
|
sl@0
|
55 |
#endif
|