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