templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-PlatsecApp/data/baseName.rls
author dadubrow
Wed, 24 Jun 2009 08:59:46 -0500
changeset 294 652205e6022b
parent 0 fb279309251b
permissions -rw-r--r--
[Bug 8556] C-escape multi line copyright in#defines

/*
============================================================================
 Name		: $(baseName).rls
 Author	  : $(author)
 Copyright   : $(copyright)
 Description : This is a localisation file for $(baseName)
				A .rls file is the one and only place where the logical
				strings to be localised are defined. 
============================================================================
*/

//  LOCALISATION STRINGS

// Caption string for app.
#define qtn_caption_string "$(baseName)"

// First item in "Options" menu pane
#define qtn_command1 "Message"

// Second item in "Options" menu pane
#define qtn_command2 "Message from file"

#define qtn_help "Help"

#define qtn_about "About"

// Third item in "Options" menu pane
#define qtn_exit "Exit"

// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "$(message)"

#define qtn_loc_resource_file_1 "\\resource\\apps\\$(baseName)_$(uid3)"

#define qtn_about_dialog_title "About"

#define qtn_about_dialog_text "$(baseName) Version 1.0.0\n\nAuthor: $(author)\n\nSupport: $(supportEmail)\n\n(c) $(copyright$c_escaped)"

// End of File