www.pudn.com > QHelloWorld.rar > HelloWorld.rls
// HelloWorld.rls // // © Symbian Software Ltd 2005. All rights reserved. // // An .rls file defines symbolic identifiers for strings, to which the // resource file refers when it needs the associated string. // For more information about .rls see "How to localise resources" section // in the SDK documentation. // Text showed in the view rls_string STRING_r_helloworld_text "Hello world" // Infoprint text rls_string STRING_r_helloworld_infoprint1_text "Infoprint 1" rls_string STRING_r_helloworld_infoprint2_text "Infoprint 2" rls_string STRING_r_helloworld_infoprint3_text "Infoprint 3" // Text for commands in the view rls_string STRING_r_helloworld_close_debug_cmd "Close (debug)" /* begin by chen rls_string STRING_r_helloworld_infoprint1_cmd "Infoprint 1" rls_string STRING_r_helloworld_infoprint2_cmd "Infoprint 2" end by chen */ // begin by chen rls_string STRING_r_helloworld_infoprint1_cmd "Add SIM contact" rls_string STRING_r_helloworld_infoprint2_cmd "SIM contact template" // end by chen rls_string STRING_r_helloworld_infoprint3_cmd "Infoprint 3"