/usr/share/webkitgtk-1.0/webinspector/localizedStrings.js is in libwebkitgtk-1.0-common 1.8.3-0ubuntu0.12.04.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 | var localizedStrings = new Object;
localizedStrings[" (%d)"] = " (%d)";
localizedStrings[" (repeated %d times)"] = " (repeated %d times)";
localizedStrings["1 - %d"] = "1 - %d";
localizedStrings["%.0fB"] = "%.0fB";
localizedStrings["%.0fKB"] = "%.0fKB";
localizedStrings["%.0fMB"] = "%.0fMB";
localizedStrings["%.0fms"] = "%.0fms";
localizedStrings["%.1f days"] = "%.1f days";
localizedStrings["%.1fhrs"] = "%.1fhrs";
localizedStrings["%.1fmin"] = "%.1fmin";
localizedStrings["%.2f%%"] = "%.2f%%";
localizedStrings["%.2fKB"] = "%.2fKB";
localizedStrings["%.2fMB"] = "%.2fMB";
localizedStrings["%.2fs"] = "%.2fs";
localizedStrings["%.3fms"] = "%.3fms";
localizedStrings["%d console messages are not shown."] = "%d console messages are not shown.";
localizedStrings["%d cookies (%s)"] = "%d cookies (%s)";
localizedStrings["%d error"] = "%d error";
localizedStrings["%d error, %d warning"] = "%d error, %d warning";
localizedStrings["%d error, %d warnings"] = "%d error, %d warnings";
localizedStrings["%d errors"] = "%d errors";
localizedStrings["%d errors, %d warning"] = "%d errors, %d warning";
localizedStrings["%d errors, %d warnings"] = "%d errors, %d warnings";
localizedStrings["%d of %d matches"] = "%d of %d matches";
localizedStrings["%d matches"] = "%d matches";
localizedStrings["%d of %d captured records are visible"] = "%d of %d captured records are visible";
localizedStrings["%d warning"] = "%d warning";
localizedStrings["%d warnings"] = "%d warnings";
localizedStrings["%d × %d pixels (Natural: %d × %d pixels)"] = "%d × %d pixels (Natural: %d × %d pixels)";
localizedStrings["%d × %d pixels"] = "%d × %d pixels";
localizedStrings["%d × %d"] = "%d × %d";
localizedStrings["%s (%s)"] = "%s (%s)";
localizedStrings["%s (at %s)"] = "%s (at %s)";
localizedStrings["%s (from cache)"] = "%s (from cache)";
localizedStrings["%s - Details"] = "%s - Details";
localizedStrings["%s >1000%%"] = "%s >1000%%";
localizedStrings["%s collected"] = "%s collected";
localizedStrings["%s download"] = "%s download";
localizedStrings["%s latency"] = "%s latency";
localizedStrings["%s latency, %s download (%s total)"] = "%s latency, %s download (%s total)";
localizedStrings["%s of %s"] = "%s of %s";
localizedStrings["%s%.2f%%"] = "%s%.2f%%";
localizedStrings["%s%d"] = "%s%d";
localizedStrings["%s%s"] = "%s%s";
localizedStrings["(anonymous function)"] = "(anonymous function)";
localizedStrings["(data url)"] = "(data url)";
localizedStrings["(from cache)"] = "(from cache)";
localizedStrings["(failed)"] = "(failed)";
localizedStrings["(canceled)"] = "(canceled)";
localizedStrings["(internal script)"] = "(internal script)";
localizedStrings["(ping)"] = "(ping)";
localizedStrings["(program)"] = "(program)";
localizedStrings["(text)"] = "(text)";
localizedStrings["(unable to decode value)"] = "(unable to decode value)";
localizedStrings["(whitespace)"] = "(whitespace)";
localizedStrings["1 of 1 match"] = "1 of 1 match";
localizedStrings["1 match"] = "1 match";
localizedStrings["Application Cache"] = "Application Cache";
localizedStrings["Accept suggestion"] = "Accept suggestion";
localizedStrings["Activate all breakpoints."] = "Activate all breakpoints.";
localizedStrings["Add Attribute"] = "Add Attribute";
localizedStrings["Add attribute"] = "Add attribute";
localizedStrings["Add Breakpoint"] = "Add Breakpoint";
localizedStrings["Add breakpoint"] = "Add breakpoint";
localizedStrings["Add Conditional Breakpoint…"] = "Add Conditional Breakpoint…";
localizedStrings["Add conditional breakpoint…"] = "Add conditional breakpoint…";
localizedStrings["Add New"] = "Add New";
localizedStrings["Add"] = "Add";
localizedStrings["Aggregated Time"] = "Aggregated Time";
localizedStrings["All Nodes"] = "All Nodes";
localizedStrings["All Panels"] = "All Panels";
localizedStrings["All"] = "All";
localizedStrings["Allow debugging workers. Enabling this option will replace native workers with the iframe-based JavaScript implementation"] = "Allow debugging workers. Enabling this option will replace native workers with the iframe-based JavaScript implementation";
localizedStrings["Always enable"] = "Always enable";
localizedStrings["alpha: "] = "alpha: ";
localizedStrings["An error occurred trying to\nread the “%s” table."] = "An error occurred trying to\nread the “%s” table.";
localizedStrings["An unexpected error %s occurred."] = "An unexpected error %s occurred.";
localizedStrings["Any XHR"] = "Any XHR";
localizedStrings["Are you sure you want to clear browser cache?"] = "Are you sure you want to clear browser cache?";
localizedStrings["Are you sure you want to clear browser cookies?"] = "Are you sure you want to clear browser cookies?";
localizedStrings["As Authored"] = "As Authored";
localizedStrings["As authored"] = "As authored";
localizedStrings["Assertion failed:"] = "Assertion failed:";
localizedStrings["Attribute Modified"] = "Attribute Modified";
localizedStrings["Attributes Style"] = "Attributes Style";
localizedStrings["Audit Present State"] = "Audit Present State";
localizedStrings["Audits"] = "Audits";
localizedStrings["Average"] = "Average";
localizedStrings["Blocking"] = "Blocking";
localizedStrings["Breakpoints"] = "Breakpoints";
localizedStrings["Cookies"] = "Cookies";
localizedStrings["CPU PROFILES"] = "CPU PROFILES";
localizedStrings["CPU profiles show where the execution time is spent in your page's JavaScript functions."] = "CPU profiles show where the execution time is spent in your page's JavaScript functions.";
localizedStrings["CSS SELECTOR PROFILES"] = "CSS SELECTOR PROFILES";
localizedStrings["CSS selector profiles show how long the selector matching has taken in total and how many times a certain selector has matched DOM elements (the results are approximate due to matching algorithm optimizations.)"] = "CSS selector profiles show how long the selector matching has taken in total and how many times a certain selector has matched DOM elements (the results are approximate due to matching algorithm optimizations.)";
localizedStrings["Call Site stack"] = "Call Site stack";
localizedStrings["Call Stack"] = "Call Stack";
localizedStrings["Calls"] = "Calls";
localizedStrings["Clear all profiles."] = "Clear all profiles.";
localizedStrings["Clear Browser Cache."] = "Clear Browser Cache.";
localizedStrings["Clear browser cache."] = "Clear browser cache.";
localizedStrings["Clear Browser Cookies."] = "Clear Browser Cookies.";
localizedStrings["Clear browser cookies."] = "Clear browser cookies.";
localizedStrings["Clear Console"] = "Clear Console";
localizedStrings["Clear console"] = "Clear console";
localizedStrings["Clear audit results."] = "Clear audit results.";
localizedStrings["Clear console log."] = "Clear console log.";
localizedStrings["Clear"] = "Clear";
localizedStrings["Click to change color format"] = "Click to change color format";
localizedStrings["Click to open a colorpicker. Shift-click to change color format"] = "Click to open a colorpicker. Shift-click to change color format";
localizedStrings["Closure"] = "Closure";
localizedStrings["Code"] = "Code";
localizedStrings["Collected"] = "Collected";
localizedStrings["Collect CSS Selector Profile"] = "Collect CSS Selector Profile";
localizedStrings["Collect JavaScript CPU Profile"] = "Collect JavaScript CPU Profile";
localizedStrings["Compared to %s"] = "Compared to %s";
localizedStrings["Computed Style"] = "Computed Style";
localizedStrings["Connecting"] = "Connecting";
localizedStrings["Console"] = "Console";
localizedStrings["Constructor"] = "Constructor";
localizedStrings["Continue to Here"] = "Continue to Here";
localizedStrings["Continue to here"] = "Continue to here";
localizedStrings["Continue"] = "Continue";
localizedStrings["Copy as HTML"] = "Copy as HTML";
localizedStrings["Copy entry as HAR"] = "Copy entry as HAR";
localizedStrings["Copy Entry as HAR"] = "Copy Entry as HAR";
localizedStrings["Save entry as HAR"] = "Save entry as HAR";
localizedStrings["Save Entry as HAR"] = "Save Entry as HAR";
localizedStrings["Copy all as HAR"] = "Copy all as HAR";
localizedStrings["Copy All as HAR"] = "Copy All as HAR";
localizedStrings["Save all as HAR"] = "Save all as HAR";
localizedStrings["Save All as HAR"] = "Save All as HAR";
localizedStrings["Copy link address"] = "Copy link address";
localizedStrings["Copy Link Address"] = "Copy Link Address";
localizedStrings["Copy request headers"] = "Copy request headers";
localizedStrings["Copy Request Headers"] = "Copy Request Headers";
localizedStrings["Copy response headers"] = "Copy response headers";
localizedStrings["Copy Response Headers"] = "Copy Response Headers";
localizedStrings["Copy XPath"] = "Copy XPath";
localizedStrings["Count"] = "Count";
localizedStrings["Databases"] = "Databases";
localizedStrings["DNS Lookup"] = "DNS Lookup";
localizedStrings["DOMContent event fired"] = "DOMContent event fired";
localizedStrings["DOMContent event"] = "DOMContent event";
localizedStrings["DOM node count:"] = "DOM node count:";
localizedStrings["Database no longer has expected version."] = "Database no longer has expected version.";
localizedStrings["Database not found."] = "Database not found.";
localizedStrings["Deactivate all breakpoints."] = "Deactivate all breakpoints.";
localizedStrings["Debug"] = "Debug";
localizedStrings["Debugging disabled. Click to enable."] = "Debugging disabled. Click to enable.";
localizedStrings["Debugging enabled. Click to disable."] = "Debugging enabled. Click to disable.";
localizedStrings["Delete Node"] = "Delete Node";
localizedStrings["Delete node"] = "Delete node";
localizedStrings["Delete watch expression."] = "Delete watch expression.";
localizedStrings["Delete"] = "Delete";
localizedStrings["Details"] = "Details";
localizedStrings["Dimensions"] = "Dimensions";
localizedStrings["Disable Breakpoint"] = "Disable Breakpoint";
localizedStrings["Disable breakpoint"] = "Disable breakpoint";
localizedStrings["Disable cache"] = "Disable cache";
localizedStrings["Dock to main window."] = "Dock to main window.";
localizedStrings["Document"] = "Document";
localizedStrings["Document count: "] = "Document count: ";
localizedStrings["Documents"] = "Documents";
localizedStrings["Domain"] = "Domain";
localizedStrings["Don't pause on exceptions.\nClick to Pause on all exceptions."] = "Don't pause on exceptions.\nClick to Pause on all exceptions.";
localizedStrings["Duration"] = "Duration";
localizedStrings["Edit Attribute"] = "Edit Attribute";
localizedStrings["Edit attribute"] = "Edit attribute";
localizedStrings["Edit Breakpoint…"] = "Edit Breakpoint…";
localizedStrings["Edit breakpoint…"] = "Edit breakpoint…";
localizedStrings["Edit Text"] = "Edit Text";
localizedStrings["Edit text"] = "Edit text";
localizedStrings["Edit as HTML"] = "Edit as HTML";
localizedStrings["Edit"] = "Edit";
localizedStrings["Elements Panel"] = "Elements Panel";
localizedStrings["Elements"] = "Elements";
localizedStrings["Emulate touch events"] = "Emulate touch events";
localizedStrings["Enable Breakpoint"] = "Enable Breakpoint";
localizedStrings["Enable breakpoint"] = "Enable breakpoint";
localizedStrings["Enable Debugging"] = "Enable Debugging";
localizedStrings["Enable Profiling"] = "Enable Profiling";
localizedStrings["Enabling debugging will make scripts run slower."] = "Enabling debugging will make scripts run slower.";
localizedStrings["Enabling profiling will make scripts run slower."] = "Enabling profiling will make scripts run slower.";
localizedStrings["Errors"] = "Errors";
localizedStrings["Evaluate Script"] = "Evaluate Script";
localizedStrings["Event Listeners"] = "Event Listeners";
localizedStrings["Event listener count:"] = "Event listener count:";
localizedStrings["Event"] = "Event";
localizedStrings["Exclude selected function."] = "Exclude selected function.";
localizedStrings["Execute command"] = "Execute command";
localizedStrings["Expand/collapse"] = "Expand/collapse";
localizedStrings["Expected Content Length"] = "Expected Content Length";
localizedStrings["Expires"] = "Expires";
localizedStrings["File size"] = "File size";
localizedStrings["Find next/previous"] = "Find next/previous";
localizedStrings["Finish Loading"] = "Finish Loading";
localizedStrings["Focus selected function."] = "Focus selected function.";
localizedStrings["Font"] = "Font";
localizedStrings["Fonts"] = "Fonts";
localizedStrings["Form Data"] = "Form Data";
localizedStrings["Function Call"] = "Function Call";
localizedStrings["Function"] = "Function";
localizedStrings["GC Event"] = "GC Event";
localizedStrings["Global"] = "Global";
localizedStrings["Go"] = "Go";
localizedStrings["Go to Function"] = "Go to Function";
localizedStrings["Go to line: "] = "Go to line: ";
localizedStrings["HEAP SNAPSHOTS"] = "HEAP SNAPSHOTS";
localizedStrings["HSL Colors"] = "HSL Colors";
localizedStrings["HTTP"] = "HTTP";
localizedStrings["Headers"] = "Headers";
localizedStrings["Heap snapshot profiles show memory distribution among your page's JavaScript objects and related DOM nodes."] = "Heap snapshot profiles show memory distribution among your page's JavaScript objects and related DOM nodes.";
localizedStrings["Heavy (Bottom Up)"] = "Heavy (Bottom Up)";
localizedStrings["Hex Colors"] = "Hex Colors";
localizedStrings["Hide console."] = "Hide console.";
localizedStrings["Hide the records that are shorter than %s"] = "Hide the records that are shorter than %s";
localizedStrings["Image"] = "Image";
localizedStrings["Images"] = "Images";
localizedStrings["Increment/decrement by %f"] = "Increment/decrement by %f";
localizedStrings["Increment/decrement value"] = "Increment/decrement value";
localizedStrings["Inherited from"] = "Inherited from";
localizedStrings["Initiator"] = "Initiator";
localizedStrings["Inspected worker terminated"] = "Inspected worker terminated";
localizedStrings["Inspected worker has terminated. Once it restarts we will attach to it automatically."] = "Inspected worker has terminated. Once it restarts we will attach to it automatically.";
localizedStrings["Install Timer"] = "Install Timer";
localizedStrings["Invalid property value."] = "Invalid property value.";
localizedStrings["Key"] = "Key";
localizedStrings["Keyboard Shortcuts"] = "Keyboard Shortcuts";
localizedStrings["Local Storage"] = "Local Storage";
localizedStrings["Layout"] = "Layout";
localizedStrings["Load event fired"] = "Load event fired";
localizedStrings["Load event"] = "Load event";
localizedStrings["Loading (%d of %d)"] = "Loading (%d of %d)";
localizedStrings["Loading"] = "Loading";
localizedStrings["Local Files"] = "Local Files";
localizedStrings["Local"] = "Local";
localizedStrings["Location"] = "Location";
localizedStrings["Logs"] = "Logs";
localizedStrings["MIME Type"] = "MIME Type";
localizedStrings["MIME type"] = "MIME type";
localizedStrings["Mark"] = "Mark";
localizedStrings["Matched CSS Rules"] = "Matched CSS Rules";
localizedStrings["Matches"] = "Matches";
localizedStrings["Memory"] = "Memory";
localizedStrings["Metrics"] = "Metrics";
localizedStrings["Name"] = "Name";
localizedStrings["Navigate elements"] = "Navigate elements";
localizedStrings["New Style Rule"] = "New Style Rule";
localizedStrings["Next/previous call frame"] = "Next/previous call frame";
localizedStrings["Next/previous command"] = "Next/previous command";
localizedStrings["Next/previous line"] = "Next/previous line";
localizedStrings["Next/previous panel"] = "Next/previous panel";
localizedStrings["Next/previous property"] = "Next/previous property";
localizedStrings["Next/previous suggestion"] = "Next/previous suggestion";
localizedStrings["No Application Cache information available."] = "No Application Cache information available.";
localizedStrings["No Breakpoints"] = "No Breakpoints";
localizedStrings["No Event Listeners"] = "No Event Listeners";
localizedStrings["No Properties"] = "No Properties";
localizedStrings["No Variables"] = "No Variables";
localizedStrings["No audits to run"] = "No audits to run";
localizedStrings["Node Removed"] = "Node Removed";
localizedStrings["Not Found"] = "Not Found";
localizedStrings["Not Paused"] = "Not Paused";
localizedStrings["Objects"] = "Objects";
localizedStrings["Offline"] = "Offline";
localizedStrings["Online"] = "Online";
localizedStrings["Only enable for this session"] = "Only enable for this session";
localizedStrings["Open in Network Panel"] = "Open in Network Panel";
localizedStrings["Open in network panel"] = "Open in network panel";
localizedStrings["Open Link in New Tab"] = "Open Link in New Tab";
localizedStrings["Open link in new tab"] = "Open link in new tab";
localizedStrings["Open Link in Resources Panel"] = "Open Link in Resources Panel";
localizedStrings["Open link in Resources panel"] = "Open link in Resources panel";
localizedStrings["Other"] = "Other";
localizedStrings["Paint"] = "Paint";
localizedStrings["Parse"] = "Parse";
localizedStrings["Parser"] = "Parser";
localizedStrings["Path"] = "Path";
localizedStrings["Pause on all exceptions.\nClick to Pause on uncaught exceptions."] = "Pause on all exceptions.\nClick to Pause on uncaught exceptions.";
localizedStrings["Pause on uncaught exceptions.\nClick to Not pause on exceptions."] = "Pause on uncaught exceptions.\nClick to Not pause on exceptions.";
localizedStrings["Pause script execution (%s)."] = "Pause script execution (%s).";
localizedStrings["Pause/Continue"] = "Pause/Continue";
localizedStrings["Paused"] = "Paused";
localizedStrings["Paused on exception: '%s'."] = "Paused on exception: '%s'.";
localizedStrings["Pausing"] = "Pausing";
localizedStrings["Preview"] = "Preview";
localizedStrings["opefile %d"] = "Profile %d";
localizedStrings["Profiles"] = "Profiles";
localizedStrings["Profiling disabled. Click to enable."] = "Profiling disabled. Click to enable.";
localizedStrings["Profiling enabled. Click to disable."] = "Profiling enabled. Click to disable.";
localizedStrings["Properties"] = "Properties";
localizedStrings["Proxy"] = "Proxy";
localizedStrings["Pseudo ::%s element"] = "Pseudo ::%s element";
localizedStrings["Pseudo element"] = "Pseudo element";
localizedStrings["URL fragment"] = "URL fragment";
localizedStrings["Query String Parameters"] = "Query String Parameters";
localizedStrings["RECORDS"] = "RECORDS";
localizedStrings["RESULTS"] = "RESULTS";
localizedStrings["RGB Colors"] = "RGB Colors";
localizedStrings["Recalculate Style"] = "Recalculate Style";
localizedStrings["Receive Data"] = "Receive Data";
localizedStrings["Receive Response"] = "Receive Response";
localizedStrings["Receiving"] = "Receiving";
localizedStrings["Record"] = "Record";
localizedStrings["Recording…"] = "Recording…";
localizedStrings["Redirect"] = "Redirect";
localizedStrings["Refresh"] = "Refresh";
localizedStrings["Remove Breakpoint"] = "Remove Breakpoint";
localizedStrings["Remove breakpoint"] = "Remove breakpoint";
localizedStrings["Remove Timer"] = "Remove Timer";
localizedStrings["Rendering"] = "Rendering";
localizedStrings["Repeats"] = "Repeats";
localizedStrings["Request Cookies"] = "Request Cookies";
localizedStrings["Request Headers"] = "Request Headers";
localizedStrings["Request Method"] = "Request Method";
localizedStrings["Request Payload"] = "Request Payload";
localizedStrings["Request URL"] = "Request URL";
localizedStrings["Resource interpreted as %s but transferred with MIME type %s."] = "Resource interpreted as %s but transferred with MIME type %s.";
localizedStrings["Resource"] = "Resource";
localizedStrings["Resources"] = "Resources";
localizedStrings["Response"] = "Response";
localizedStrings["Response Cookies"] = "Response Cookies";
localizedStrings["Response Headers"] = "Response Headers";
localizedStrings["Restore all functions."] = "Restore all functions.";
localizedStrings["Reveal in Elements Panel"] = "Reveal in Elements Panel";
localizedStrings["Run %d"] = "Run %d";
localizedStrings["Run"] = "Run";
localizedStrings["Selector"] = "Selector";
localizedStrings["Session Storage"] = "Session Storage";
localizedStrings["SSL"] = "SSL";
localizedStrings["Schedule Request"] = "Schedule Request";
localizedStrings["Scope Variables"] = "Scope Variables";
localizedStrings["Script"] = "Script";
localizedStrings["Scripting"] = "Scripting";
localizedStrings["Scripts Panel"] = "Scripts Panel";
localizedStrings["Scripts"] = "Scripts";
localizedStrings["Search %s"] = "Search %s";
localizedStrings["Search"] = "Search";
localizedStrings["Secure"] = "Secure";
localizedStrings["Select All"] = "Select All";
localizedStrings["Select an element in the page to inspect it."] = "Select an element in the page to inspect it.";
localizedStrings["Select audits to run"] = "Select audits to run";
localizedStrings["Select profiling type"] = "Select profiling type";
localizedStrings["Selected Node Only"] = "Selected Node Only";
localizedStrings["Self Time"] = "Self Time";
localizedStrings["Self"] = "Self";
localizedStrings["Send Request"] = "Send Request";
localizedStrings["Sending"] = "Sending";
localizedStrings["Session"] = "Session";
localizedStrings["Show All Nodes (%d More)"] = "Show All Nodes (%d More)";
localizedStrings["Show absolute counts and sizes."] = "Show absolute counts and sizes.";
localizedStrings["Show absolute times."] = "Show absolute times.";
localizedStrings["Show absolute total and self times."] = "Show absolute total and self times.";
localizedStrings["Show console."] = "Show console.";
localizedStrings["Show counts and sizes as percentages."] = "Show counts and sizes as percentages.";
localizedStrings["Show function definition"] = "Show function definition";
localizedStrings["Show inherited"] = "Show inherited";
localizedStrings["Show the next script resource."] = "Show the next script resource.";
localizedStrings["Show the previous script resource."] = "Show the previous script resource.";
localizedStrings["Show the records that are shorter than %s"] = "Show the records that are shorter than %s";
localizedStrings["Show times as percentages."] = "Show times as percentages.";
localizedStrings["Show total and self times as percentages."] = "Show total and self times as percentages.";
localizedStrings["Size"] = "Size";
localizedStrings["Snapshot %d"] = "Snapshot %d";
localizedStrings["End Time"] = "End Time";
localizedStrings["Latency"] = "Latency";
localizedStrings["Response Time"] = "Response Time";
localizedStrings["Start"] = "Start";
localizedStrings["Start CPU profiling."] = "Start CPU profiling.";
localizedStrings["Start CSS selector profiling."] = "Start CSS selector profiling.";
localizedStrings["Start Time"] = "Start Time";
localizedStrings["Status Code"] = "Status Code";
localizedStrings["Step into next function call (%s)."] = "Step into next function call (%s).";
localizedStrings["Step into"] = "Step into";
localizedStrings["Step out of current function (%s)."] = "Step out of current function (%s).";
localizedStrings["Step out"] = "Step out";
localizedStrings["Step over next function call (%s)."] = "Step over next function call (%s).";
localizedStrings["Step over"] = "Step over";
localizedStrings["Stepping"] = "Stepping";
localizedStrings["Stop"] = "Stop";
localizedStrings["Stop CPU profiling."] = "Stop CPU profiling.";
localizedStrings["Stop CSS selector profiling."] = "Stop CSS selector profiling.";
localizedStrings["Style Attribute"] = "Style Attribute";
localizedStrings["Styles Pane"] = "Styles Pane";
localizedStrings["Styles"] = "Styles";
localizedStrings["Stylesheet"] = "Stylesheet";
localizedStrings["Stylesheets"] = "Stylesheets";
localizedStrings["Subtree Modified"] = "Subtree Modified";
localizedStrings["Take heap snapshot."] = "Take heap snapshot.";
localizedStrings["Take Heap Snapshot"] = "Take Heap Snapshot";
localizedStrings["The breakpoint on line %d will stop only if this expression is true:"] = "The breakpoint on line %d will stop only if this expression is true:";
localizedStrings["The “%s”\ntable is empty."] = "The “%s”\ntable is empty.";
localizedStrings["This site has no cookies."] = "This site has no cookies.";
localizedStrings["This request has no detailed timing info."] = "This request has no detailed timing info.";
localizedStrings["This request has no preview available."] = "This request has no preview available.";
localizedStrings["This request has no response data available."] = "This request has no response data available.";
localizedStrings["Time"] = "Time";
localizedStrings["Timeline"] = "Timeline";
localizedStrings["Timelines"] = "Timelines";
localizedStrings["Timeout"] = "Timeout";
localizedStrings["Timer Fired"] = "Timer Fired";
localizedStrings["Timer ID"] = "Timer ID";
localizedStrings["Timing"] = "Timing";
localizedStrings["Toggle console"] = "Toggle console";
localizedStrings["Total"] = "Total";
localizedStrings["Tree (Top Down)"] = "Tree (Top Down)";
localizedStrings["Type"] = "Type";
localizedStrings["Undock into separate window."] = "Undock into separate window.";
localizedStrings["Unknown property name."] = "Unknown property name.";
localizedStrings["Use large resource rows."] = "Use large resource rows.";
localizedStrings["Use small resource rows."] = "Use small resource rows.";
localizedStrings["Used Heap Size"] = "Used Heap Size";
localizedStrings["Value"] = "Value";
localizedStrings["Waiting"] = "Waiting";
localizedStrings["Warnings"] = "Warnings";
localizedStrings["Watch Expressions"] = "Watch Expressions";
localizedStrings["Welcome to the Profiles panel"] = "Welcome to the Profiles panel";
localizedStrings["With Block"] = "With Block";
localizedStrings["Word Wrap"] = "Word Wrap";
localizedStrings["Word wrap"] = "Word wrap";
localizedStrings["Workers"] = "Workers";
localizedStrings["XHR Load"] = "XHR Load";
localizedStrings["XHR Ready State Change"] = "XHR Ready State Change";
localizedStrings["XHR"] = "XHR";
localizedStrings["Log XMLHttpRequests"] = "Log XMLHttpRequests";
localizedStrings["You could save bandwidth by having your web server compress this transfer with gzip or zlib."] = "You could save bandwidth by having your web server compress this transfer with gzip or zlib.";
localizedStrings["You need to enable debugging before you can use the Scripts panel."] = "You need to enable debugging before you can use the Scripts panel.";
localizedStrings["You need to enable profiling before you can use the Profiles panel."] = "You need to enable profiling before you can use the Profiles panel.";
localizedStrings["[empty domain]"] = "[empty domain]";
localizedStrings["\xb1 Count"] = "\xb1 Count";
localizedStrings["\xb1 Size"] = "\xb1 Size";
localizedStrings["border"] = "border";
localizedStrings["content"] = "content";
localizedStrings["deleted"] = "deleted";
localizedStrings["line %d"] = "line %d";
localizedStrings["margin"] = "margin";
localizedStrings["new"] = "new";
localizedStrings["or"] = "or";
localizedStrings["padding"] = "padding";
localizedStrings["position"] = "position";
localizedStrings["user agent stylesheet"] = "user agent stylesheet";
localizedStrings["user stylesheet"] = "user stylesheet";
localizedStrings["via inspector"] = "via inspector";
localizedStrings["view URL encoded"] = "view URL encoded";
localizedStrings["view decoded"] = "view decoded";
localizedStrings["view parsed"] = "view parsed";
localizedStrings["view source"] = "view source";
localizedStrings["Break on Attributes Modifications"] = "Break on Attributes Modifications";
localizedStrings["Break on attributes modifications"] = "Break on attributes modifications";
localizedStrings["Break on Node Removal"] = "Break on Node Removal";
localizedStrings["Break on node removal"] = "Break on node removal";
localizedStrings["Break on Subtree Modifications"] = "Break on Subtree Modifications";
localizedStrings["Break on subtree modifications"] = "Break on subtree modifications";
localizedStrings["<node>"] = "<node>";
localizedStrings["Paused on a \"%s\" breakpoint set on %s, because a new child was added to its descendant %s."] = "Paused on a \"%s\" breakpoint set on %s, because a new child was added to its descendant %s.";
localizedStrings["Paused on a \"%s\" breakpoint set on %s, because a new child was added to that node."] = "Paused on a \"%s\" breakpoint set on %s, because a new child was added to that node.";
localizedStrings["Paused on a \"%s\" breakpoint set on %s, because its descendant %s was removed."] = "Paused on a \"%s\" breakpoint set on %s, because its descendant %s was removed.";
localizedStrings["Paused on a \"%s\" breakpoint set on %s."] = "Paused on a \"%s\" breakpoint set on %s.";
localizedStrings["Paused on a XMLHttpRequest."] = "Paused on a XMLHttpRequest.";
localizedStrings["Paused on a \"%s\" Event Listener."] = "Paused on a \"%s\" Event Listener.";
localizedStrings["Paused on a JavaScript breakpoint."] = "Paused on a JavaScript breakpoint.";
localizedStrings["URL contains \"%s\""] = "URL contains \"%s\"";
localizedStrings["Network"] = "Network";
localizedStrings["Status"] = "Status";
localizedStrings["Method"] = "Method";
localizedStrings["Pending"] = "Pending";
localizedStrings["(pending)"] = "(pending)";
localizedStrings["Success"] = "Success";
localizedStrings["%d requests"] = "%d requests";
localizedStrings["%d / %d requests"] = "%d / %d requests";
localizedStrings["%s transferred"] = "%s transferred";
localizedStrings["%s / %s transferred"] = "%s / %s transferred";
localizedStrings["%s (onload: %s, DOMContentLoaded: %s)"] = "%s (onload: %s, DOMContentLoaded: %s)";
localizedStrings["DOM Breakpoints"] = "DOM Breakpoints";
localizedStrings["Event Listener Breakpoints"] = "Event Listener Breakpoints";
localizedStrings["XHR Breakpoints"] = "XHR Breakpoints";
localizedStrings["Mouse"] = "Mouse";
localizedStrings["Keyboard"] = "Keyboard";
localizedStrings["Clipboard"] = "Clipboard";
localizedStrings["DOM Mutation"] = "DOM Mutation";
localizedStrings["Device"] = "Device";
localizedStrings["Load"] = "Load";
localizedStrings["Control"] = "Control";
localizedStrings["Timer"] = "Timer";
localizedStrings["Set Timer"] = "Set Timer";
localizedStrings["Clear Timer"] = "Clear Timer";
localizedStrings["No requests captured. Reload the page to see detailed information on the network activity."] = "No requests captured. Reload the page to see detailed information on the network activity.";
localizedStrings["This request has no cookies."] = "This request has no cookies.";
localizedStrings["(original)"] = "(original)";
localizedStrings["(%d, %d)"] = "(%d, %d)";
localizedStrings["Revert to this revision"] = "Revert to this revision";
localizedStrings["WebSockets"] = "WebSockets";
localizedStrings["Frames"] = "Frames";
localizedStrings["Text"] = "Text";
localizedStrings["Content"] = "Content";
localizedStrings["Go to Line"] = "Go to Line";
localizedStrings["URL"] = "URL";
localizedStrings["Format script."] = "Format script.";
localizedStrings["WebSocket"] = "WebSocket";
localizedStrings["(system)"] = "(system)";
localizedStrings["(compiled code)"] = "(compiled code)";
localizedStrings["Loading…"] = "Loading…";
localizedStrings["Parsing…"] = "Parsing…";
localizedStrings["Snapshotting…"] = "Snapshotting…";
localizedStrings["Please wait…"] = "Please wait…";
localizedStrings["Cancel"] = "Cancel";
localizedStrings["Show next %d"] = "Show next %d";
localizedStrings["Show all %d"] = "Show all %d";
localizedStrings["Comparison"] = "Comparison";
localizedStrings["#"] = "#";
localizedStrings["Freed Size"] = "Freed Size";
localizedStrings["Object"] = "Object";
localizedStrings["Alloc. Size"] = "Alloc. Size";
localizedStrings["Summary"] = "Summary";
localizedStrings["Dominators"] = "Dominators";
localizedStrings["# Deleted"] = "# Deleted";
localizedStrings["Containment"] = "Containment";
localizedStrings["Retained Size"] = "Retained Size";
localizedStrings["Shallow Size"] = "Shallow Size";
localizedStrings["# New"] = "# New";
localizedStrings["context var"] = "context var";
localizedStrings["system prop"] = "system prop";
localizedStrings["Property types:"] = "Property types:";
localizedStrings["element"] = "element";
localizedStrings["property"] = "property";
localizedStrings["Object types:"] = "Object types:";
localizedStrings["%s() at %s"] = "%s() at %s";
localizedStrings["Copy Stack Trace"] = "Copy Stack Trace";
localizedStrings["Collect Garbage"] = "Collect Garbage";
localizedStrings["JSON"] = "JSON";
localizedStrings["Catch"] = "Catch";
localizedStrings["Pretty print"] = "Pretty print";
localizedStrings["Save As..."] = "Save As...";
localizedStrings["Save as..."] = "Save as...";
localizedStrings["Break when URL contains:"] = "Break when URL contains:";
localizedStrings["Content scripts"] = "Content scripts";
localizedStrings["Preserve log upon navigation"] = "Preserve log upon navigation";
localizedStrings["Preserve Log upon Navigation"] = "Preserve Log upon Navigation";
localizedStrings["Copy Image URL"] = "Copy Image URL";
localizedStrings["Copy image URL"] = "Copy image URL";
localizedStrings["Open Image in New Tab"] = "Open Image in New Tab";
localizedStrings["Open image in new tab"] = "Open image in new tab";
localizedStrings["Color format"] = "Color format";
localizedStrings["Settings"] = "Settings";
localizedStrings["Toggle Element State"] = "Toggle Element State";
localizedStrings["L&oad Timeline data\u2026"] = "L&oad Timeline data\u2026";
localizedStrings["&Save Timeline data\u2026"] = "&Save Timeline data\u2026";
localizedStrings["Load Timeline data\u2026"] = "Load Timeline data\u2026";
localizedStrings["Save Timeline data\u2026"] = "Save Timeline data\u2026";
localizedStrings["Timeline.loadFromFile: An error occurred reading the file \"%s\""] = "Timeline.loadFromFile: An error occurred while reading the file \"%s\"";
localizedStrings["Timeline.loadFromFile: File \"%s\" is not readable"] = "Timeline.loadFromFile: File \"%s\" is not readable";
localizedStrings["Timeline.loadFromFile: File \"%s\" not found."] = "Timeline.loadFromFile: File \"%s\" not found.";
localizedStrings["Filter out records shorter than %s"] = "Filter out records shorter than %s";
localizedStrings["Show user agent styles"] = "Show user agent styles";
localizedStrings["Show script folders"] = "Show script folders";
localizedStrings["Register Animation Callback"] = "Register Animation Callback";
localizedStrings["Cancel Animation Callback"] = "Cancel Animation Callback";
localizedStrings["Animation Frame Event"] = "Animation Frame Event";
localizedStrings["Registered at"] = "Registered at";
localizedStrings["Extensions"] = "Extensions";
localizedStrings["Open links in"] = "Open links in";
localizedStrings["a panel chosen automatically"] = "a panel chosen automatically";
localizedStrings["Searching..."] = "Searching...";
localizedStrings["No matches found."] = "No matches found.";
localizedStrings["Ignore case"] = "Ignore case";
localizedStrings["Regular expression"] = "Regular expression";
localizedStrings["(%d matches)"] = "(%d matches)";
localizedStrings["(%d match)"] = "(%d match)";
localizedStrings["Not available"] = "Not available";
localizedStrings["Profile %d"] = "Profile %d";
localizedStrings["Automatically attach to new workers and pause them. Enabling this option will force opening inspector for all new workers."] = "Automatically attach to new workers. Enabling this option will force opening inspector for all new workers.";
localizedStrings["Pause on start"] = "Pause on start";
localizedStrings["Dedicated worker inspectors"] = "Dedicated worker inspectors";
localizedStrings["Stamp"] = "Stamp";
localizedStrings["Enable worker inspection"] = "Enable worker inspection";
localizedStrings["No Watch Expressions"] = "No Watch Expressions";
localizedStrings["Start/stop recording"] = "Start/stop recording";
localizedStrings["Callback ID"] = "Callback ID";
localizedStrings["Timeline Panel"] = "Timeline Panel";
localizedStrings["All objects"] = "All objects";
localizedStrings["Objects allocated before Snapshot %d"] = "Objects allocated before Snapshot %d";
localizedStrings["Objects allocated between Snapshot %d and Snapshot %d"] = "Objects allocated between Snapshot %d and Snapshot %d";
localizedStrings["Show all matches (%d more)."] = "Show all matches (%d more).";
localizedStrings["Found %d matches in %d files."] = "Found %d matches in %d files.";
localizedStrings["Stop search"] = "Stop search";
localizedStrings["Search finished."] = "Search finished.";
localizedStrings["Search interrupted."] = "Search interrupted.";
localizedStrings["Add to Watch"] = "Add to Watch";
localizedStrings["Add to watch"] = "Add to watch";
localizedStrings["Text editor"] = "Text editor";
localizedStrings["Indent"] = "Indent";
localizedStrings["2 spaces"] = "2 spaces";
localizedStrings["4 spaces"] = "4 spaces";
localizedStrings["8 spaces"] = "8 spaces";
localizedStrings["Tab character"] = "Tab character";
localizedStrings["Search in content scripts"] = "Search in content scripts";
localizedStrings["Override User Agent"] = "Override User Agent";
localizedStrings["Other..."] = "Other...";
localizedStrings["Search across all scripts"] = "Search across all scripts";
localizedStrings["Evaluate in console"] = "Evaluate in console";
localizedStrings["Evaluate in Console"] = "Evaluate in Console";
localizedStrings["Evaluate selection in console"] = "Evaluate selection in console";
localizedStrings["new frame"] = "new frame";
localizedStrings["Web Inspector - "] = "Web Inspector - ";
localizedStrings["Open using %s"] = "Open using %s";
localizedStrings["Open Using %s"] = "Open Using %s";
localizedStrings["Show objects' hidden properties"] = "Show objects' hidden properties";
localizedStrings["Remove All JavaScript Breakpoints"] = "Remove All JavaScript Breakpoints";
localizedStrings["Remove all JavaScript breakpoints"] = "Remove all JavaScript breakpoints";
localizedStrings["Enable source maps"] = "Enable source maps";
localizedStrings["Experiments"] = "Experiments";
localizedStrings["WARNING:"] = "WARNING:";
localizedStrings["These experiments could be dangerous and may require restart."] = "These experiments could be dangerous and may require restart.";
localizedStrings["General"] = "General";
localizedStrings["Dock to right"] = "Dock to right";
localizedStrings["Open Script"] = "Open Script";
localizedStrings["Object's retaining tree"] = "Object's retaining tree";
localizedStrings["Touch"] = "Touch";
localizedStrings["Close"] = "Close";
localizedStrings["Toggle edit as HTML"] = "Toggle edit as HTML";
localizedStrings["Pin scripts navigator"] = "Pin scripts navigator";
localizedStrings["Show scripts navigator"] = "Show scripts navigator";
localizedStrings["Hide scripts navigator"] = "Hide scripts navigator";
localizedStrings["Use file navigator and tabbed editor container in scripts panel"] = "Use file navigator and tabbed editor container in scripts panel";
localizedStrings["IndexedDB"] = "IndexedDB";
|