idlehomescreen/examples/mcsexample/data/MCSExample.rls
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 /*
       
     2 * Copyright (c) 2010 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 // Caption string for app.
       
    21 #define qtn_caption_string "MCSExample"
       
    22 
       
    23 // First item in "Options" menu pane
       
    24 #define qtn_command1 "Message"
       
    25 
       
    26 // Second item in "Options" menu pane
       
    27 #define qtn_command2 "List all items"
       
    28 
       
    29 #define qtn_help "Help"
       
    30 
       
    31 #define qtn_about "About"
       
    32 
       
    33 // Third item in "Options" menu pane
       
    34 #define qtn_exit "Exit"
       
    35 
       
    36 // When user requests ECommand1 event, text below is shown.
       
    37 #define qtn_command1_text "MCS example application."
       
    38 
       
    39 #define qtn_loc_resource_file_1 "\\resource\\apps\\MCSExample_0xEB753B18"
       
    40 
       
    41 #define qtn_about_dialog_title "About"
       
    42 
       
    43 #define qtn_about_dialog_text "MCSExample Version 1.0.0\n\nAuthor: Jaakko Haukipuro\n\nSupport: \n\n(c) "
       
    44 
       
    45 // End of File