source: non-gtk/firebug/firebug1.7/en-US/firebug.properties@ 2232

Last change on this file since 2232 was 2232, checked in by Александър Шопов, 15 years ago

Превод от Babelzilla на al_шопов

File size: 39.0 KB
Line 
1Firebug=Firebug
2# LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
3# %S Title of the associated web page.
4# examples: Firebug - Google
5WindowTitle=Firebug - %S
6# Panel titles
7Panel-console=Console
8Panel-net=Net
9Panel-html=HTML
10Panel-stylesheet=CSS
11Panel-script=Script
12Panel-dom=DOM
13Panel-css=Style
14Panel-computed=Computed
15Panel-layout=Layout
16Panel-domSide=DOM
17Panel-watches=Watch
18Panel-breakpoints=Breakpoints
19Panel-callstack=Stack
20Panel-scopes=Scopes
21firebug.DetachFirebug=Open Firebug in New Window
22firebug.AttachFirebug=Attach Firebug to Browser Window
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
27pluralRule=1
28# LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms.
29# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
30# Used in a tooltip that is displayed for Firebug icon located within Firefox status bar.
31# Displays number of pages with Firebug activated.
32# %S number of Firebugs activated
33# example: 2 Total Firebugs
34plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs
35inBrowser=In Browser
36detached=Detached
37minimized=Minimized
38enablement.for_all_pages=for all pages
39enablement.on=On
40enablement.off=Off
41none=Closed
42Detached=Detached
43Firebug_-_inactive_for_selected_Firefox_tab=Firebug - inactive for selected Firefox tab
44Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
45Minimized=Minimized
46Minimize_Firebug=Minimize Firebug
47On_for_all_web_pages=On for All Web Pages
48firebug.menu.Clear_Activation_List=Clear Activation List
49firebug_options=Firebug Options
50firebug_options_showQuickInfoBox=Show Quick Info Box
51# LOCALIZATION NOTE (firebug.Show_All_Panels): Menu item label used in 'list of all panels'
52# menu (available on Firebug's tab bar).
53firebug.Show_All_Panels=Show All Panels
54# Console panel options.
55ShowJavaScriptErrors=Show JavaScript Errors
56ShowJavaScriptWarnings=Show JavaScript Warnings
57ShowCSSErrors=Show CSS Errors
58ShowXMLErrors=Show XML Errors
59ShowStackTrace=Show Stack Trace With Errors
60ShowXULErrors=Show Errors From XUL
61ShowXULMessages=Show Messages From XUL
62ShowXMLHttpRequests=Show XMLHttpRequests
63ShowChromeErrors=Show Chrome Errors
64ShowChromeMessages=Show Chrome Messages
65ShowExternalErrors=Show External Errors
66ShowNetworkErrors=Show Network Errors
67JavascriptOptionsStrict=Strict Warnings (performance penalty)
68LargeCommandLine=Larger Command Line
69commandLineShowCompleterPopup=Show Completion List Popup
70console_command_line=console command line
71Assertion=Assertion Failure
72# LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
73# message, etc. within a source of a web page.
74# #1 File name, #2 Line number
75# examples: somePage.htm (line 64)
76Line=%S (line %S)
77InstanceLine=%S #%S (line %S)
78StackItem=%S (%S line %S)
79SystemItem=<System>
80# LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
81# For example, right clicking on an element in the HTML panel offers an action to inspect
82# clicked element in the DOM panel (tab).
83# #1 Target panel title
84# examples: Inspect in DOM Tab
85InspectInTab=Inspect in %S Tab
86NoName=(no name)
87# LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
88# do not translate.
89# #1 jsdIScript.tag
90jsdIScript=jsdIScript %S
91# HTML panel context menu items.
92ShowFullText=Show Full Text
93ShowWhitespace=Show White Space
94ShowTextNodesWithEntities=Show Basic Entities
95ShowComments=Show Comments
96HighlightMutations=Highlight Changes
97ExpandMutations=Expand Changes
98ScrollToMutations=Scroll Changes Into View
99ScrollIntoView=Scroll Into View
100NewAttribute=New Attribute...
101EditHTMLElement=Edit HTML...
102EditSVGElement=Edit SVG...
103EditMathMLElement=Edit MathML...
104DeleteElement=Delete Element
105EditNode=Edit HTML...
106DeleteNode=Delete Node
107ShowQuickInfoBox=Show Quick Info Box
108ShadeBoxModel=Shade Box Model
109# Quick Info Box
110quickInfo=Quick Info
111computedStyle=Computed Style
112# LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
113# button that are used when the HTML panel is currently selected. The button allows stopping
114# JS execution when DOM of the current page is modified.
115html.Break_On_Mutate=Break On Mutate
116html.Disable_Break_On_Mutate=Disable Break On Mutate
117html.label.Break_On_Text_Change=Break On Text Change
118html.label.HTML_Breakpoints=HTML Breakpoints
119html.label.Break_On_Attribute_Change=Break On Attribute Change
120html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
121html.label.Break_On_Element_Removal=Break On Element Removal
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.
125html.label.Expand_All=Expand All
126dom.label.DOM_Breakpoints=DOM Breakpoints
127# LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
128# editing an existing HTML element attribute.
129# #1 Name of the clicked attribute.
130# examples: Edit Attribute "onclick"...
131EditAttribute=Edit Attribute "%S"...
132# LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
133# deleting an existing HTML element attribute.
134# #1 Name of the clicked attribute.
135# examples: Delete Attribute "onclick"...
136DeleteAttribute=Delete Attribute "%S"
137# LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
138# that has been inherited. Used in the Style side panel (under HTML panel).
139# examples: Inherited from table.tabView
140InheritedFrom=Inherited from
141SothinkWarning=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.
142EmptyStyleSheet=There are no rules in this stylesheet.
143EmptyElementCSS=This element has no style rules.
144EditStyle=Edit Element Style...
145NewRule=New Rule...
146NewProp=New Property...
147# LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
148# Allows to edit an existing CSS rule property.
149# %S Name of the clicked property
150# examples: Edit "background-color"...
151EditProp=Edit "%S"...
152# LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
153# Allows to disable an existing CSS rule property.
154# %S Name of the clicked property
155# examples: Disable "background-color"
156DisableProp=Disable "%S"
157# LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
158# Allows to delete an existing CSS rule property.
159# %S Name of the clicked property
160# examples: Delete "background-color"
161DeleteProp=Delete "%S"
162# Console context menu labels.
163BreakOnThisError=Break on This Error
164BreakOnAllErrors=Break on All Errors
165DisableBreakOnNext=Disable Break on Next
166DecompileEvals=Decompile for eval() source
167ShowAllSourceFiles=Show chrome sources
168TrackThrowCatch=Track Throw/Catch
169UseLastLineForEvalName=Use Last Source Line for eval() names
170UseMD5ForEvalName=Use MD5 for eval() names
171# LOCALIZATION NOTE do not translate, no longer used(?)
172DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
173DBG_FBS_BP=Beware! DBG_BP
174DBG_FBS_ERRORS=Beware! DBG_ERRORS
175DBG_FBS_STEP=Beware! DBG_STEP
176# Breakpoints side panel
177Breakpoints=Breakpoints
178ErrorBreakpoints=Error Breakpoints
179LoggedFunctions=Logged Functions
180EnableAllBreakpoints=Enable All Breakpoints
181DisableAllBreakpoints=Disable All Breakpoints
182ClearAllBreakpoints=Remove All Breakpoints
183# LOCALIZATION NOTE (script.balloon.Continue, script.balloon.Disable): Labels used for buttons
184# within balloon popup dialog. This dialog appears when debugger halts at a breakpoint or at
185# a 'debugger' keyword.
186# Continue: allows to resume the debugger
187# Disable: allows to disable the current 'debugger;' keyword used in the Javascript source.
188script.balloon.Continue=Continue
189script.balloon.Disable=Disable
190# Script panel
191StepOver=Step Over
192StepInto=Step Into
193StepOut=Step Out
194RunUntil=Run to This Line
195ScriptsFilterStatic=Show Static Scripts
196ScriptsFilterEval=Show Static and eval Scripts
197ScriptsFilterEvent=Show Static and event Scripts
198ScriptsFilterAll=Show Static, eval, and event Scripts
199ScriptsFilterStaticShort=static
200ScriptsFilterEvalShort=evals
201ScriptsFilterEventShort=events
202ScriptsFilterAllShort=all
203ShowUserProps=Show User-defined Properties
204ShowUserFuncs=Show User-defined Functions
205ShowDOMProps=Show DOM Properties
206ShowDOMFuncs=Show DOM Functions
207ShowDOMConstants=Show DOM Constants
208NoMembersWarning=There are no properties to show for this object.
209NewWatch=New watch expression...
210AddWatch=Add Watch
211CopySourceCode=Copy Source
212CopyValue=Copy Value
213Copy_Name=Copy Name
214Copy_Path=Copy Path
215NewProperty=New Property...
216EditProperty=Edit Property...
217EditVariable=Edit Variable...
218EditWatch=Edit Watch...
219DeleteProperty=Delete Property
220DeleteWatch=Delete Watch
221ConditionInput=This breakpoint will stop only if this expression is true:
222SetBreakpoint=Set Breakpoint
223DisableBreakpoint=Disable Breakpoint
224EditBreakpointCondition=Edit Breakpoint Condition...
225NoBreakpointsWarning=There are no breakpoints set in this page.
226Show_User_Agent_CSS=Show User Agent CSS
227Expand_Shorthand_Properties=Expand Shorthand Properties
228script.Type_any_key_to_filter_list=Type any key to filter list
229# LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent):
230# Labels used to describe layout properties a the selected HTML element.
231# Used in the Layout side panel under HMTL panel.
232LayoutPadding=padding
233LayoutBorder=border
234LayoutMargin=margin
235LayoutPosition=position
236LayoutAdjacent=adjacent
237position=position
238# LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
239# under HTML panel.
240ShowRulers=Show Rulers and Guides
241# Net panel
242Loading=Loading...
243Headers=Headers
244# LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
245net.header.Reset_Header=Reset Header
246# LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
247# net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
248# net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
249# Labels and tooltips for a headers displayed on top of the Net panel.
250net.header.URL=URL
251net.header.URL_Tooltip=Requested URL and used HTTP method.
252net.header.Status=Status
253net.header.Status_Tooltip=Status of the received response.
254net.header.Domain=Domain
255net.header.Domain_Tooltip=Domain of the executed request.
256net.header.Size=Size
257net.header.Size_Tooltip=Size of the received response.
258net.header.Timeline=Timeline
259net.header.Timeline_Tooltip=Detailed timing info about request response round trip.
260# LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
261net.label.XHR_Breakpoints=XHR Breakpoints
262# LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
263# menu for breaking on a XHR.
264net.label.Break_On_XHR=Break On XHR
265# LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the
266# Net panel's Headers tab (displayed if you expand a network request). The label is used
267# for a button that switches the view between "show raw source code" and "pretty formated header
268# values".
269net.headers.view_source=view source
270net.headers.pretty_print=pretty print
271# LOCALIZATION NOTE (net.filter.Media): Label for net panel filter (used on the Net panel toolbar)
272net.filter.Media=Media
273# LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
274# a network request (displayed when a net panel entry is expanded). The content of
275# this tab displays sent data (related to a HTTP send method).
276Post=Post
277Put=Put
278# LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
279# Label used in the Net panel for detailed info about a network request (displayed
280# when a net panel entry is expanded)
281Response=Response
282URLParameters=Params
283Cache=Cache
284HTML=HTML
285jsonviewer.tab.JSON=JSON
286xmlviewer.tab.XML=XML
287svgviewer.tab.SVG=SVG
288# LOCALIZATION NOTE (jsonviewer.sort, jsonviewer.do_not_sort): Label (verb) used in the
289# Net panel for JSON responses Allows to sort alphabetically.
290jsonviewer.sort=Sort by key
291jsonviewer.do_not_sort=Do not sort
292# LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
293# (expand an entry in the panel and select Headers tab).
294RequestHeaders=Request Headers
295ResponseHeaders=Response Headers
296# LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms.
297# A message displayed in the Net panel when some entries must be removed since maximum number
298# of entries has been reached.
299# %S the number of entries removed
300# example: Firebug's log limit has been reached. 150 entries not shown.
301plural.Limit_Exceeded=Firebug's log limit has been reached. %S entry not shown.;Firebug's log limit has been reached. %S entries not shown.
302LimitPrefs=Preferences
303# LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
304# has been reached. Informing the user what preferencee should be changed to modify the limit.
305# %S Name of a preference.
306# examples: In order to change the limit modify: firebug.extensions.console.logLimit
307LimitPrefsTitle=In order to change the limit modify: %S
308Refresh=Refresh
309OpenInTab=Open in New Tab
310Open_Response_In_New_Tab=Open Response in New Tab
311# LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
312# (result of javascript profiler tool). Represents a verb.
313Profile=Profile
314ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
315# LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms.
316# Used as a caption for reported profile info (result of javascript profiler tool).
317# #1 number of milliseconds
318# #2 number of calls (plural)
319# example: (#1ms, #2 calls)
320plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls)
321NothingToProfile=No activity to profile.
322PercentTooltip=Percentage of time spent on this function.
323CallsHeaderTooltip=Number of times function was called.
324OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
325TimeHeaderTooltip=Time spent in function, including nested calls.
326AvgHeaderTooltip=Average time, including function calls.
327MinHeaderTooltip=Minimum time, including function calls.
328MaxHeaderTooltip=Maximum time, including function calls.
329ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
330ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
331Function=Function
332Percent=Percent
333# LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
334# (name of a report column). In order to see this, select the Console panel start profiling
335# by clicking the Profile button and stop it by clicking again. The report is logged into the
336# console panel. Make sure Script panel is enabled.
337Calls=Calls
338OwnTime=Own Time
339Time=Time
340Avg=Avg
341Min=Min
342Max=Max
343File=File
344# Support for clipboard actions.
345Copy=Copy
346Cut=Cut
347Remove=Remove
348CopyHTML=Copy HTML
349CopySVG=Copy SVG
350CopyMathML=Copy MathML
351CopyInnerHTML=Copy innerHTML
352CopyXPath=Copy XPath
353Copy_CSS_Path=Copy CSS Path
354CopyLocation=Copy Location
355CopyLocationParameters=Copy Location with Parameters
356CopyRequestHeaders=Copy Request Headers
357CopyResponseHeaders=Copy Response Headers
358CopyResponse=Copy Response Body
359CopyError=Copy Error
360CopySource=Copy Function
361# LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
362# panel when clicking a function object.
363# %S Name of the function
364# Log Calls to "getData"
365ShowCallsInConsole=Log Calls to "%S"
366ShowEventsInConsole=Log Events
367panel.Enabled=Enabled
368panel.Disabled=Disabled
369panel.Enable=Enable
370panel.Disable=Disable
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.
373panel.tooltip.Show_Command_Line=Show Command Line
374# LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
375# if specific method is not supported.
376# %S Name of a not supported method.
377console.MethodNotSupported=Firebug console does not support '%S'
378# LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
379# when a not supported method is used on the command line.
380# %S Name of a not supported method.
381commandline.MethodNotSupported=Firebug command line does not support '%S'
382# LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
383# Tooltip for the "Break on... " button used when the Console panel is selected.
384console.Disable_Break_On_All_Errors=Disable Break On All Errors
385console.Break_On_All_Errors=Break On All Errors
386console.Break_On_This_Error=Break On This Error
387# LOCALIZATION NOTE (console.Use_TAB_and_arrow_keys)
388# Top of the completion popup in the command line
389console.Use_TAB_and_arrow_keys=Use TAB and arrow keys
390# Console strings used when JavaScript is not available
391console.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'
392# LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent,
393# net.sizeinfo.Total_Received):
394# Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse
395# over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes
396# even sent and received heades size.
397net.sizeinfo.Response_Body=Response Body
398net.sizeinfo.Post_Body=Post Body
399net.sizeinfo.Total_Sent=Total Sent
400net.sizeinfo.Total_Received=Total Received
401net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
402net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
403# LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net
404# panel (inside the Post tab of an expanded request entry). The message informs the user that
405# posted data reached Firebug's size limit and only part of it is displayed in the UI.
406net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug.
407net.Break_On_XHR=Break On XHR
408net.label.Parameters=Parameters
409net.label.Parts=Parts
410net.label.Source=Source
411# LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events):
412# Labels for Net panel's options.
413net.option.Disable_Browser_Cache=Disable Browser Cache
414net.option.Show_Paint_Events=Show Paint Events
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
418net.option.Show_BF_Cache_Responses=Show BF Cache Responses
419net.option.tip.Show_BF_Cache_Responses=The Net panel can show also responses coming from BF Cache.
420script.Break_On_Next=Break On Next
421ShowHttpHeaders=Show HTTP Headers
422# LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms.
423# A label used in the Net panel. Displays number of HTTP requests executed by the current page.
424# %S number of requests
425# example: 21 requests
426plural.Request_Count=%S request;%S requests
427FromCache=from cache
428StopLoading=Stop Loading
429LargeData=(Very Large Data)
430ShowComputedStyle=Show Computed Style
431StyleGroup-text=Text
432StyleGroup-background=Background
433StyleGroup-box=Box Model
434StyleGroup-layout=Layout
435StyleGroup-other=Other
436Dimensions=%S x %S
437CopyColor=Copy Color
438CopyImageLocation=Copy Image Location
439OpenImageInNewTab=Open Image in New Tab
440OmitObjectPathStack=Omit Toolbar Stack
441Copy_Rule_Declaration=Copy Rule Declaration
442Copy_Style_Declaration=Copy Style Declaration
443# LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms.
444# A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug.
445# %S number of errors
446# example: 111 Errors
447plural.Error_Count=%S Error;%S Errors
448moduleManager.title=%S Panel is disabled
449moduleManager.desc3=Use Firebug's status bar icon to enable/disable all panels at once. Use each panel's tab menu for individual control.
450moduleManager.Enable=Enable
451Suspend_Firebug=Suspend Firebug
452Resume_Firebug=Resume Firebug
453Reset_Panels_To_Disabled=Reset Panels To Disabled
454Open_Console=Open Console
455Open_Console_Tooltip=Open Trace Console for Firebug.
456Scope_Chain=Scope Chain
457# LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
458# With: the scope inside of the with(obj) {} statement
459With_Scope=With
460# Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
461Call_Scope=Call
462# Window: the scope inside of a Javascript window object.
463Window_Scope=Window
464Logs=Logs
465Options=Options
466Copy_Stack=Copy Stack
467Copy Exception=Copy Exception
468# Net panel timing info labels
469requestinfo.Blocking=Blocking
470requestinfo.Resolving=DNS Lookup
471requestinfo.Connecting=Connecting
472requestinfo.Sending=Sending
473requestinfo.Waiting=Waiting
474requestinfo.Receiving=Receiving
475requestinfo.ContentLoad='DOMContentLoaded' (event)
476requestinfo.WindowLoad='load' (event)
477requestinfo.Started=Started
478editors.Editor_Configuration=Editor Configuration
479search.Firebug_Search=Firebug Search
480search.Next=Next
481search.Previous=Previous
482search.Case_Sensitive=Force Case Sensitive
483search.Multiple_Files=Multiple Files
484search.Use_Regular_Expression=Use Regular Expression
485search.html.CSS_Selector=CSS Selector
486search.net.Headers=Headers
487search.net.Parameters=Parameters
488search.net.Response_Bodies=Response Bodies
489search.script.Multiple_Files=Multiple Files
490firebug.console.Persist=Persist
491firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
492firebug.console.Show_All_Log_Entries=Show All Log Entries
493firebug.console.Errors=Errors
494firebug.console.Filter_by_Errors=Filter by Errors
495firebug.console.Warnings=Warnings
496firebug.console.Filter_by_Warnings=Filter by Warnings
497firebug.console.Info=Info
498firebug.console.Filter_by_Info=Filter by Info
499firebug.console.Debug_Info=Debug Info
500firebug.console.Filter_by_Debug_Info=Filter by Debug Info
501firebug.menu.Clear_Console=Clear Console
502firebug.menu.Reset_All_Options=Reset All Options
503firebug.menu.Enable_All_Panels=Enable All Panels
504firebug.menu.Disable_All_Panels=Disable All Panels
505firebug.menu.Customize_shortcuts=Customize Shortcuts
506firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
507firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
508firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
509firebug.menu.Firebug_Online=Firebug Online
510firebug.shortcut.reenterCommand.label=Reenter Command
511firebug.shortcut.toggleInspecting.label=Toggle Inspecting
512firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
513firebug.shortcut.toggleProfiling.label=Toggle Profiling
514firebug.shortcut.focusCommandLine.label=Focus Command Line
515firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
516firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
517firebug.shortcut.focusLocation.label=Focus Location
518firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
519firebug.shortcut.nextObject.label=Next Object
520firebug.shortcut.previousObject.label=Previous Object
521firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
522firebug.shortcut.detachFirebug.label=Open Firebug in New Window
523firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
524firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
525firebug.shortcut.toggleFirebug.label=Open Firebug
526firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
527firebug.shortcut.clearConsole.label=Clear Console
528firebug.shortcut.openTraceConsole.label=Open Trace Console
529firebug.shortcut.navBack.label=Go Back
530firebug.shortcut.navForward.label=Go Forward
531firebug.panel_selector=Panel Selector
532customizeShortcuts=Firebug Shortcut Bindings
533keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
534#A11y Chrome Labels (not visible, spoken by screen readers)
535a11y.labels.panel_tools=panel tools
536a11y.labels.firebug_panels=Firebug panels
537a11y.labels.firebug_side_panels=Firebug side panels
538a11y.labels.firebug_window=Firebug window
539a11y.labels.firebug_status=Firebug status
540a11y.labels.reset=reset
541a11y.labels.reset_shortcut=reset %S shortcut
542aria.labels.inactive_panel=inactive panel
543#A11y panelNode labels (not visible, spoken by screen readers)
544a11y.labels.log_rows=log rows
545a11y.labels.call_stack=call stack
546a11y.labels.document_structure=document structure
547a11y.labels.title_panel= %S panel
548a11y.labels.title_side_panel= %S side panel
549a11y.labels.cached=cached
550aria.labels.stack_trace=stack trace
551#A11y Domplate labels (not visible, spoken by screen readers)
552a11y.layout.padding=padding
553a11y.layout.border=border
554a11y.layout.margin=margin
555a11y.layout.position=position
556a11y.layout.position_top=position top
557a11y.layout.position_right=position right
558a11y.layout.position_bottom=position bottom
559a11y.layout.position_left=position left
560a11y.layout.margin_top=margin top
561a11y.layout.margin_right=margin right
562a11y.layout.margin_bottom=margin bottom
563a11y.layout.margin_left=margin left
564a11y.layout.border_top=border top
565a11y.layout.border_right=border right
566a11y.layout.border_bottom=border bottom
567a11y.layout.border_left=border left
568a11y.layout.padding_top=padding top
569a11y.layout.padding_right=padding right
570a11y.layout.padding_bottom=padding bottom
571a11y.layout.padding_left=padding left
572a11y.layout.top=top
573a11y.layout.right=right
574a11y.layout.bottom=bottom
575a11y.layout.left=left
576a11y.layout.width=width
577a11y.layout.height=height
578a11y.layout.size=size
579a11y.layout.z-index=z-index
580a11y.layout.clientBoundingRect=bounding client rect
581a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values
582a11y.labels.style_rules=style rules
583aria.labels.inherited_style_rules=inherited style rules
584a11y.labels.computed_styles=computed styles
585a11y.labels.dom_properties=DOM properties
586# LOCALIZATION NOTE
587# Used by a11y. Not directly visible in the UI, intended for screen readers.
588# Describe contents of inline editor fields
589a11y.labels.inline_editor=inline editor
590a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
591a11y.labels.attribute_for_element=attribute for %S element
592a11y.labels.text_contents_for_element=text contents for %S element
593a11y.labels.defined_in_file=defined in %S
594a11y.labels.declarations_for_selector=style declarations for "%S" selector
595a11y.labels.property_for_selector=CSS property for selector: %S
596a11y.labels.value_property_in_selector=%S property value for selector %S
597a11y.labels.css_selector=CSS selector
598a11y.labels.source_code_for_file=source code for file %S
599# LOCALIZATION NOTE (a11y.labels.overridden):
600# Used by a11y. Not directly visible in the UI, intended for screen readers.
601# indicates style property is overridden by selector with higher specificity
602a11y.labels.overridden=overridden
603a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression
604# LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
605# Used by a11y. Not directly visible in the UI, intended for screen readers.
606# Existence and state of a breakpoint
607a11y.updates.has_conditional_break_point=has conditional break point
608a11y.updates.has_disabled_break_point=has disabled break point
609# LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
610# visible in the UI, intended for screen readers.
611# #1 Line number, #2 Function name, #3 File name
612a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S
613# LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
614# visible in the UI, intended for screen readers.
615# Describes the match found when performing a console panel search
616# #1 %S String key the use is looking for. #2 number of rows that contain the matched text
617# examples: Match found for "test" in 17 log rows
618a11y.updates.match_found_in_logrows=match found for "%S" in %S log rows
619# LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
620# visible in the UI, intended for screen readers.
621# Describes the match found when performing a script panel search
622# #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
623# examples: Match found for "window.alert" on line 322 in utilities.js
624a11y.updates.match_found_for_on_line=match found for "%S" on line %S in %S
625# LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
626# visible in the UI, intended for screen readers.
627# Describes the match found when performing an HTML panel search (if it is found in an element node)
628# #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying the matched element
629# examples: Match found for "obj" in object element at /html/body/object[2]
630a11y.updates.match_found_in_element=match found for "%S" in %S element at path %S
631# LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
632# visible in the UI, intended for screen readers.
633# Describes the match found when performing an HTML panel search (if it is found in an attribute node)
634# #1 Search string that was matched. #2 Attribute name #3 attribute value
635# #4 the HTML element name containing. #5 XPATH string specifying the matched element
636# examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2]
637a11y.updates.match_found_in_attribute=match found for "%S" in attribute %S=%S of %S element at path %S
638# LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
639# visible in the UI, intended for screen readers.
640# Describes the match found when performing an HTML panel search (if it is found in a text element's contents)
641# #1 Search string that was matched. #2 element's text content
642# #3 the HTML element name containing. #4 XPATH string specifying the matched element
643# examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2]
644a11y.updates.match_found_in_text_content=match found for "%S" in text content: %S of %S element at path %S
645# LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
646# visible in the UI, intended for screen readers.
647# Describes the match found when performing a CSS panel search (if it is found in a selector)
648# #1 Search string that was matched. #2 selector in which the match was found
649# examples: Match found for "main" in #mainContent h2 {
650a11y.updates.match_found_in_selector=match found for "%S" in selector %S
651# LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
652# visible in the UI, intended for screen readers.
653# Describes the match found when performing a CSS panel search (if it is found in a style declaration)
654# #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to
655# examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent {
656a11y.updates.match_found_in_style_declaration=match found for "%S" in style declaration %S in selector %S
657# LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
658# visible in the UI, intended for screen readers.
659# Describes the match found when performing a DOM panel search
660# #1 Search string that was matched. #2 DOM property in which the match was found
661# examples: Match found for "time" in _starttime : 1257324992232 (Number)
662a11y.updates.match_found_in_dom_property=match found for "%S" in DOM property %S
663# LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
664# visible in the UI, intended for screen readers.
665# Describes the match found when performing a Net panel search
666# #1 Search string that was matched. #2 File name associated to the row in which the match was found.
667# #3 Column in which the match was found #4. Column value
668# examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms
669a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S;
670# LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
671# visible in the UI, intended for screen readers.
672# Describes the match found when performing a Net panel search (if it is found in the Net summary row)
673# #1 Search string that was matched. #2 Column value in which the match was found
674# examples: Match found for "05" in net summary row: 4.05s
675a11y.updates.match_found_in_net_summary_row=match found for "%S" in net summary row: %S
676# LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
677# visible in the UI, intended for screen readers.
678# Indicates that the searched string was not matched
679# %S Search string that was matched.
680# examples: No matched found for "wefkhwefkgwekhjgjh"
681a11y.updates.no_matches_found=no matches found for "%S"
682confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
683# Console messages.
684warning.Console_must_be_enabled=Console must be enabled
685warning.Command_line_blocked?=Command line blocked?
686message.Reload_to_activate_window_console=Reload to activate window console
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
690message.knownIssues40=Issues with trunk Firefox for Firebug:
691# LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
692# If Firebug is displayed in an external window (detached), but not active for the
693# currently selected Firefox tab, the following button label is used for an
694# activation button.
695label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
696# LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
697# An error message displayed in the Script panel when a source can't be displayed
698# for specific URL.
699# examples: Failed to load source for: http://www.example.com/script.js
700# examples: The resource from this URL is not text: http://www.example.com/script.js
701message.Failed_to_load_source_for=Failed to load source for
702message.The_resource_from_this_URL_is_not_text=The resource from this URL is not text
703# LOCALIZATION NOTE (firebug.history.Go_back_to_this_script, firebug.history.Go_forward_to_this_script,
704# firebug.history.Stay_on_this_page): Tooltips for menu items in Scipt history popup menu.
705firebug.history.Go_back_to_this_panel=Go back to this panel
706firebug.history.Stay_on_this_panel=Stay on this panel
707firebug.history.Go_forward_to_this_panel=Go forward to this panel
708# LOCALIZATION NOTE (firebug.history.Go_back_one_script, firebug.history.Go_forward_one_script):
709# Tooltips for back/forward buttons on the Script panel toolbar.
710firebug.history.Go_back=Go back
711firebug.history.Go_forward=Go forward
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.
715script.warning.inactive_during_page_load=Script Panel was inactive during page load
716script.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.
720script.warning.javascript_not_enabled=Javascript is not enabled
721script.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.
724script.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.
728script.warning.all_scripts_filtered=All scripts were filtered
729script.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.
733script.warning.no_javascript=No Javascript on this page
734script.suggestion.no_javascript=If <script> tags have a "type" attribute it should equal "text/javascript" or "application/javascript"
735script.warning.debugger_active=Debugger is already active
736script.suggestion.debugger_active=The debugger is currently halted at a breakpoint on another page.
737script.button.Go_to_that_page=Go to that page
738#firebug.dtd
739firebug.Firebug=Firebug
740firebug.Close=Close
741firebug.View=View
742firebug.Help=Help
743firebug.Vertical=Vertical Panes
744firebug.Run=Run
745firebug.Copy=Copy
746firebug.CopyBookmarklet=Copy the script as a bookmarklet.
747firebug.Options=Options
748firebug.TextSize=Text Size
749firebug.IncreaseTextSize=Increase Text Size
750firebug.DecreaseTextSize=Decrease Text Size
751firebug.NormalTextSize=Normal Text Size
752firebug.ShowTooltips=Show Preview Tooltips
753firebug.ShadeBoxModel=Shade Box Model
754firebug.Website=Firebug Website...
755firebug.Documentation=Documentation...
756firebug.KeyShortcuts=Keyboard Shortcuts...
757firebug.Forums=Discussion Group...
758firebug.Issues=Issue Tracker...
759firebug.Donate=Contribute...
760firebug.About=About...
761firebug.AlwaysOpenInWindow=Always Open in New Window
762firebug.ShowFirebug=Open Firebug
763firebug.OpenWith=Open With Editor
764firebug.CloseFirebug=Deactivate Firebug For this web site
765firebug.Permissions=Sites...
766firebug.ConfigureEditors=Configure Editors
767firebug.CommandLine=Command Line
768firebug.Search=Search
769firebug.Continue=Continue (F8)
770firebug.StepOver=Step Over (F10)
771firebug.StepInto=Step Into (F11)
772firebug.StepOut=Step Out (shift F11)
773firebug.BreakOnErrors=Break on Errors
774firebug.Inspect=Inspect
775firebug.InspectElement=Inspect Element
776firebug.InspectTooltip=Click an element in the page to inspect
777firebug.Edit=Edit
778firebug.EditHTMLTooltip=Edit this HTML
779firebug.EditCSSTooltip=Edit this style sheet
780firebug.Profile=Profile
781firebug.ProfileScript=Profile JavaScript
782firebug.Clear=Clear
783firebug.ClearConsole=Clear Console
784firebug.ClearTooltip=Clear the console
785firebug.All=All
786firebug.Images=Images
787firebug.Flash=Flash
788#editors.dtd
789editors.Description=Configured Firebug Editors
790editors.NameColumn=Editor
791editors.ExecutableColumn=Executable
792editors.ParamsColumn=Launch arguments
793add.label=Add
794remove.label=Remove
795change.label=Change
796close.label=Close
797browse.label=Browse...
798changeEditor.Name=Name:
799changeEditor.Executable=Executable:
800changeEditor.CmdLine=Arguments:
801changeEditor.Invalid_Application_Path=Invalid Application Path
802changeEditor.Application_does_not_exist=The specified application doesn't exist!
Note: See TracBrowser for help on using the repository browser.