aknexnote.rls

来自「symbian ui的 例子 初学者可以 好好看看,这个是培训的资料,应该比较宝」· RLS 代码 · 共 63 行

RLS
63
字号
/*
* ==============================================================================
*  Name        : aknexnote.rls
*  Part of     : Note example
*  Interface   :
*  Description :
*  Version     :
*
*  Copyright (c) 2004 - 2006 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ==============================================================================
*/

//  LOCALISATION STRINGS

// Captions
rls_string STRING_r_exnt_caption_string            "Note"
rls_string STRING_r_exnt_short_caption_string      "Note"

// MenuBar
rls_string STRING_r_exnt_menubar                   "Option"
rls_string STRING_r_exnt_menu_outline01            "Error note"
rls_string STRING_r_exnt_menu_outline05            "Wait note"
rls_string STRING_r_exnt_menu_outline08            "Dynamic text"
rls_string STRING_r_exnt_menu_outline35            "Progress note"
rls_string STRING_r_exnt_menu_outline53            "Global Confirmation note"
rls_string STRING_r_exnt_menu_exit                 "Exit"

// Messages
rls_string STRING_r_exnt_label_title               "Note\nExample Application"
rls_string STRING_r_exnt_label_operation           "Press right softkey to\ndisplay next sample"

// Error Note Label
rls_string STRING_r_exnt_error_singular            "Too long!"
rls_string STRING_r_exnt_error_plural              "Not found!"

// Progress Note Label
rls_string STRING_r_exnt_progress_singular         "Loading\nPlease wait..."
rls_string STRING_r_exnt_progress_plural           "Loading\nPlease wait..."

// Dynamic Text Label
rls_string STRING_r_exnt_dym_text_singular         "Received\n%d message !"
rls_string STRING_r_exnt_dym_text_plural           "Received\n%d messages !"

// Wait Note Label
rls_string STRING_r_exnt_wait_prompt               "Connecting, please wait."

// Global note text
rls_string STRING_r_exnt_global_con_text           "Confirmation\nnote"

// Softkey text
rls_string STRING_r_exnt_softkey_empty             ""
rls_string STRING_r_exnt_softkey_cancel            "Cancel"

rls_string STRING_r_exnt_shownotel_globalconfirmationnote_text     "ShowNoteL\nEAknGlobalConfirmationNote"

rls_string STRING_r_exnt_cba_options                               "Options"
rls_string STRING_r_exnt_cba_next                                  "Next"

// End of file

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?