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