blueshare.rls
来自「蓝牙传输文件, symbian3.0 系统下. 2FP没有试过」· RLS 代码 · 共 47 行
RLS
47 行
/*
============================================================================
Name : BlueShare.rls
Author :
Copyright : Your copyright notice
Description : This is a localisation file for BlueShare
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 "BlueShare"
// Third item in "Options" menu pane
#define qtn_exit "Exit"
#define qtn_loc_resource_file_1 "\\resource\\apps\\BlueShare_0xE0005B8E"
//d:Error messages
#define qtn_btob_err_no_records "NRRC No records"
#define qtn_btob_err_cant_get_attribute "Can't get attribute"
#define qtn_btob_err_attr_req_com "AttrReqCom"
#define qtn_btob_error_prefix "Error "
#define qtn_btob_no_bt "Bluetooth unavailable."
//d:Bluetooth Connections info messages
#define qtn_btob_service_description "Object Push"
#define qtn_btob_connected "Connected"
#define qtn_btob_server_stopped "Server stopped"
#define qtn_btob_server_started "Server started"
#define qtn_btob_str_failed "Failed "
#define qtn_btob_no_device "No device selected"
#define qtn_btob_connection_error "Connection error "
#define qtn_btob_send_error "Send error "
#define qtn_btob_found_service "Found service"
#define qtn_btob_sent_object "Sent object"
#define qtn_btob_disconnected "Disconnected"
#define qtn_btob_client_busy "Client busy"
#define qtn_btob_disconnecting "Disconnecting"
#define qtn_btshare "Share"
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?