source: non-gtk/firebug/firebug1.6/en-US/firebug.properties@ 2066

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

firebug: подготовка за превод на 1.6

File size: 33.0 KB
Line 
1Firebug=Firebug
2
3# LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
4# %S Title of the associated web page.
5# examples: Firebug - Google
6WindowTitle=Firebug - %S
7
8# Panel titles
9Panel-console=Console
10Panel-net=Net
11Panel-html=HTML
12Panel-stylesheet=CSS
13Panel-script=Script
14Panel-dom=DOM
15Panel-css=Style
16Panel-computed=Computed
17Panel-layout=Layout
18Panel-domSide=DOM
19Panel-watches=Watch
20Panel-breakpoints=Breakpoints
21Panel-callstack=Stack
22Panel-scopes=Scopes
23
24firebug.DetachFirebug=Open Firebug in New Window
25firebug.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
33plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs
34
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
49
50firebug_options=Firebug Options
51firebug_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).
56firebug.Show_All_Panels=Show All Panels
57
58# Console panel options.
59ShowJavaScriptErrors=Show JavaScript Errors
60ShowJavaScriptWarnings=Show JavaScript Warnings
61ShowCSSErrors=Show CSS Errors
62ShowXMLErrors=Show XML Errors
63ShowStackTrace=Show Stack Trace With Errors
64ShowXULErrors=Show Errors From XUL
65ShowXULMessages=Show Messages From XUL
66ShowXMLHttpRequests=Show XMLHttpRequests
67ShowChromeErrors=Show Chrome Errors
68ShowChromeMessages=Show Chrome Messages
69ShowExternalErrors=Show External Errors
70ShowNetworkErrors=Show Network Errors
71JavascriptOptionsStrict=Strict Warnings (performance penalty)
72
73LargeCommandLine=Larger Command Line
74console_command_line=console command line
75Assertion=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)
81Line=%S (line %S)
82
83InstanceLine=%S #%S (line %S)
84StackItem=%S (%S line %S)
85SystemItem=<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
92InspectInTab=Inspect in %S Tab
93
94NoName=(no name)
95
96# LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
97# do not translate.
98# #1 jsdIScript.tag
99jsdIScript=jsdIScript %S
100
101# HTML panel context menu items.
102ShowFullText=Show Full Text
103ShowWhitespace=Show White Space
104ShowTextNodesWithEntities=Show Basic Entities
105ShowComments=Show Comments
106HighlightMutations=Highlight Changes
107ExpandMutations=Expand Changes
108ScrollToMutations=Scroll Changes Into View
109ScrollIntoView=Scroll Into View
110NewAttribute=New Attribute...
111EditHTMLElement=Edit HTML...
112EditSVGElement=Edit SVG...
113EditMathMLElement=Edit MathML...
114DeleteElement=Delete Element
115EditNode=Edit HTML...
116DeleteNode=Delete Node
117ShowQuickInfoBox=Show Quick Info Box
118ShadeBoxModel=Shade Box Model
119
120# Quick Info Box
121quickInfo=Quick Info
122computedStyle=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.
127html.Break_On_Mutate=Break On Mutate
128html.Disable_Break_On_Mutate=Disable Break On Mutate
129html.label.Break_On_Text_Change=Break On Text Change
130
131html.label.HTML_Breakpoints=HTML Breakpoints
132html.label.Break_On_Attribute_Change=Break On Attribute Change
133html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
134html.label.Break_On_Element_Removal=Break On Element Removal
135
136#Mismatch tooltip to show when doc servered as html but doctype is xhtml
137html.error.doctype.mismatched=Doctype ignored, not valid for server content-type
138
139dom.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"...
145EditAttribute=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"...
151DeleteAttribute=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
156InheritedFrom=Inherited from
157
158SothinkWarning=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.
159DOMInspectorWarning=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.
160EmptyStyleSheet=There are no rules in this stylesheet.
161EmptyElementCSS=This element has no style rules.
162EditStyle=Edit Element Style...
163NewRule=New Rule...
164NewProp=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"...
170EditProp=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"
176DisableProp=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"
182DeleteProp=Delete "%S"
183
184# Console context menu labels.
185BreakOnThisError=Break on This Error
186BreakOnAllErrors=Break on All Errors
187DisableBreakOnNext=Disable Break on Next
188DecompileEvals=Decompile for eval() source
189ShowAllSourceFiles=Show chrome sources
190TrackThrowCatch=Track Throw/Catch
191UseLastLineForEvalName=Use Last Source Line for eval() names
192UseMD5ForEvalName=Use MD5 for eval() names
193
194# LOCALIZATION NOTE do not translate, no longer used(?)
195DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
196DBG_FBS_BP=Beware! DBG_BP
197DBG_FBS_ERRORS=Beware! DBG_ERRORS
198DBG_FBS_STEP=Beware! DBG_STEP
199
200# Breakpoints side panel
201Breakpoints=Breakpoints
202ErrorBreakpoints=Error Breakpoints
203LoggedFunctions=Logged Functions
204EnableAllBreakpoints=Enable All Breakpoints
205DisableAllBreakpoints=Disable All Breakpoints
206ClearAllBreakpoints=Remove All Breakpoints
207
208# Script panel
209Continue=Continue
210StepOver=Step Over
211StepInto=Step Into
212StepOut=Step Out
213RunUntil=Run to This Line
214ScriptsFilterStatic=Show Static Scripts
215ScriptsFilterEval=Show Static and eval Scripts
216ScriptsFilterEvent=Show Static and event Scripts
217ScriptsFilterAll=Show Static, eval, and event Scripts
218ScriptsFilterStaticShort=static
219ScriptsFilterEvalShort=evals
220ScriptsFilterEventShort=events
221ScriptsFilterAllShort=all
222ShowUserProps=Show User-defined Properties
223ShowUserFuncs=Show User-defined Functions
224ShowDOMProps=Show DOM Properties
225ShowDOMFuncs=Show DOM Functions
226ShowDOMConstants=Show DOM Constants
227NoMembersWarning=There are no properties to show for this object.
228NewWatch=New watch expression...
229AddWatch=Add Watch
230CopySourceCode=Copy Source
231
232CopyValue=Copy Value
233Copy_Name=Copy Name
234Copy_Path=Copy Path
235
236NewProperty=New Property...
237EditProperty=Edit Property...
238EditVariable=Edit Variable...
239EditWatch=Edit Watch...
240DeleteProperty=Delete Property
241DeleteWatch=Delete Watch
242ConditionInput=This breakpoint will stop only if this expression is true:
243SetBreakpoint=Set Breakpoint
244DisableBreakpoint=Disable Breakpoint
245EditBreakpointCondition=Edit Breakpoint Condition...
246NoBreakpointsWarning=There are no breakpoints set in this page.
247Show_User_Agent_CSS=Show User Agent CSS
248Expand_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.
253LayoutPadding=padding
254LayoutBorder=border
255LayoutMargin=margin
256LayoutPosition=position
257LayoutAdjacent=adjacent
258position=position
259
260# LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
261# under HTML panel.
262ShowRulers=Show Rulers and Guides
263
264# Net panel
265Loading=Loading...
266Headers=Headers
267
268# LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
269net.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.
275net.header.URL=URL
276net.header.URL_Tooltip=Requested URL and used HTTP method.
277net.header.Status=Status
278net.header.Status_Tooltip=Status of the received response.
279net.header.Domain=Domain
280net.header.Domain_Tooltip=Domain of the executed request.
281net.header.Size=Size
282net.header.Size_Tooltip=Size of the received response.
283net.header.Timeline=Timeline
284net.header.Timeline_Tooltip=Detailed timing info about request response round trip.
285
286# LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
287net.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.
291net.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".
297net.headers.view_source=view source
298net.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).
303Post=Post
304Put=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)
309Response=Response
310URLParameters=Params
311Cache=Cache
312HTML=HTML
313jsonviewer.tab.JSON=JSON
314xmlviewer.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).
318RequestHeaders=Request Headers
319ResponseHeaders=Response Headers
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.
326plural.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
328LimitPrefs=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
334LimitPrefsTitle=In order to change the limit modify: %S
335
336Refresh=Refresh
337OpenInTab=Open in New Tab
338Open_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.
342Profile=Profile
343
344ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
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)
351plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls)
352
353NothingToProfile=No activity to profile.
354PercentTooltip=Percentage of time spent on this function.
355CallsHeaderTooltip=Number of times function was called.
356OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
357TimeHeaderTooltip=Time spent in function, including nested calls.
358AvgHeaderTooltip=Average time, including function calls.
359MinHeaderTooltip=Minimum time, including function calls.
360MaxHeaderTooltip=Maximum time, including function calls.
361ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
362ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
363Function=Function
364Percent=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.
370Calls=Calls
371OwnTime=Own Time
372Time=Time
373Avg=Avg
374Min=Min
375Max=Max
376File=File
377
378# Support for clipboard actions.
379Copy=Copy
380Cut=Cut
381Remove=Remove
382CopyHTML=Copy HTML
383CopySVG=Copy SVG
384CopyMathML=Copy MathML
385CopyInnerHTML=Copy innerHTML
386CopyXPath=Copy XPath
387Copy_CSS_Path=Copy CSS Path
388CopyLocation=Copy Location
389CopyLocationParameters=Copy Location with Parameters
390CopyRequestHeaders=Copy Request Headers
391CopyResponseHeaders=Copy Response Headers
392CopyResponse=Copy Response Body
393CopyError=Copy Error
394CopySource=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"
400ShowCallsInConsole=Log Calls to "%S"
401
402ShowEventsInConsole=Log Events
403panel.Enabled=Enabled
404panel.Disabled=Disabled
405panel.Enable=Enable
406panel.Disable=Disable
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.
411console.MethodNotSupported=Firebug console does not support '%S'
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.
416commandline.MethodNotSupported=Firebug command line does not support '%S'
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.
420console.Disable_Break_On_All_Errors=Disable Break On All Errors
421console.Break_On_All_Errors=Break On All Errors
422
423# Console strings used when JavaScript is not available
424console.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.
431net.sizeinfo.Response_Body=Response Body
432net.sizeinfo.Post_Body=Post Body
433net.sizeinfo.Total_Sent=Total Sent
434net.sizeinfo.Total_Received=Total Received
435
436net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
437net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
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.
442net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug.
443
444net.Break_On_XHR=Break On XHR
445net.label.Parameters=Parameters
446net.label.Parts=Parts
447net.label.Source=Source
448
449# LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events):
450# Labels for Net panel's options.
451net.option.Disable_Browser_Cache=Disable Browser Cache
452net.option.Show_Paint_Events=Show Paint Events
453
454script.Break_On_Next=Break On Next
455ShowHttpHeaders=Show HTTP Headers
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
461plural.Request_Count=%S request;%S requests
462
463FromCache=from cache
464StopLoading=Stop Loading
465LargeData=(Very Large Data)
466ShowComputedStyle=Show Computed Style
467StyleGroup-text=Text
468StyleGroup-background=Background
469StyleGroup-box=Box Model
470StyleGroup-layout=Layout
471StyleGroup-other=Other
472Dimensions=%S x %S
473CopyColor=Copy Color
474CopyImageLocation=Copy Image Location
475OpenImageInNewTab=Open Image in New Tab
476OmitObjectPathStack=Omit Toolbar Stack
477Copy_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
483plural.Error_Count=%S Error;%S Errors
484
485moduleManager.title=%S panel is disabled
486moduleManager.desc3=Use Firebug's status bar icon to enable/disable all panels at once. Use each panel's tab menu for individual control.
487
488Suspend_Firebug=Suspend Firebug
489Resume_Firebug=Resume Firebug
490Reset_Panels_To_Disabled=Reset Panels To Disabled
491Open_Console=Open Console
492Open_Console_Tooltip=Open Trace Console for Firebug.
493Scope_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
497With_Scope=With
498# Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
499Call_Scope=Call
500# Window: the scope inside of a Javascript window object.
501Window_Scope=Window
502
503Logs=Logs
504Options=Options
505Copy_Stack=Copy Stack
506Copy Exception=Copy Exception
507
508# Net panel timing info labels
509requestinfo.Blocking=Blocking
510requestinfo.Resolving=DNS Lookup
511requestinfo.Connecting=Connecting
512requestinfo.Sending=Sending
513requestinfo.Waiting=Waiting
514requestinfo.Receiving=Receiving
515requestinfo.ContentLoad='DOMContentLoaded' (event)
516requestinfo.WindowLoad='load' (event)
517requestinfo.Started=Started
518
519editors.Editor_Configuration=Editor Configuration
520
521search.Firebug_Search=Firebug Search
522search.Next=Next
523search.Previous=Previous
524
525search.Case_Sensitive=Force Case Sensitive
526search.Multiple_Files=Multiple Files
527search.Use_Regular_Expression=Use Regular Expression
528search.html.CSS_Selector=CSS Selector
529search.net.Headers=Headers
530search.net.Parameters=Parameters
531search.net.Response_Bodies=Response Bodies
532search.script.Multiple_Files=Multiple Files
533
534firebug.console.Persist=Persist
535firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
536firebug.menu.Clear_Console=Clear Console
537firebug.menu.Reset_All_Options=Reset All Options
538firebug.menu.Enable_All_Panels=Enable All Panels
539firebug.menu.Disable_All_Panels=Disable All Panels
540firebug.menu.Customize_shortcuts=Customize Shortcuts
541firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
542firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
543firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
544firebug.menu.Firebug_Online=Firebug Online
545firebug.shortcut.reenterCommand.label=Reenter Command
546firebug.shortcut.toggleInspecting.label=Toggle Inspecting
547firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
548firebug.shortcut.toggleProfiling.label=Toggle Profiling
549firebug.shortcut.focusCommandLine.label=Focus Command Line
550firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
551firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
552firebug.shortcut.focusLocation.label=Focus Location
553firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
554firebug.shortcut.nextObject.label=Next Object
555firebug.shortcut.previousObject.label=Previous Object
556firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
557firebug.shortcut.detachFirebug.label=Open Firebug in New Window
558firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
559firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
560firebug.shortcut.toggleFirebug.label=Open Firebug
561firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
562firebug.shortcut.clearConsole.label=Clear Console
563firebug.shortcut.openTraceConsole.label=Open Trace Console
564
565firebug.panel_selector=Panel Selector
566
567customizeShortcuts=Firebug Shortcut Bindings
568keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
569
570#A11y Chrome Labels (not visible, spoken by screen readers)
571a11y.labels.panel_tools=panel tools
572a11y.labels.firebug_panels=Firebug panels
573a11y.labels.firebug_side_panels=Firebug side panels
574a11y.labels.firebug_window=Firebug window
575a11y.labels.firebug_status=Firebug status
576a11y.labels.reset=reset
577a11y.labels.reset_shortcut=reset %S shortcut
578aria.labels.inactive_panel=inactive panel
579
580#A11y panelNode labels (not visible, spoken by screen readers)
581a11y.labels.log_rows=log rows
582a11y.labels.call_stack=call stack
583a11y.labels.a11y.labels.document_structue=document structure
584a11y.labels.title_panel= %S panel
585a11y.labels.title_side_panel= %S side panel
586a11y.labels.cached=cached
587aria.labels.stack_trace=stack trace
588
589#A11y Domplate labels (not visible, spoken by screen readers)
590a11y.layout.padding=padding
591a11y.layout.border=border
592a11y.layout.margin=margin
593a11y.layout.position=position
594a11y.layout.position_top=position top
595a11y.layout.position_right=position right
596a11y.layout.position_bottom=position bottom
597a11y.layout.position_left=position left
598a11y.layout.margin_top=margin top
599a11y.layout.margin_right=margin right
600a11y.layout.margin_bottom=margin bottom
601a11y.layout.margin_left=margin left
602a11y.layout.border_top=border top
603a11y.layout.border_right=border right
604a11y.layout.border_bottom=border bottom
605a11y.layout.border_left=border left
606a11y.layout.padding_top=padding top
607a11y.layout.padding_right=padding right
608a11y.layout.padding_bottom=padding bottom
609a11y.layout.padding_left=padding left
610a11y.layout.top=top
611a11y.layout.right=right
612a11y.layout.bottom=bottom
613a11y.layout.left=left
614a11y.layout.width=width
615a11y.layout.height=height
616a11y.layout.size=size
617a11y.layout.position=position
618a11y.layout.z-index=z-index
619a11y.layout.clientBoundingRect=bounding client rect
620a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values
621a11y.labels.style_rules=style rules
622aria.labels.inherited_style_rules=inherited style rules
623a11y.labels.computed_styles=computed styles
624a11y.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
629a11y.labels.inline_editor=inline editor
630a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
631a11y.labels.attribute_for_element=attribute for %S element
632a11y.labels.text_contents_for_element=text contents for %S element
633a11y.labels.defined_in_file=defined in %S
634a11y.labels.declarations_for_selector=style declarations for "%S" selector
635a11y.labels.property_for_selector=CSS property for selector: %S
636a11y.labels.value_property_in_selector=%S property value for selector %S
637a11y.labels.css_selector=CSS selector
638a11y.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
643a11y.labels.overridden=overridden
644a11y.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
649a11y.updates.has_conditional_break_point=has conditional break point
650a11y.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
655a11y.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
661a11y.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
667a11y.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]
673a11y.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]
680a11y.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]
687a11y.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 {
693a11y.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 {
699a11y.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)
705a11y.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
712a11y.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
718a11y.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"
724a11y.updates.no_matches_found=no matches found for "%S"
725
726confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
727# Console messages.
728warning.Console_must_be_enabled=Console must be enabled
729warning.Command_line_blocked?=Command line blocked?
730message.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.
737label.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
744message.Failed_to_load_source_for=Failed to load source for
745message.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.
749firebug.history.Go_back_to_this_script=Go back to this script
750firebug.history.Stay_on_this_page=Stay on this page
751firebug.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.
755firebug.history.Go_back_one_script=Go back one script
756firebug.history.Go_forward_one_script=Go forward one script
757
Note: See TracBrowser for help on using the repository browser.