Changeset 2232 for non-gtk/firebug/firebug1.7/en-US/firebug.properties
- Timestamp:
- Nov 6, 2010, 1:41:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
non-gtk/firebug/firebug1.7/en-US/firebug.properties
r2077 r2232 1 1 Firebug=Firebug 2 3 2 # LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window. 4 3 # %S Title of the associated web page. 5 4 # examples: Firebug - Google 6 5 WindowTitle=Firebug - %S 7 8 6 # Panel titles 9 7 Panel-console=Console … … 21 19 Panel-callstack=Stack 22 20 Panel-scopes=Scopes 23 24 21 firebug.DetachFirebug=Open Firebug in New Window 25 22 firebug.AttachFirebug=Attach Firebug to Browser Window 26 23 # LOCALIZATION NOTE (pluralRuleFirebugs): Custom plural rule for this locale. 24 # If there is no Firebug translation for the current browser locale, this value 25 # will be used instead of the one in chrome://global/locale/intl.properties 26 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 27 pluralRule=1 27 28 # LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms. 28 29 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals … … 32 33 # example: 2 Total Firebugs 33 34 plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs 34 35 35 inBrowser=In Browser 36 36 detached=Detached … … 47 47 On_for_all_web_pages=On for All Web Pages 48 48 firebug.menu.Clear_Activation_List=Clear Activation List 49 50 49 firebug_options=Firebug Options 51 50 firebug_options_showQuickInfoBox=Show Quick Info Box 52 53 54 51 # LOCALIZATION NOTE (firebug.Show_All_Panels): Menu item label used in 'list of all panels' 55 52 # menu (available on Firebug's tab bar). 56 53 firebug.Show_All_Panels=Show All Panels 57 58 54 # Console panel options. 59 55 ShowJavaScriptErrors=Show JavaScript Errors … … 70 66 ShowNetworkErrors=Show Network Errors 71 67 JavascriptOptionsStrict=Strict Warnings (performance penalty) 72 73 68 LargeCommandLine=Larger Command Line 69 commandLineShowCompleterPopup=Show Completion List Popup 74 70 console_command_line=console command line 75 71 Assertion=Assertion Failure 76 77 72 # LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error, 78 73 # message, etc. within a source of a web page. … … 80 75 # examples: somePage.htm (line 64) 81 76 Line=%S (line %S) 82 83 77 InstanceLine=%S #%S (line %S) 84 78 StackItem=%S (%S line %S) 85 79 SystemItem=<System> 86 87 80 # LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus. 88 81 # For example, right clicking on an element in the HTML panel offers an action to inspect … … 91 84 # examples: Inspect in DOM Tab 92 85 InspectInTab=Inspect in %S Tab 93 94 86 NoName=(no name) 95 96 87 # LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug 97 88 # do not translate. 98 89 # #1 jsdIScript.tag 99 90 jsdIScript=jsdIScript %S 100 101 91 # HTML panel context menu items. 102 92 ShowFullText=Show Full Text … … 117 107 ShowQuickInfoBox=Show Quick Info Box 118 108 ShadeBoxModel=Shade Box Model 119 120 109 # Quick Info Box 121 110 quickInfo=Quick Info 122 111 computedStyle=Computed Style 123 124 112 # LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume 125 113 # button that are used when the HTML panel is currently selected. The button allows stopping … … 128 116 html.Disable_Break_On_Mutate=Disable Break On Mutate 129 117 html.label.Break_On_Text_Change=Break On Text Change 130 131 118 html.label.HTML_Breakpoints=HTML Breakpoints 132 119 html.label.Break_On_Attribute_Change=Break On Attribute Change 133 120 html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal 134 121 html.label.Break_On_Element_Removal=Break On Element Removal 135 122 # LOCALIZATION NOTE (html.label.Expand_All): Used within the HTML for a context menu item. 123 # The user can expand the element together with all its children to quickly see the entire 124 # hieararchical structure. 125 html.label.Expand_All=Expand All 136 126 dom.label.DOM_Breakpoints=DOM Breakpoints 137 138 127 # LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows 139 128 # editing an existing HTML element attribute. … … 141 130 # examples: Edit Attribute "onclick"... 142 131 EditAttribute=Edit Attribute "%S"... 143 144 132 # LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows 145 133 # deleting an existing HTML element attribute. … … 147 135 # examples: Delete Attribute "onclick"... 148 136 DeleteAttribute=Delete Attribute "%S" 149 150 137 # LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule. 151 138 # that has been inherited. Used in the Style side panel (under HTML panel). 152 139 # examples: Inherited from table.tabView 153 140 InheritedFrom=Inherited from 154 155 141 SothinkWarning=The Sothink SWF Catcher extension is preventing Firebug from working properly.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">this item on the Firebug FAQ</a> for help. 156 142 EmptyStyleSheet=There are no rules in this stylesheet. … … 159 145 NewRule=New Rule... 160 146 NewProp=New Property... 161 162 147 # LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu. 163 148 # Allows to edit an existing CSS rule property. … … 165 150 # examples: Edit "background-color"... 166 151 EditProp=Edit "%S"... 167 168 152 # LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu. 169 153 # Allows to disable an existing CSS rule property. … … 171 155 # examples: Disable "background-color" 172 156 DisableProp=Disable "%S" 173 174 157 # LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu. 175 158 # Allows to delete an existing CSS rule property. … … 177 160 # examples: Delete "background-color" 178 161 DeleteProp=Delete "%S" 179 180 162 # Console context menu labels. 181 163 BreakOnThisError=Break on This Error … … 187 169 UseLastLineForEvalName=Use Last Source Line for eval() names 188 170 UseMD5ForEvalName=Use MD5 for eval() names 189 190 171 # LOCALIZATION NOTE do not translate, no longer used(?) 191 172 DBG_FBS_CREATION=Beware! DBG_FBS_CREATION … … 193 174 DBG_FBS_ERRORS=Beware! DBG_ERRORS 194 175 DBG_FBS_STEP=Beware! DBG_STEP 195 196 176 # Breakpoints side panel 197 177 Breakpoints=Breakpoints … … 201 181 DisableAllBreakpoints=Disable All Breakpoints 202 182 ClearAllBreakpoints=Remove All Breakpoints 203 204 183 # LOCALIZATION NOTE (script.balloon.Continue, script.balloon.Disable): Labels used for buttons 205 184 # within balloon popup dialog. This dialog appears when debugger halts at a breakpoint or at … … 209 188 script.balloon.Continue=Continue 210 189 script.balloon.Disable=Disable 211 212 190 # Script panel 213 191 StepOver=Step Over … … 232 210 AddWatch=Add Watch 233 211 CopySourceCode=Copy Source 234 235 212 CopyValue=Copy Value 236 213 Copy_Name=Copy Name 237 214 Copy_Path=Copy Path 238 239 215 NewProperty=New Property... 240 216 EditProperty=Edit Property... … … 250 226 Show_User_Agent_CSS=Show User Agent CSS 251 227 Expand_Shorthand_Properties=Expand Shorthand Properties 252 228 script.Type_any_key_to_filter_list=Type any key to filter list 253 229 # LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent): 254 230 # Labels used to describe layout properties a the selected HTML element. … … 260 236 LayoutAdjacent=adjacent 261 237 position=position 262 263 238 # LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel 264 239 # under HTML panel. 265 240 ShowRulers=Show Rulers and Guides 266 267 241 # Net panel 268 242 Loading=Loading... 269 243 Headers=Headers 270 271 244 # LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel) 272 245 net.header.Reset_Header=Reset Header 273 274 246 # LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status, 275 247 # net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip, … … 286 258 net.header.Timeline=Timeline 287 259 net.header.Timeline_Tooltip=Detailed timing info about request response round trip. 288 289 260 # LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group. 290 261 net.label.XHR_Breakpoints=XHR Breakpoints 291 292 262 # LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context 293 263 # menu for breaking on a XHR. 294 264 net.label.Break_On_XHR=Break On XHR 295 296 265 # LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the 297 266 # Net panel's Headers tab (displayed if you expand a network request). The label is used … … 300 269 net.headers.view_source=view source 301 270 net.headers.pretty_print=pretty print 302 271 # LOCALIZATION NOTE (net.filter.Media): Label for net panel filter (used on the Net panel toolbar) 272 net.filter.Media=Media 303 273 # LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about 304 274 # a network request (displayed when a net panel entry is expanded). The content of … … 306 276 Post=Post 307 277 Put=Put 308 309 278 # LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML): 310 279 # Label used in the Net panel for detailed info about a network request (displayed … … 317 286 xmlviewer.tab.XML=XML 318 287 svgviewer.tab.SVG=SVG 319 288 # LOCALIZATION NOTE (jsonviewer.sort, jsonviewer.do_not_sort): Label (verb) used in the 289 # Net panel for JSON responses Allows to sort alphabetically. 290 jsonviewer.sort=Sort by key 291 jsonviewer.do_not_sort=Do not sort 320 292 # LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel 321 293 # (expand an entry in the panel and select Headers tab). 322 294 RequestHeaders=Request Headers 323 295 ResponseHeaders=Response Headers 324 325 296 # LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms. 326 297 # A message displayed in the Net panel when some entries must be removed since maximum number … … 329 300 # example: Firebug's log limit has been reached. 150 entries not shown. 330 301 plural.Limit_Exceeded=Firebug's log limit has been reached. %S entry not shown.;Firebug's log limit has been reached. %S entries not shown. 331 332 302 LimitPrefs=Preferences 333 334 303 # LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit 335 304 # has been reached. Informing the user what preferencee should be changed to modify the limit. … … 337 306 # examples: In order to change the limit modify: firebug.extensions.console.logLimit 338 307 LimitPrefsTitle=In order to change the limit modify: %S 339 340 308 Refresh=Refresh 341 309 OpenInTab=Open in New Tab 342 310 Open_Response_In_New_Tab=Open Response in New Tab 343 344 311 # LOCALIZATION NOTE (Profile): Used as a caption for reported profile info. 345 312 # (result of javascript profiler tool). Represents a verb. 346 313 Profile=Profile 347 348 314 ProfilerStarted=The profiler is running. Click 'Profile' again to see its report. 349 350 315 # LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms. 351 316 # Used as a caption for reported profile info (result of javascript profiler tool). … … 354 319 # example: (#1ms, #2 calls) 355 320 plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls) 356 357 321 NothingToProfile=No activity to profile. 358 322 PercentTooltip=Percentage of time spent on this function. … … 367 331 Function=Function 368 332 Percent=Percent 369 370 333 # LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header 371 334 # (name of a report column). In order to see this, select the Console panel start profiling … … 379 342 Max=Max 380 343 File=File 381 382 344 # Support for clipboard actions. 383 345 Copy=Copy … … 397 359 CopyError=Copy Error 398 360 CopySource=Copy Function 399 400 361 # LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script 401 362 # panel when clicking a function object. … … 403 364 # Log Calls to "getData" 404 365 ShowCallsInConsole=Log Calls to "%S" 405 406 366 ShowEventsInConsole=Log Events 407 367 panel.Enabled=Enabled … … 409 369 panel.Enable=Enable 410 370 panel.Disable=Disable 411 371 # LOCALIZATION NOTE (anel.tooltip.Show_Command_Line): A tooltip used for a button on main 372 # Firebug toolbar. This button allows to open the command line even within other panels. 373 panel.tooltip.Show_Command_Line=Show Command Line 412 374 # LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel 413 375 # if specific method is not supported. 414 376 # %S Name of a not supported method. 415 377 console.MethodNotSupported=Firebug console does not support '%S' 416 417 378 # LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel 418 379 # when a not supported method is used on the command line. 419 380 # %S Name of a not supported method. 420 381 commandline.MethodNotSupported=Firebug command line does not support '%S' 421 422 382 # LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors): 423 383 # Tooltip for the "Break on... " button used when the Console panel is selected. 424 384 console.Disable_Break_On_All_Errors=Disable Break On All Errors 425 385 console.Break_On_All_Errors=Break On All Errors 426 427 386 console.Break_On_This_Error=Break On This Error 428 387 # LOCALIZATION NOTE (console.Use_TAB_and_arrow_keys) 388 # Top of the completion popup in the command line 389 console.Use_TAB_and_arrow_keys=Use TAB and arrow keys 429 390 # Console strings used when JavaScript is not available 430 391 console.JSDisabledInFirefoxPrefs=JavaScript is disabled in your Firefox preferences. If you would like to use the Console panel then please enable this option under 'Tools' -> 'Options' -> 'Content' -> 'Enable JavaScript' 431 432 392 # LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent, 433 393 # net.sizeinfo.Total_Received): … … 439 399 net.sizeinfo.Total_Sent=Total Sent 440 400 net.sizeinfo.Total_Received=Total Received 441 442 401 net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown. 443 402 net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab. 444 445 403 # LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net 446 404 # panel (inside the Post tab of an expanded request entry). The message informs the user that 447 405 # posted data reached Firebug's size limit and only part of it is displayed in the UI. 448 406 net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug. 449 450 407 net.Break_On_XHR=Break On XHR 451 408 net.label.Parameters=Parameters 452 409 net.label.Parts=Parts 453 410 net.label.Source=Source 454 455 411 # LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events): 456 412 # Labels for Net panel's options. 457 413 net.option.Disable_Browser_Cache=Disable Browser Cache 458 414 net.option.Show_Paint_Events=Show Paint Events 459 415 # LOCALIZATION NOTE (net.option.Show_BF_Cache_Responses, net.option.tip.Show_BF_Cache_Responses): 416 # Net panels's option. If set to true, the net panel displays also response coming from 417 # BF (back-forward) cache. See also: https://developer.mozilla.org/En/Working_with_BFCache 418 net.option.Show_BF_Cache_Responses=Show BF Cache Responses 419 net.option.tip.Show_BF_Cache_Responses=The Net panel can show also responses coming from BF Cache. 460 420 script.Break_On_Next=Break On Next 461 421 ShowHttpHeaders=Show HTTP Headers 462 463 422 # LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms. 464 423 # A label used in the Net panel. Displays number of HTTP requests executed by the current page. … … 466 425 # example: 21 requests 467 426 plural.Request_Count=%S request;%S requests 468 469 427 FromCache=from cache 470 428 StopLoading=Stop Loading … … 481 439 OpenImageInNewTab=Open Image in New Tab 482 440 OmitObjectPathStack=Omit Toolbar Stack 441 Copy_Rule_Declaration=Copy Rule Declaration 483 442 Copy_Style_Declaration=Copy Style Declaration 484 485 443 # LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms. 486 444 # A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug. … … 488 446 # example: 111 Errors 489 447 plural.Error_Count=%S Error;%S Errors 490 491 moduleManager.title=%S panel is disabled 448 moduleManager.title=%S Panel is disabled 492 449 moduleManager.desc3=Use Firebug's status bar icon to enable/disable all panels at once. Use each panel's tab menu for individual control. 493 450 moduleManager.Enable=Enable 494 451 Suspend_Firebug=Suspend Firebug 495 452 Resume_Firebug=Resume Firebug … … 498 455 Open_Console_Tooltip=Open Trace Console for Firebug. 499 456 Scope_Chain=Scope Chain 500 501 457 # LOCALIZATION NOTE names of kinds of scopes. Probably best left in English. 502 458 # With: the scope inside of the with(obj) {} statement … … 506 462 # Window: the scope inside of a Javascript window object. 507 463 Window_Scope=Window 508 509 464 Logs=Logs 510 465 Options=Options 511 466 Copy_Stack=Copy Stack 512 467 Copy Exception=Copy Exception 513 514 468 # Net panel timing info labels 515 469 requestinfo.Blocking=Blocking … … 522 476 requestinfo.WindowLoad='load' (event) 523 477 requestinfo.Started=Started 524 525 478 editors.Editor_Configuration=Editor Configuration 526 527 479 search.Firebug_Search=Firebug Search 528 480 search.Next=Next 529 481 search.Previous=Previous 530 531 482 search.Case_Sensitive=Force Case Sensitive 532 483 search.Multiple_Files=Multiple Files … … 537 488 search.net.Response_Bodies=Response Bodies 538 489 search.script.Multiple_Files=Multiple Files 539 540 490 firebug.console.Persist=Persist 541 491 firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload 492 firebug.console.Show_All_Log_Entries=Show All Log Entries 493 firebug.console.Errors=Errors 494 firebug.console.Filter_by_Errors=Filter by Errors 495 firebug.console.Warnings=Warnings 496 firebug.console.Filter_by_Warnings=Filter by Warnings 497 firebug.console.Info=Info 498 firebug.console.Filter_by_Info=Filter by Info 499 firebug.console.Debug_Info=Debug Info 500 firebug.console.Filter_by_Debug_Info=Filter by Debug Info 542 501 firebug.menu.Clear_Console=Clear Console 543 502 firebug.menu.Reset_All_Options=Reset All Options … … 570 529 firebug.shortcut.navBack.label=Go Back 571 530 firebug.shortcut.navForward.label=Go Forward 572 573 531 firebug.panel_selector=Panel Selector 574 575 532 customizeShortcuts=Firebug Shortcut Bindings 576 533 keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts 577 578 534 #A11y Chrome Labels (not visible, spoken by screen readers) 579 535 a11y.labels.panel_tools=panel tools … … 585 541 a11y.labels.reset_shortcut=reset %S shortcut 586 542 aria.labels.inactive_panel=inactive panel 587 588 543 #A11y panelNode labels (not visible, spoken by screen readers) 589 544 a11y.labels.log_rows=log rows 590 545 a11y.labels.call_stack=call stack 591 a11y.labels. a11y.labels.document_structue=document structure546 a11y.labels.document_structure=document structure 592 547 a11y.labels.title_panel= %S panel 593 548 a11y.labels.title_side_panel= %S side panel 594 549 a11y.labels.cached=cached 595 550 aria.labels.stack_trace=stack trace 596 597 551 #A11y Domplate labels (not visible, spoken by screen readers) 598 552 a11y.layout.padding=padding … … 623 577 a11y.layout.height=height 624 578 a11y.layout.size=size 625 a11y.layout.position=position626 579 a11y.layout.z-index=z-index 627 580 a11y.layout.clientBoundingRect=bounding client rect … … 631 584 a11y.labels.computed_styles=computed styles 632 585 a11y.labels.dom_properties=DOM properties 633 634 586 # LOCALIZATION NOTE 635 587 # Used by a11y. Not directly visible in the UI, intended for screen readers. … … 645 597 a11y.labels.css_selector=CSS selector 646 598 a11y.labels.source_code_for_file=source code for file %S 647 648 599 # LOCALIZATION NOTE (a11y.labels.overridden): 649 600 # Used by a11y. Not directly visible in the UI, intended for screen readers. … … 651 602 a11y.labels.overridden=overridden 652 603 a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression 653 654 604 # LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint): 655 605 # Used by a11y. Not directly visible in the UI, intended for screen readers. … … 657 607 a11y.updates.has_conditional_break_point=has conditional break point 658 608 a11y.updates.has_disabled_break_point=has disabled break point 659 660 609 # LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly 661 610 # visible in the UI, intended for screen readers. … … 731 680 # examples: No matched found for "wefkhwefkgwekhjgjh" 732 681 a11y.updates.no_matches_found=no matches found for "%S" 733 734 682 confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state? 735 683 # Console messages. … … 737 685 warning.Command_line_blocked?=Command line blocked? 738 686 message.Reload_to_activate_window_console=Reload to activate window console 739 740 687 # LOCALIZATION NOTE (message.knownIssues40): A message displayed for Firefox 40 users showing 688 # a link to known issues (with Firefox 4.0) page. 689 # examples: See Firefox 4.0 known issues page: http://getfirebug.com/knownissues 690 message.knownIssues40=Issues with trunk Firefox for Firebug: 741 691 # LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab): 742 692 # If Firebug is displayed in an external window (detached), but not active for the … … 744 694 # activation button. 745 695 label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab 746 747 696 # LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text): 748 697 # An error message displayed in the Script panel when a source can't be displayed … … 752 701 message.Failed_to_load_source_for=Failed to load source for 753 702 message.The_resource_from_this_URL_is_not_text=The resource from this URL is not text 754 755 703 # LOCALIZATION NOTE (firebug.history.Go_back_to_this_script, firebug.history.Go_forward_to_this_script, 756 704 # firebug.history.Stay_on_this_page): Tooltips for menu items in Scipt history popup menu. … … 758 706 firebug.history.Stay_on_this_panel=Stay on this panel 759 707 firebug.history.Go_forward_to_this_panel=Go forward to this panel 760 761 708 # LOCALIZATION NOTE (firebug.history.Go_back_one_script, firebug.history.Go_forward_one_script): 762 709 # Tooltips for back/forward buttons on the Script panel toolbar. 763 710 firebug.history.Go_back=Go back 764 711 firebug.history.Go_forward=Go forward 765 712 # LOCALIZATION NOTE (script.warning.inactive_during_page_load, script.suggestion.inactive_during_page_load): 713 # This message is displayed within the Script panel if debugger is inactive during page load. 714 # The suggestion message represents an advice how to solve the problem. 715 script.warning.inactive_during_page_load=Script Panel was inactive during page load 716 script.suggestion.inactive_during_page_load=Reload to see all sources 717 # LOCALIZATION NOTE (script.warning.javascript_not_enabled, script.suggestion.javascript_not_enabled): 718 # This message is displayed within the Script panel if javascript is not enabled. 719 # The suggestion message represents an advice how to solve the problem. 720 script.warning.javascript_not_enabled=Javascript is not enabled 721 script.suggestion.javascript_not_enabled=See Firefox > Tools > Options > Content > Enable Javascript 722 # LOCALIZATION NOTE (script.button.enable_javascript): Title for a button that is displayed on 723 # the Script panel if Javascript is disabled. This button allows to enable it. 724 script.button.enable_javascript=Enable JavaScript and Refresh 725 # LOCALIZATION NOTE (script.warning.all_scripts_filtered, script.suggestion.all_scripts_filtered): 726 # This message is displayed within the Script panel if javascript is not enabled for the current page. 727 # The suggestion message represents an advice how to solve the problem. 728 script.warning.all_scripts_filtered=All scripts were filtered 729 script.suggestion.all_scripts_filtered=See Script Filter setting on tool bar or "Show Chrome Sources Option" 730 # LOCALIZATION NOTE (script.warning.no_javascript, script.suggestion.no_javascript): 731 # This message is displayed within the Script panel if javascript is not enabled for the current page. 732 # The suggestion message represents an advice how to solve the problem. 733 script.warning.no_javascript=No Javascript on this page 734 script.suggestion.no_javascript=If <script> tags have a "type" attribute it should equal "text/javascript" or "application/javascript" 735 script.warning.debugger_active=Debugger is already active 736 script.suggestion.debugger_active=The debugger is currently halted at a breakpoint on another page. 737 script.button.Go_to_that_page=Go to that page 738 #firebug.dtd 739 firebug.Firebug=Firebug 740 firebug.Close=Close 741 firebug.View=View 742 firebug.Help=Help 743 firebug.Vertical=Vertical Panes 744 firebug.Run=Run 745 firebug.Copy=Copy 746 firebug.CopyBookmarklet=Copy the script as a bookmarklet. 747 firebug.Options=Options 748 firebug.TextSize=Text Size 749 firebug.IncreaseTextSize=Increase Text Size 750 firebug.DecreaseTextSize=Decrease Text Size 751 firebug.NormalTextSize=Normal Text Size 752 firebug.ShowTooltips=Show Preview Tooltips 753 firebug.ShadeBoxModel=Shade Box Model 754 firebug.Website=Firebug Website... 755 firebug.Documentation=Documentation... 756 firebug.KeyShortcuts=Keyboard Shortcuts... 757 firebug.Forums=Discussion Group... 758 firebug.Issues=Issue Tracker... 759 firebug.Donate=Contribute... 760 firebug.About=About... 761 firebug.AlwaysOpenInWindow=Always Open in New Window 762 firebug.ShowFirebug=Open Firebug 763 firebug.OpenWith=Open With Editor 764 firebug.CloseFirebug=Deactivate Firebug For this web site 765 firebug.Permissions=Sites... 766 firebug.ConfigureEditors=Configure Editors 767 firebug.CommandLine=Command Line 768 firebug.Search=Search 769 firebug.Continue=Continue (F8) 770 firebug.StepOver=Step Over (F10) 771 firebug.StepInto=Step Into (F11) 772 firebug.StepOut=Step Out (shift F11) 773 firebug.BreakOnErrors=Break on Errors 774 firebug.Inspect=Inspect 775 firebug.InspectElement=Inspect Element 776 firebug.InspectTooltip=Click an element in the page to inspect 777 firebug.Edit=Edit 778 firebug.EditHTMLTooltip=Edit this HTML 779 firebug.EditCSSTooltip=Edit this style sheet 780 firebug.Profile=Profile 781 firebug.ProfileScript=Profile JavaScript 782 firebug.Clear=Clear 783 firebug.ClearConsole=Clear Console 784 firebug.ClearTooltip=Clear the console 785 firebug.All=All 786 firebug.Images=Images 787 firebug.Flash=Flash 788 #editors.dtd 789 editors.Description=Configured Firebug Editors 790 editors.NameColumn=Editor 791 editors.ExecutableColumn=Executable 792 editors.ParamsColumn=Launch arguments 793 add.label=Add 794 remove.label=Remove 795 change.label=Change 796 close.label=Close 797 browse.label=Browse... 798 changeEditor.Name=Name: 799 changeEditor.Executable=Executable: 800 changeEditor.CmdLine=Arguments: 801 changeEditor.Invalid_Application_Path=Invalid Application Path 802 changeEditor.Application_does_not_exist=The specified application doesn't exist!
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/project/gtp/chrome/site/your_project_logo.png)