Changeset 2066 for non-gtk/firebug/firebug1.6/en-US/firebug.properties
- Timestamp:
- Apr 20, 2010, 6:03:46 PM (16 years ago)
- Location:
- non-gtk/firebug/firebug1.6
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from non-gtk/firebug/firebug1.4 )
-
en-US/firebug.properties (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
non-gtk/firebug/firebug1.6/en-US/firebug.properties
r1822 r2066 1 1 Firebug=Firebug 2 3 # LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window. 4 # %S Title of the associated web page. 5 # examples: Firebug - Google 2 6 WindowTitle=Firebug - %S 7 8 # Panel titles 3 9 Panel-console=Console 4 10 Panel-net=Net … … 8 14 Panel-dom=DOM 9 15 Panel-css=Style 16 Panel-computed=Computed 10 17 Panel-layout=Layout 11 18 Panel-domSide=DOM … … 14 21 Panel-callstack=Stack 15 22 Panel-scopes=Scopes 16 Total_Firebugs=Total Firebugs 17 Total_Firebug=Total Firebug 23 24 firebug.DetachFirebug=Open Firebug in New Window 25 firebug.AttachFirebug=Attach Firebug to Browser Window 26 27 # LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms. 28 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 29 # Used in a tooltip that is displayed for Firebug icon located within Firefox status bar. 30 # Displays number of pages with Firebug activated. 31 # %S number of Firebugs activated 32 # example: 2 Total Firebugs 33 plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs 34 18 35 inBrowser=In Browser 19 36 detached=Detached … … 28 45 Minimized=Minimized 29 46 Minimize_Firebug=Minimize Firebug 30 Off_for_all_web_pages=Off for All Web Pages31 47 On_for_all_web_pages=On for All Web Pages 48 firebug.menu.Clear_Activation_List=Clear Activation List 49 32 50 firebug_options=Firebug Options 51 firebug_options_showQuickInfoBox=Show Quick Info Box 52 53 54 # LOCALIZATION NOTE (firebug.Show_All_Panels): Menu item label used in 'list of all panels' 55 # menu (available on Firebug's tab bar). 56 firebug.Show_All_Panels=Show All Panels 57 58 # Console panel options. 33 59 ShowJavaScriptErrors=Show JavaScript Errors 34 60 ShowJavaScriptWarnings=Show JavaScript Warnings … … 42 68 ShowChromeMessages=Show Chrome Messages 43 69 ShowExternalErrors=Show External Errors 70 ShowNetworkErrors=Show Network Errors 44 71 JavascriptOptionsStrict=Strict Warnings (performance penalty) 72 45 73 LargeCommandLine=Larger Command Line 46 74 console_command_line=console command line 47 75 Assertion=Assertion Failure 76 77 # LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error, 78 # message, etc. within a source of a web page. 79 # #1 File name, #2 Line number 80 # examples: somePage.htm (line 64) 48 81 Line=%S (line %S) 82 83 InstanceLine=%S #%S (line %S) 49 84 StackItem=%S (%S line %S) 85 SystemItem=<System> 86 87 # LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus. 88 # For example, right clicking on an element in the HTML panel offers an action to inspect 89 # clicked element in the DOM panel (tab). 90 # #1 Target panel title 91 # examples: Inspect in DOM Tab 50 92 InspectInTab=Inspect in %S Tab 93 51 94 NoName=(no name) 95 96 # LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug 97 # do not translate. 98 # #1 jsdIScript.tag 52 99 jsdIScript=jsdIScript %S 100 101 # HTML panel context menu items. 53 102 ShowFullText=Show Full Text 54 103 ShowWhitespace=Show White Space 104 ShowTextNodesWithEntities=Show Basic Entities 55 105 ShowComments=Show Comments 56 106 HighlightMutations=Highlight Changes … … 59 109 ScrollIntoView=Scroll Into View 60 110 NewAttribute=New Attribute... 61 Edit Attribute=Edit Attribute "%S"...62 DeleteAttribute=Delete Attribute "%S" 63 Edit Element=Edit HTML...111 EditHTMLElement=Edit HTML... 112 EditSVGElement=Edit SVG... 113 EditMathMLElement=Edit MathML... 64 114 DeleteElement=Delete Element 65 115 EditNode=Edit HTML... 66 116 DeleteNode=Delete Node 117 ShowQuickInfoBox=Show Quick Info Box 118 ShadeBoxModel=Shade Box Model 119 120 # Quick Info Box 121 quickInfo=Quick Info 122 computedStyle=Computed Style 123 124 # LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume 125 # button that are used when the HTML panel is currently selected. The button allows stopping 126 # JS execution when DOM of the current page is modified. 127 html.Break_On_Mutate=Break On Mutate 128 html.Disable_Break_On_Mutate=Disable Break On Mutate 129 html.label.Break_On_Text_Change=Break On Text Change 130 131 html.label.HTML_Breakpoints=HTML Breakpoints 132 html.label.Break_On_Attribute_Change=Break On Attribute Change 133 html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal 134 html.label.Break_On_Element_Removal=Break On Element Removal 135 136 #Mismatch tooltip to show when doc servered as html but doctype is xhtml 137 html.error.doctype.mismatched=Doctype ignored, not valid for server content-type 138 139 dom.label.DOM_Breakpoints=DOM Breakpoints 140 141 # LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows 142 # editing an existing HTML element attribute. 143 # #1 Name of the clicked attribute. 144 # examples: Edit Attribute "onclick"... 145 EditAttribute=Edit Attribute "%S"... 146 147 # LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows 148 # deleting an existing HTML element attribute. 149 # #1 Name of the clicked attribute. 150 # examples: Delete Attribute "onclick"... 151 DeleteAttribute=Delete Attribute "%S" 152 153 # LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule. 154 # that has been inherited. Used in the Style side panel (under HTML panel). 155 # examples: Inherited from table.tabView 67 156 InheritedFrom=Inherited from 157 68 158 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. 69 159 DOMInspectorWarning=Unable to show styles.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">this item on the Firebug FAQ</a> for help. … … 73 163 NewRule=New Rule... 74 164 NewProp=New Property... 165 166 # LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu. 167 # Allows to edit an existing CSS rule property. 168 # %S Name of the clicked property 169 # examples: Edit "background-color"... 75 170 EditProp=Edit "%S"... 171 172 # LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu. 173 # Allows to disable an existing CSS rule property. 174 # %S Name of the clicked property 175 # examples: Disable "background-color" 76 176 DisableProp=Disable "%S" 177 178 # LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu. 179 # Allows to delete an existing CSS rule property. 180 # %S Name of the clicked property 181 # examples: Delete "background-color" 77 182 DeleteProp=Delete "%S" 183 184 # Console context menu labels. 78 185 BreakOnThisError=Break on This Error 79 186 BreakOnAllErrors=Break on All Errors … … 84 191 UseLastLineForEvalName=Use Last Source Line for eval() names 85 192 UseMD5ForEvalName=Use MD5 for eval() names 193 194 # LOCALIZATION NOTE do not translate, no longer used(?) 86 195 DBG_FBS_CREATION=Beware! DBG_FBS_CREATION 87 196 DBG_FBS_BP=Beware! DBG_BP 88 197 DBG_FBS_ERRORS=Beware! DBG_ERRORS 89 198 DBG_FBS_STEP=Beware! DBG_STEP 199 200 # Breakpoints side panel 90 201 Breakpoints=Breakpoints 91 202 ErrorBreakpoints=Error Breakpoints … … 94 205 DisableAllBreakpoints=Disable All Breakpoints 95 206 ClearAllBreakpoints=Remove All Breakpoints 207 208 # Script panel 96 209 Continue=Continue 97 210 StepOver=Step Over … … 116 229 AddWatch=Add Watch 117 230 CopySourceCode=Copy Source 231 118 232 CopyValue=Copy Value 233 Copy_Name=Copy Name 234 Copy_Path=Copy Path 235 119 236 NewProperty=New Property... 120 237 EditProperty=Edit Property... … … 129 246 NoBreakpointsWarning=There are no breakpoints set in this page. 130 247 Show_User_Agent_CSS=Show User Agent CSS 248 Expand_Shorthand_Properties=Expand Shorthand Properties 249 250 # LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent): 251 # Labels used to describe layout properties a the selected HTML element. 252 # Used in the Layout side panel under HMTL panel. 131 253 LayoutPadding=padding 132 254 LayoutBorder=border 133 255 LayoutMargin=margin 134 Layout Offset=offset256 LayoutPosition=position 135 257 LayoutAdjacent=adjacent 258 position=position 259 260 # LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel 261 # under HTML panel. 136 262 ShowRulers=Show Rulers and Guides 137 offset_top=offset top 138 offset_right=offset right 139 offset_bottom=offset bottom 140 offset_left=offset left 141 margin_top=margin top 142 margin_right=margin right 143 margin_bottom=margin bottom 144 margin_left=margin left 145 border_top=border top 146 border_right=border right 147 border_bottom=border bottom 148 border_left=border left 149 padding_top=padding top 150 padding_right=padding right 151 padding_bottom=padding bottom 152 padding_left=padding left 153 top=top 154 right=right 155 bottom=bottom 156 left=left 157 width=width 158 height=height 159 size=size 263 264 # Net panel 160 265 Loading=Loading... 161 266 Headers=Headers 267 268 # LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel) 269 net.header.Reset_Header=Reset Header 270 271 # LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status, 272 # net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip, 273 # net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip): 274 # Labels and tooltips for a headers displayed on top of the Net panel. 275 net.header.URL=URL 276 net.header.URL_Tooltip=Requested URL and used HTTP method. 277 net.header.Status=Status 278 net.header.Status_Tooltip=Status of the received response. 279 net.header.Domain=Domain 280 net.header.Domain_Tooltip=Domain of the executed request. 281 net.header.Size=Size 282 net.header.Size_Tooltip=Size of the received response. 283 net.header.Timeline=Timeline 284 net.header.Timeline_Tooltip=Detailed timing info about request response round trip. 285 286 # LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group. 287 net.label.XHR_Breakpoints=XHR Breakpoints 288 289 # LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context 290 # menu for breaking on a XHR. 291 net.label.Break_On_XHR=Break On XHR 292 293 # LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the 294 # Net panel's Headers tab (displayed if you expand a network request). The label is used 295 # for a button that switches the view between "show raw source code" and "pretty formated header 296 # values". 297 net.headers.view_source=view source 298 net.headers.pretty_print=pretty print 299 300 # LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about 301 # a network request (displayed when a net panel entry is expanded). The content of 302 # this tab displays sent data (related to a HTTP send method). 162 303 Post=Post 163 304 Put=Put 305 306 # LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML): 307 # Label used in the Net panel for detailed info about a network request (displayed 308 # when a net panel entry is expanded) 164 309 Response=Response 165 310 URLParameters=Params 166 311 Cache=Cache 167 312 HTML=HTML 313 jsonviewer.tab.JSON=JSON 314 xmlviewer.tab.XML=XML 315 316 # LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel 317 # (expand an entry in the panel and select Headers tab). 168 318 RequestHeaders=Request Headers 169 319 ResponseHeaders=Response Headers 170 LimitExceeded=Firebug's log limit has been reached. %S entries not shown. 320 321 # LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms. 322 # A message displayed in the Net panel when some entries must be removed since maximum number 323 # of entries has been reached. 324 # %S the number of entries removed 325 # example: Firebug's log limit has been reached. 150 entries not shown. 326 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. 327 171 328 LimitPrefs=Preferences 329 330 # LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit 331 # has been reached. Informing the user what preferencee should be changed to modify the limit. 332 # %S Name of a preference. 333 # examples: In order to change the limit modify: firebug.extensions.console.logLimit 172 334 LimitPrefsTitle=In order to change the limit modify: %S 335 173 336 Refresh=Refresh 174 337 OpenInTab=Open in New Tab 175 338 Open_Response_In_New_Tab=Open Response in New Tab 339 340 # LOCALIZATION NOTE (Profile): Used as a caption for reported profile info. 341 # (result of javascript profiler tool). Represents a verb. 176 342 Profile=Profile 343 177 344 ProfilerStarted=The profiler is running. Click 'Profile' again to see its report. 178 ProfileTime=(%Sms, %S calls) 345 346 # LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms. 347 # Used as a caption for reported profile info (result of javascript profiler tool). 348 # #1 number of milliseconds 349 # #2 number of calls (plural) 350 # example: (#1ms, #2 calls) 351 plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls) 352 179 353 NothingToProfile=No activity to profile. 180 354 PercentTooltip=Percentage of time spent on this function. … … 189 363 Function=Function 190 364 Percent=Percent 365 366 # LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header 367 # (name of a report column). In order to see this, select the Console panel start profiling 368 # by clicking the Profile button and stop it by clicking again. The report is logged into the 369 # console panel. Make sure Script panel is enabled. 191 370 Calls=Calls 192 371 OwnTime=Own Time … … 196 375 Max=Max 197 376 File=File 377 378 # Support for clipboard actions. 198 379 Copy=Copy 199 380 Cut=Cut 200 381 Remove=Remove 201 382 CopyHTML=Copy HTML 383 CopySVG=Copy SVG 384 CopyMathML=Copy MathML 202 385 CopyInnerHTML=Copy innerHTML 203 386 CopyXPath=Copy XPath 387 Copy_CSS_Path=Copy CSS Path 204 388 CopyLocation=Copy Location 205 389 CopyLocationParameters=Copy Location with Parameters … … 209 393 CopyError=Copy Error 210 394 CopySource=Copy Function 395 396 # LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script 397 # panel when clicking a function object. 398 # %S Name of the function 399 # Log Calls to "getData" 211 400 ShowCallsInConsole=Log Calls to "%S" 401 212 402 ShowEventsInConsole=Log Events 213 403 panel.Enabled=Enabled … … 215 405 panel.Enable=Enable 216 406 panel.Disable=Disable 217 console.HostEnable=Enable console for %S 218 console.LocalFilesEnable=Enable console for Local Files 219 console.SystemPagesEnable=Enable console for System Pages 220 console.HostDisable=Disable console for %S 221 console.LocalFilesDisable=Disable console for Local Files 222 console.SystemPagesDisable=Disable console for System Pages 223 console.PermMenuTooltip=Manage console activity 407 408 # LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel 409 # if specific method is not supported. 410 # %S Name of a not supported method. 224 411 console.MethodNotSupported=Firebug console does not support '%S' 225 console.Permissions=Enable or Disable Console 226 console.PermissionsIntro=Choose web sites where Console will be enabled or disabled. 412 413 # LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel 414 # when a not supported method is used on the command line. 415 # %S Name of a not supported method. 227 416 commandline.MethodNotSupported=Firebug command line does not support '%S' 228 net.HostEnable=Enable monitor for %S 229 net.LocalFilesEnable=Enable monitor for Local Files 230 net.SystemPagesEnable=Enable monitor for System Pages 231 net.HostDisable=Disable monitor for %S 232 net.LocalFilesDisable=Disable monitor for Local Files 233 net.SystemPagesDisable=Disable monitor for System Pages 234 net.PermMenuTooltip=Manage network monitoring activity 235 net.Permissions=Enable or Disable Network Monitor 236 net.PermissionsIntro=Choose web sites where Network Monitor will be enabled or disabled. 237 net.file.SizeInfotip=Size: %S (%S bytes) 417 418 # LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors): 419 # Tooltip for the "Break on... " button used when the Console panel is selected. 420 console.Disable_Break_On_All_Errors=Disable Break On All Errors 421 console.Break_On_All_Errors=Break On All Errors 422 423 # Console strings used when JavaScript is not available 424 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' 425 426 # LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent, 427 # net.sizeinfo.Total_Received): 428 # Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse 429 # over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes 430 # even sent and received heades size. 431 net.sizeinfo.Response_Body=Response Body 432 net.sizeinfo.Post_Body=Post Body 433 net.sizeinfo.Total_Sent=Total Sent 434 net.sizeinfo.Total_Received=Total Received 435 238 436 net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown. 239 437 net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab. 240 script.HostEnable=Enable debugger for %S 241 script.LocalFilesEnable=Enable debugger for Local Files 242 script.SystemPagesEnable=Enable debugger for System Pages 243 script.HostDisable=Disable debugger for %S 244 script.LocalFilesDisable=Disable debugger for Local Files 245 script.SystemPagesDisable=Disable debugger for System Pages 246 script.PermMenuTooltip=Manage debugger activity 247 script.Permissions=Enable or Disable Debugger 248 script.PermissionsIntro=Choose web sites where Debugger will be enabled or disabled. 438 439 # LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net 440 # panel (inside the Post tab of an expanded request entry). The message informs the user that 441 # posted data reached Firebug's size limit and only part of it is displayed in the UI. 442 net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug. 443 444 net.Break_On_XHR=Break On XHR 445 net.label.Parameters=Parameters 446 net.label.Parts=Parts 447 net.label.Source=Source 448 449 # LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events): 450 # Labels for Net panel's options. 451 net.option.Disable_Browser_Cache=Disable Browser Cache 452 net.option.Show_Paint_Events=Show Paint Events 453 249 454 script.Break_On_Next=Break On Next 250 455 ShowHttpHeaders=Show HTTP Headers 251 Request=1 request 252 RequestCount=%S requests 456 457 # LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms. 458 # A label used in the Net panel. Displays number of HTTP requests executed by the current page. 459 # %S number of requests 460 # example: 21 requests 461 plural.Request_Count=%S request;%S requests 462 253 463 FromCache=from cache 254 464 StopLoading=Stop Loading … … 264 474 CopyImageLocation=Copy Image Location 265 475 OpenImageInNewTab=Open Image in New Tab 266 ErrorCount=%S Error267 ErrorsCount=%S Errors268 476 OmitObjectPathStack=Omit Toolbar Stack 477 Copy_Style_Declaration=Copy Style Declaration 478 479 # LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms. 480 # A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug. 481 # %S number of errors 482 # example: 111 Errors 483 plural.Error_Count=%S Error;%S Errors 484 269 485 moduleManager.title=%S panel is disabled 270 moduleManager.desc1=Some Firebug panels add overhead to Firefox. When Installed, Firebug disables these panels for all sites. 271 moduleManager.disabled=disabled 272 moduleManager.apply=Reload <span class="host">%S</span> with all panels enabled for this site. 273 moduleManager.desc2=You can <b class="command">%S</b> using the Firebug status bar icon context menu. 274 moduleManager.desc3=Use the Firebug status bar icon menu to enable and disable all panels. Use the panel tab's small menu for individual panel control: 275 moduleManager.localfiles=Local Files 276 moduleManager.systempages=System Pages 486 moduleManager.desc3=Use Firebug's status bar icon to enable/disable all panels at once. Use each panel's tab menu for individual control. 487 277 488 Suspend_Firebug=Suspend Firebug 278 489 Resume_Firebug=Resume Firebug … … 281 492 Open_Console_Tooltip=Open Trace Console for Firebug. 282 493 Scope_Chain=Scope Chain 494 495 # LOCALIZATION NOTE names of kinds of scopes. Probably best left in English. 496 # With: the scope inside of the with(obj) {} statement 283 497 With_Scope=With 498 # Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} }; 284 499 Call_Scope=Call 500 # Window: the scope inside of a Javascript window object. 285 501 Window_Scope=Window 286 Open_Firebug_Tracing=Open Firebug Tracing 287 Always_Open_Firebug_Tracing=Always Open Firebug Tracing 502 288 503 Logs=Logs 289 504 Options=Options 290 505 Copy_Stack=Copy Stack 291 506 Copy Exception=Copy Exception 292 requestinfo.DNS_Lookup=DNS Lookup 507 508 # Net panel timing info labels 509 requestinfo.Blocking=Blocking 510 requestinfo.Resolving=DNS Lookup 293 511 requestinfo.Connecting=Connecting 294 requestinfo.Queuing=Queuing 295 requestinfo.Waiting_For_Response=Waiting For Response 296 requestinfo.Receiving_Data=Receiving Data 297 requestinfo.DOMContentLoaded='DOMContentLoaded' (event) 298 requestinfo.Load='load' (event) 299 title.Tracing=Tracing 300 tracing.Show_Scope_Variables=Show Scope Variables 301 tracing.Show_Time=Show Time 302 tracing.tab.Stack=Stack 303 tracing.tab.Exception=Exception 304 tracing.tab.Properties=Properties 305 tracing.tab.Scope=Scope 306 tracing.tab.Response=Response 307 tracing.tab.Source=Source 308 tracing.tab.Interfaces=Interfaces 309 tracing.tab.Object=Object 310 tracing.tab.Event=Event 311 tracing.cmd.Clear=Clear 312 tracing.cmd.tip.Clear=Remove All Messages 313 tracing.cmd.Find=Find 314 tracing.cmd.tip.Find=Find Text 315 tracing.cmd.Bookmark=Bookmark 316 tracing.cmd.tip.Bookmark=Insert Bookmark 317 tracing.cmd.Restart=Restart Firefox 318 tracing.cmd.tip.Restart=Restart Firefox 319 tracing.cmd.Exit=Exit Firefox 320 tracing.cmd.tip.Exit=Exit Firefox 321 tracing.cmd.Save=Save to File 322 tracing.cmd.tip.Save=Save logs in to a file 323 tracing.cmd.Expand_All=Expand All 324 tracing.cmd.Collapse_All=Collapse All 512 requestinfo.Sending=Sending 513 requestinfo.Waiting=Waiting 514 requestinfo.Receiving=Receiving 515 requestinfo.ContentLoad='DOMContentLoaded' (event) 516 requestinfo.WindowLoad='load' (event) 517 requestinfo.Started=Started 518 325 519 editors.Editor_Configuration=Editor Configuration 326 jsonviewer.tab.JSON=JSON 520 521 search.Firebug_Search=Firebug Search 327 522 search.Next=Next 328 search.Prev=Prev 329 search.Search_Case_Sensitive=Case Sensitive 330 search.Search_All_Files=Search All Files 523 search.Previous=Previous 524 525 search.Case_Sensitive=Force Case Sensitive 526 search.Multiple_Files=Multiple Files 527 search.Use_Regular_Expression=Use Regular Expression 528 search.html.CSS_Selector=CSS Selector 331 529 search.net.Headers=Headers 332 530 search.net.Parameters=Parameters 333 531 search.net.Response_Bodies=Response Bodies 334 532 search.script.Multiple_Files=Multiple Files 335 firebug_search=Firebug Search 533 534 firebug.console.Persist=Persist 535 firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload 336 536 firebug.menu.Clear_Console=Clear Console 337 537 firebug.menu.Reset_All_Options=Reset All Options 338 538 firebug.menu.Enable_All_Panels=Enable All Panels 339 539 firebug.menu.Disable_All_Panels=Disable All Panels 340 Firebug.menu.Customize_shortcuts=Customize Shortcuts 341 Firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements 342 Firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs 540 firebug.menu.Customize_shortcuts=Customize Shortcuts 541 firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements 542 firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs 543 firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options 544 firebug.menu.Firebug_Online=Firebug Online 343 545 firebug.shortcut.reenterCommand.label=Reenter Command 344 546 firebug.shortcut.toggleInspecting.label=Toggle Inspecting 547 firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box 345 548 firebug.shortcut.toggleProfiling.label=Toggle Profiling 346 549 firebug.shortcut.focusCommandLine.label=Focus Command Line … … 360 563 firebug.shortcut.openTraceConsole.label=Open Trace Console 361 564 565 firebug.panel_selector=Panel Selector 566 362 567 customizeShortcuts=Firebug Shortcut Bindings 363 568 keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts 364 press_enter_to_edit_values=press enter followed by tab to edit individual values 365 reset=reset 366 panel_tools=panel tools 367 firebug_panels=Firebug panels 368 firebug_side_panels=Firebug side panels 369 firebug_window=firebug window 370 expand_error=expand error details 371 value_for_attribute_in_element=value for %S attribute in %S element 372 attribute_for_element=attribute for %S element 373 text_contents_for_element=text contents for %S element 374 inline_editor=inline editor 375 declarations_for_selector=style declarations for "%S" selector 376 overridden=overridden 377 defined_in_file=defined in %S 378 property_for_selector=CSS property for selector: %S 379 value_property_in_selector=value for CSS property %S in selector %S 380 cssSelector=CSS selector 381 press_enter_to_add_new_watch_expression=press enter to add a new watch expression 382 hasBreakpoint=has %S break point 383 scriptSuspendedOnLineInFile=Script suspended on line %S in %S, file %S 384 match_found_for=Match Found for "%S" 385 in_element=in %S element 386 in_attribute=in attribute %S="%S" of %S element 387 in_text_content=in text content: "%S" of %S element 388 at_path=at path %S 389 on_line=on line %S 390 in_selector=in selector %S 391 in_style_property=in style property %S 392 in_dom_property=in DOM property %S 393 no_matches_found=no matches found for "%S" 569 570 #A11y Chrome Labels (not visible, spoken by screen readers) 571 a11y.labels.panel_tools=panel tools 572 a11y.labels.firebug_panels=Firebug panels 573 a11y.labels.firebug_side_panels=Firebug side panels 574 a11y.labels.firebug_window=Firebug window 575 a11y.labels.firebug_status=Firebug status 576 a11y.labels.reset=reset 577 a11y.labels.reset_shortcut=reset %S shortcut 578 aria.labels.inactive_panel=inactive panel 579 580 #A11y panelNode labels (not visible, spoken by screen readers) 581 a11y.labels.log_rows=log rows 582 a11y.labels.call_stack=call stack 583 a11y.labels.a11y.labels.document_structue=document structure 584 a11y.labels.title_panel= %S panel 585 a11y.labels.title_side_panel= %S side panel 586 a11y.labels.cached=cached 587 aria.labels.stack_trace=stack trace 588 589 #A11y Domplate labels (not visible, spoken by screen readers) 590 a11y.layout.padding=padding 591 a11y.layout.border=border 592 a11y.layout.margin=margin 593 a11y.layout.position=position 594 a11y.layout.position_top=position top 595 a11y.layout.position_right=position right 596 a11y.layout.position_bottom=position bottom 597 a11y.layout.position_left=position left 598 a11y.layout.margin_top=margin top 599 a11y.layout.margin_right=margin right 600 a11y.layout.margin_bottom=margin bottom 601 a11y.layout.margin_left=margin left 602 a11y.layout.border_top=border top 603 a11y.layout.border_right=border right 604 a11y.layout.border_bottom=border bottom 605 a11y.layout.border_left=border left 606 a11y.layout.padding_top=padding top 607 a11y.layout.padding_right=padding right 608 a11y.layout.padding_bottom=padding bottom 609 a11y.layout.padding_left=padding left 610 a11y.layout.top=top 611 a11y.layout.right=right 612 a11y.layout.bottom=bottom 613 a11y.layout.left=left 614 a11y.layout.width=width 615 a11y.layout.height=height 616 a11y.layout.size=size 617 a11y.layout.position=position 618 a11y.layout.z-index=z-index 619 a11y.layout.clientBoundingRect=bounding client rect 620 a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values 621 a11y.labels.style_rules=style rules 622 aria.labels.inherited_style_rules=inherited style rules 623 a11y.labels.computed_styles=computed styles 624 a11y.labels.dom_properties=DOM properties 625 626 # LOCALIZATION NOTE 627 # Used by a11y. Not directly visible in the UI, intended for screen readers. 628 # Describe contents of inline editor fields 629 a11y.labels.inline_editor=inline editor 630 a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element 631 a11y.labels.attribute_for_element=attribute for %S element 632 a11y.labels.text_contents_for_element=text contents for %S element 633 a11y.labels.defined_in_file=defined in %S 634 a11y.labels.declarations_for_selector=style declarations for "%S" selector 635 a11y.labels.property_for_selector=CSS property for selector: %S 636 a11y.labels.value_property_in_selector=%S property value for selector %S 637 a11y.labels.css_selector=CSS selector 638 a11y.labels.source_code_for_file=source code for file %S 639 640 # LOCALIZATION NOTE (a11y.labels.overridden): 641 # Used by a11y. Not directly visible in the UI, intended for screen readers. 642 # indicates style property is overridden by selector with higher specificity 643 a11y.labels.overridden=overridden 644 a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression 645 646 # LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint): 647 # Used by a11y. Not directly visible in the UI, intended for screen readers. 648 # Existence and state of a breakpoint 649 a11y.updates.has_conditional_break_point=has conditional break point 650 a11y.updates.has_disabled_break_point=has disabled break point 651 652 # LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly 653 # visible in the UI, intended for screen readers. 654 # #1 Line number, #2 Function name, #3 File name 655 a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S 656 # LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly 657 # visible in the UI, intended for screen readers. 658 # Describes the match found when performing a console panel search 659 # #1 %S String key the use is looking for. #2 number of rows that contain the matched text 660 # examples: Match found for "test" in 17 log rows 661 a11y.updates.match_found_in_logrows=match found for "%S" in %S log rows 662 # LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly 663 # visible in the UI, intended for screen readers. 664 # Describes the match found when performing a script panel search 665 # #1 %S String key the use is looking for. #2 line number the match was found on. #3 file name the match was found in 666 # examples: Match found for "window.alert" on line 322 in utilities.js 667 a11y.updates.match_found_for_on_line=match found for "%S" on line %S in %S 668 # LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly 669 # visible in the UI, intended for screen readers. 670 # Describes the match found when performing an HTML panel search (if it is found in an element node) 671 # #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying the matched element 672 # examples: Match found for "obj" in object element at /html/body/object[2] 673 a11y.updates.match_found_in_element=match found for "%S" in %S element at path %S 674 # LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly 675 # visible in the UI, intended for screen readers. 676 # Describes the match found when performing an HTML panel search (if it is found in an attribute node) 677 # #1 Search string that was matched. #2 Attribute name #3 attribute value 678 # #4 the HTML element name containing. #5 XPATH string specifying the matched element 679 # examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2] 680 a11y.updates.match_found_in_attribute=match found for "%S" in attribute %S=%S of %S element at path %S 681 # LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly 682 # visible in the UI, intended for screen readers. 683 # Describes the match found when performing an HTML panel search (if it is found in a text element's contents) 684 # #1 Search string that was matched. #2 element's text content 685 # #3 the HTML element name containing. #4 XPATH string specifying the matched element 686 # examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2] 687 a11y.updates.match_found_in_text_content=match found for "%S" in text content: %S of %S element at path %S 688 # LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly 689 # visible in the UI, intended for screen readers. 690 # Describes the match found when performing a CSS panel search (if it is found in a selector) 691 # #1 Search string that was matched. #2 selector in which the match was found 692 # examples: Match found for "main" in #mainContent h2 { 693 a11y.updates.match_found_in_selector=match found for "%S" in selector %S 694 # LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly 695 # visible in the UI, intended for screen readers. 696 # Describes the match found when performing a CSS panel search (if it is found in a style declaration) 697 # #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to 698 # examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent { 699 a11y.updates.match_found_in_style_declaration=match found for "%S" in style declaration %S in selector %S 700 # LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly 701 # visible in the UI, intended for screen readers. 702 # Describes the match found when performing a DOM panel search 703 # #1 Search string that was matched. #2 DOM property in which the match was found 704 # examples: Match found for "time" in _starttime : 1257324992232 (Number) 705 a11y.updates.match_found_in_dom_property=match found for "%S" in DOM property %S 706 # LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly 707 # visible in the UI, intended for screen readers. 708 # Describes the match found when performing a Net panel search 709 # #1 Search string that was matched. #2 File name associated to the row in which the match was found. 710 # #3 Column in which the match was found #4. Column value 711 # examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms 712 a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S; 713 # LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly 714 # visible in the UI, intended for screen readers. 715 # Describes the match found when performing a Net panel search (if it is found in the Net summary row) 716 # #1 Search string that was matched. #2 Column value in which the match was found 717 # examples: Match found for "05" in net summary row: 4.05s 718 a11y.updates.match_found_in_net_summary_row=match found for "%S" in net summary row: %S 719 # LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly 720 # visible in the UI, intended for screen readers. 721 # Indicates that the searched string was not matched 722 # %S Search string that was matched. 723 # examples: No matched found for "wefkhwefkgwekhjgjh" 724 a11y.updates.no_matches_found=no matches found for "%S" 725 394 726 confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state? 395 source_code_for_file=source code for file %S 727 # Console messages. 728 warning.Console_must_be_enabled=Console must be enabled 729 warning.Command_line_blocked?=Command line blocked? 730 message.Reload_to_activate_window_console=Reload to activate window console 731 732 733 # LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab): 734 # If Firebug is displayed in an external window (detached), but not active for the 735 # currently selected Firefox tab, the following button label is used for an 736 # activation button. 737 label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab 738 739 # LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text): 740 # An error message displayed in the Script panel when a source can't be displayed 741 # for specific URL. 742 # examples: Failed to load source for: http://www.example.com/script.js 743 # examples: The resource from this URL is not text: http://www.example.com/script.js 744 message.Failed_to_load_source_for=Failed to load source for 745 message.The_resource_from_this_URL_is_not_text=The resource from this URL is not text 746 747 # LOCALIZATION NOTE (firebug.history.Go_back_to_this_script, firebug.history.Go_forward_to_this_script, 748 # firebug.history.Stay_on_this_page): Tooltips for menu items in Scipt history popup menu. 749 firebug.history.Go_back_to_this_script=Go back to this script 750 firebug.history.Stay_on_this_page=Stay on this page 751 firebug.history.Go_forward_to_this_script=Go forward to this script 752 753 # LOCALIZATION NOTE (firebug.history.Go_back_one_script, firebug.history.Go_forward_one_script): 754 # Tooltips for back/forward buttons on the Script panel toolbar. 755 firebug.history.Go_back_one_script=Go back one script 756 firebug.history.Go_forward_one_script=Go forward one script 757
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)