Title: [131870] trunk/Source/WebCore
Revision
131870
Author
[email protected]
Date
2012-10-19 00:51:24 -0700 (Fri, 19 Oct 2012)

Log Message

Web Inspector: Update localizedStrings.js
https://bugs.webkit.org/show_bug.cgi?id=99701

Patch by Eugene Klyuchnikov <[email protected]> on 2012-10-19
Reviewed by Yury Semikhatsky.

Fixed most of missing strings and orphans.

* English.lproj/localizedStrings.js:
* inspector/front-end/SettingsScreen.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (131869 => 131870)


--- trunk/Source/WebCore/ChangeLog	2012-10-19 07:45:17 UTC (rev 131869)
+++ trunk/Source/WebCore/ChangeLog	2012-10-19 07:51:24 UTC (rev 131870)
@@ -1,3 +1,15 @@
+2012-10-19  Eugene Klyuchnikov  <[email protected]>
+
+        Web Inspector: Update localizedStrings.js
+        https://bugs.webkit.org/show_bug.cgi?id=99701
+
+        Reviewed by Yury Semikhatsky.
+
+        Fixed most of missing strings and orphans.
+
+        * English.lproj/localizedStrings.js:
+        * inspector/front-end/SettingsScreen.js:
+
 2012-10-17  Ilya Tikhonovsky  <[email protected]>
 
         Web Inspector: NMI provide data for mixing with tcmalloc heap dumps.

Modified: trunk/Source/WebCore/English.lproj/localizedStrings.js (131869 => 131870)


--- trunk/Source/WebCore/English.lproj/localizedStrings.js	2012-10-19 07:45:17 UTC (rev 131869)
+++ trunk/Source/WebCore/English.lproj/localizedStrings.js	2012-10-19 07:51:24 UTC (rev 131870)
@@ -2,7 +2,6 @@
 
 localizedStrings[" (%d)"] = " (%d)";
 localizedStrings[" (repeated %d times)"] = " (repeated %d times)";
-localizedStrings["1 - %d"] = "1 - %d";
 localizedStrings["%.0fB"] = "%.0fB";
 localizedStrings["%.0fKB"] = "%.0fKB";
 localizedStrings["%.0fMB"] = "%.0fMB";
@@ -10,7 +9,7 @@
 localizedStrings["%.1f days"] = "%.1f days";
 localizedStrings["%.1fhrs"] = "%.1fhrs";
 localizedStrings["%.1fmin"] = "%.1fmin";
-localizedStrings["%.2f%%"] = "%.2f%%";
+localizedStrings["%.2f%"] = "%.2f%";
 localizedStrings["%.2fKB"] = "%.2fKB";
 localizedStrings["%.2fMB"] = "%.2fMB";
 localizedStrings["%.2fs"] = "%.2fs";
@@ -25,26 +24,21 @@
 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"] = "%d of %d";
 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 \xd7 %d pixels (Natural: %d \xd7 %d pixels)"] = "%d \xd7 %d pixels (Natural: %d \xd7 %d pixels)";
+localizedStrings["%d \xd7 %d pixels"] = "%d \xd7 %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%.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)";
@@ -56,11 +50,9 @@
 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["Activate All breakpoints"] = "Activate All breakpoints";
 localizedStrings["Activate all breakpoints"] = "Activate all breakpoints";
 localizedStrings["Add Attribute"] = "Add Attribute";
 localizedStrings["Add attribute"] = "Add attribute";
@@ -69,7 +61,6 @@
 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";
@@ -104,30 +95,27 @@
 localizedStrings["Calls"] = "Calls";
 localizedStrings["Cannot find corresponding heap snapshot node"] = "Cannot find corresponding heap snapshot node";
 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 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 all as HAR"] = "Copy all as HAR";
 localizedStrings["Copy All as HAR"] = "Copy All as HAR";
@@ -140,7 +128,6 @@
 localizedStrings["Copy response headers"] = "Copy response headers";
 localizedStrings["Copy Response Headers"] = "Copy Response Headers";
 localizedStrings["Copy XPath"] = "Copy XPath";
-localizedStrings["Count"] = "Count";
 localizedStrings["Web SQL"] = "Web SQL";
 localizedStrings["DNS Lookup"] = "DNS Lookup";
 localizedStrings["DOMContent event fired"] = "DOMContent event fired";
@@ -148,7 +135,7 @@
 localizedStrings["DOM Node Count"] = "DOM Node Count";
 localizedStrings["Database no longer has expected version."] = "Database no longer has expected version.";
 localizedStrings["Deactivate all breakpoints."] = "Deactivate all breakpoints.";
-localizedStrings["Deactivate all breakpoints"] = "Deactivate all breakpoints";
+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.";
@@ -197,7 +184,6 @@
 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["Fit in window"] = "Fit in window";
@@ -212,7 +198,7 @@
 localizedStrings["Fonts"] = "Fonts";
 localizedStrings["Form Data"] = "Form Data";
 localizedStrings["Program"] = "Program";
-localizedStrings["Unknown: "] = "Unknown: %s";
+localizedStrings["Unknown: %s"] = "Unknown: %s";
 localizedStrings["Function Call"] = "Function Call";
 localizedStrings["Function"] = "Function";
 localizedStrings["GC Event"] = "GC Event";
@@ -228,7 +214,7 @@
 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["Hide the records that are shorter than %s"] = "Hide the Precords that are shorter than %s";
 localizedStrings["Image"] = "Image";
 localizedStrings["Images"] = "Images";
 localizedStrings["Increment/decrement by %f"] = "Increment/decrement by %f";
@@ -240,7 +226,7 @@
 localizedStrings["Install Timer"] = "Install Timer";
 localizedStrings["Invalid property value."] = "Invalid property value.";
 localizedStrings["Key"] = "Key";
-localizedStrings["Keyboard Shortcuts"] = "Keyboard Shortcuts";
+localizedStrings["Shortcuts"] = "Shortcuts";
 localizedStrings["Layout"] = "Layout";
 localizedStrings["Listeners: %d"] = "Listeners: %d";
 localizedStrings["Local Storage"] = "Local Storage";
@@ -254,7 +240,6 @@
 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";
@@ -265,7 +250,6 @@
 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.";
@@ -279,7 +263,7 @@
 localizedStrings["Nodes: %d"] = "Nodes: %d";
 localizedStrings["Not Found"] = "Not Found";
 localizedStrings["Not Paused"] = "Not Paused";
-localizedStrings["Objects"] = "Objects";
+localizedStrings["Objects Count"] = "Objects Count";
 localizedStrings["Offline"] = "Offline";
 localizedStrings["Online"] = "Online";
 localizedStrings["Only enable for this session"] = "Only enable for this session";
@@ -310,7 +294,6 @@
 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.";
@@ -328,7 +311,7 @@
 localizedStrings["Receive Response"] = "Receive Response";
 localizedStrings["Receiving"] = "Receiving";
 localizedStrings["Record"] = "Record";
-localizedStrings["Recording…"] = "Recording…";
+localizedStrings["Recording\u2026"] = "Recording\u2026";
 localizedStrings["Redirect"] = "Redirect";
 localizedStrings["Refresh"] = "Refresh";
 localizedStrings["Region is %s."] = "Region is %s.";
@@ -342,7 +325,7 @@
 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 interpreted as %s but transferred with MIME type %s: \"%s\"."] = "Resource interpreted as %s but transferred with MIME type %s: \"%s\".";
 localizedStrings["Resource"] = "Resource";
 localizedStrings["Resources"] = "Resources";
 localizedStrings["Response"] = "Response";
@@ -362,14 +345,12 @@
 localizedStrings["Screen resolution:"] = "Screen resolution:";
 localizedStrings["Script"] = "Script";
 localizedStrings["Scripting"] = "Scripting";
-localizedStrings["Scripts Panel"] = "Scripts Panel";
 localizedStrings["Scroll into view"] = "Scroll into view";
 localizedStrings["Scroll Into View"] = "Scroll Into View";
-localizedStrings["Source Code Panel"] = "Source Code Panel";
+localizedStrings["Sources Panel"] = "Sources Panel";
 localizedStrings["Scripts"] = "Scripts";
-localizedStrings["Source Code"] = "Source Code";
+localizedStrings["Source"] = "Source";
 localizedStrings["Sources"] = "Sources";
-localizedStrings["Search %s"] = "Search %s";
 localizedStrings["Search"] = "Search";
 localizedStrings["Secure"] = "Secure";
 localizedStrings["Select All"] = "Select All";
@@ -383,11 +364,9 @@
 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 Shadow DOM"] = "Show Shadow DOM";
@@ -431,7 +410,6 @@
 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";
@@ -449,7 +427,6 @@
 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";
@@ -458,12 +435,9 @@
 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";
@@ -471,7 +445,6 @@
 localizedStrings["fit"] = "fit";
 localizedStrings["line %d"] = "line %d";
 localizedStrings["margin"] = "margin";
-localizedStrings["new"] = "new";
 localizedStrings["or"] = "or";
 localizedStrings["overset"] = "overset";
 localizedStrings["padding"] = "padding";
@@ -533,14 +506,12 @@
 localizedStrings["Text"] = "Text";
 localizedStrings["Content"] = "Content";
 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["Loading\u2026"] = "Loading\u2026";
+localizedStrings["Parsing\u2026"] = "Parsing\u2026";
+localizedStrings["Snapshotting\u2026"] = "Snapshotting\u2026";
 localizedStrings["Cancel"] = "Cancel";
 localizedStrings["Show %d after"] = "Show %d after";
 localizedStrings["Show %d before"] = "Show %d before";
@@ -563,7 +534,6 @@
 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["Restart Frame"] = "Restart Frame";
 localizedStrings["Collect Garbage"] = "Collect Garbage";
@@ -584,20 +554,18 @@
 localizedStrings["Color format"] = "Color format";
 localizedStrings["Settings"] = "Settings";
 localizedStrings["Toggle Element State"] = "Toggle Element State";
-localizedStrings["Load timeline data\u2026"] = "Load 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["Load timeline data"] = "Load Timeline data";
 localizedStrings["Save timeline data"] = "Save Timeline data";
-localizedStrings["An error occurred reading the file \"%s\""] = "An error occurred while reading the file \"%s\"";
+localizedStrings["An error occurred while reading the file \"%s\""] = "An error occurred while reading the file \"%s\"";
 localizedStrings["File \"%s\" is not readable"] = "File \"%s\" is not readable";
 localizedStrings["File \"%s\" not found."] = "File \"%s\" not found.";
-localizedStrings["Filter out records shorter than %s"] = "Filter out records shorter than %s";
+localizedStrings["Filter"] = "Filter";
 localizedStrings["Show user agent styles"] = "Show user agent styles";
-localizedStrings["Show script folders"] = "Show script folders";
 localizedStrings["Request Animation Frame"] = "Request Animation Frame";
 localizedStrings["Cancel Animation Frame"] = "Cancel Animation Frame";
 localizedStrings["Animation Frame Fired"] = "Animation Frame Fired";
-localizedStrings["Registered at"] = "Registered at";
 localizedStrings["Extensions"] = "Extensions";
 localizedStrings["Open links in"] = "Open links in";
 localizedStrings["a panel chosen automatically"] = "a panel chosen automatically";
@@ -613,17 +581,15 @@
 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["Objects allocated between Snapshots %d and %d"] = "Objects allocated between Snapshots %d and %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";
@@ -641,7 +607,7 @@
 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["Web Inspector - %s"] = "Web Inspector - %s";
 localizedStrings["Open using %s"] = "Open using %s";
 localizedStrings["Open Using %s"] = "Open Using %s";
 localizedStrings["Show objects' hidden properties"] = "Show objects' hidden properties";
@@ -656,7 +622,6 @@
 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["Object's retaining tree"] = "Object's retaining tree";
 localizedStrings["Touch"] = "Touch";
 localizedStrings["Close"] = "Close";
@@ -677,16 +642,11 @@
 localizedStrings["Start from key"] = "Start from key";
 localizedStrings["Glue asynchronous events to causes"] = "Glue asynchronous events to causes";
 localizedStrings["undefined × %d"] = "undefined × %d";
-localizedStrings["Version"] = "Version";
 localizedStrings["Key path: "] = "Key path: ";
 localizedStrings["autoIncrement"] = "autoIncrement";
 localizedStrings["unique"] = "unique";
 localizedStrings["multiEntry"] = "multiEntry";
-localizedStrings["Show each event category as a horizontal strip in overview"] = "Show each event category as a horizontal strip in overview";
-localizedStrings["Show each event as a vertical bar in overview"] = "Show each event as a vertical bar in overview";
-localizedStrings["Evaluated snippets"] = "Evaluated snippets";
-localizedStrings["An error happend when a call for method '%s' was requested"] = "An error happened when a call for method '%s' was requested";
-localizedStrings["Run"] = "Run";
+localizedStrings["An error happened when a call for method '%s' was requested"] = "An error happened when a call for method '%s' was requested";
 localizedStrings["Rename"] = "Rename";
 localizedStrings["Remove"] = "Remove";
 localizedStrings["New"] = "New";
@@ -697,7 +657,6 @@
 localizedStrings["Connection Close Frame"] = "Connection Close Frame";
 localizedStrings["Ping Frame"] = "Ping Frame";
 localizedStrings["Pong Frame"] = "Pong Frame";
-localizedStrings["Time"] = "Time";
 localizedStrings["Length"] = "Length";
 localizedStrings["Data"] = "Data";
 localizedStrings["%s (Opcode %d%s)"] = "%s (Opcode %d%s)";
@@ -708,9 +667,8 @@
 localizedStrings["Events"] = "Events";
 localizedStrings["Loading\u2026 %d\%"] = "Loading\u2026 %d\%";
 localizedStrings["Saving\u2026 %d\%"] = "Saving\u2026 %d\%";
-localizedStrings["Only heap snapshots from files with extension '.whs' can be loaded."] = "Only heap snapshots from files with extension '.whs' can be loaded.";
+localizedStrings["Only heap snapshots from files with extension '.heapsnapshot' can be loaded."] = "Only heap snapshots from files with extension '.heapsnapshot' can be loaded.";
 localizedStrings["Can't load profile when other profile is recording."] = "Can't load profile when other profile is recording.";
-localizedStrings["Save profile\u2026"] = "Save profile\u2026";
 localizedStrings["'%s' not found."] = "'%s' not found.";
 localizedStrings["'%s' is not readable"] = "'%s' is not readable";
 localizedStrings["'%s' error %d"] = "'%s' error %d";
@@ -753,3 +711,51 @@
 localizedStrings["Writing file…"] = "Writing file…";
 localizedStrings["Debug target terminated"] = "Debug target terminated";
 localizedStrings["This remote debugging client is no longer functional. Please re-attach to the new target."] = "This remote debugging client is no longer functional. Please re-attach to the new target.";
+localizedStrings["Snippets"] = "Snippets";
+localizedStrings["Refresh IndexedDB"] = "Refresh IndexedDB";
+localizedStrings["FileSystem"] = "FileSystem";
+localizedStrings["Refresh FileSystem List"] = "Refresh FileSystem List";
+localizedStrings["Take Native Memory Snapshot"] = "Take Native Memory Snapshot";
+localizedStrings["Take native memory snapshot."] = "Take native memory snapshot.";
+localizedStrings["MEMORY DISTRIBUTION"] = "MEMORY DISTRIBUTION";
+localizedStrings["Native memory snapshot profiles show memory distribution among browser subsystems"] = "Native memory snapshot profiles show memory distribution among browser subsystems";
+localizedStrings["Worker asks to call a method '%s' on an unsupported object '%s'."] = "Worker asks to call a method '%s' on an unsupported object '%s'.";
+localizedStrings["Worker asks to call an unsupported method '%s' on the console object."] = "Worker asks to call an unsupported method '%s' on the console object.";
+localizedStrings["String Version"] = "String Version";
+localizedStrings["Integer Version"] = "Integer Version";
+localizedStrings["Search Previous"] = "Search Previous";
+localizedStrings["Search Next"] = "Search Next";
+localizedStrings["Disable _javascript_"] = "Disable _javascript_";
+localizedStrings["Show folders"] = "Show folders";
+localizedStrings["Profiler"] = "Profiler";
+localizedStrings["Painting"] = "Painting";
+localizedStrings["Frame Start"] = "Frame Start";
+localizedStrings["Schedule Style Recalculation"] = "Schedule Style Recalculation";
+localizedStrings["Invalidate Layout"] = "Invalidate Layout";
+localizedStrings["Composite Layers"] = "Composite Layers";
+localizedStrings["Interval Duration"] = "Interval Duration";
+localizedStrings["CPU time"] = "CPU time";
+localizedStrings["Replay XHR"] = "Replay XHR";
+localizedStrings["[ %d - %d ]"] = "[ %d - %d ]";
+localizedStrings["Search sources"] = "Search sources";
+localizedStrings["\u00D7"] = "\u00D7";
+localizedStrings["Find next/previous"] = "Find next/previous";
+localizedStrings["Go to line"] = "Go to line";
+localizedStrings["Local modifications"] = "Local modifications";
+localizedStrings["(%s) Created: %s Updated: %s"] = "(%s) Created: %s Updated: %s";
+localizedStrings["Class filter"] = "Class filter";
+localizedStrings["Are you sure you want to delete the selected entry?"] = "Are you sure you want to delete the selected entry?";
+localizedStrings["Distance"] = "Distance";
+localizedStrings["\u03B1:"] = "\u03B1:";
+localizedStrings["Drag"] = "Drag";
+localizedStrings["Toggle breakpoint"] = "Toggle breakpoint";
+localizedStrings["Capture Canvas Frame"] = "Capture Canvas Frame";
+localizedStrings["Capture Canvas Frame."] = "Capture Canvas Frame.";
+localizedStrings["Trace Log %d"] = "Trace Log %d";
+localizedStrings["CANVAS PROFILE"] = "CANVAS PROFILE";
+localizedStrings["Canvas calls instrumentation"] = "Canvas calls instrumentation";
+localizedStrings["Capturing\u2026"] = "Capturing\u2026";
+localizedStrings["Binary File"] = "Binary File";
+localizedStrings["Modification Time"] = "Modification Time";
+localizedStrings["Directory"] = "Directory";
+localizedStrings["-"] = "-";

Modified: trunk/Source/WebCore/inspector/front-end/SettingsScreen.js (131869 => 131870)


--- trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-10-19 07:45:17 UTC (rev 131869)
+++ trunk/Source/WebCore/inspector/front-end/SettingsScreen.js	2012-10-19 07:51:24 UTC (rev 131870)
@@ -365,7 +365,7 @@
         var checkboxElement = labelElement.createChild("input");
         checkboxElement.type = "checkbox";
         checkboxElement.checked = !!userAgent;
-        labelElement.appendChild(document.createTextNode("User Agent"));
+        labelElement.appendChild(document.createTextNode(WebInspector.UIString("User Agent")));
         p.appendChild(this._createUserAgentSelectRowElement(checkboxElement));
         return p;
     },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to