btobjectexchange.loc
来自「This C++ code example provides a method 」· LOC 代码 · 共 54 行
LOC
54 行
/* Copyright (c) 2004, Nokia. All rights reserved */
// LOCALISATION STRINGS
//d:Caption string for app.
#define qtn_btob_caption_string "BTOBEX"
//d:Short caption string for app.
#define qtn_btob_short_caption_string "BTOB"
// MENU TEXTS
//d:Menu options
//d:Names listed in Dialog.
#define qtn_btob_start_server "Start Server"
#define qtn_btob_stop_server "Stop Server"
#define qtn_btob_exchange_connect "Connect"
#define qtn_btob_send_object "Send Object"
#define qtn_btob_disconnect "Disconnect"
#define qtn_btob_clear_list "Clear List"
#define qtn_btob_softkey_exit "Exit"
//d:Resources for Messages
//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"
//d:Hello world -message
#define qtn_btob_hello "Hello World"
#define qtn_btob_sendui "Send UI"
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?