/**//* * ============================================================================== * Name : helloworldbasic01.rls * Part of : Helloworldbasic * Interface : * Description : * Version : * * Copyright (c) 2005-2006 Nokia Corporation. * This material, including documentation and any related * computer programs, is protected by copyright controlled by * Nokia Corporation. * ============================================================================== */ // LOCALISATION STRINGS //d:Caption string for app. rls_string STRING_hewb_caption_string "HelloWorld" //d:Short caption string for app. rls_string STRING_hewb_short_caption_string "HW" //d:First item in "Options" menu pane, "hello" event. rls_string STRING_hewb_command1 "Hello" //d:Second item in "Options" menu pane, "exit" event. rls_string STRING_hewb_command2 "Hello from file" //d:Third item in "Options" menu pane, "exit" event. rls_string STRING_hewb_exit "Exit" //d:When user requests EHelloWorldBasicCommand1 event, text below is shown. rls_string STRING_hewb_command1_text "Hello!" rls_string STRING_helloworldbasic_loc_resource_file_1 "/resource/apps/HelloWorldBasic" // End of File
中文的内容如下:
/**//* * ============================================================================== * Name : helloworldbasic31.rls * Part of : Helloworldbasic * Interface : * Description : * Version : * * Copyright (c) 2005-2006 Nokia Corporation. * This material, including documentation and any related * computer programs, is protected by copyright controlled by * Nokia Corporation. * ============================================================================== */ // LOCALISATION STRINGS CHARACTER_SET UTF8 //d:Caption string for app. rls_string STRING_hewb_caption_string "例程" //d:Short caption string for app. rls_string STRING_hewb_short_caption_string "HW" //d:First item in "Options" menu pane, "hello" event. rls_string STRING_hewb_command1 "显示你好" //d:Second item in "Options" menu pane, "exit" event. rls_string STRING_hewb_command2 "从文件中显示你好" //d:Third item in "Options" menu pane, "exit" event. rls_string STRING_hewb_exit "退出" //d:When user requests EHelloWorldBasicCommand1 event, text below is shown. rls_string STRING_hewb_command1_text "你好!" rls_string STRING_helloworldbasic_loc_resource_file_1 "/resource/apps/HelloWorldBasic" // End of File