ui_strings-en.js
Summary
No overview generated for 'ui_strings-en.js'
window.ui_strings || ( window.ui_strings = {} )
window.ui_strings.lang_code = "en";
ui_strings.M_VIEW_LABEL_COMPOSITE_SCRIPTS = 'Scripts';
ui_strings.M_VIEW_LABEL_COMPOSITE_DOM = 'DOM';
ui_strings.M_VIEW_LABEL_COMPOSITE_ERROR_CONSOLE = 'Error Console';
ui_strings.M_VIEW_LABEL_COMPOSITE_EXPORTS = 'Export';
ui_strings.M_VIEW_LABEL_SCRIPTS = 'Scripts';
ui_strings.M_VIEW_LABEL_ENVIRONMENT = 'Environment';
ui_strings.M_VIEW_LABEL_SOURCE = 'Source';
ui_strings.M_VIEW_LABEL_COMMAND_LINE = 'Command Line';
ui_strings.M_VIEW_LABEL_CALLSTACK = 'Call Stack';
ui_strings.M_VIEW_LABEL_THREAD_LOG = 'Thread Log';
ui_strings.M_VIEW_LABEL_FRAME_INSPECTION = 'Inspection';
ui_strings.M_VIEW_LABEL_OBJECT_INSPECTION = 'Object Inspection';
ui_strings.M_VIEW_LABEL_DOCUMENTS = 'Documents';
ui_strings.M_VIEW_LABEL_STYLESHEETS = 'Stylesheets';
ui_strings.M_VIEW_LABEL_DOM = 'DOM';
ui_strings.M_VIEW_LABEL_STYLESHEET = 'Stylesheet';
ui_strings.M_VIEW_LABEL_STYLES = 'Styles';
ui_strings.M_VIEW_LABEL_DOM_ATTR = 'Properties';
ui_strings.M_VIEW_LABEL_LAYOUT = 'Layout';
ui_strings.M_VIEW_LABEL_ERROR_ALL = 'All';
ui_strings.M_VIEW_LABEL_ERROR_SCRIPT = 'JavaScript';
ui_strings.M_VIEW_LABEL_ERROR_JAVA = 'Java';
ui_strings.M_VIEW_LABEL_ERROR_M2 = 'Mail';
ui_strings.M_VIEW_LABEL_ERROR_NETWORK = 'Network';
ui_strings.M_VIEW_LABEL_ERROR_XML = 'XML';
ui_strings.M_VIEW_LABEL_ERROR_HTML = 'HTML';
ui_strings.M_VIEW_LABEL_ERROR_CSS = 'CSS';
ui_strings.M_VIEW_LABEL_ERROR_XSLT = 'XSLT';
ui_strings.M_VIEW_LABEL_ERROR_SVG = 'SVG';
ui_strings.M_VIEW_LABEL_ERROR_BITTORRENT = 'Bittorrent';
ui_strings.M_VIEW_LABEL_ERROR_VOICE = 'Voice';
ui_strings.M_VIEW_LABEL_ERROR_WIDGET = 'Widget';
ui_strings.M_VIEW_LABEL_ERROR_DRAGONFLY = 'Opera Dragonfly';
ui_strings.M_VIEW_LABEL_COMPUTED_STYLE = 'Computed Style';
ui_strings.M_VIEW_LABEL_STYLES = 'Styles';
ui_strings.M_VIEW_LABEL_CONSOLE = 'Console';
ui_strings.M_VIEW_LABEL_EXPORT = 'Export';
ui_strings.S_SWITCH_SHOW_TAB_ALL = 'Show Tab All';
ui_strings.S_SWITCH_SHOW_TAB_SCRIPT = 'Show Tab Script';
ui_strings.S_SWITCH_SHOW_TAB_JAVA = 'Show Tab Java';
ui_strings.S_SWITCH_SHOW_TAB_M2 = 'Show Tab Mail';
ui_strings.S_SWITCH_SHOW_TAB_NETWORK = 'Show Tab Network';
ui_strings.S_SWITCH_SHOW_TAB_XML = 'Show Tab XML';
ui_strings.S_SWITCH_SHOW_TAB_HTML = 'Show Tab HTML';
ui_strings.S_SWITCH_SHOW_TAB_CSS = 'Show Tab CSS';
ui_strings.S_SWITCH_SHOW_TAB_XSLT = 'Show Tab XSLT';
ui_strings.S_SWITCH_SHOW_TAB_SVG = 'Show Tab SVG';
ui_strings.S_SWITCH_SHOW_TAB_BITTORRENT = 'Show Tab Bittorrent';
ui_strings.S_SWITCH_SHOW_TAB_VOICE = 'Show Tab Voice';
ui_strings.S_SWITCH_SHOW_TAB_WIDGET = 'Show Tab Widget';
ui_strings.S_SWITCH_SHOW_TAB_DRAGONFLY = 'Show Tab Opera Dragonfly';
ui_strings.S_SWITCH_UPDATE_GLOBAL_SCOPE = 'Automatically update global scope';
ui_strings.S_SWITCH_FIND_ELEMENT_BY_CLICKING = 'Find element by clicking';
ui_strings.S_SWITCH_HIGHLIGHT_BY_MOUSE_OVER = 'Highlight by mouse hover';
ui_strings.S_SWITCH_UPDATE_DOM_ON_NODE_REMOVE = 'Update DOM when a node is removed';
ui_strings.S_SWITCH_USE_LOWER_CASE_TAG_NAMES = 'Use lower case tag names for text/html';
ui_strings.S_SWITCH_SHOW_COMMENT_NODES = 'Show comment nodes';
ui_strings.S_SWITCH_SHOW_ATTRIBUTES = 'Show attributes';
ui_strings.S_SWITCH_SHOW_WHITE_SPACE_NODES = 'Show white space nodes';
ui_strings.S_SWITCH_SHOW_DOM_INTREE_VIEW = 'Show DOM in tree view';
ui_strings.S_SWITCH_USE_SHORTHAND_PROPERTIES = 'Use shorthand for properties';
ui_strings.S_SWITCH_HIDE_INITIAL_VALUES = 'Hide initial values in computed styles';
ui_strings.S_SWITCH_HIDE_SHORTHANDS = 'Hide shorthand for computed styles';
ui_strings.S_SWITCH_HIDE_EMPTY_STRINGS = 'Hide empty strings and null values';
ui_strings.S_SWITCH_REMOTE_DEBUG = 'Remote Debug';
ui_strings.S_SWITCH_SHOW_VIEWS_MENU = "Show Views menu";
ui_strings.S_SWITCH_RELOAD_SCRIPTS_AUTOMATICALLY = "Reload documents automatically on selecting a window"
ui_strings.S_SWITCH_DETACH_WINDOW = "Undock into separate window" ;
ui_strings.S_SWITCH_ATTACH_WINDOW = "Dock to main window";
ui_strings.S_SWITCH_SHOW_INITIAL_VALUES = 'Hide initial values in computed styles';
ui_strings.S_SWITCH_SHOW_SHORTHANDS = 'Hide shorthands in computed styles view';
ui_strings.S_SWITCH_CREATE_SHORTHANDS = 'Use shorthands for properties';
ui_strings.S_SWITCH_SHOW_SIBLINGS_IN_BREAD_CRUMB = 'Show Siblings in Breadcrumb';
ui_strings.S_SWITCH_SHOW_ID_AND_CLASSES_IN_BREAD_CRUMB = "Show id's and classes in Breadcrumb";
ui_strings.S_BUTTON_LABEL_HELP = 'Help';
ui_strings.S_BUTTON_LABEL_CONTINUE = 'Continue (F8)';
ui_strings.S_BUTTON_LABEL_STEP_OVER = 'Step Over (F10)';
ui_strings.S_BUTTON_LABEL_STEP_INTO = 'Step Into (F11)';
ui_strings.S_BUTTON_LABEL_STEP_OUT = 'Step Out (Shift F11)';
ui_strings.S_BUTTON_LABEL_STOP_AT_THREAD = 'Stop at new script';
ui_strings.S_BUTTON_LABEL_AT_EXCEPTION = 'Stop at exception';
ui_strings.S_BUTTON_LABEL_AT_ERROR = 'Stop at error';
ui_strings.S_BUTTON_LABEL_AT_ABORT = 'Stop at abort';
ui_strings.S_BUTTON_LABEL_RELOAD_HOST = 'Reload the selected window in the browser';
ui_strings.S_BUTTON_LABEL_SELECT_WINDOW = "Select the window you'd like to debug";
ui_strings.S_BUTTON_LABEL_GET_THE_WOHLE_TREE = 'Expand the DOM tree';
ui_strings.S_BUTTON_LABEL_EXPORT_DOM = 'Export current DOM view';
ui_strings.S_BUTTON_LABEL_HIDE_DEFAULT_PROPS_IN_GLOBAL_SCOPE = 'Hide default properties in global scope';
ui_strings.S_BUTTON_LABEL_LOG_THREADS = 'Log threads';
ui_strings.S_BUTTON_LABEL_CLEAR_LOG = 'Clear thread log';
ui_strings.S_BUTTON_LABEL_EXPORT_LOG = 'Export thread log';
ui_strings.S_BUTTON_LABEL_SETTINGS = 'Settings';
ui_strings.S_BUTTON_LABEL_CLEAR_LOG = 'Clear Log';
ui_strings.S_BUTTON_LABEL_CLOSE_WINDOW = 'Close Window';
ui_strings.S_BUTTON_TEXT_APPLY = 'Apply';
ui_strings.S_LABEL_STATUS_INDICATOR = 'Status indicator for the browser and the debugger';
ui_strings.S_LABEL_PORT = 'Port';
ui_strings.S_SELECT_WINDOW_EMPTY = 'Select a window';
ui_strings.S_INPUT_DEFAULT_TEXT_SEARCH = 'Search';
ui_strings.S_INPUT_DEFAULT_TEXT_FILTER = 'Quick find';
ui_strings.S_INFO_RELOAD_FOR_SCRIPT = 'Click the reload button above to fetch the scripts for the selected window';
ui_strings.S_INFO_RUNTIME_HAS_NO_SCRIPTS = 'This document has no scripts';
ui_strings.S_INFO_DOCUMNENT_LOADING = 'Opera Dragonfly is loading ...';
ui_strings.M_SETTING_LABEL_GENERAL = 'General';
ui_strings.S_INFO_WRONG_START = "Opera Dragonfly cannot be used in this way.\n" +
"Either set the current url in\n\n" +
" opera:config > Developer Tools > Developer Tools URL\n\n" +
"or setup a debugger environment with a proxy and server."
ui_strings.S_INFO_WAITING_FOR_CONNECTION =
"Opera Dragonfly is waiting for a connection on port %s.\n" +
"Please enter opera:debug in your device's URL field to connect.";
ui_strings.S_INFO_SERVICE_NOT_AVAILABLE = "Service is not available: %s";
ui_strings.S_INFO_NO_RUNTIME_SELECTED = "Select a runtime";
ui_strings.S_TEXT_CALL_STACK_FRAME_LINE = "%(FUNCTION_NAME)s: Line %(LINE_NUMBER)s (Script ID %(SCRIPT_ID)s)";
ui_strings.M_VIEW_SUB_LABEL_METRICS = "Metrics";
ui_strings.M_VIEW_SUB_LABEL_PARENT_OFFSETS = "Parent Offsets";
ui_strings.M_VIEW_SUB_LABEL_OFFSET_VALUES = "Offset Values";
ui_strings.S_TEXT_ENVIRONMENT_PROTOCOL_VERSION = "Protocol Version";
ui_strings.S_TEXT_ENVIRONMENT_OPERATING_SYSTEM = "Operating System";
ui_strings.S_TEXT_ENVIRONMENT_PLATFORM = "Platform";
ui_strings.S_TEXT_ENVIRONMENT_USER_AGENT = "User Agent";
ui_strings.S_TEXT_ENVIRONMENT_DRAGONFLY_VERSION = "Opera Dragonfly Version";
ui_strings.S_TEXT_ENVIRONMENT_REVISION_NUMBER = "Revision Number";
ui_strings.S_TEXT_ECMA_SCRIPT_TYPE_INLINE = "Inline";
ui_strings.S_TEXT_ECMA_SCRIPT_TYPE_LINKED = "Linked";
ui_strings.S_TEXT_ECMA_SCRIPT_TYPE_UNKNOWN = "Unknown";
ui_strings.S_TEXT_ECMA_SCRIPT_SCRIPT_ID = "Script id";
ui_strings.S_TEXT_STATUS_SEARCH = "Matches for %(SEARCH_TERM)s: Match %(SEARCH_COUNT_INDEX)s out of %(SEARCH_COUNT_TOTAL)s";
Documentation generated by
JSDoc on Thu Oct 30 18:01:10 2008