⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 httpclientexample_loc.l01

📁 Http client source code. Working symbian http client example. Connect to http server and browse site
💻 L01
字号:
// LOCALISATION STRINGS

rls_string STRING_r_http_caption_string "HTTPClientExample"

rls_string STRING_r_http_options_get "HTTP Get"
rls_string STRING_r_http_options_post "HTTP Post"
rls_string STRING_r_http_options_cancel "Cancel"
rls_string STRING_r_http_options_switch_focus "Switch focus"
rls_string STRING_r_http_options_help "Help"
rls_string STRING_r_http_options_about "About"
rls_string STRING_r_http_options_exit "Exit"

rls_string STRING_r_http_user_name "User name"
rls_string STRING_r_http_password "Password"
rls_string STRING_r_http_uri "URI"
rls_string STRING_r_http_data_to_post "Data to post"

rls_string STRING_r_http_session_error "Cannot create session. Is internet access point configured?"
rls_string STRING_r_http_exiting_app "Exiting app."
rls_string STRING_r_http_connecting "Connecting..."
rls_string STRING_r_http_tx_cancelled "Transaction cancelled."
rls_string STRING_r_http_header_received "Header received. Status: %N %U"
rls_string STRING_r_http_bytes_received "%N bytes received..."
rls_string STRING_r_http_body_received "Body received."
rls_string STRING_r_http_tx_complete "Transaction complete."
rls_string STRING_r_http_tx_successful "Transaction successful."
rls_string STRING_r_http_tx_failed "Transaction failed."
rls_string STRING_r_http_no_internet_connection "No Internet connection (error %N)."
rls_string STRING_r_http_unrecognised_event "Unrecognised event: %N."
rls_string STRING_r_http_mhfrun_error "MHFRunError: %N."
rls_string STRING_r_http_auth_note "%0U requires %1U authentication."
rls_string STRING_r_http_auth_required "Authentication required."

// about dialog texts
rls_string STRING_r_http_about_dialog_title "HTTPClientExample"
rls_string STRING_r_http_about_dialog_text "Version 2.1\nForum Nokia\nWeb site: www.forum.nokia.com"

// reconnect dialog texts
rls_string STRING_r_http_reconnect_dialog_confirmation "Connection seems to have been lost. Reconnect?"

rls_string STRING_r_httpclientexample_loc_resource_file "\\resource\\apps\\HTTPClientExample"

⌨️ 快捷键说明

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