?? sockets.loc
字號:
/* Copyright (c) 2004, Nokia. All rights reserved */
// LOCALISATION STRINGS
//d:Caption string for app.
#define qtn_sock_caption_string "Sockets"
//d:Short caption string for app.
#define qtn_sock_short_caption_string "Sockets"
//d:Command in options list.
//d:Connect to a socket.
#define qtn_sock_submenu_connect "Connect"
//d:Command in options list.
//d:Disconnect from a socket.
#define qtn_sock_submenu_disconnect "Disconnect"
//d:Command in options list.
//d:Clear screen.
#define qtn_sock_submenu_clear "Clear"
//d:Command in options list.
//d:Exit.
#define qtn_sock_submenu_exit "Exit"
//d:Query in connection dialog.
//d:Server address.
#define qtn_sock_query_server_address "Server Address"
//d:Query in connection dialog.
//d:Port number.
#define qtn_sock_query_port_number "Port Number"
//d:Error message.
//d:Connection failed.
#define qtn_sock_conn_failed "CSocketsEngine\nConn. failed"
//d:Error message.
//d:DNS lookup failed.
#define qtn_sock_dns_failed "CSocketsEngine\nDNS lookup failed"
//d:Error message.
//d:Timeout.
#define qtn_sock_timeout "CSocketsEngine\nTimed out"
//d:Error message.
//d:Disconnected.
#define qtn_sock_disconnected "CSocketsEngine\nDisconnected"
//d:Error message.
//d:Read error.
#define qtn_sock_read_error "CSocketsEngine\nRead Error"
//d:Error message.
//d:Timeout on write.
#define qtn_sock_write_timeout "CSocketsEngine\nTime Out on write"
//d:Error message.
//d:General write error.
#define qtn_sock_general_write_error "CSocketsEngine\nWrite Error"
//d:Text in output window
//d:Domain name.
#define qtn_sock_domain_name "Domain name = "
//d:Text in output window
//d:IP address.
#define qtn_sock_ip_address "\r\nIP address = "
//d:Status info.
//d:Uninitialised.
#define qtn_sock_uninitialised "Uninitialised"
//d:Status info.
//d:Not connected.
#define qtn_sock_not_connected "Not connected"
//d:Status info.
//d:Connecting to server.
#define qtn_sock_connecting "Connecting"
//d:Status info.
//d:Connected to server.
#define qtn_sock_connected "Connected"
//d:Status info.
//d:Looking up IP address.
#define qtn_sock_looking_up "Looking up"
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -