Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: Source/WebCore/English.lproj/localizedStrings.js

Issue 11366221: Merge 133885 - Web Inspector: Add option to disable rulers (Elements panel) (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebCore/inspector/InspectorDOMAgent.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var localizedStrings = new Object; 1 var localizedStrings = new Object;
2 2
3 localizedStrings[" (%d)"] = " (%d)"; 3 localizedStrings[" (%d)"] = " (%d)";
4 localizedStrings[" (repeated %d times)"] = " (repeated %d times)"; 4 localizedStrings[" (repeated %d times)"] = " (repeated %d times)";
5 localizedStrings["%.0fB"] = "%.0fB"; 5 localizedStrings["%.0fB"] = "%.0fB";
6 localizedStrings["%.0fKB"] = "%.0fKB"; 6 localizedStrings["%.0fKB"] = "%.0fKB";
7 localizedStrings["%.0fMB"] = "%.0fMB"; 7 localizedStrings["%.0fMB"] = "%.0fMB";
8 localizedStrings["%.0fms"] = "%.0fms"; 8 localizedStrings["%.0fms"] = "%.0fms";
9 localizedStrings["%.1f days"] = "%.1f days"; 9 localizedStrings["%.1f days"] = "%.1f days";
10 localizedStrings["%.1fhrs"] = "%.1fhrs"; 10 localizedStrings["%.1fhrs"] = "%.1fhrs";
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 localizedStrings["Self"] = "Self"; 362 localizedStrings["Self"] = "Self";
363 localizedStrings["Send Request"] = "Send Request"; 363 localizedStrings["Send Request"] = "Send Request";
364 localizedStrings["Sending"] = "Sending"; 364 localizedStrings["Sending"] = "Sending";
365 localizedStrings["Session"] = "Session"; 365 localizedStrings["Session"] = "Session";
366 localizedStrings["Show All Nodes (%d More)"] = "Show All Nodes (%d More)"; 366 localizedStrings["Show All Nodes (%d More)"] = "Show All Nodes (%d More)";
367 localizedStrings["Show absolute times."] = "Show absolute times."; 367 localizedStrings["Show absolute times."] = "Show absolute times.";
368 localizedStrings["Show absolute total and self times."] = "Show absolute total a nd self times."; 368 localizedStrings["Show absolute total and self times."] = "Show absolute total a nd self times.";
369 localizedStrings["Show console."] = "Show console."; 369 localizedStrings["Show console."] = "Show console.";
370 localizedStrings["Show function definition"] = "Show function definition"; 370 localizedStrings["Show function definition"] = "Show function definition";
371 localizedStrings["Show inherited"] = "Show inherited"; 371 localizedStrings["Show inherited"] = "Show inherited";
372 localizedStrings["Show rulers"] = "Show rulers";
372 localizedStrings["Show Shadow DOM"] = "Show Shadow DOM"; 373 localizedStrings["Show Shadow DOM"] = "Show Shadow DOM";
373 localizedStrings["Show the records that are shorter than %s"] = "Show the record s that are shorter than %s"; 374 localizedStrings["Show the records that are shorter than %s"] = "Show the record s that are shorter than %s";
374 localizedStrings["Show times as percentages."] = "Show times as percentages."; 375 localizedStrings["Show times as percentages."] = "Show times as percentages.";
375 localizedStrings["Show total and self times as percentages."] = "Show total and self times as percentages."; 376 localizedStrings["Show total and self times as percentages."] = "Show total and self times as percentages.";
376 localizedStrings["Size"] = "Size"; 377 localizedStrings["Size"] = "Size";
377 localizedStrings["Snapshot %d"] = "Snapshot %d"; 378 localizedStrings["Snapshot %d"] = "Snapshot %d";
378 localizedStrings["End Time"] = "End Time"; 379 localizedStrings["End Time"] = "End Time";
379 localizedStrings["Lat = "] = "Lat = "; 380 localizedStrings["Lat = "] = "Lat = ";
380 localizedStrings["Latency"] = "Latency"; 381 localizedStrings["Latency"] = "Latency";
381 localizedStrings["Lon = "] = "Lon = "; 382 localizedStrings["Lon = "] = "Lon = ";
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 localizedStrings["JavaScript external arrays"] = "JavaScript external arrays"; 784 localizedStrings["JavaScript external arrays"] = "JavaScript external arrays";
784 localizedStrings["JavaScript external strings"] = "JavaScript external strings"; 785 localizedStrings["JavaScript external strings"] = "JavaScript external strings";
785 localizedStrings["Show CPU activity in Timeline"] = "Show CPU activity in Timeli ne"; 786 localizedStrings["Show CPU activity in Timeline"] = "Show CPU activity in Timeli ne";
786 localizedStrings["Render tree"] = "Render tree"; 787 localizedStrings["Render tree"] = "Render tree";
787 localizedStrings["Canvas inspection"] = "Canvas inspection"; 788 localizedStrings["Canvas inspection"] = "Canvas inspection";
788 localizedStrings["Used JavaScript heap"] = "Used JavaScript heap"; 789 localizedStrings["Used JavaScript heap"] = "Used JavaScript heap";
789 localizedStrings["JavaScript external resources"] = "JavaScript external resourc es"; 790 localizedStrings["JavaScript external resources"] = "JavaScript external resourc es";
790 localizedStrings["Glyph cache resources"] = "Glyph cache resources"; 791 localizedStrings["Glyph cache resources"] = "Glyph cache resources";
791 localizedStrings["CSS Regions Support"] = "CSS Regions Support"; 792 localizedStrings["CSS Regions Support"] = "CSS Regions Support";
792 localizedStrings["Scroll"] = "Scroll"; 793 localizedStrings["Scroll"] = "Scroll";
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/inspector/InspectorDOMAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698