|
1 /* |
|
2 * Copyright (c) 2005-2006 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <appinfo.rh> |
|
20 #include <data_caging_paths_strings.hrh> |
|
21 |
|
22 // LOCALISATION STRINGS |
|
23 |
|
24 #ifdef LANGUAGE_SC |
|
25 |
|
26 //d:Caption string for app. |
|
27 rls_string STRING_r_hewb_caption_string "Test Launcher" |
|
28 |
|
29 //d:Short caption string for app. |
|
30 rls_string STRING_r_hewb_short_caption_string "HW" |
|
31 |
|
32 //d:First item in "Options" menu pane, "hello" event. |
|
33 rls_string STRING_r_hewb_command1 "Launch" |
|
34 |
|
35 //d:Second item in "Options" menu pane, "read from file" event. |
|
36 rls_string STRING_r_hewb_command2 "Test 1" |
|
37 |
|
38 //d:Third item in "Options" menu pane, "hello from edit" event. |
|
39 rls_string STRING_r_hewb_command3 "Test 2" |
|
40 |
|
41 //d:Fourth item in "Options" menu pane |
|
42 rls_string STRING_r_hewb_command4 "Test 3" |
|
43 |
|
44 //d:Fourth item in "Options" menu pane, "exit" event. |
|
45 rls_string STRING_r_hewb_exit "Exit" |
|
46 |
|
47 //d:When user requests EHelloWorldBasicCommand1 event, text below is shown. |
|
48 rls_string STRING_r_hewb_command1_text "Hello!" |
|
49 |
|
50 //d:When user requests EHelloWorldBasicCommand2 event, text below is shown. |
|
51 rls_string STRING_r_hewb_file_text "Hello World!" |
|
52 |
|
53 rls_string STRING_r_helloworldbasic_loc_resource_file_1 APP_RESOURCE_DIR"\\testlauncher" |
|
54 |
|
55 #endif |