📄 vncviewer.rls
字号:
/*
* ==============================================================================
* Name : VncViewer.rls
* Part of : VncViewer
* Interface :
* Description :
* Version :
*
* ==============================================================================
*/
// LOCALISATION STRINGS
//d:Caption string for app.
rls_string STRING_VncV_caption_string "VNCViewer"
//d:Short caption string for app.
rls_string STRING_VncV_short_caption_string "VNCV"
//d:First item in "Options" menu pane, "connect" event.
rls_string STRING_VncV_command1 "Connect"
//d:Second item in "Options" menu pane, "preferences" event.
rls_string STRING_VncV_command2 "Preferences"
//d:Third item in "Options" menu pane, "about" event.
rls_string STRING_VncV_command3 "About"
//d:Fourth item in "Options" menu pane, "Send Text" event.
rls_string STRING_VncV_command4 "Send Text"
//d:Fifth item in "Options" menu pane, "disconnect" event.
rls_string STRING_VncV_command5 "Disconnect"
//d:Sixth item in "Options" menu pane, "send ctrl-alt-supr" event.
rls_string STRING_VncV_command6 "Send ctrl-alt-supr"
//d:Seventh item in "Options" menu pane, "Connection info" event.
rls_string STRING_VncV_command7 "Connection Info"
//d:Eigth item in "Options" menu pane, "Send Special Key" event.
rls_string STRING_VncV_command8 "Send Special Key"
//d:Nineth item in "Options" menu pane, "Select modifiers" event.
rls_string STRING_VncV_command9 "Select Modifiers"
//d:Item in "Options" menu pane, "exit" event.
rls_string STRING_VncV_exit "Exit"
//d:Special Keys Items
rls_string STRING_KeyPressBACK_SPACE "Back Space"
rls_string STRING_KeyPressTAB "Tab"
rls_string STRING_KeyPressENTER "Enter"
rls_string STRING_KeyPressESCAPE "Escape"
rls_string STRING_KeyPressDELETE "Delete"
rls_string STRING_KeyPressHOME "Home"
rls_string STRING_KeyPressEND "End"
rls_string STRING_KeyPressPGUP "PgUp"
rls_string STRING_KeyPressPGDN "PgDn"
rls_string STRING_KeyPressUP "Up"
rls_string STRING_KeyPressDOWN "Down"
rls_string STRING_KeyPressLEFT "Left"
rls_string STRING_KeyPressRIGHT "Right"
rls_string STRING_KeyPressF1 "F1"
rls_string STRING_KeyPressF2 "F2"
rls_string STRING_KeyPressF3 "F3"
rls_string STRING_KeyPressF4 "F4"
rls_string STRING_KeyPressF5 "F5"
rls_string STRING_KeyPressF6 "F6"
rls_string STRING_KeyPressF7 "F7"
rls_string STRING_KeyPressF8 "F8"
rls_string STRING_KeyPressF9 "F9"
rls_string STRING_KeyPressF10 "F10"
rls_string STRING_KeyPressF11 "F11"
rls_string STRING_KeyPressF12 "F12"
rls_string STRING_KeyPressPRINT_SCREEN "Print Screen"
rls_string STRING_KeyPressPAUSE "Pause"
rls_string STRING_KeyPressINSERT "Insert"
//d:Key Modifiers
rls_string STRING_ModifierSHIFT "1\tShift"
rls_string STRING_ModifierCTRL "1\tCtrl"
rls_string STRING_ModifierALT "1\tAlt"
rls_string STRING_ModifierMETA "1\tMeta"
//d:Prefences Dialog
rls_string STRING_preferences_dialog_label_page1 "Encoding"
rls_string STRING_preferences_dialog_label_page2 "Inputs"
rls_string STRING_preferences_dialog_label_page3 "Misc"
rls_string STRING_encoding_preferences "Encoding and Colour Level"
rls_string STRING_input_preferences "Inputs"
rls_string STRING_misc_preferences "Misc"
rls_string STRING_preferences_item_autoselect "Auto Select"
rls_string STRING_preferences_item_encoding "Encoding"
rls_string STRING_preferences_item_colourlevel "Colour Level"
rls_string STRING_preferences_item_viewonly "View only (ignore keyboard & mouse)"
rls_string STRING_preferences_item_acceptclipboard "Accept clipboard from server"
rls_string STRING_preferences_item_sendclipboard "Send clipboard to server"
rls_string STRING_preferences_item_shared "Shared (don't disconnect other viewers)"
rls_string STRING_preferences_item_localcursor "Render cursor locally"
rls_string STRING_preferences_item_fastcopyrect "Fast CopyRect"
//d:About Dialog
rls_string STRING_about_heading "About"
rls_string STRING_about_message "VNC Viewer for Symbian 1.0\r\nCopyright (C) 2006 Lucas Gomez Jimenez\r\nSee http://symvnc.sourceforge.net for latest updates\r\nSee http://www.realvnc.com for information on VNC."
//d:Connection Info Dialog
rls_string STRING_connection_info_heading "Connection Info"
rls_string STRING_connection_info_message "Desktop Name: %S\r\nHost: %S\r\nSize: %S\r\nPixel Format: %S\r\nServerDefault: %S\r\nRequested Encoding: %S\r\nLast Used Encoding: %S\r\nLine Speed Estimate: %S\r\nProtocol Version: %S\r\nSecurity Method: %S\r\nEncryption: %S"
rls_string STRING_texts_on "On"
rls_string STRING_texts_off "Off"
rls_string STRING_zrle_encoding "ZRLE"
rls_string STRING_hextile_encoding "Hextile"
rls_string STRING_raw_encoding "Raw"
rls_string STRING_full_colourlevel "Full (all available colours)"
rls_string STRING_medium_colourlevel "Medium (256 colours)"
rls_string STRING_low_colourlevel "Low (64 colours)"
rls_string STRING_verylow_colourlevel "Very low (4 colours)"
rls_string STRING_VncViewer_loc_resource_file_1 "\\resource\\apps\\VncViewer"
rls_string STRING_CONN_DETAILS "Connection Details"
rls_string STRING_SETTINGS_ITEM_IP "Server Address"
rls_string STRING_SETTINGS_ITEM_PORT "Server Port"
rls_string STRING_INPUT_TEXT_DIALOG "Enter text"
rls_string STRING_INPUT_SECRET_TEXT_DIALOG "Enter password"
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -