Changeset 2066 for non-gtk/firebug/firebug1.6/bg-BG/firebug.properties
- Timestamp:
- Apr 20, 2010, 6:03:46 PM (16 years ago)
- Location:
- non-gtk/firebug/firebug1.6
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from non-gtk/firebug/firebug1.4 )
-
bg-BG/firebug.properties (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
non-gtk/firebug/firebug1.6/bg-BG/firebug.properties
r1826 r2066 1 1 Firebug=Firebug 2 3 # LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window. 4 # %S Title of the associated web page. 5 # examples: Firebug - Google 2 6 WindowTitle=Firebug — %S 7 8 # Panel titles 3 9 Panel-console=Конзола 4 10 Panel-net=Мрежа … … 8 14 Panel-dom=DOM 9 15 Panel-css=Стил 16 Panel-computed=Computed 10 17 Panel-layout=Подредба 11 18 Panel-domSide=DOM … … 14 21 Panel-callstack=Стек 15 22 Panel-scopes=Scopes 16 Total_Firebugs=Total Firebugs 17 Total_Firebug=Total Firebug 23 24 firebug.DetachFirebug=Open Firebug in New Window 25 firebug.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 33 plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs 34 18 35 inBrowser=In Browser 19 36 detached=Detached … … 28 45 Minimized=Minimized 29 46 Minimize_Firebug=Minimize Firebug 30 Off_for_all_web_pages=Off for All Web Pages31 47 On_for_all_web_pages=On for All Web Pages 48 firebug.menu.Clear_Activation_List=Clear Activation List 49 32 50 firebug_options=Firebug Options 51 firebug_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). 56 firebug.Show_All_Panels=Show All Panels 57 58 # Console panel options. 33 59 ShowJavaScriptErrors=Показване на грешките в JavaScript 34 60 ShowJavaScriptWarnings=Показване на предупрежденията в JavaScript … … 43 69 ShowChromeMessages=Показване на съобщенията от Chrome 44 70 ShowExternalErrors=Показване на външните грешки 71 ShowNetworkErrors=Show Network Errors 45 72 JavascriptOptionsStrict=Strict Warnings (performance penalty) 73 46 74 LargeCommandLine=По-голям команден ред 47 75 console_command_line=console command line 48 76 Assertion=Грешно предположение 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) 49 82 Line=%S (ред %S) 83 84 InstanceLine=%S #%S (line %S) 50 85 StackItem=%S (%S ред %S) 86 SystemItem=<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 51 93 InspectInTab=Изследване на %S в подпрозорец 94 52 95 NoName=(без име) 96 97 # LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug 98 # do not translate. 99 # #1 jsdIScript.tag 53 100 jsdIScript=jsdIScript %S 101 102 # HTML panel context menu items. 54 103 ShowFullText=Показване на пълния текст 55 104 ShowWhitespace=Показване на междините с интервали 105 ShowTextNodesWithEntities=Show Basic Entities 56 106 ShowComments=Показване на коментарите 57 107 HighlightMutations=Открояване на промeните … … 60 110 ScrollIntoView=Плъзгане в изгледа 61 111 NewAttribute=Нов атрибут… 62 Edit Attribute=Редактиране на атрибута „%S“…63 DeleteAttribute=Изтриване на атрибута „%S“ 64 Edit Element=Редактиране на HTML…112 EditHTMLElement=Edit HTML... 113 EditSVGElement=Edit SVG... 114 EditMathMLElement=Edit MathML... 65 115 DeleteElement=Изтриване на елемент 66 116 EditNode=Редактиране на HTML… 67 117 DeleteNode=Изтриване на възел 118 ShowQuickInfoBox=Show Quick Info Box 119 ShadeBoxModel=Shade Box Model 120 121 # Quick Info Box 122 quickInfo=Quick Info 123 computedStyle=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. 128 html.Break_On_Mutate=Break On Mutate 129 html.Disable_Break_On_Mutate=Disable Break On Mutate 130 html.label.Break_On_Text_Change=Break On Text Change 131 132 html.label.HTML_Breakpoints=HTML Breakpoints 133 html.label.Break_On_Attribute_Change=Break On Attribute Change 134 html.label.Break_On_Child_Addition_or_Removal=Break On Child Addition or Removal 135 html.label.Break_On_Element_Removal=Break On Element Removal 136 137 #Mismatch tooltip to show when doc servered as html but doctype is xhtml 138 html.error.doctype.mismatched=Doctype ignored, not valid for server content-type 139 140 dom.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"... 146 EditAttribute=Редактиране на атрибута „%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"... 152 DeleteAttribute=Изтриване на атрибута „%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 68 157 InheritedFrom=Наседено от 158 69 159 SothinkWarning=Разширението „Sothink SWF Catcher“ пречи на Firebug да работи нормално.<br><br>За помощ прочетете <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">това в ЧЗВ на Firebug</a>. 70 160 DOMInspectorWarning=Стиловете не могат да бъдат показани.<br><br>За помощ прочетете <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">това в ЧЗВ на Firebug</a>. … … 74 164 NewRule=New Rule... 75 165 NewProp=Ново свойство… 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"... 76 171 EditProp=Редактиране на „%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" 77 177 DisableProp=Изключване на „%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" 78 183 DeleteProp=Изтриване на „%S“ 184 185 # Console context menu labels. 79 186 BreakOnThisError=Прекъсване при тази грешка 80 187 BreakOnAllErrors=Прекъсване при всички грешки … … 85 192 UseLastLineForEvalName= eval() на имена при последния ред в кода 86 193 UseMD5ForEvalName=Use MD5 for eval() names 194 195 # LOCALIZATION NOTE do not translate, no longer used(?) 87 196 DBG_FBS_CREATION=Внимание! DBG_CREATION 88 197 DBG_FBS_BP=Внимание! DBG_BP 89 198 DBG_FBS_ERRORS=Внимание! DBG_ERRORS 90 199 DBG_FBS_STEP=Внимание! DBG_STEP 200 201 # Breakpoints side panel 91 202 Breakpoints=Прекъсвания 92 203 ErrorBreakpoints=Прекъсвания при грешки … … 95 206 DisableAllBreakpoints=Изключване на всички прекъсвания 96 207 ClearAllBreakpoints=Изтриване на всички прекъсвания 208 209 # Script panel 97 210 Continue=Продължаване 98 211 StepOver=Стъпка през функция … … 117 230 AddWatch=Добавяне на израз 118 231 CopySourceCode=Copy Source 232 119 233 CopyValue=Копиране на стойност 234 Copy_Name=Copy Name 235 Copy_Path=Copy Path 236 120 237 NewProperty=Ново свойство… 121 238 EditProperty=Редактиране на свойство… … … 130 247 NoBreakpointsWarning=В тази страница няма зададени прекъсвания. 131 248 Show_User_Agent_CSS=Show User Agent CSS 249 Expand_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. 132 254 LayoutPadding=отстъп 133 255 LayoutBorder=контур 134 256 LayoutMargin=граница 135 Layout Offset=отместване257 LayoutPosition=position 136 258 LayoutAdjacent=съсед 259 position=position 260 261 # LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel 262 # under HTML panel. 137 263 ShowRulers=Показване на линеала 138 offset_top=offset top 139 offset_right=offset right 140 offset_bottom=offset bottom 141 offset_left=offset left 142 margin_top=margin top 143 margin_right=margin right 144 margin_bottom=margin bottom 145 margin_left=margin left 146 border_top=border top 147 border_right=border right 148 border_bottom=border bottom 149 border_left=border left 150 padding_top=padding top 151 padding_right=padding right 152 padding_bottom=padding bottom 153 padding_left=padding left 154 top=top 155 right=right 156 bottom=bottom 157 left=left 158 width=width 159 height=height 160 size=size 264 265 # Net panel 161 266 Loading=Зареждане… 162 267 Headers=Заглавни части 268 269 # LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel) 270 net.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. 276 net.header.URL=URL 277 net.header.URL_Tooltip=Requested URL and used HTTP method. 278 net.header.Status=Status 279 net.header.Status_Tooltip=Status of the received response. 280 net.header.Domain=Domain 281 net.header.Domain_Tooltip=Domain of the executed request. 282 net.header.Size=Size 283 net.header.Size_Tooltip=Size of the received response. 284 net.header.Timeline=Timeline 285 net.header.Timeline_Tooltip=Detailed timing info about request response round trip. 286 287 # LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group. 288 net.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. 292 net.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". 298 net.headers.view_source=view source 299 net.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). 163 304 Post=Заявка POST 164 305 Put=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) 165 310 Response=Отговор 166 311 URLParameters=Параметри 167 312 Cache=Cache 168 313 HTML=HTML 314 jsonviewer.tab.JSON=JSON 315 xmlviewer.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). 169 319 RequestHeaders=Заглавни части на заявката 170 320 ResponseHeaders=Заглавни части на отговора 171 LimitExceeded=Firebug's log limit has been reached. %S entries not shown. 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. 327 plural.Limit_Exceeded=Firebug's log limit has been reached. %S entry not shown.;Firebug's log limit has been reached. %S entries not shown. 328 172 329 LimitPrefs=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 173 335 LimitPrefsTitle=In order to change the limit modify: %S 336 174 337 Refresh=Обновяване 175 338 OpenInTab=Отваряне в нов подпрозорец 176 339 Open_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. 177 343 Profile=Отчет 344 178 345 ProfilerStarted=Програмата за отчитане работи. Натиснете „Отчет“ отново, за да видите този доклад. 179 ProfileTime=(%Sms, %S извиквания) 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) 352 plural.Profile_Time=(%Sms, %S call);(%Sms, %S calls) 353 180 354 NothingToProfile=Няма дейност, която да се отчита. 181 355 PercentTooltip=Процент време, в което е работила тази функция. … … 190 364 Function=Функция 191 365 Percent=Процент 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. 192 371 Calls=Извиквания 193 372 OwnTime=Собствено време … … 197 376 Max=Макс 198 377 File=Файл 378 379 # Support for clipboard actions. 199 380 Copy=Копиране 200 381 Cut=Cut 201 382 Remove=Remove 202 383 CopyHTML=Копиране на HTML 384 CopySVG=Copy SVG 385 CopyMathML=Copy MathML 203 386 CopyInnerHTML=Копиране на innerHTML 204 387 CopyXPath=Копиране на XPath 388 Copy_CSS_Path=Copy CSS Path 205 389 CopyLocation=Копиране на адрес 206 390 CopyLocationParameters=Копиране на адрес с параметрите … … 210 394 CopyError=Копиране на грешката 211 395 CopySource=Копиране на функцията 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" 212 401 ShowCallsInConsole=Засичане на извиквания на „%S“ 402 213 403 ShowEventsInConsole=Засичане на събитията 214 404 panel.Enabled=Enabled … … 216 406 panel.Enable=Enable 217 407 panel.Disable=Disable 218 console.HostEnable=Enable console for %S 219 console.LocalFilesEnable=Enable console for Local Files 220 console.SystemPagesEnable=Enable console for System Pages 221 console.HostDisable=Disable console for %S 222 console.LocalFilesDisable=Disable console for Local Files 223 console.SystemPagesDisable=Disable console for System Pages 224 console.PermMenuTooltip=Manage console activity 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. 225 412 console.MethodNotSupported=Firebug console does not support '%S' 226 console.Permissions=Enable or Disable Console 227 console.PermissionsIntro=Choose web sites where Console will be enabled or disabled. 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. 228 417 commandline.MethodNotSupported=Firebug command line does not support '%S' 229 net.HostEnable=Enable monitor for %S 230 net.LocalFilesEnable=Enable monitor for Local Files 231 net.SystemPagesEnable=Enable monitor for System Pages 232 net.HostDisable=Disable monitor for %S 233 net.LocalFilesDisable=Disable monitor for Local Files 234 net.SystemPagesDisable=Disable monitor for System Pages 235 net.PermMenuTooltip=Manage network monitoring activity 236 net.Permissions=Enable or Disable Network Monitor 237 net.PermissionsIntro=Choose web sites where Network Monitor will be enabled or disabled. 238 net.file.SizeInfotip=Size: %S (%S bytes) 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. 421 console.Disable_Break_On_All_Errors=Disable Break On All Errors 422 console.Break_On_All_Errors=Break On All Errors 423 424 # Console strings used when JavaScript is not available 425 console.JSDisabledInFirefoxPrefs=JavaScript is disabled in your Firefox preferences. If you would like to use the Console panel then please enable this option under 'Tools' -> 'Options' -> 'Content' -> 'Enable JavaScript' 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. 432 net.sizeinfo.Response_Body=Response Body 433 net.sizeinfo.Post_Body=Post Body 434 net.sizeinfo.Total_Sent=Total Sent 435 net.sizeinfo.Total_Received=Total Received 436 239 437 net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown. 240 438 net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab. 241 script.HostEnable=Enable debugger for %S 242 script.LocalFilesEnable=Enable debugger for Local Files 243 script.SystemPagesEnable=Enable debugger for System Pages 244 script.HostDisable=Disable debugger for %S 245 script.LocalFilesDisable=Disable debugger for Local Files 246 script.SystemPagesDisable=Disable debugger for System Pages 247 script.PermMenuTooltip=Manage debugger activity 248 script.Permissions=Enable or Disable Debugger 249 script.PermissionsIntro=Choose web sites where Debugger will be enabled or disabled. 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. 443 net.postDataSizeLimitMessage=Firebug request size limit has been reached by Firebug. 444 445 net.Break_On_XHR=Break On XHR 446 net.label.Parameters=Parameters 447 net.label.Parts=Parts 448 net.label.Source=Source 449 450 # LOCALIZATION NOTE (net.option.Disable_Browser_Cache, net.option.Show_Paint_Events): 451 # Labels for Net panel's options. 452 net.option.Disable_Browser_Cache=Disable Browser Cache 453 net.option.Show_Paint_Events=Show Paint Events 454 250 455 script.Break_On_Next=Break On Next 251 456 ShowHttpHeaders=Показване на заглавните части на HTTP 252 Request=1 заявка 253 RequestCount=%S заявки 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 462 plural.Request_Count=%S request;%S requests 463 254 464 FromCache=от кеша 255 465 StopLoading=Спиране на зареждането … … 265 475 CopyImageLocation=Копиране на адреса на изображението 266 476 OpenImageInNewTab=Отваряне на изображението в нов подпрозорец 267 ErrorCount=%S грешка268 ErrorsCount=%S грешки269 477 OmitObjectPathStack=Пропускане на стека на лентата с инструменти 478 Copy_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 484 plural.Error_Count=%S Error;%S Errors 485 270 486 moduleManager.title=%S panel is disabled 271 moduleManager.desc1=Some Firebug panels add overhead to Firefox. When Installed, Firebug disables these panels for all sites.272 moduleManager.disabled=disabled273 moduleManager.apply=Reload <span class="host">%S</span> with all panels enabled for this site.274 moduleManager.desc2=You can <b class="command">%S</b> using the Firebug status bar icon context menu.275 487 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: 276 moduleManager.localfiles=Local Files 277 moduleManager.systempages=System Pages 488 278 489 Suspend_Firebug=Suspend Firebug 279 490 Resume_Firebug=Resume Firebug … … 282 493 Open_Console_Tooltip=Open Trace Console for Firebug. 283 494 Scope_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 284 498 With_Scope=With 499 # Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} }; 285 500 Call_Scope=Call 501 # Window: the scope inside of a Javascript window object. 286 502 Window_Scope=Window 287 Open_Firebug_Tracing=Open Firebug Tracing 288 Always_Open_Firebug_Tracing=Always Open Firebug Tracing 503 289 504 Logs=Logs 290 505 Options=Options 291 506 Copy_Stack=Copy Stack 292 507 Copy Exception=Copy Exception 293 requestinfo.DNS_Lookup=DNS Lookup 508 509 # Net panel timing info labels 510 requestinfo.Blocking=Blocking 511 requestinfo.Resolving=DNS Lookup 294 512 requestinfo.Connecting=Connecting 295 requestinfo.Queuing=Queuing 296 requestinfo.Waiting_For_Response=Waiting For Response 297 requestinfo.Receiving_Data=Receiving Data 298 requestinfo.DOMContentLoaded='DOMContentLoaded' (event) 299 requestinfo.Load='load' (event) 300 title.Tracing=Tracing 301 tracing.Show_Scope_Variables=Show Scope Variables 302 tracing.Show_Time=Show Time 303 tracing.tab.Stack=Stack 304 tracing.tab.Exception=Exception 305 tracing.tab.Properties=Properties 306 tracing.tab.Scope=Scope 307 tracing.tab.Response=Response 308 tracing.tab.Source=Source 309 tracing.tab.Interfaces=Interfaces 310 tracing.tab.Object=Object 311 tracing.tab.Event=Event 312 tracing.cmd.Clear=Clear 313 tracing.cmd.tip.Clear=Remove All Messages 314 tracing.cmd.Find=Find 315 tracing.cmd.tip.Find=Find Text 316 tracing.cmd.Bookmark=Bookmark 317 tracing.cmd.tip.Bookmark=Insert Bookmark 318 tracing.cmd.Restart=Restart Firefox 319 tracing.cmd.tip.Restart=Restart Firefox 320 tracing.cmd.Exit=Exit Firefox 321 tracing.cmd.tip.Exit=Exit Firefox 322 tracing.cmd.Save=Save to File 323 tracing.cmd.tip.Save=Save logs in to a file 324 tracing.cmd.Expand_All=Expand All 325 tracing.cmd.Collapse_All=Collapse All 513 requestinfo.Sending=Sending 514 requestinfo.Waiting=Waiting 515 requestinfo.Receiving=Receiving 516 requestinfo.ContentLoad='DOMContentLoaded' (event) 517 requestinfo.WindowLoad='load' (event) 518 requestinfo.Started=Started 519 326 520 editors.Editor_Configuration=Editor Configuration 327 jsonviewer.tab.JSON=JSON 521 522 search.Firebug_Search=Firebug Search 328 523 search.Next=Next 329 search.Prev=Prev 330 search.Search_Case_Sensitive=Case Sensitive 331 search.Search_All_Files=Search All Files 524 search.Previous=Previous 525 526 search.Case_Sensitive=Force Case Sensitive 527 search.Multiple_Files=Multiple Files 528 search.Use_Regular_Expression=Use Regular Expression 529 search.html.CSS_Selector=CSS Selector 332 530 search.net.Headers=Headers 333 531 search.net.Parameters=Parameters 334 532 search.net.Response_Bodies=Response Bodies 335 533 search.script.Multiple_Files=Multiple Files 336 firebug_search=Firebug Search 534 535 firebug.console.Persist=Persist 536 firebug.console.Do_Not_Clear_On_Reload=Do Not Clear On Reload 337 537 firebug.menu.Clear_Console=Clear Console 338 538 firebug.menu.Reset_All_Options=Reset All Options 339 539 firebug.menu.Enable_All_Panels=Enable All Panels 340 540 firebug.menu.Disable_All_Panels=Disable All Panels 341 Firebug.menu.Customize_shortcuts=Customize Shortcuts 342 Firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements 343 Firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs 541 firebug.menu.Customize_shortcuts=Customize Shortcuts 542 firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements 543 firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs 544 firebug.menu.Reset_All_Firebug_Options=Reset All Firebug Options 545 firebug.menu.Firebug_Online=Firebug Online 344 546 firebug.shortcut.reenterCommand.label=Reenter Command 345 547 firebug.shortcut.toggleInspecting.label=Toggle Inspecting 548 firebug.shortcut.toggleQuickInfoBox.label=Toggle Quick Info Box 346 549 firebug.shortcut.toggleProfiling.label=Toggle Profiling 347 550 firebug.shortcut.focusCommandLine.label=Focus Command Line … … 360 563 firebug.shortcut.clearConsole.label=Clear Console 361 564 firebug.shortcut.openTraceConsole.label=Open Trace Console 565 566 firebug.panel_selector=Panel Selector 567 362 568 customizeShortcuts=Firebug Shortcut Bindings 363 569 keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts 364 press_enter_to_edit_values=press enter followed by tab to edit individual values 365 reset=reset 366 panel_tools=panel tools 367 firebug_panels=Firebug panels 368 firebug_side_panels=Firebug side panels 369 firebug_window=firebug window 370 expand_error=expand error details 371 value_for_attribute_in_element=value for %S attribute in %S element 372 attribute_for_element=attribute for %S element 373 text_contents_for_element=text contents for %S element 374 inline_editor=inline editor 375 declarations_for_selector=style declarations for "%S" selector 376 overridden=overridden 377 defined_in_file=defined in %S 378 property_for_selector=CSS property for selector: %S 379 value_property_in_selector=value for CSS property %S in selector %S 380 cssSelector=CSS selector 381 press_enter_to_add_new_watch_expression=press enter to add a new watch expression 382 hasBreakpoint=has %S break point 383 scriptSuspendedOnLineInFile=Script suspended on line %S in %S, file %S 384 match_found_for=Match Found for "%S" 385 in_element=in %S element 386 in_attribute=in attribute %S="%S" of %S element 387 in_text_content=in text content: "%S" of %S element 388 at_path=at path %S 389 on_line=on line %S 390 in_selector=in selector %S 391 in_style_property=in style property %S 392 in_dom_property=in DOM property %S 393 no_matches_found=no matches found for "%S" 570 571 #A11y Chrome Labels (not visible, spoken by screen readers) 572 a11y.labels.panel_tools=panel tools 573 a11y.labels.firebug_panels=Firebug panels 574 a11y.labels.firebug_side_panels=Firebug side panels 575 a11y.labels.firebug_window=Firebug window 576 a11y.labels.firebug_status=Firebug status 577 a11y.labels.reset=reset 578 a11y.labels.reset_shortcut=reset %S shortcut 579 aria.labels.inactive_panel=inactive panel 580 581 #A11y panelNode labels (not visible, spoken by screen readers) 582 a11y.labels.log_rows=log rows 583 a11y.labels.call_stack=call stack 584 a11y.labels.a11y.labels.document_structue=document structure 585 a11y.labels.title_panel= %S panel 586 a11y.labels.title_side_panel= %S side panel 587 a11y.labels.cached=cached 588 aria.labels.stack_trace=stack trace 589 590 #A11y Domplate labels (not visible, spoken by screen readers) 591 a11y.layout.padding=padding 592 a11y.layout.border=border 593 a11y.layout.margin=margin 594 a11y.layout.position=position 595 a11y.layout.position_top=position top 596 a11y.layout.position_right=position right 597 a11y.layout.position_bottom=position bottom 598 a11y.layout.position_left=position left 599 a11y.layout.margin_top=margin top 600 a11y.layout.margin_right=margin right 601 a11y.layout.margin_bottom=margin bottom 602 a11y.layout.margin_left=margin left 603 a11y.layout.border_top=border top 604 a11y.layout.border_right=border right 605 a11y.layout.border_bottom=border bottom 606 a11y.layout.border_left=border left 607 a11y.layout.padding_top=padding top 608 a11y.layout.padding_right=padding right 609 a11y.layout.padding_bottom=padding bottom 610 a11y.layout.padding_left=padding left 611 a11y.layout.top=top 612 a11y.layout.right=right 613 a11y.layout.bottom=bottom 614 a11y.layout.left=left 615 a11y.layout.width=width 616 a11y.layout.height=height 617 a11y.layout.size=size 618 a11y.layout.position=position 619 a11y.layout.z-index=z-index 620 a11y.layout.clientBoundingRect=bounding client rect 621 a11y.descriptions.press_enter_to_edit_values=Press Enter followed by Tab to edit individual values 622 a11y.labels.style_rules=style rules 623 aria.labels.inherited_style_rules=inherited style rules 624 a11y.labels.computed_styles=computed styles 625 a11y.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 630 a11y.labels.inline_editor=inline editor 631 a11y.labels.value_for_attribute_in_element=value for %S attribute in %S element 632 a11y.labels.attribute_for_element=attribute for %S element 633 a11y.labels.text_contents_for_element=text contents for %S element 634 a11y.labels.defined_in_file=defined in %S 635 a11y.labels.declarations_for_selector=style declarations for "%S" selector 636 a11y.labels.property_for_selector=CSS property for selector: %S 637 a11y.labels.value_property_in_selector=%S property value for selector %S 638 a11y.labels.css_selector=CSS selector 639 a11y.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 644 a11y.labels.overridden=overridden 645 a11y.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 650 a11y.updates.has_conditional_break_point=has conditional break point 651 a11y.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 656 a11y.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 662 a11y.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 668 a11y.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] 674 a11y.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] 681 a11y.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] 688 a11y.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 { 694 a11y.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 { 700 a11y.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) 706 a11y.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 713 a11y.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 719 a11y.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" 725 a11y.updates.no_matches_found=no matches found for "%S" 726 394 727 confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state? 395 source_code_for_file=source code for file %S 728 # Console messages. 729 warning.Console_must_be_enabled=Console must be enabled 730 warning.Command_line_blocked?=Command line blocked? 731 message.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. 738 label.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 745 message.Failed_to_load_source_for=Failed to load source for 746 message.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. 750 firebug.history.Go_back_to_this_script=Go back to this script 751 firebug.history.Stay_on_this_page=Stay on this page 752 firebug.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. 756 firebug.history.Go_back_one_script=Go back one script 757 firebug.history.Go_forward_one_script=Go forward one script 758
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/project/gtp/chrome/site/your_project_logo.png)