📄 addressbook.rls
字号:
/*
* ==============================================================================
* Name : AddressBook.rls
* Part of : AddressBook
* Description : This is a localisation file for AddressBook
* A .rls file is the one and only place where the logical strings
* to be localised are defined.
* Version :
*
* Copyright (c) 2002-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*
*
* Syntax of a logical name entry in this file is the following:
*
* // d:context description (line 1)
* // d:context description (line N)
* // l:P_No
* // w:
* // r:n.n (n=0..N)
* //
* rls_string STRING_?feature/?module_name_?freetext "?text"
*
* where
* "STRING_" starts a logical name, which does not
* contain dots.
* "d:" starts description line(s), which
* clarify entry's context with information like:
* 1. Is a word a verb in imperative or is it a noun ?
* - what does text "Set" mean ?
* 2. What will replace %U (unicode text parameter) or
* %N (number parameter) included in texts ?
* - is it phone number or email address ?
* "l:" starts a layout information (one line).
* "P" and "No" are symbols in LAF's information table
* - "P" is parent pane or current pane
* - "No" is reference number in table
* "w:" not used by S60
* "r:" starts the release information line. Write here the release
* where the text will be used for the first time.
*
* ==============================================================================
*/
#ifndef ADDRESSBOOK_RLS
#define ADDRESSBOOK_RLS
// LOCALISATION STRINGS
// EXAMPLES:
//d:app name in buf
//l:tbuf_1
//w:
//r:3.0
rls_string STRING_addressbook_buf "AddressBook"
//d:app name in grid
//l:cell_app_pane_1
//w:
//r:3.0
//
rls_string STRING_addressbook_caption "AddressBook"
//d:app name in list
//l:list_single_large_graphic_pane_1
//w:
//r:3.0
//
rls_string STRING_addressbook_short_caption "AddressBook"
//d:type of application
//l:menu_title_1
//w:
//r:3.0
//
rls_string STRING_addressbook_type "App"
//d:option menu
//l:menu_item_1
//w:
//r:3.0
//
rls_string STRING_addressbook_option_menu_1 "Connect"
//d:option menu
//l:menu_item_1
//w:
//r:3.0
//
rls_string STRING_addressbook_option_menu_2 "Search"
//d:option menu
//l:menu_item_1
//w:
//r:3.0
//
rls_string STRING_addressbook_option_menu_3 "Add to contacts"
//d:option menu
//l:menu_item_1
//w:
//r:3.0
//
rls_string STRING_addressbook_option_menu_4 "About"
//d:option menu
//l:menu_item_1
//w:
//r:3.0
//
rls_string STRING_addressbook_option_menu_5 "Exit"
//d:dialog for searching
//l:dlg_line_1
//w:
//r:3.0
//
rls_string STRING_addressbook_search_dialog_1 "Search for"
//d:dialog for searching
//l:dlg_line_1
//w:
//r:3.0
//
rls_string STRING_addressbook_search_dialog_2 "Search for:"
//d:dialog for searching
//l:dlg_line_1
//w:
//r:3.0
//
rls_string STRING_addressbook_search_dialog_3 "Searching..."
//d:dialog for connecting
//l:dlg_line_1
//w:
//r:3.0
//
rls_string STRING_addressbook_connecting_dialog "Connecting..."
//d:icon file name in grid
//l:cell_app_pane_1
//w:
//r:3.0
//
rls_string STRING_addressbook_icon_file_1 "\\resource\\apps\\AddressBook_aif.mif"
//d:app name in registration
//l:app_registration_info_1
//w:
//r:3.0
//
rls_string STRING_addressbook_registration "AddressBook"
//d:icon file name in registration
//l:app_registration_info_1
//w:
//r:3.0
//
rls_string STRING_addressbook_loc_resource_file_1 "\\resource\\apps\\AddressBook"
#endif // ADDRESSBOOK_RLS
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -