Firebug=Firebug
# LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
# %S Title of the associated web page.
# examples: Firebug - Google
WindowTitle=Firebug - %S
# Panel titles
Panel-console=Console
Panel-net=Net
Panel-html=HTML
Panel-stylesheet=CSS
Panel-script=Script
Panel-dom=DOM
Panel-css=Style
Panel-computed=Computed
Panel-layout=Layout
Panel-domSide=DOM
Panel-watches=Watch
Panel-breakpoints=Breakpoints
Panel-callstack=Stack
Panel-scopes=Scopes
firebug.DetachFirebug=Open Firebug in New Window
firebug.AttachFirebug=Attach Firebug to Browser Window
# LOCALIZATION NOTE (pluralRuleFirebugs): Custom plural rule for this locale.
# If there is no Firebug translation for the current browser locale, this value
# will be used instead of the one in chrome://global/locale/intl.properties
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
pluralRule=1
# LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms.
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
# Used in a tooltip that is displayed for Firebug icon located within Firefox status bar.
# Displays number of pages with Firebug activated.
# %S number of Firebugs activated
# example: 2 Total Firebugs
plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs
inBrowser=In Browser
detached=Detached
minimized=Minimized
enablement.for_all_pages=for all pages
enablement.on=On
enablement.off=Off
none=Closed
Detached=Detached
Firebug_-_inactive_for_selected_Firefox_tab=Firebug - inactive for selected Firefox tab
Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
Minimized=Minimized
Minimize_Firebug=Minimize Firebug
On_for_all_web_pages=On for All Web Pages
firebug.menu.Clear_Activation_List=Clear Activation List
firebug_options=Firebug Options
firebug_options_showQuickInfoBox=Show Quick Info Box
# LOCALIZATION NOTE (firebug.Show_All_Panels): Menu item label used in 'list of all panels'
# menu (available on Firebug's tab bar).
firebug.Show_All_Panels=Show All Panels
# Console panel options.
ShowJavaScriptErrors=Show JavaScript Errors
ShowJavaScriptWarnings=Show JavaScript Warnings
ShowCSSErrors=Show CSS Errors
ShowXMLErrors=Show XML Errors
ShowStackTrace=Show Stack Trace With Errors
ShowXULErrors=Show Errors From XUL
ShowXULMessages=Show Messages From XUL
ShowXMLHttpRequests=Show XMLHttpRequests
ShowChromeErrors=Show Chrome Errors
ShowChromeMessages=Show Chrome Messages
ShowExternalErrors=Show External Errors
ShowNetworkErrors=Show Network Errors
JavascriptOptionsStrict=Strict Warnings (performance penalty)
LargeCommandLine=Larger Command Line
commandLineShowCompleterPopup=Show Completion List Popup
console_command_line=console command line
Assertion=Assertion Failure
# LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
# message, etc. within a source of a web page.
# #1 File name, #2 Line number
# examples: somePage.htm (line 64)
Line=%S (line %S)
InstanceLine=%S #%S (line %S)
StackItem=%S (%S line %S)
SystemItem=<System>
# LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
# For example, right clicking on an element in the HTML panel offers an action to inspect
# clicked element in the DOM panel (tab).
# #1 Target panel title
# examples: Inspect in DOM Tab
InspectInTab=Inspect in %S Tab
NoName=(no name)
# LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
# do not translate.
# #1 jsdIScript.tag
jsdIScript=jsdIScript %S
# HTML panel context menu items.
ShowFullText=Show Full Text
ShowWhitespace=Show White Space
ShowTextNodesWithEntities=Show Basic Entities
ShowComments=Show Comments
HighlightMutations=Highlight Changes
ExpandMutations=Expand Changes
ScrollToMutations=Scroll Changes Into View
ScrollIntoView=Scroll Into View
NewAttribute=New Attribute...
EditHTMLElement=Edit HTML...
EditSVGElement=Edit SVG...
EditMathMLElement=Edit MathML...
DeleteElement=Delete Element
EditNode=Edit HTML...
DeleteNode=Delete Node
ShowQuickInfoBox=Show Quick Info Box
ShadeBoxModel=Shade Box Model
# Quick Info Box
quickInfo=Quick Info
computedStyle=Computed Style
# LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
# button that are used when the HTML panel is currently selected. The button allows stopping
# JS execution when DOM of the current page is modified.
html.Break_On_Mutate=Break On Mutate
html.Disable_Break_On_Mutate=Disable Break On Mutate
html.label.Break_On_Text_Change=Break On Text Change
html.label.HTML_Breakpoints=HTML Breakpoints
html.label.Break_On_Attribute_Change=Break On Attribute Change
html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
html.label.Break_On_Element_Removal=Break On Element Removal
# LOCALIZATION NOTE (html.label.Expand_All): Used within the HTML for a context menu item.
# The user can expand the element together with all its children to quickly see the entire
# hieararchical structure.
html.label.Expand_All=Expand All
dom.label.DOM_Breakpoints=DOM Breakpoints
# LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
# editing an existing HTML element attribute.
# #1 Name of the clicked attribute.
# examples: Edit Attribute "onclick"...
EditAttribute=Edit Attribute "%S"...
# LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
# deleting an existing HTML element attribute.
# #1 Name of the clicked attribute.
# examples: Delete Attribute "onclick"...
DeleteAttribute=Delete Attribute "%S"
# LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
# that has been inherited. Used in the Style side panel (under HTML panel).
# examples: Inherited from table.tabView
InheritedFrom=Inherited from
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.
EmptyStyleSheet=There are no rules in this stylesheet.
EmptyElementCSS=This element has no style rules.
EditStyle=Edit Element Style...
NewRule=New Rule...
NewProp=New Property...
# LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
# Allows to edit an existing CSS rule property.
# %S Name of the clicked property
# examples: Edit "background-color"...
EditProp=Edit "%S"...
# LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
# Allows to disable an existing CSS rule property.
# %S Name of the clicked property
# examples: Disable "background-color"
DisableProp=Disable "%S"
# LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
# Allows to delete an existing CSS rule property.
# %S Name of the clicked property
# examples: Delete "background-color"
DeleteProp=Delete "%S"
# Console context menu labels.
BreakOnThisError=Break on This Error
BreakOnAllErrors=Break on All Errors
DisableBreakOnNext=Disable Break on Next
DecompileEvals=Decompile for eval() source
ShowAllSourceFiles=Show chrome sources
TrackThrowCatch=Track Throw/Catch
UseLastLineForEvalName=Use Last Source Line for eval() names
UseMD5ForEvalName=Use MD5 for eval() names
# LOCALIZATION NOTE do not translate, no longer used(?)
DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
DBG_FBS_BP=Beware! DBG_BP
DBG_FBS_ERRORS=Beware! DBG_ERRORS
DBG_FBS_STEP=Beware! DBG_STEP
# Breakpoints side panel
Breakpoints=Breakpoints
ErrorBreakpoints=Error Breakpoints
LoggedFunctions=Logged Functions
EnableAllBreakpoints=Enable All Breakpoints
DisableAllBreakpoints=Disable All Breakpoints
ClearAllBreakpoints=Remove All Breakpoints
# LOCALIZATION NOTE (script.balloon.Continue, script.balloon.Disable): Labels used for buttons
# within balloon popup dialog. This dialog appears when debugger halts at a breakpoint or at
# a 'debugger' keyword.
# Continue: allows to resume the debugger
# Disable: allows to disable the current 'debugger;' keyword used in the Javascript source.
script.balloon.Continue=Continue
script.balloon.Disable=Disable
# Script panel
StepOver=Step Over
StepInto=Step Into
StepOut=Step Out
RunUntil=Run to This Line
ScriptsFilterStatic=Show Static Scripts
ScriptsFilterEval=Show Static and eval Scripts
ScriptsFilterEvent=Show Static and event Scripts
ScriptsFilterAll=Show Static, eval, and event Scripts
ScriptsFilterStaticShort=static
ScriptsFilterEvalShort=evals
ScriptsFilterEventShort=events
ScriptsFilterAllShort=all
ShowUserProps=Show User-defined Properties
ShowUserFuncs=Show User-defined Functions
ShowDOMProps=Show DOM Properties
ShowDOMFuncs=Show DOM Functions
ShowDOMConstants=Show DOM Constants
NoMembersWarning=There are no properties to show for this object.
NewWatch=New watch expression...
AddWatch=Add Watch
CopySourceCode=Copy Source
CopyValue=Copy Value
Copy_Name=Copy Name
Copy_Path=Copy Path
NewProperty=New Property...
EditProperty=Edit Property...
EditVariable=Edit Variable...
EditWatch=Edit Watch...
DeleteProperty=Delete Property
DeleteWatch=Delete Watch
ConditionInput=This breakpoint will stop only if this expression is true:
SetBreakpoint=Set Breakpoint
DisableBreakpoint=Disable Breakpoint
EditBreakpointCondition=Edit Breakpoint Condition...
NoBreakpointsWarning=There are no breakpoints set in this page.
Show_User_Agent_CSS=Show User Agent CSS
Expand_Shorthand_Properties=Expand Shorthand Properties
script.Type_any_key_to_filter_list=Type any key to filter list
# LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent):
# Labels used to describe layout properties a the selected HTML element.
# Used in the Layout side panel under HMTL panel.
LayoutPadding=padding
LayoutBorder=border
LayoutMargin=margin
LayoutPosition=position
LayoutAdjacent=adjacent
position=position
# LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
# under HTML panel.
ShowRulers=Show Rulers and Guides
# Net panel
Loading=Loading...
Headers=Headers
# LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
net.header.Reset_Header=Reset Header
# LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
# net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
# net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
# Labels and tooltips for a headers displayed on top of the Net panel.
net.header.URL=URL
net.header.URL_Tooltip=Requested URL and used HTTP method.
net.header.Status=Status
net.header.Status_Tooltip=Status of the received response.
net.header.Domain=Domain
net.header.Domain_Tooltip=Domain of the executed request.
net.header.Size=Size
net.header.Size_Tooltip=Size of the received response.
net.header.Timeline=Timeline
net.header.Timeline_Tooltip=Detailed timing info about request response round trip.
# LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
net.label.XHR_Breakpoints=XHR Breakpoints
# LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
# menu for breaking on a XHR.
net.label.Break_On_XHR=Break On XHR
# LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the
# Net panel's Headers tab (displayed if you expand a network request). The label is used
# for a button that switches the view between "show raw source code" and "pretty formated header
# values".
net.headers.view_source=view source
net.headers.pretty_print=pretty print
# LOCALIZATION NOTE (net.filter.Media): Label for net panel filter (used on the Net panel toolbar)
net.filter.Media=Media
# LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
# a network request (displayed when a net panel entry is expanded). The content of
# this tab displays sent data (related to a HTTP send method).
Post=Post
Put=Put
# LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
# Label used in the Net panel for detailed info about a network request (displayed
# when a net panel entry is expanded)
Response=Response
URLParameters=Params
Cache=Cache
HTML=HTML
jsonviewer.tab.JSON=JSON
xmlviewer.tab.XML=XML
svgviewer.tab.SVG=SVG
# LOCALIZATION NOTE (jsonviewer.sort, jsonviewer.do_not_sort): Label (verb) used in the
# Net panel for JSON responses Allows to sort alphabetically.
jsonviewer.sort=Sort by key
jsonviewer.do_not_sort=Do not sort
# LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
# (expand an entry in the panel and select Headers tab).
RequestHeaders=Request Headers
ResponseHeaders=Response Headers
# LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms.
# A message displayed in the Net panel when some entries must be removed since maximum number
# of entries has been reached.
# %S the number of entries removed
# example: Firebug's log limit has been reached. 150 entries not shown.
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.
LimitPrefs=Preferences
# LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
# has been reached. Informing the user what preferencee should be changed to modify the limit.
# %S Name of a preference.
# examples: In order to change the limit modify: firebug.extensions.console.logLimit
LimitPrefsTitle=In order to change the limit modify: %S
Refresh=Refresh
OpenInTab=Open in New Tab
Open_Response_In_New_Tab=Open Response in New Tab
# LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
# (result of javascript profiler tool). Represents a verb.
Profile=Profile
ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
# LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms.
# Used as a caption for reported profile info (result of javascript profiler tool).
# #1 number of milliseconds
# #2 number of calls (plural)
# example: (#1ms, #2 calls)
plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls)
NothingToProfile=No activity to profile.
PercentTooltip=Percentage of time spent on this function.
CallsHeaderTooltip=Number of times function was called.
OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
TimeHeaderTooltip=Time spent in function, including nested calls.
AvgHeaderTooltip=Average time, including function calls.
MinHeaderTooltip=Minimum time, including function calls.
MaxHeaderTooltip=Maximum time, including function calls.
ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
Function=Function
Percent=Percent
# LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
# (name of a report column). In order to see this, select the Console panel start profiling
# by clicking the Profile button and stop it by clicking again. The report is logged into the
# console panel. Make sure Script panel is enabled.
Calls=Calls
OwnTime=Own Time
Time=Time
Avg=Avg
Min=Min
Max=Max
File=File
# Support for clipboard actions.
Copy=Copy
Cut=Cut
Remove=Remove
CopyHTML=Copy HTML
CopySVG=Copy SVG
CopyMathML=Copy MathML
CopyInnerHTML=Copy innerHTML
CopyXPath=Copy XPath
Copy_CSS_Path=Copy CSS Path
CopyLocation=Copy Location
CopyLocationParameters=Copy Location with Parameters
CopyRequestHeaders=Copy Request Headers
CopyResponseHeaders=Copy Response Headers
CopyResponse=Copy Response Body
CopyError=Copy Error
CopySource=Copy Function
# LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
# panel when clicking a function object.
# %S Name of the function
# Log Calls to "getData"
ShowCallsInConsole=Log Calls to "%S"
ShowEventsInConsole=Log Events
panel.Enabled=Enabled
panel.Disabled=Disabled
panel.Enable=Enable
panel.Disable=Disable
# LOCALIZATION NOTE (anel.tooltip.Show_Command_Line): A tooltip used for a button on main
# Firebug toolbar. This button allows to open the command line even within other panels.
panel.tooltip.Show_Command_Line=Show Command Line
# LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
# if specific method is not supported.
# %S Name of a not supported method.
console.MethodNotSupported=Firebug console does not support '%S'
# LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
# when a not supported method is used on the command line.
# %S Name of a not supported method.
commandline.MethodNotSupported=Firebug command line does not support '%S'
# LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
# Tooltip for the "Break on... " button used when the Console panel is selected.
console.Disable_Break_On_All_Errors=Disable Break On All Errors
console.Break_On_All_Errors=Break On All Errors
console.Break_On_This_Error=Break On This Error
# LOCALIZATION NOTE (console.Use_TAB_and_arrow_keys) 
# Top of the completion popup in the command line
console.Use_TAB_and_arrow_keys=Use TAB and arrow keys
# Console strings used when JavaScript is not available
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'
# LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent,
# net.sizeinfo.Total_Received):
# Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse
# over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes
# even sent and received heades size.
net.sizeinfo.Response_Body=Response Body
net.sizeinfo.Post_Body=Post Body
net.sizeinfo.Total_Sent=Total Sent
net.sizeinfo.Total_Received=Total Received
net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
# LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net
# panel (inside the Post tab of an expanded request entry). The message informs the user that
# posted data reached Firebug's size limit and only part of it is displayed in the UI.
net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug.
net.Break_On_XHR=Break On XHR
net.label.Parameters=Parameters
net.label.Parts=Parts
net.label.Source=Source
# LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events):
# Labels for Net panel's options.
net.option.Disable_Browser_Cache=Disable Browser Cache
net.option.Show_Paint_Events=Show Paint Events
# LOCALIZATION NOTE (net.option.Show_BF_Cache_Responses, net.option.tip.Show_BF_Cache_Responses):
# Net panels's option. If set to true, the net panel displays also response coming from
# BF (back-forward) cache. See also: https://developer.mozilla.org/En/Working_with_BFCache
net.option.Show_BF_Cache_Responses=Show BF Cache Responses
net.option.tip.Show_BF_Cache_Responses=The Net panel can show also responses coming from BF Cache.
script.Break_On_Next=Break On Next
ShowHttpHeaders=Show HTTP Headers
# LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms.
# A label used in the Net panel. Displays number of HTTP requests executed by the current page.
# %S number of requests
# example: 21 requests
plural.Request_Count=%S request;%S requests
FromCache=from cache
StopLoading=Stop Loading
LargeData=(Very Large Data)
ShowComputedStyle=Show Computed Style
StyleGroup-text=Text
StyleGroup-background=Background
StyleGroup-box=Box Model
StyleGroup-layout=Layout
StyleGroup-other=Other
Dimensions=%S x %S
CopyColor=Copy Color
CopyImageLocation=Copy Image Location
OpenImageInNewTab=Open Image in New Tab
OmitObjectPathStack=Omit Toolbar Stack
Copy_Rule_Declaration=Copy Rule Declaration
Copy_Style_Declaration=Copy Style Declaration
# LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms.
# A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug.
# %S number of errors
# example: 111 Errors
plural.Error_Count=%S Error;%S Errors
moduleManager.title=%S Panel is disabled
moduleManager.desc3=Use Firebug's status bar icon to enable/disable all panels at once. Use each panel's tab menu for individual control.
moduleManager.Enable=Enable
Suspend_Firebug=Suspend Firebug
Resume_Firebug=Resume Firebug
Reset_Panels_To_Disabled=Reset Panels To Disabled
Open_Console=Open Console
Open_Console_Tooltip=Open Trace Console for Firebug.
Scope_Chain=Scope Chain
# LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
# With: the scope inside of the with(obj) {} statement
With_Scope=With
# Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
Call_Scope=Call
# Window: the scope inside of a Javascript window object.
Window_Scope=Window
Logs=Logs
Options=Options
Copy_Stack=Copy Stack
Copy Exception=Copy Exception
# Net panel timing info labels
requestinfo.Blocking=Blocking
requestinfo.Resolving=DNS Lookup
requestinfo.Connecting=Connecting
requestinfo.Sending=Sending
requestinfo.Waiting=Waiting
requestinfo.Receiving=Receiving
requestinfo.ContentLoad='DOMContentLoaded' (event)
requestinfo.WindowLoad='load' (event)
requestinfo.Started=Started
editors.Editor_Configuration=Editor Configuration
search.Firebug_Search=Firebug Search
search.Next=Next
search.Previous=Previous
search.Case_Sensitive=Force Case Sensitive
search.Multiple_Files=Multiple Files
search.Use_Regular_Expression=Use Regular Expression
search.html.CSS_Selector=CSS Selector
search.net.Headers=Headers
search.net.Parameters=Parameters
search.net.Response_Bodies=Response Bodies
search.script.Multiple_Files=Multiple Files
firebug.console.Persist=Persist
firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
firebug.console.Show_All_Log_Entries=Show All Log Entries
firebug.console.Errors=Errors
firebug.console.Filter_by_Errors=Filter by Errors
firebug.console.Warnings=Warnings
firebug.console.Filter_by_Warnings=Filter by Warnings
firebug.console.Info=Info
firebug.console.Filter_by_Info=Filter by Info
firebug.console.Debug_Info=Debug Info
firebug.console.Filter_by_Debug_Info=Filter by Debug Info
firebug.menu.Clear_Console=Clear Console
firebug.menu.Reset_All_Options=Reset All Options
firebug.menu.Enable_All_Panels=Enable All Panels
firebug.menu.Disable_All_Panels=Disable All Panels
firebug.menu.Customize_shortcuts=Customize Shortcuts
firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
firebug.menu.Firebug_Online=Firebug Online
firebug.shortcut.reenterCommand.label=Reenter Command
firebug.shortcut.toggleInspecting.label=Toggle Inspecting
firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
firebug.shortcut.toggleProfiling.label=Toggle Profiling
firebug.shortcut.focusCommandLine.label=Focus Command Line
firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
firebug.shortcut.focusLocation.label=Focus Location
firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
firebug.shortcut.nextObject.label=Next Object
firebug.shortcut.previousObject.label=Previous Object
firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
firebug.shortcut.detachFirebug.label=Open Firebug in New Window
firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
firebug.shortcut.toggleFirebug.label=Open Firebug
firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
firebug.shortcut.clearConsole.label=Clear Console
firebug.shortcut.openTraceConsole.label=Open Trace Console
firebug.shortcut.navBack.label=Go Back
firebug.shortcut.navForward.label=Go Forward
firebug.panel_selector=Panel Selector
customizeShortcuts=Firebug Shortcut Bindings
keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
#A11y Chrome Labels (not visible, spoken by screen readers)
a11y.labels.panel_tools=panel tools
a11y.labels.firebug_panels=Firebug panels
a11y.labels.firebug_side_panels=Firebug side panels
a11y.labels.firebug_window=Firebug window
a11y.labels.firebug_status=Firebug status
a11y.labels.reset=reset
a11y.labels.reset_shortcut=reset %S shortcut
aria.labels.inactive_panel=inactive panel
#A11y panelNode labels (not visible, spoken by screen readers)
a11y.labels.log_rows=log rows
a11y.labels.call_stack=call stack
a11y.labels.document_structure=document structure
a11y.labels.title_panel= %S panel
a11y.labels.title_side_panel= %S side panel
a11y.labels.cached=cached
aria.labels.stack_trace=stack trace
#A11y Domplate labels  (not visible, spoken by screen readers)
a11y.layout.padding=padding
a11y.layout.border=border
a11y.layout.margin=margin
a11y.layout.position=position
a11y.layout.position_top=position top
a11y.layout.position_right=position right
a11y.layout.position_bottom=position bottom
a11y.layout.position_left=position left
a11y.layout.margin_top=margin top
a11y.layout.margin_right=margin right
a11y.layout.margin_bottom=margin bottom
a11y.layout.margin_left=margin left
a11y.layout.border_top=border top
a11y.layout.border_right=border right
a11y.layout.border_bottom=border bottom
a11y.layout.border_left=border left
a11y.layout.padding_top=padding top
a11y.layout.padding_right=padding right
a11y.layout.padding_bottom=padding bottom
a11y.layout.padding_left=padding left
a11y.layout.top=top
a11y.layout.right=right
a11y.layout.bottom=bottom
a11y.layout.left=left
a11y.layout.width=width
a11y.layout.height=height
a11y.layout.size=size
a11y.layout.z-index=z-index
a11y.layout.clientBoundingRect=bounding client rect
a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values
a11y.labels.style_rules=style rules
aria.labels.inherited_style_rules=inherited style rules
a11y.labels.computed_styles=computed styles
a11y.labels.dom_properties=DOM properties
# LOCALIZATION NOTE
# Used by a11y. Not directly visible in the UI, intended for screen readers.
# Describe contents of inline editor fields
a11y.labels.inline_editor=inline editor
a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
a11y.labels.attribute_for_element=attribute for %S element
a11y.labels.text_contents_for_element=text contents for %S element
a11y.labels.defined_in_file=defined in %S
a11y.labels.declarations_for_selector=style declarations for "%S" selector
a11y.labels.property_for_selector=CSS property for selector: %S
a11y.labels.value_property_in_selector=%S property value for selector %S
a11y.labels.css_selector=CSS selector
a11y.labels.source_code_for_file=source code for file %S
# LOCALIZATION NOTE (a11y.labels.overridden):
# Used by a11y. Not directly visible in the UI, intended for screen readers.
# indicates style property is overridden by selector with higher specificity
a11y.labels.overridden=overridden
a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression
# LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
# Used by a11y. Not directly visible in the UI, intended for screen readers.
# Existence and state of a breakpoint
a11y.updates.has_conditional_break_point=has conditional break point
a11y.updates.has_disabled_break_point=has disabled break point
# LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# #1 Line number, #2 Function name, #3 File name
a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a console panel search 
# #1 %S String key the use is looking for. #2 number of rows that contain the matched text
# examples: Match found for "test" in 17 log rows
a11y.updates.match_found_in_logrows=match found for "%S" in %S log rows
# LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a script panel search 
# #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
# examples: Match found for "window.alert" on line 322 in utilities.js
a11y.updates.match_found_for_on_line=match found for "%S" on line %S in %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing an HTML panel search (if it is found in an element node) 
# #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying  the matched element
# examples: Match found for "obj" in object element at /html/body/object[2]
a11y.updates.match_found_in_element=match found for "%S" in %S element at path %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing an HTML  panel search (if it is found in an attribute node) 
# #1 Search string that was matched. #2 Attribute name #3 attribute value 
# #4 the HTML element name containing. #5 XPATH string specifying  the matched element
# examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2]
a11y.updates.match_found_in_attribute=match found for "%S" in attribute %S=%S of %S element at path %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing an HTML panel search (if it is found in a text element's contents) 
# #1 Search string that was matched. #2 element's text content  
# #3 the HTML element name containing. #4 XPATH string specifying  the matched element
# examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2]
a11y.updates.match_found_in_text_content=match found for "%S" in text content: %S of %S element at path %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a CSS panel search (if it is found in a selector) 
# #1 Search string that was matched. #2 selector in which the match was found  
# examples: Match found for "main" in #mainContent h2 {
a11y.updates.match_found_in_selector=match found for "%S" in selector %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a CSS panel search (if it is found in a style declaration) 
# #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to  
# examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent {
a11y.updates.match_found_in_style_declaration=match found for "%S" in style declaration %S in selector %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a DOM panel search  
# #1 Search string that was matched. #2 DOM property in which the match was found   
# examples: Match found for "time" in _starttime : 1257324992232 (Number)
a11y.updates.match_found_in_dom_property=match found for "%S" in DOM property %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a Net panel search  
# #1 Search string that was matched. #2 File name associated to the row in which the match was found. 
# #3 Column in which the match was found #4. Column value   
# examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms
a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S;
# LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a Net panel search (if it is found in the Net summary row)
# #1 Search string that was matched. #2 Column value in which the match was found 
# examples: Match found for "05" in net summary row: 4.05s
a11y.updates.match_found_in_net_summary_row=match found for "%S" in net summary row: %S
# LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Indicates that the searched string was not matched  
# %S Search string that was matched.   
# examples: No matched found for "wefkhwefkgwekhjgjh"
a11y.updates.no_matches_found=no matches found for "%S"
confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
# Console messages.
warning.Console_must_be_enabled=Console must be enabled
warning.Command_line_blocked?=Command line blocked?
message.Reload_to_activate_window_console=Reload to activate window console
# LOCALIZATION NOTE (message.knownIssues40): A message displayed for Firefox 40 users showing
# a link to known issues (with Firefox 4.0) page.
# examples: See Firefox 4.0 known issues page: http://getfirebug.com/knownissues
message.knownIssues40=Issues with trunk Firefox for Firebug:
# LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
# If Firebug is displayed in an external window (detached), but not active for the
# currently selected Firefox tab, the following button label is used for an
# activation button.
label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
# LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
# An error message displayed in the Script panel when a source can't be displayed
# for specific URL.
# examples: Failed to load source for: http://www.example.com/script.js
# examples: The resource from this URL is not text: http://www.example.com/script.js
message.Failed_to_load_source_for=Failed to load source for
message.The_resource_from_this_URL_is_not_text=The resource from this URL is not text
# LOCALIZATION NOTE (firebug.history.Go_back_to_this_script, firebug.history.Go_forward_to_this_script,
# firebug.history.Stay_on_this_page): Tooltips for menu items in Scipt history popup menu.
firebug.history.Go_back_to_this_panel=Go back to this panel
firebug.history.Stay_on_this_panel=Stay on this panel
firebug.history.Go_forward_to_this_panel=Go forward to this panel
# LOCALIZATION NOTE (firebug.history.Go_back_one_script, firebug.history.Go_forward_one_script):
# Tooltips for back/forward buttons on the Script panel toolbar.
firebug.history.Go_back=Go back
firebug.history.Go_forward=Go forward
# LOCALIZATION NOTE (script.warning.inactive_during_page_load, script.suggestion.inactive_during_page_load):
# This message is displayed within the Script panel if debugger is inactive during page load.
# The suggestion message represents an advice how to solve the problem.
script.warning.inactive_during_page_load=Script Panel was inactive during page load
script.suggestion.inactive_during_page_load=Reload to see all sources
# LOCALIZATION NOTE (script.warning.javascript_not_enabled, script.suggestion.javascript_not_enabled):
# This message is displayed within the Script panel if javascript is not enabled.
# The suggestion message represents an advice how to solve the problem.
script.warning.javascript_not_enabled=Javascript is not enabled
script.suggestion.javascript_not_enabled=See Firefox > Tools > Options > Content > Enable Javascript
# LOCALIZATION NOTE (script.button.enable_javascript): Title for a button that is displayed on
# the Script panel if Javascript is disabled. This button allows to enable it.
script.button.enable_javascript=Enable JavaScript and Refresh
# LOCALIZATION NOTE (script.warning.all_scripts_filtered, script.suggestion.all_scripts_filtered):
# This message is displayed within the Script panel if javascript is not enabled for the current page.
# The suggestion message represents an advice how to solve the problem.
script.warning.all_scripts_filtered=All scripts were filtered
script.suggestion.all_scripts_filtered=See Script Filter setting on tool bar or "Show Chrome Sources Option"
# LOCALIZATION NOTE (script.warning.no_javascript, script.suggestion.no_javascript):
# This message is displayed within the Script panel if javascript is not enabled for the current page.
# The suggestion message represents an advice how to solve the problem.
script.warning.no_javascript=No Javascript on this page
script.suggestion.no_javascript=If <script> tags have a "type" attribute it should equal "text/javascript" or "application/javascript"
script.warning.debugger_active=Debugger is already active
script.suggestion.debugger_active=The debugger is currently halted at a breakpoint on another page.
script.button.Go_to_that_page=Go to that page
#firebug.dtd
firebug.Firebug=Firebug
firebug.Close=Close
firebug.View=View
firebug.Help=Help
firebug.Vertical=Vertical Panes
firebug.Run=Run
firebug.Copy=Copy
firebug.CopyBookmarklet=Copy the script as a bookmarklet.
firebug.Options=Options
firebug.TextSize=Text Size
firebug.IncreaseTextSize=Increase Text Size
firebug.DecreaseTextSize=Decrease Text Size
firebug.NormalTextSize=Normal Text Size
firebug.ShowTooltips=Show Preview Tooltips
firebug.ShadeBoxModel=Shade Box Model
firebug.Website=Firebug Website...
firebug.Documentation=Documentation...
firebug.KeyShortcuts=Keyboard Shortcuts...
firebug.Forums=Discussion Group...
firebug.Issues=Issue Tracker...
firebug.Donate=Contribute...
firebug.About=About...
firebug.AlwaysOpenInWindow=Always Open in New Window
firebug.ShowFirebug=Open Firebug
firebug.OpenWith=Open With Editor
firebug.CloseFirebug=Deactivate Firebug For this web site
firebug.Permissions=Sites...
firebug.ConfigureEditors=Configure Editors
firebug.CommandLine=Command Line
firebug.Search=Search
firebug.Continue=Continue (F8)
firebug.StepOver=Step Over (F10)
firebug.StepInto=Step Into (F11)
firebug.StepOut=Step Out (shift F11)
firebug.BreakOnErrors=Break on Errors
firebug.Inspect=Inspect
firebug.InspectElement=Inspect Element
firebug.InspectTooltip=Click an element in the page to inspect
firebug.Edit=Edit
firebug.EditHTMLTooltip=Edit this HTML
firebug.EditCSSTooltip=Edit this style sheet
firebug.Profile=Profile
firebug.ProfileScript=Profile JavaScript
firebug.Clear=Clear
firebug.ClearConsole=Clear Console
firebug.ClearTooltip=Clear the console
firebug.All=All
firebug.Images=Images
firebug.Flash=Flash
#editors.dtd
editors.Description=Configured Firebug Editors
editors.NameColumn=Editor
editors.ExecutableColumn=Executable
editors.ParamsColumn=Launch arguments
add.label=Add
remove.label=Remove
change.label=Change
close.label=Close
browse.label=Browse...
changeEditor.Name=Name:
changeEditor.Executable=Executable:
changeEditor.CmdLine=Arguments:
changeEditor.Invalid_Application_Path=Invalid Application Path
changeEditor.Application_does_not_exist=The specified application doesn't exist!
