source: non-gtk/firebug/firebug1.6/bg-BG/firebug.properties@ 2066

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

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

File size: 36.2 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=Конзола
10Panel-net=Мрежа
11Panel-html=HTML
12Panel-stylesheet=CSS
13Panel-script=Скрипт
14Panel-dom=DOM
15Panel-css=Стил
16Panel-computed=Computed
17Panel-layout=Подредба
18Panel-domSide=DOM
19Panel-watches=Следени изрази
20Panel-breakpoints=Прекъсвания
21Panel-callstack=Стек
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=Показване на грешките в JavaScript
60ShowJavaScriptWarnings=Показване на предупрежденията в JavaScript
61ShowCSSErrors=Показване на грешките в CSS
62ShowXMLErrors=Показване на грешките в XML
63ShowStackTrace=Показване на стека при грешки
64ShowStackTrace=Показване на стека със грешки
65ShowXULErrors=Показване на грешките от XUL
66ShowXULMessages=Показване на съобщенията от XUL
67ShowXMLHttpRequests=Показване на заявките XMLHttpRequest
68ShowChromeErrors=Показване на грешките в Chrome
69ShowChromeMessages=Показване на съобщенията от Chrome
70ShowExternalErrors=Показване на външните грешки
71ShowNetworkErrors=Show Network Errors
72JavascriptOptionsStrict=Strict Warnings (performance penalty)
73
74LargeCommandLine=По-голям команден ред
75console_command_line=console command line
76Assertion=Грешно предположение
77
78# LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
79# message, etc. within a source of a web page.
80# #1 File name, #2 Line number
81# examples: somePage.htm (line 64)
82Line=%S (ред %S)
83
84InstanceLine=%S #%S (line %S)
85StackItem=%S (%S ред %S)
86SystemItem=<System>
87
88# LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
89# For example, right clicking on an element in the HTML panel offers an action to inspect
90# clicked element in the DOM panel (tab).
91# #1 Target panel title
92# examples: Inspect in DOM Tab
93InspectInTab=Изследване на %S в подпрозорец
94
95NoName=(без име)
96
97# LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
98# do not translate.
99# #1 jsdIScript.tag
100jsdIScript=jsdIScript %S
101
102# HTML panel context menu items.
103ShowFullText=Показване на пълния текст
104ShowWhitespace=Показване на междините с интервали
105ShowTextNodesWithEntities=Show Basic Entities
106ShowComments=Показване на коментарите
107HighlightMutations=Открояване на промeните
108ExpandMutations=Разширяване на промените
109ScrollToMutations=Плъзгане на промените в изгледа
110ScrollIntoView=Плъзгане в изгледа
111NewAttribute=Нов атрибут…
112EditHTMLElement=Edit HTML...
113EditSVGElement=Edit SVG...
114EditMathMLElement=Edit MathML...
115DeleteElement=Изтриване на елемент
116EditNode=Редактиране на HTML…
117DeleteNode=Изтриване на възел
118ShowQuickInfoBox=Show Quick Info Box
119ShadeBoxModel=Shade Box Model
120
121# Quick Info Box
122quickInfo=Quick Info
123computedStyle=Computed Style
124
125# LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
126# button that are used when the HTML panel is currently selected. The button allows stopping
127# JS execution when DOM of the current page is modified.
128html.Break_On_Mutate=Break On Mutate
129html.Disable_Break_On_Mutate=Disable Break On Mutate
130html.label.Break_On_Text_Change=Break On Text Change
131
132html.label.HTML_Breakpoints=HTML Breakpoints
133html.label.Break_On_Attribute_Change=Break On Attribute Change
134html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal
135html.label.Break_On_Element_Removal=Break On Element Removal
136
137#Mismatch tooltip to show when doc servered as html but doctype is xhtml
138html.error.doctype.mismatched=Doctype ignored, not valid for server content-type
139
140dom.label.DOM_Breakpoints=DOM Breakpoints
141
142# LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
143# editing an existing HTML element attribute.
144# #1 Name of the clicked attribute.
145# examples: Edit Attribute "onclick"...
146EditAttribute=Редактиране на атрибута „%S“…
147
148# LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
149# deleting an existing HTML element attribute.
150# #1 Name of the clicked attribute.
151# examples: Delete Attribute "onclick"...
152DeleteAttribute=Изтриване на атрибута „%S“
153
154# LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
155# that has been inherited. Used in the Style side panel (under HTML panel).
156# examples: Inherited from table.tabView
157InheritedFrom=Наседено от
158
159SothinkWarning=Разширението „Sothink SWF Catcher“ пречи на Firebug да работи нормално.<br><br>За помощ прочетете <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">това в ЧЗВ на Firebug</a>.
160DOMInspectorWarning=Стиловете не могат да бъдат показани.<br><br>За помощ прочетете <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">това в ЧЗВ на Firebug</a>.
161EmptyStyleSheet=Липсват правила в този набор от стилове.
162EmptyElementCSS=Този елемент е без стилови правила
163EditStyle=Редактиране на стила на елемент…
164NewRule=New Rule...
165NewProp=Ново свойство…
166
167# LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
168# Allows to edit an existing CSS rule property.
169# %S Name of the clicked property
170# examples: Edit "background-color"...
171EditProp=Редактиране на „%S“…
172
173# LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
174# Allows to disable an existing CSS rule property.
175# %S Name of the clicked property
176# examples: Disable "background-color"
177DisableProp=Изключване на „%S“
178
179# LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
180# Allows to delete an existing CSS rule property.
181# %S Name of the clicked property
182# examples: Delete "background-color"
183DeleteProp=Изтриване на „%S“
184
185# Console context menu labels.
186BreakOnThisError=Прекъсване при тази грешка
187BreakOnAllErrors=Прекъсване при всички грешки
188DisableBreakOnNext=Disable Break on Next
189DecompileEvals=Decompile for eval() source
190ShowAllSourceFiles=Показване на изходния код на chrome
191TrackThrowCatch=Track Throw/Catch
192UseLastLineForEvalName= eval() на имена при последния ред в кода
193UseMD5ForEvalName=Use MD5 for eval() names
194
195# LOCALIZATION NOTE do not translate, no longer used(?)
196DBG_FBS_CREATION=Внимание! DBG_CREATION
197DBG_FBS_BP=Внимание! DBG_BP
198DBG_FBS_ERRORS=Внимание! DBG_ERRORS
199DBG_FBS_STEP=Внимание! DBG_STEP
200
201# Breakpoints side panel
202Breakpoints=Прекъсвания
203ErrorBreakpoints=Прекъсвания при грешки
204LoggedFunctions=Следени функции
205EnableAllBreakpoints=Включване на всички прекъсвания
206DisableAllBreakpoints=Изключване на всички прекъсвания
207ClearAllBreakpoints=Изтриване на всички прекъсвания
208
209# Script panel
210Continue=Продължаване
211StepOver=Стъпка през функция
212StepInto=Стъпка във функция
213StepOut=Стъпка извън функция
214RunUntil=Изпълнение до този ред
215ScriptsFilterStatic=Show Static Scripts
216ScriptsFilterEval=Show Static and eval Scripts
217ScriptsFilterEvent=Show Static and event Scripts
218ScriptsFilterAll=Show Static, eval, and event Scripts
219ScriptsFilterStaticShort=static
220ScriptsFilterEvalShort=evals
221ScriptsFilterEventShort=events
222ScriptsFilterAllShort=all
223ShowUserProps=Показване на свойствата дефинирани от потребител
224ShowUserFuncs=Показване на функциите дефинирани от потребител
225ShowDOMProps=Показване на свойствата от DOM
226ShowDOMFuncs=Показване на функциите от DOM
227ShowDOMConstants=Показване на константите на DOM
228NoMembersWarning=Няма свойства, които да бъдат показани за този обект.
229NewWatch=Нов израз за следене…
230AddWatch=Добавяне на израз
231CopySourceCode=Copy Source
232
233CopyValue=Копиране на стойност
234Copy_Name=Copy Name
235Copy_Path=Copy Path
236
237NewProperty=Ново свойство…
238EditProperty=Редактиране на свойство…
239EditVariable=Редактиране на променлива…
240EditWatch=Редактиране на израз…
241DeleteProperty=Изтриване на свойство
242DeleteWatch=Изтриване на израз
243ConditionInput=Прекъсването ще се задейства, само ако следният израз е верен:
244SetBreakpoint=Поставяне на прекъсване
245DisableBreakpoint=Изключване на прекъсване
246EditBreakpointCondition=Редактиране на условието за прекъсване…
247NoBreakpointsWarning=В тази страница няма зададени прекъсвания.
248Show_User_Agent_CSS=Show User Agent CSS
249Expand_Shorthand_Properties=Expand Shorthand Properties
250
251# LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent):
252# Labels used to describe layout properties a the selected HTML element.
253# Used in the Layout side panel under HMTL panel.
254LayoutPadding=отстъп
255LayoutBorder=контур
256LayoutMargin=граница
257LayoutPosition=position
258LayoutAdjacent=съсед
259position=position
260
261# LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
262# under HTML panel.
263ShowRulers=Показване на линеала
264
265# Net panel
266Loading=Зареждане…
267Headers=Заглавни части
268
269# LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
270net.header.Reset_Header=Reset Header
271
272# LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
273# net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
274# net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
275# Labels and tooltips for a headers displayed on top of the Net panel.
276net.header.URL=URL
277net.header.URL_Tooltip=Requested URL and used HTTP method.
278net.header.Status=Status
279net.header.Status_Tooltip=Status of the received response.
280net.header.Domain=Domain
281net.header.Domain_Tooltip=Domain of the executed request.
282net.header.Size=Size
283net.header.Size_Tooltip=Size of the received response.
284net.header.Timeline=Timeline
285net.header.Timeline_Tooltip=Detailed timing info about request response round trip.
286
287# LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
288net.label.XHR_Breakpoints=XHR Breakpoints
289
290# LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
291# menu for breaking on a XHR.
292net.label.Break_On_XHR=Break On XHR
293
294# LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the
295# Net panel's Headers tab (displayed if you expand a network request). The label is used
296# for a button that switches the view between "show raw source code" and "pretty formated header
297# values".
298net.headers.view_source=view source
299net.headers.pretty_print=pretty print
300
301# LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
302# a network request (displayed when a net panel entry is expanded). The content of
303# this tab displays sent data (related to a HTTP send method).
304Post=Заявка POST
305Put=Put
306
307# LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
308# Label used in the Net panel for detailed info about a network request (displayed
309# when a net panel entry is expanded)
310Response=Отговор
311URLParameters=Параметри
312Cache=Cache
313HTML=HTML
314jsonviewer.tab.JSON=JSON
315xmlviewer.tab.XML=XML
316
317# LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
318# (expand an entry in the panel and select Headers tab).
319RequestHeaders=Заглавни части на заявката
320ResponseHeaders=Заглавни части на отговора
321
322# LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms.
323# A message displayed in the Net panel when some entries must be removed since maximum number
324# of entries has been reached.
325# %S the number of entries removed
326# example: Firebug's log limit has been reached. 150 entries not shown.
327plural.Limit_Exceeded=Firebug's log limit has been reached. %S entry not shown.;Firebug's log limit has been reached. %S entries not shown.
328
329LimitPrefs=Preferences
330
331# LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
332# has been reached. Informing the user what preferencee should be changed to modify the limit.
333# %S Name of a preference.
334# examples: In order to change the limit modify: firebug.extensions.console.logLimit
335LimitPrefsTitle=In order to change the limit modify: %S
336
337Refresh=Обновяване
338OpenInTab=Отваряне в нов подпрозорец
339Open_Response_In_New_Tab=Open Response in New Tab
340
341# LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
342# (result of javascript profiler tool). Represents a verb.
343Profile=Отчет
344
345ProfilerStarted=Програмата за отчитане работи. Натиснете „Отчет“ отново, за да видите този доклад.
346
347# LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms.
348# Used as a caption for reported profile info (result of javascript profiler tool).
349# #1 number of milliseconds
350# #2 number of calls (plural)
351# example: (#1ms, #2 calls)
352plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls)
353
354NothingToProfile=Няма дейност, която да се отчита.
355PercentTooltip=Процент време, в което е работила тази функция.
356CallsHeaderTooltip=Брой извиквания на функцията.
357OwnTimeHeaderTooltip=Време във функцията без това на извиканите от нея функции.
358TimeHeaderTooltip=Време във функцията заедно с това на извиканите от нея функции.
359AvgHeaderTooltip=Средно време, включително извикванията на функции.
360MinHeaderTooltip=Минимално време, включително извикванията на функции.
361MaxHeaderTooltip=Максималко време, включително извикванията на функции.
362ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
363ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
364Function=Функция
365Percent=Процент
366
367# LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
368# (name of a report column). In order to see this, select the Console panel start profiling
369# by clicking the Profile button and stop it by clicking again. The report is logged into the
370# console panel. Make sure Script panel is enabled.
371Calls=Извиквания
372OwnTime=Собствено време
373Time=Време
374Avg=Срдн
375Min=Мин
376Max=Макс
377File=Файл
378
379# Support for clipboard actions.
380Copy=Копиране
381Cut=Cut
382Remove=Remove
383CopyHTML=Копиране на HTML
384CopySVG=Copy SVG
385CopyMathML=Copy MathML
386CopyInnerHTML=Копиране на innerHTML
387CopyXPath=Копиране на XPath
388Copy_CSS_Path=Copy CSS Path
389CopyLocation=Копиране на адрес
390CopyLocationParameters=Копиране на адрес с параметрите
391CopyRequestHeaders=Копиране на заглавните части на заявката
392CopyResponseHeaders=Копиране на заглавните части на отговора
393CopyResponse=Копиране на тялото на отговора
394CopyError=Копиране на грешката
395CopySource=Копиране на функцията
396
397# LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
398# panel when clicking a function object.
399# %S Name of the function
400# Log Calls to "getData"
401ShowCallsInConsole=Засичане на извиквания на „%S“
402
403ShowEventsInConsole=Засичане на събитията
404panel.Enabled=Enabled
405panel.Disabled=Disabled
406panel.Enable=Enable
407panel.Disable=Disable
408
409# LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
410# if specific method is not supported.
411# %S Name of a not supported method.
412console.MethodNotSupported=Firebug console does not support '%S'
413
414# LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
415# when a not supported method is used on the command line.
416# %S Name of a not supported method.
417commandline.MethodNotSupported=Firebug command line does not support '%S'
418
419# LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
420# Tooltip for the "Break on... " button used when the Console panel is selected.
421console.Disable_Break_On_All_Errors=Disable Break On All Errors
422console.Break_On_All_Errors=Break On All Errors
423
424# Console strings used when JavaScript is not available
425console.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'
426
427# LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent,
428# net.sizeinfo.Total_Received):
429# Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse
430# over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes
431# even sent and received heades size.
432net.sizeinfo.Response_Body=Response Body
433net.sizeinfo.Post_Body=Post Body
434net.sizeinfo.Total_Sent=Total Sent
435net.sizeinfo.Total_Received=Total Received
436
437net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
438net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
439
440# LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net
441# panel (inside the Post tab of an expanded request entry). The message informs the user that
442# posted data reached Firebug's size limit and only part of it is displayed in the UI.
443net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug.
444
445net.Break_On_XHR=Break On XHR
446net.label.Parameters=Parameters
447net.label.Parts=Parts
448net.label.Source=Source
449
450# LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events):
451# Labels for Net panel's options.
452net.option.Disable_Browser_Cache=Disable Browser Cache
453net.option.Show_Paint_Events=Show Paint Events
454
455script.Break_On_Next=Break On Next
456ShowHttpHeaders=Показване на заглавните части на HTTP
457
458# LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms.
459# A label used in the Net panel. Displays number of HTTP requests executed by the current page.
460# %S number of requests
461# example: 21 requests
462plural.Request_Count=%S request;%S requests
463
464FromCache=от кеша
465StopLoading=Спиране на зареждането
466LargeData=(Голям обем данни)
467ShowComputedStyle=Показване на изчисления стил
468StyleGroup-text=Текст
469StyleGroup-background=Фон
470StyleGroup-box=Модел на разполагането
471StyleGroup-layout=Подредба
472StyleGroup-other=Други
473Dimensions=%S × %S
474CopyColor=Копиране на цвета
475CopyImageLocation=Копиране на адреса на изображението
476OpenImageInNewTab=Отваряне на изображението в нов подпрозорец
477OmitObjectPathStack=Пропускане на стека на лентата с инструменти
478Copy_Style_Declaration=Copy Style Declaration
479
480# LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms.
481# A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug.
482# %S number of errors
483# example: 111 Errors
484plural.Error_Count=%S Error;%S Errors
485
486moduleManager.title=%S panel is disabled
487moduleManager.desc3=Use the Firebug status bar icon menu to enable and disable all panels. Use the panel tab's small menu for individual panel control:
488
489Suspend_Firebug=Suspend Firebug
490Resume_Firebug=Resume Firebug
491Reset_Panels_To_Disabled=Reset Panels To Disabled
492Open_Console=Open Console
493Open_Console_Tooltip=Open Trace Console for Firebug.
494Scope_Chain=Scope Chain
495
496# LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
497# With: the scope inside of the with(obj) {} statement
498With_Scope=With
499# Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
500Call_Scope=Call
501# Window: the scope inside of a Javascript window object.
502Window_Scope=Window
503
504Logs=Logs
505Options=Options
506Copy_Stack=Copy Stack
507Copy Exception=Copy Exception
508
509# Net panel timing info labels
510requestinfo.Blocking=Blocking
511requestinfo.Resolving=DNS Lookup
512requestinfo.Connecting=Connecting
513requestinfo.Sending=Sending
514requestinfo.Waiting=Waiting
515requestinfo.Receiving=Receiving
516requestinfo.ContentLoad='DOMContentLoaded' (event)
517requestinfo.WindowLoad='load' (event)
518requestinfo.Started=Started
519
520editors.Editor_Configuration=Editor Configuration
521
522search.Firebug_Search=Firebug Search
523search.Next=Next
524search.Previous=Previous
525
526search.Case_Sensitive=Force Case Sensitive
527search.Multiple_Files=Multiple Files
528search.Use_Regular_Expression=Use Regular Expression
529search.html.CSS_Selector=CSS Selector
530search.net.Headers=Headers
531search.net.Parameters=Parameters
532search.net.Response_Bodies=Response Bodies
533search.script.Multiple_Files=Multiple Files
534
535firebug.console.Persist=Persist
536firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
537firebug.menu.Clear_Console=Clear Console
538firebug.menu.Reset_All_Options=Reset All Options
539firebug.menu.Enable_All_Panels=Enable All Panels
540firebug.menu.Disable_All_Panels=Disable All Panels
541firebug.menu.Customize_shortcuts=Customize Shortcuts
542firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
543firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
544firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
545firebug.menu.Firebug_Online=Firebug Online
546firebug.shortcut.reenterCommand.label=Reenter Command
547firebug.shortcut.toggleInspecting.label=Toggle Inspecting
548firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
549firebug.shortcut.toggleProfiling.label=Toggle Profiling
550firebug.shortcut.focusCommandLine.label=Focus Command Line
551firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
552firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
553firebug.shortcut.focusLocation.label=Focus Location
554firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
555firebug.shortcut.nextObject.label=Next Object
556firebug.shortcut.previousObject.label=Previous Object
557firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
558firebug.shortcut.detachFirebug.label=Open Firebug in New Window
559firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
560firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
561firebug.shortcut.toggleFirebug.label=Open Firebug
562firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
563firebug.shortcut.clearConsole.label=Clear Console
564firebug.shortcut.openTraceConsole.label=Open Trace Console
565
566firebug.panel_selector=Panel Selector
567
568customizeShortcuts=Firebug Shortcut Bindings
569keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
570
571#A11y Chrome Labels (not visible, spoken by screen readers)
572a11y.labels.panel_tools=panel tools
573a11y.labels.firebug_panels=Firebug panels
574a11y.labels.firebug_side_panels=Firebug side panels
575a11y.labels.firebug_window=Firebug window
576a11y.labels.firebug_status=Firebug status
577a11y.labels.reset=reset
578a11y.labels.reset_shortcut=reset %S shortcut
579aria.labels.inactive_panel=inactive panel
580
581#A11y panelNode labels (not visible, spoken by screen readers)
582a11y.labels.log_rows=log rows
583a11y.labels.call_stack=call stack
584a11y.labels.a11y.labels.document_structue=document structure
585a11y.labels.title_panel= %S panel
586a11y.labels.title_side_panel= %S side panel
587a11y.labels.cached=cached
588aria.labels.stack_trace=stack trace
589
590#A11y Domplate labels (not visible, spoken by screen readers)
591a11y.layout.padding=padding
592a11y.layout.border=border
593a11y.layout.margin=margin
594a11y.layout.position=position
595a11y.layout.position_top=position top
596a11y.layout.position_right=position right
597a11y.layout.position_bottom=position bottom
598a11y.layout.position_left=position left
599a11y.layout.margin_top=margin top
600a11y.layout.margin_right=margin right
601a11y.layout.margin_bottom=margin bottom
602a11y.layout.margin_left=margin left
603a11y.layout.border_top=border top
604a11y.layout.border_right=border right
605a11y.layout.border_bottom=border bottom
606a11y.layout.border_left=border left
607a11y.layout.padding_top=padding top
608a11y.layout.padding_right=padding right
609a11y.layout.padding_bottom=padding bottom
610a11y.layout.padding_left=padding left
611a11y.layout.top=top
612a11y.layout.right=right
613a11y.layout.bottom=bottom
614a11y.layout.left=left
615a11y.layout.width=width
616a11y.layout.height=height
617a11y.layout.size=size
618a11y.layout.position=position
619a11y.layout.z-index=z-index
620a11y.layout.clientBoundingRect=bounding client rect
621a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values
622a11y.labels.style_rules=style rules
623aria.labels.inherited_style_rules=inherited style rules
624a11y.labels.computed_styles=computed styles
625a11y.labels.dom_properties=DOM properties
626
627# LOCALIZATION NOTE
628# Used by a11y. Not directly visible in the UI, intended for screen readers.
629# Describe contents of inline editor fields
630a11y.labels.inline_editor=inline editor
631a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
632a11y.labels.attribute_for_element=attribute for %S element
633a11y.labels.text_contents_for_element=text contents for %S element
634a11y.labels.defined_in_file=defined in %S
635a11y.labels.declarations_for_selector=style declarations for "%S" selector
636a11y.labels.property_for_selector=CSS property for selector: %S
637a11y.labels.value_property_in_selector=%S property value for selector %S
638a11y.labels.css_selector=CSS selector
639a11y.labels.source_code_for_file=source code for file %S
640
641# LOCALIZATION NOTE (a11y.labels.overridden):
642# Used by a11y. Not directly visible in the UI, intended for screen readers.
643# indicates style property is overridden by selector with higher specificity
644a11y.labels.overridden=overridden
645a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression
646
647# LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
648# Used by a11y. Not directly visible in the UI, intended for screen readers.
649# Existence and state of a breakpoint
650a11y.updates.has_conditional_break_point=has conditional break point
651a11y.updates.has_disabled_break_point=has disabled break point
652
653# LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
654# visible in the UI, intended for screen readers.
655# #1 Line number, #2 Function name, #3 File name
656a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S
657# LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
658# visible in the UI, intended for screen readers.
659# Describes the match found when performing a console panel search
660# #1 %S String key the use is looking for. #2 number of rows that contain the matched text
661# examples: Match found for "test" in 17 log rows
662a11y.updates.match_found_in_logrows=match found for "%S" in %S log rows
663# LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
664# visible in the UI, intended for screen readers.
665# Describes the match found when performing a script panel search
666# #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
667# examples: Match found for "window.alert" on line 322 in utilities.js
668a11y.updates.match_found_for_on_line=match found for "%S" on line %S in %S
669# LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
670# visible in the UI, intended for screen readers.
671# Describes the match found when performing an HTML panel search (if it is found in an element node)
672# #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying the matched element
673# examples: Match found for "obj" in object element at /html/body/object[2]
674a11y.updates.match_found_in_element=match found for "%S" in %S element at path %S
675# LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
676# visible in the UI, intended for screen readers.
677# Describes the match found when performing an HTML panel search (if it is found in an attribute node)
678# #1 Search string that was matched. #2 Attribute name #3 attribute value
679# #4 the HTML element name containing. #5 XPATH string specifying the matched element
680# examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2]
681a11y.updates.match_found_in_attribute=match found for "%S" in attribute %S=%S of %S element at path %S
682# LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
683# visible in the UI, intended for screen readers.
684# Describes the match found when performing an HTML panel search (if it is found in a text element's contents)
685# #1 Search string that was matched. #2 element's text content
686# #3 the HTML element name containing. #4 XPATH string specifying the matched element
687# examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2]
688a11y.updates.match_found_in_text_content=match found for "%S" in text content: %S of %S element at path %S
689# LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
690# visible in the UI, intended for screen readers.
691# Describes the match found when performing a CSS panel search (if it is found in a selector)
692# #1 Search string that was matched. #2 selector in which the match was found
693# examples: Match found for "main" in #mainContent h2 {
694a11y.updates.match_found_in_selector=match found for "%S" in selector %S
695# LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
696# visible in the UI, intended for screen readers.
697# Describes the match found when performing a CSS panel search (if it is found in a style declaration)
698# #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to
699# examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent {
700a11y.updates.match_found_in_style_declaration=match found for "%S" in style declaration %S in selector %S
701# LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
702# visible in the UI, intended for screen readers.
703# Describes the match found when performing a DOM panel search
704# #1 Search string that was matched. #2 DOM property in which the match was found
705# examples: Match found for "time" in _starttime : 1257324992232 (Number)
706a11y.updates.match_found_in_dom_property=match found for "%S" in DOM property %S
707# LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
708# visible in the UI, intended for screen readers.
709# Describes the match found when performing a Net panel search
710# #1 Search string that was matched. #2 File name associated to the row in which the match was found.
711# #3 Column in which the match was found #4. Column value
712# examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms
713a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S;
714# LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
715# visible in the UI, intended for screen readers.
716# Describes the match found when performing a Net panel search (if it is found in the Net summary row)
717# #1 Search string that was matched. #2 Column value in which the match was found
718# examples: Match found for "05" in net summary row: 4.05s
719a11y.updates.match_found_in_net_summary_row=match found for "%S" in net summary row: %S
720# LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
721# visible in the UI, intended for screen readers.
722# Indicates that the searched string was not matched
723# %S Search string that was matched.
724# examples: No matched found for "wefkhwefkgwekhjgjh"
725a11y.updates.no_matches_found=no matches found for "%S"
726
727confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
728# Console messages.
729warning.Console_must_be_enabled=Console must be enabled
730warning.Command_line_blocked?=Command line blocked?
731message.Reload_to_activate_window_console=Reload to activate window console
732
733
734# LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
735# If Firebug is displayed in an external window (detached), but not active for the
736# currently selected Firefox tab, the following button label is used for an
737# activation button.
738label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
739
740# LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
741# An error message displayed in the Script panel when a source can't be displayed
742# for specific URL.
743# examples: Failed to load source for: http://www.example.com/script.js
744# examples: The resource from this URL is not text: http://www.example.com/script.js
745message.Failed_to_load_source_for=Failed to load source for
746message.The_resource_from_this_URL_is_not_text=The resource from this URL is not text
747
748# LOCALIZATION NOTE (firebug.history.Go_back_to_this_script, firebug.history.Go_forward_to_this_script,
749# firebug.history.Stay_on_this_page): Tooltips for menu items in Scipt history popup menu.
750firebug.history.Go_back_to_this_script=Go back to this script
751firebug.history.Stay_on_this_page=Stay on this page
752firebug.history.Go_forward_to_this_script=Go forward to this script
753
754# LOCALIZATION NOTE (firebug.history.Go_back_one_script, firebug.history.Go_forward_one_script):
755# Tooltips for back/forward buttons on the Script panel toolbar.
756firebug.history.Go_back_one_script=Go back one script
757firebug.history.Go_forward_one_script=Go forward one script
758
Note: See TracBrowser for help on using the repository browser.