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

Side by Side Diff: components/dom_distiller_strings.grdp

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the D OM Distiller debug page."> 4 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the D OM Distiller debug page.">
5 DOM Distiller 5 DOM Distiller
6 </message> 6 </message>
7 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL of an entry on the DOM Distiller debug page."> 7 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL of an entry on the DOM Distiller debug page.">
8 URL 8 URL
9 </message> 9 </message>
10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD" desc="The label for the butt on for adding a new entry on the DOM Distiller debug page."> 10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD" desc="The label for the butt on for adding a new entry on the DOM Distiller debug page.">
(...skipping 22 matching lines...) Expand all
33 </message> 33 </message>
34 <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_TITLE" desc="The text to show in place of a reading list article title if there is no data found."> 34 <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_TITLE" desc="The text to show in place of a reading list article title if there is no data found.">
35 Failed to display article. 35 Failed to display article.
36 </message> 36 </message>
37 <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_CONTENT" desc="The text to sho w in place of reading list article content if there is no data found."> 37 <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_CONTENT" desc="The text to sho w in place of reading list article content if there is no data found.">
38 No data found. 38 No data found.
39 </message> 39 </message>
40 <message name="IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL" desc="The text to show on a link of an article to view the original page."> 40 <message name="IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL" desc="The text to show on a link of an article to view the original page.">
41 View Original 41 View Original
42 </message> 42 </message>
43 <message name="IDS_DOM_DISTILLER_VIEWER_LOADING_STRING" desc="The text to show indicating that the viewer is still loading more content from the article.">
44 Loading...
45 </message>
43 46
44 </grit-part> 47 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698