taskswitcher/testapplications/generator/generator/pattern/data/helloworldbasic1_09.rls
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 /*
       
     2 * Copyright (c) 2009 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 //  LOCALISATION STRINGS
       
    19 
       
    20 //d:Caption string for app.
       
    21 rls_string STRING_r_hewb_caption_string "Terve Maailma"
       
    22 
       
    23 //d:Short caption string for app.
       
    24 rls_string STRING_r_hewb_short_caption_string "TM"
       
    25 
       
    26 //d:First item in "Options" menu pane, "hello" event.
       
    27 rls_string STRING_r_hewb_command1 "Tervehdys"
       
    28 
       
    29 //d:Second item in "Options" menu pane, "exit" event.
       
    30 rls_string STRING_r_hewb_command2 "Tervehdys tiedostosta"
       
    31 
       
    32 //d:Third item in "Options" menu pane, "hello from edit" event.
       
    33 rls_string STRING_r_hewb_command3 "Kirjoita tervehdys"
       
    34 
       
    35 //d:Fourth item in "Options" menu pane, "exit" event.
       
    36 rls_string STRING_r_hewb_exit "Sulje"
       
    37 
       
    38 //d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
       
    39 rls_string STRING_r_hewb_command1_text "Terve!"
       
    40 
       
    41 //d:When user requests EHelloWorldBasicCommand2 event, text below is shown.
       
    42 rls_string STRING_r_hewb_file_text "Terve Maailma!"
       
    43 
       
    44 
       
    45 rls_string STRING_r_helloworldbasic_loc_resource_file_1 "\\resource\\apps\\HelloWorldBasic1"
       
    46 
       
    47 // End of File
       
    48