data/testpublisher/data/testpublisher.rls
changeset 0 b856a9924bbc
equal deleted inserted replaced
-1:000000000000 0:b856a9924bbc
       
     1 /*
       
     2 * Copyright (c) {Year(s)} {Copyright owner}.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * {Name} {Company} ? Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * {Name} {Company} ? {{Description of contribution}}
       
    14 *
       
    15 * Description:
       
    16 * {{Description of the file}}
       
    17 *
       
    18 */
       
    19 
       
    20 //  LOCALISATION STRINGS
       
    21 
       
    22 // Caption string for app.
       
    23 #define qtn_caption_string "TestPublisher"
       
    24 
       
    25 // First item in "Options" menu pane
       
    26 #define qtn_command1 "Message"
       
    27 
       
    28 // Second item in "Options" menu pane
       
    29 #define qtn_command2 "Message from file"
       
    30 
       
    31 #define qtn_help "Help"
       
    32 
       
    33 #define qtn_about "About"
       
    34 
       
    35 // Third item in "Options" menu pane
       
    36 #define qtn_exit "Exit"
       
    37 
       
    38 // When user requests ECommand1 event, text below is shown.
       
    39 #define qtn_command1_text "Test publisher!"
       
    40 
       
    41 #define qtn_loc_resource_file_1 "\\resource\\apps\\TestPublisher_0xE5555555"
       
    42 
       
    43 #define qtn_about_dialog_title "About"
       
    44 
       
    45 #define qtn_about_dialog_text "TestPublisher Version 1.0.0\n\nAuthor: \n\nSupport: \n\n(c) "
       
    46 
       
    47 // End of File