[Webkit-unassigned] [Bug 51542] Web Inspector: Missing Localized Strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 16:51:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51542





--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2010-12-23 16:51:39 PST ---
No-one reviewed this and I had some spare time. I did a quick check to verify that
the strings listed in localizedStrings.js are still valid. Here is what I found:

No longer seem to be used:

    "%s (%s transferred)"
    "Enable resource tracking"
    "Enabling resource tracking will reload the page and make page loading slower."
    "Resource tracking disabled. Click to enable."
    "Resource tracking enabled. Click to disable."
    "You need to enable resource tracking to use this panel."
    "GRAPHS"
    "Prototype"
    "RESOURCES"
    "Recording…"
    "Sort by Duration"
    "Sort by End Time"
    "Sort by Latency"
    "Sort by Response Time"
    "Sort by Size"
    "Sort by Start Time"
    "Sort by Transfer Size"
    "Stop on Attributes Modifications"
    "Stop on Node Removal"
    "Stop on Subtree Modifications"
    "Any Request"
    "Set XHR Breakpoint"
    "Timing."

Might be used? Its a key in WebInspector.Resource.Type

    "Media"

Used, but is different in Source Code:

    "Assertion failed: "

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list