Firebug=Firebug

# LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
# %S Title of the associated web page.
# examples: Firebug - Google
WindowTitle=Firebug — %S

# Panel titles
Panel-console=Конзола
Panel-net=Мрежа
Panel-html=HTML
Panel-stylesheet=CSS
Panel-script=Скрипт
Panel-dom=DOM
Panel-css=Стил
Panel-computed=Computed
Panel-layout=Подредба
Panel-domSide=DOM
Panel-watches=Следени изрази
Panel-breakpoints=Прекъсвания
Panel-callstack=Стек
Panel-scopes=Scopes

firebug.DetachFirebug=Отваряне на Firebug в нов прозорец
firebug.AttachFirebug=Прикачане на Firebug към прозорец на браузъра

# LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms.
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
# Used in a tooltip that is displayed for Firebug icon located within Firefox status bar.
# Displays number of pages with Firebug activated.
# %S number of Firebugs activated
# example: 2 Total Firebugs
plural.Total_Firebugs=%S прозорец с Firebug;%S прозореца с Firebug

inBrowser=В браузъра
detached=Отделѐн
minimized=Минимизирано
enablement.for_all_pages=за всички 
enablement.on=Включен
enablement.off=Изключен
none=Затворен
Detached=Отделѐн
Firebug_-_inactive_for_selected_Firefox_tab=Firebug не е задействан за избрания подпрозорец на Firefox
Activate_Firebug_for_the_selected_Firefox_tab=Задействане на Firebug за избрания подпрозорец на Firefox
Minimized=Минимизиран
Minimize_Firebug=Минимизиране на Firebug
On_for_all_web_pages=За всички уеб страници
firebug.menu.Clear_Activation_List=Изчистване на списъка за задействане

firebug_options=Настройки на Firebug
firebug_options_showQuickInfoBox=Показване на полето за бърза информация


# LOCALIZATION NOTE (firebug.Show_All_Panels): Menu item label used in 'list of all panels'
# menu (available on Firebug's tab bar).
firebug.Show_All_Panels=Показване на всички панели

# Console panel options.
ShowJavaScriptErrors=Показване на грешките в JavaScript
ShowJavaScriptWarnings=Показване на предупрежденията в JavaScript
ShowCSSErrors=Показване на грешките в CSS
ShowXMLErrors=Показване на грешките в XML
ShowStackTrace=Показване на стека при грешки
ShowStackTrace=Показване на стека със грешки
ShowXULErrors=Показване на грешките от XUL
ShowXULMessages=Показване на съобщенията от XUL
ShowXMLHttpRequests=Показване на заявките XMLHttpRequest
ShowChromeErrors=Показване на грешките в Chrome
ShowChromeMessages=Показване на съобщенията от Chrome
ShowExternalErrors=Показване на външните грешки
ShowNetworkErrors=Показване на мрежовите грешки
JavascriptOptionsStrict=Строги предупреждения (намалява производителността)

LargeCommandLine=По-голям команден ред
console_command_line=конзолен команден ред
Assertion=Грешно предположение

# LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
# message, etc. within a source of a web page.
# #1 File name, #2 Line number
# examples: somePage.htm (line 64)
Line=%S (ред %S)

InstanceLine=%S #%S (ред %S)
StackItem=%S (%S ред %S)
SystemItem=<System>

# LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
# For example, right clicking on an element in the HTML panel offers an action to inspect
# clicked element in the DOM panel (tab).
# #1 Target panel title
# examples: Inspect in DOM Tab
InspectInTab=Изследване в подпрозорец за %S

NoName=(без име)

# LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
# do not translate.
# #1 jsdIScript.tag
jsdIScript=jsdIScript %S

# HTML panel context menu items.
ShowFullText=Показване на пълния текст
ShowWhitespace=Показване на междините с интервали
ShowTextNodesWithEntities=Показване на основните последователности за заместване
ShowComments=Показване на коментарите
HighlightMutations=Открояване на промeните
ExpandMutations=Разширяване на промените
ScrollToMutations=Плъзгане на промените в изгледа
ScrollIntoView=Плъзгане в изгледа
NewAttribute=Нов атрибут…
EditHTMLElement=Редактиране на HTML…
EditSVGElement=Редактиране на SVG…
EditMathMLElement=Редактиране на MathML…
DeleteElement=Изтриване на елемент
EditNode=Редактиране на HTML…
DeleteNode=Изтриване на възел
ShowQuickInfoBox=Показване на полето за бърза информация
ShadeBoxModel=Открояване на модела на кутиите

# Quick Info Box
quickInfo=Бърза информация
computedStyle=Изчислен стил

# LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
# button that are used when the HTML panel is currently selected. The button allows stopping
# JS execution when DOM of the current page is modified.
html.Break_On_Mutate=Прекъсване при промяна
html.Disable_Break_On_Mutate=Изключване на прекъсването при промяна
html.label.Break_On_Text_Change=Прекъсване при промяна на текста

html.label.HTML_Breakpoints=Прекъсвания за HTML
html.label.Break_On_Attribute_Change=Прекъсване при промяна на атрибут
html.label.Break_On_Child_Addition_or_Removal=Прекъсване при добавяне или изтриване на дете
html.label.Break_On_Element_Removal=Прекъсване при изтриване на елемент

#Mismatch tooltip to show when doc servered as html but doctype is xhtml
html.error.doctype.mismatched=Doctype ignored, not valid for server content-type

dom.label.DOM_Breakpoints=Прекъсвания за DOM

# LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
# editing an existing HTML element attribute.
# #1 Name of the clicked attribute.
# examples: Edit Attribute "onclick"...
EditAttribute=Редактиране на атрибута „%S“…

# LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
# deleting an existing HTML element attribute.
# #1 Name of the clicked attribute.
# examples: Delete Attribute "onclick"...
DeleteAttribute=Изтриване на атрибута „%S“

# LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
# that has been inherited. Used in the Style side panel (under HTML panel).
# examples: Inherited from table.tabView
InheritedFrom=Наседено от

SothinkWarning=Разширението „Sothink SWF Catcher“ пречи на Firebug да работи нормално.<br><br>За помощ прочетете <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">това в ЧЗВ на Firebug</a>.
DOMInspectorWarning=Стиловете не могат да бъдат показани.<br><br>За помощ прочетете <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">това в ЧЗВ на Firebug</a>.
EmptyStyleSheet=Липсват правила в този набор от стилове.
EmptyElementCSS=Този елемент е без стилови правила
EditStyle=Редактиране на стила на елемент…
NewRule=Ново правило…
NewProp=Ново свойство…

# LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
# Allows to edit an existing CSS rule property.
# %S Name of the clicked property
# examples: Edit "background-color"...
EditProp=Редактиране на „%S“…

# LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
# Allows to disable an existing CSS rule property.
# %S Name of the clicked property
# examples: Disable "background-color"
DisableProp=Изключване на „%S“

# LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
# Allows to delete an existing CSS rule property.
# %S Name of the clicked property
# examples: Delete "background-color"
DeleteProp=Изтриване на „%S“

# Console context menu labels.
BreakOnThisError=Прекъсване при тази грешка
BreakOnAllErrors=Прекъсване при всички грешки
DisableBreakOnNext=Disable Break on Next
DecompileEvals=Decompile for eval() source
ShowAllSourceFiles=Показване на изходния код на chrome
TrackThrowCatch=Track Throw/Catch
UseLastLineForEvalName= eval() на имена при последния ред в кода
UseMD5ForEvalName=Use MD5 for eval() names

# LOCALIZATION NOTE do not translate, no longer used(?)
DBG_FBS_CREATION=Внимание! DBG_CREATION
DBG_FBS_BP=Внимание! DBG_BP
DBG_FBS_ERRORS=Внимание! DBG_ERRORS
DBG_FBS_STEP=Внимание! DBG_STEP

# Breakpoints side panel
Breakpoints=Прекъсвания
ErrorBreakpoints=Прекъсвания при грешки
LoggedFunctions=Следени функции
EnableAllBreakpoints=Включване на всички прекъсвания
DisableAllBreakpoints=Изключване на всички прекъсвания
ClearAllBreakpoints=Изтриване на всички прекъсвания

# Script panel
Continue=Продължаване
StepOver=Стъпка през функция
StepInto=Стъпка във функция
StepOut=Стъпка извън функция
RunUntil=Изпълнение до този ред
ScriptsFilterStatic=Показване на статичните скриптове
ScriptsFilterEval=Показване на статичните скриптове и тези в eval
ScriptsFilterEvent=Показване на статичните скриптове и тези за обработка на събития
ScriptsFilterAll=Показване на статичните скриптове, тези в eval и за обработка на събития
ScriptsFilterStaticShort=статични
ScriptsFilterEvalShort=в eval
ScriptsFilterEventShort=за събития
ScriptsFilterAllShort=всички
ShowUserProps=Показване на свойствата дефинирани от потребител
ShowUserFuncs=Показване на функциите дефинирани от потребител
ShowDOMProps=Показване на свойствата от DOM
ShowDOMFuncs=Показване на функциите от DOM
ShowDOMConstants=Показване на константите на DOM
NoMembersWarning=Няма свойства, които да бъдат показани за този обект.
NewWatch=Нов израз за следене…
AddWatch=Добавяне на израз
CopySourceCode=Копиране на изходния код

CopyValue=Копиране на стойност
Copy_Name=Копиране на името
Copy_Path=Копиране на пътя

NewProperty=Ново свойство…
EditProperty=Редактиране на свойство…
EditVariable=Редактиране на променлива…
EditWatch=Редактиране на израз…
DeleteProperty=Изтриване на свойство
DeleteWatch=Изтриване на израз
ConditionInput=Прекъсването ще се задейства, само ако следният израз е верен:
SetBreakpoint=Поставяне на прекъсване
DisableBreakpoint=Изключване на прекъсване
EditBreakpointCondition=Редактиране на условието за прекъсване…
NoBreakpointsWarning=В тази страница няма зададени прекъсвания.
Show_User_Agent_CSS=Показване на CSS от потребителския агент
Expand_Shorthand_Properties=Разширяване на съкратените свойства

# LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutPosition, LayoutAdjacent):
# Labels used to describe layout properties a the selected HTML element.
# Used in the Layout side panel under HMTL panel.
LayoutPadding=отстъп
LayoutBorder=контур
LayoutMargin=граница
LayoutPosition=разположение
LayoutAdjacent=съсед
position=разположение

# LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
# under HTML panel.
ShowRulers=Показване на линеала

# Net panel
Loading=Зареждане…
Headers=Заглавни части

# LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
net.header.Reset_Header=Изчестване на заглавните части

# LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
# net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
# net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
# Labels and tooltips for a headers displayed on top of the Net panel.
net.header.URL=URL
net.header.URL_Tooltip=Изискан URL и метод на HTTP
net.header.Status=Състояние
net.header.Status_Tooltip=Състояние на получения отговор.
net.header.Domain=Домейн
net.header.Domain_Tooltip=Домейн на изпълнената заявка.
net.header.Size=Размер
net.header.Size_Tooltip=Размер на получения отговор.
net.header.Timeline=Времена
net.header.Timeline_Tooltip=Подробен отчет за времената на цикъла заявка-отговор.

# LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
net.label.XHR_Breakpoints=Прекъсвания при XHR

# LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
# menu for breaking on a XHR.
net.label.Break_On_XHR=Прекъсване при XHR

# LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the
# Net panel's Headers tab (displayed if you expand a network request). The label is used
# for a button that switches the view between "show raw source code" and "pretty formated header
# values".
net.headers.view_source=изходен код
net.headers.pretty_print=форматиран вид

# LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
# a network request (displayed when a net panel entry is expanded). The content of
# this tab displays sent data (related to a HTTP send method).
Post=Заявка POST
Put=Заявка PUT

# LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
# Label used in the Net panel for detailed info about a network request (displayed
# when a net panel entry is expanded)
Response=Отговор
URLParameters=Параметри
Cache=Кеш
HTML=HTML
jsonviewer.tab.JSON=JSON
xmlviewer.tab.XML=XML

# LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
# (expand an entry in the panel and select Headers tab).
RequestHeaders=Заглавни части на заявката
ResponseHeaders=Заглавни части на отговора

# LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms.
# A message displayed in the Net panel when some entries must be removed since maximum number
# of entries has been reached.
# %S the number of entries removed
# example: Firebug's log limit has been reached. 150 entries not shown.
plural.Limit_Exceeded=Превишен е максималният размер на журнала на Firebug. Изпуснат е %S запис.;Превишен е максималният размер на журнала на Firebug. Изпуснати са %S записа.

LimitPrefs=Настройки

# LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
# has been reached. Informing the user what preferencee should be changed to modify the limit.
# %S Name of a preference.
# examples: In order to change the limit modify: firebug.extensions.console.logLimit
LimitPrefsTitle=За до промените ограничението, променете: %S

Refresh=Обновяване
OpenInTab=Отваряне в нов подпрозорец
Open_Response_In_New_Tab=Отваряне на отговора в нов подпрозорец

# LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
# (result of javascript profiler tool). Represents a verb.
Profile=Отчет

ProfilerStarted=Програмата за отчитане работи. Натиснете „Отчет“ отново, за да видите този доклад.

# LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms.
# Used as a caption for reported profile info (result of javascript profiler tool).
# #1 number of milliseconds
# #2 number of calls (plural)
# example: (#1ms, #2 calls)
plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls)

NothingToProfile=Няма дейност, която да се отчита.
PercentTooltip=Процент време, в което е работила тази функция.
CallsHeaderTooltip=Брой извиквания на функцията.
OwnTimeHeaderTooltip=Време във функцията без това на извиканите от нея функции.
TimeHeaderTooltip=Време във функцията заедно с това на извиканите от нея функции.
AvgHeaderTooltip=Средно време, включително извикванията на функции.
MinHeaderTooltip=Минимално време, включително извикванията на функции.
MaxHeaderTooltip=Максималко време, включително извикванията на функции.
ProfileButton.Enabled.Tooltip=Отчитане на времето за изпълнение на JavaScript.
ProfileButton.Disabled.Tooltip=Отчитане на времето за изпълнение на JavaScript. (Панелът за скриптове трябва да е включен.)
Function=Функция
Percent=Процент

# LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
# (name of a report column). In order to see this, select the Console panel start profiling
# by clicking the Profile button and stop it by clicking again. The report is logged into the
# console panel. Make sure Script panel is enabled.
Calls=Извиквания
OwnTime=Собствено време
Time=Време
Avg=Срдн
Min=Мин
Max=Макс
File=Файл

# Support for clipboard actions.
Copy=Копиране
Cut=Изрязване
Remove=Изтриване
CopyHTML=Копиране на HTML
CopySVG=Копиране на SVG
CopyMathML=Копиране на MathML
CopyInnerHTML=Копиране на innerHTML
CopyXPath=Копиране на XPath
Copy_CSS_Path=Копиране на пътя за CSS
CopyLocation=Копиране на адрес
CopyLocationParameters=Копиране на адрес с параметрите
CopyRequestHeaders=Копиране на заглавните части на заявката
CopyResponseHeaders=Копиране на заглавните части на отговора
CopyResponse=Копиране на тялото на отговора
CopyError=Копиране на грешката
CopySource=Копиране на функцията

# LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
# panel when clicking a function object.
# %S Name of the function
# Log Calls to "getData"
ShowCallsInConsole=Засичане на извиквания на „%S“

ShowEventsInConsole=Засичане на събитията
panel.Enabled=Включено
panel.Disabled=Изключено
panel.Enable=Включване
panel.Disable=Изключване

# LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
# if specific method is not supported.
# %S Name of a not supported method.
console.MethodNotSupported=Конзолата на Firebug не поддържа „%S“

# LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
# when a not supported method is used on the command line.
# %S Name of a not supported method.
commandline.MethodNotSupported=Командният ред на Firebug не поддържа „%S“

# LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
# Tooltip for the "Break on... " button used when the Console panel is selected.
console.Disable_Break_On_All_Errors=Без прекъсване при всички грешки
console.Break_On_All_Errors=Прекъсване при всички грешки

# Console strings used when JavaScript is not available
console.JSDisabledInFirefoxPrefs=JavaScript е изключен в настройките на Firefox. Ако искате да използвате панела на конзолата, трябва да включите тази възможност от: „Инструменти“ или „Редактиране“ -> „Настройки“ -> „Съдържание“ -> „Включване на JavaScript“.

# LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent,
# net.sizeinfo.Total_Received):
# Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse
# over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes
# even sent and received heades size.
net.sizeinfo.Response_Body=Тяло на отговора
net.sizeinfo.Post_Body=Тяло на заявката POST
net.sizeinfo.Total_Sent=Общо изпратени
net.sizeinfo.Total_Received=Общо получени

net.ActivationMessage=Панелът за мрежата е включен. Не са показани заявките докато е бил изключен.
net.responseSizeLimitMessage=Превишен е максималният размер на отговора за Firebug. Натиснете <a>тук</a>, за да отворите целия отговор в нов подпрозорец на Firefox.

# LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net
# panel (inside the Post tab of an expanded request entry). The message informs the user that
# posted data reached Firebug's size limit and only part of it is displayed in the UI.
net.postDataSizeLimitMessage=Превишен е максималният размер на отговора за Firebug.

net.Break_On_XHR=Прекъсване при XHR
net.label.Parameters=Параметри
net.label.Parts=Части
net.label.Source=Изходен код

# LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events):
# Labels for Net panel's options.
net.option.Disable_Browser_Cache=Изключване на кеша на браузъра
net.option.Show_Paint_Events=Показване на събитията за изобразяване

script.Break_On_Next=Прекъсване при следващо
ShowHttpHeaders=Показване на заглавните части на HTTP

# LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms.
# A label used in the Net panel. Displays number of HTTP requests executed by the current page.
# %S number of requests
# example: 21 requests
plural.Request_Count=%S заявка;%S заявки

FromCache=от кеша
StopLoading=Спиране на зареждането
LargeData=(Голям обем данни)
ShowComputedStyle=Показване на изчисления стил
StyleGroup-text=Текст
StyleGroup-background=Фон
StyleGroup-box=Модел на разполагането
StyleGroup-layout=Подредба
StyleGroup-other=Други
Dimensions=%S × %S
CopyColor=Копиране на цвета
CopyImageLocation=Копиране на адреса на изображението
OpenImageInNewTab=Отваряне на изображението в нов подпрозорец
OmitObjectPathStack=Пропускане на стека на лентата с инструменти
Copy_Style_Declaration=Копиране на декларацията на стила

# LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms.
# A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug.
# %S number of errors
# example: 111 Errors
plural.Error_Count=%S грешка;%S грешки
#CONTINUE
moduleManager.title=Панелът за „%S“ е изключен
moduleManager.desc3=Use the Firebug status bar icon menu to enable and disable all panels. Use the panel tab's small menu for individual panel control:

Suspend_Firebug=Спиране на Firebug
Resume_Firebug=Resume Firebug
Reset_Panels_To_Disabled=Reset Panels To Disabled
Open_Console=Отваряне на конзолата
Open_Console_Tooltip=Open Trace Console for Firebug.
Scope_Chain=Scope Chain

# LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
# With: the scope inside of the with(obj) {} statement
With_Scope=With
# Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
Call_Scope=Call
# Window: the scope inside of a Javascript window object.
Window_Scope=Window

Logs=Журнали
Options=Настройки
Copy_Stack=Копиране на стека
Copy Exception=Копиране на изключението

# Net panel timing info labels
requestinfo.Blocking=Blocking
requestinfo.Resolving=DNS Lookup
requestinfo.Connecting=Connecting
requestinfo.Sending=Sending
requestinfo.Waiting=Waiting
requestinfo.Receiving=Receiving
requestinfo.ContentLoad='DOMContentLoaded' (event)
requestinfo.WindowLoad='load' (event)
requestinfo.Started=Started

editors.Editor_Configuration=Editor Configuration

search.Firebug_Search=Firebug Search
search.Next=Next
search.Previous=Previous

search.Case_Sensitive=Force Case Sensitive
search.Multiple_Files=Multiple Files
search.Use_Regular_Expression=Use Regular Expression
search.html.CSS_Selector=CSS Selector
search.net.Headers=Headers
search.net.Parameters=Parameters
search.net.Response_Bodies=Response Bodies
search.script.Multiple_Files=Multiple Files

firebug.console.Persist=Persist
firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload
firebug.menu.Clear_Console=Clear Console
firebug.menu.Reset_All_Options=Reset All Options
firebug.menu.Enable_All_Panels=Enable All Panels
firebug.menu.Disable_All_Panels=Disable All Panels
firebug.menu.Customize_shortcuts=Customize Shortcuts
firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options
firebug.menu.Firebug_Online=Firebug Online
firebug.shortcut.reenterCommand.label=Reenter Command
firebug.shortcut.toggleInspecting.label=Toggle Inspecting
firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box
firebug.shortcut.toggleProfiling.label=Toggle Profiling
firebug.shortcut.focusCommandLine.label=Focus Command Line
firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
firebug.shortcut.focusLocation.label=Focus Location
firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
firebug.shortcut.nextObject.label=Next Object
firebug.shortcut.previousObject.label=Previous Object
firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
firebug.shortcut.detachFirebug.label=Open Firebug in New Window
firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
firebug.shortcut.toggleFirebug.label=Open Firebug
firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
firebug.shortcut.clearConsole.label=Clear Console
firebug.shortcut.openTraceConsole.label=Open Trace Console

firebug.panel_selector=Panel Selector

customizeShortcuts=Firebug Shortcut Bindings
keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts

#A11y Chrome Labels (not visible, spoken by screen readers)
a11y.labels.panel_tools=panel tools
a11y.labels.firebug_panels=Firebug panels
a11y.labels.firebug_side_panels=Firebug side panels
a11y.labels.firebug_window=Firebug window
a11y.labels.firebug_status=Firebug status
a11y.labels.reset=reset
a11y.labels.reset_shortcut=reset %S shortcut
aria.labels.inactive_panel=inactive panel

#A11y panelNode labels (not visible, spoken by screen readers)
a11y.labels.log_rows=log rows
a11y.labels.call_stack=call stack
a11y.labels.a11y.labels.document_structue=document structure
a11y.labels.title_panel= %S panel
a11y.labels.title_side_panel= %S side panel
a11y.labels.cached=cached
aria.labels.stack_trace=stack trace

#A11y Domplate labels  (not visible, spoken by screen readers)
a11y.layout.padding=padding
a11y.layout.border=border
a11y.layout.margin=margin
a11y.layout.position=position
a11y.layout.position_top=position top
a11y.layout.position_right=position right
a11y.layout.position_bottom=position bottom
a11y.layout.position_left=position left
a11y.layout.margin_top=margin top
a11y.layout.margin_right=margin right
a11y.layout.margin_bottom=margin bottom
a11y.layout.margin_left=margin left
a11y.layout.border_top=border top
a11y.layout.border_right=border right
a11y.layout.border_bottom=border bottom
a11y.layout.border_left=border left
a11y.layout.padding_top=padding top
a11y.layout.padding_right=padding right
a11y.layout.padding_bottom=padding bottom
a11y.layout.padding_left=padding left
a11y.layout.top=top
a11y.layout.right=right
a11y.layout.bottom=bottom
a11y.layout.left=left
a11y.layout.width=width
a11y.layout.height=height
a11y.layout.size=size
a11y.layout.position=position
a11y.layout.z-index=z-index
a11y.layout.clientBoundingRect=bounding client rect
a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values
a11y.labels.style_rules=style rules
aria.labels.inherited_style_rules=inherited style rules
a11y.labels.computed_styles=computed styles
a11y.labels.dom_properties=DOM properties

# LOCALIZATION NOTE
# Used by a11y. Not directly visible in the UI, intended for screen readers.
# Describe contents of inline editor fields
a11y.labels.inline_editor=inline editor
a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element
a11y.labels.attribute_for_element=attribute for %S element
a11y.labels.text_contents_for_element=text contents for %S element
a11y.labels.defined_in_file=defined in %S
a11y.labels.declarations_for_selector=style declarations for "%S" selector
a11y.labels.property_for_selector=CSS property for selector: %S
a11y.labels.value_property_in_selector=%S property value for selector %S
a11y.labels.css_selector=CSS selector
a11y.labels.source_code_for_file=source code for file %S

# LOCALIZATION NOTE (a11y.labels.overridden):
# Used by a11y. Not directly visible in the UI, intended for screen readers.
# indicates style property is overridden by selector with higher specificity
a11y.labels.overridden=overridden
a11y.labels.press_enter_to_add_new_watch_expression=press enter to add a new watch expression

# LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
# Used by a11y. Not directly visible in the UI, intended for screen readers.
# Existence and state of a breakpoint
a11y.updates.has_conditional_break_point=has conditional break point
a11y.updates.has_disabled_break_point=has disabled break point

# LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# #1 Line number, #2 Function name, #3 File name
a11y.updates.script_suspended_on_line_in_file=Script suspended on line %S in %S, file %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a console panel search 
# #1 %S String key the use is looking for. #2 number of rows that contain the matched text
# examples: Match found for "test" in 17 log rows
a11y.updates.match_found_in_logrows=match found for "%S" in %S log rows
# LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a script panel search 
# #1 %S String key the use is looking for. #2 line number the match was found on. #3 file name the match was found in
# examples: Match found for "window.alert" on line 322 in utilities.js
a11y.updates.match_found_for_on_line=match found for "%S" on line %S in %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing an HTML panel search (if it is found in an element node) 
# #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying  the matched element
# examples: Match found for "obj" in object element at /html/body/object[2]
a11y.updates.match_found_in_element=match found for "%S" in %S element at path %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing an HTML  panel search (if it is found in an attribute node) 
# #1 Search string that was matched. #2 Attribute name #3 attribute value 
# #4 the HTML element name containing. #5 XPATH string specifying  the matched element
# examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2]
a11y.updates.match_found_in_attribute=match found for "%S" in attribute %S=%S of %S element at path %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing an HTML panel search (if it is found in a text element's contents) 
# #1 Search string that was matched. #2 element's text content  
# #3 the HTML element name containing. #4 XPATH string specifying  the matched element
# examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2]
a11y.updates.match_found_in_text_content=match found for "%S" in text content: %S of %S element at path %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a CSS panel search (if it is found in a selector) 
# #1 Search string that was matched. #2 selector in which the match was found  
# examples: Match found for "main" in #mainContent h2 {
a11y.updates.match_found_in_selector=match found for "%S" in selector %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a CSS panel search (if it is found in a style declaration) 
# #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to  
# examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent {
a11y.updates.match_found_in_style_declaration=match found for "%S" in style declaration %S in selector %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a DOM panel search  
# #1 Search string that was matched. #2 DOM property in which the match was found   
# examples: Match found for "time" in _starttime : 1257324992232 (Number)
a11y.updates.match_found_in_dom_property=match found for "%S" in DOM property %S
# LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a Net panel search  
# #1 Search string that was matched. #2 File name associated to the row in which the match was found. 
# #3 Column in which the match was found #4. Column value   
# examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms
a11y.updates.match_found_in_net_row=match found for "%S" in %S, %S : %S;
# LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Describes the match found when performing a Net panel search (if it is found in the Net summary row)
# #1 Search string that was matched. #2 Column value in which the match was found 
# examples: Match found for "05" in net summary row: 4.05s
a11y.updates.match_found_in_net_summary_row=match found for "%S" in net summary row: %S
# LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
# visible in the UI, intended for screen readers.
# Indicates that the searched string was not matched  
# %S Search string that was matched.   
# examples: No matched found for "wefkhwefkgwekhjgjh"
a11y.updates.no_matches_found=no matches found for "%S"

confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
# Console messages.
warning.Console_must_be_enabled=Console must be enabled
warning.Command_line_blocked?=Command line blocked?
message.Reload_to_activate_window_console=Reload to activate window console


# LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
# If Firebug is displayed in an external window (detached), but not active for the
# currently selected Firefox tab, the following button label is used for an
# activation button.
label.Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab

# LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
# An error message displayed in the Script panel when a source can't be displayed
# for specific URL.
# examples: Failed to load source for: http://www.example.com/script.js
# examples: The resource from this URL is not text: http://www.example.com/script.js
message.Failed_to_load_source_for=Не е зареден адресът
message.The_resource_from_this_URL_is_not_text=Ресурсът на този адрес не е текст

# LOCALIZATION NOTE (firebug.history.Go_back_to_this_script, firebug.history.Go_forward_to_this_script,
# firebug.history.Stay_on_this_page): Tooltips for menu items in Scipt history popup menu.
firebug.history.Go_back_to_this_script=Назад до този скрипт
firebug.history.Stay_on_this_page=Оставане на тази страница
firebug.history.Go_forward_to_this_script=Напред до този скрипт

# LOCALIZATION NOTE (firebug.history.Go_back_one_script, firebug.history.Go_forward_one_script):
# Tooltips for back/forward buttons on the Script panel toolbar.
firebug.history.Go_back_one_script=Назад един скрипт
firebug.history.Go_forward_one_script=Напред един скрипт

