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

Side by Side Diff: components/dom_distiller_strings.grdp

Issue 151003006: Add support for distilling arbitrary URLs in DOM Distiller Viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added new strings to iOS whitelist Created 6 years, 9 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
« no previous file with comments | « components/dom_distiller/webui/resources/about_dom_distiller.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_TITLE" desc="The label for the ti tle of an entry on the DOM Distiller debug page."> 7 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_TITLE" desc="The label for the ti tle of an entry on the DOM Distiller debug page.">
8 Title 8 Title
9 </message> 9 </message>
10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL of an entry on the DOM Distiller debug page."> 10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL of an entry on the DOM Distiller debug page.">
11 URL 11 URL
12 </message> 12 </message>
13 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD" desc="The label for for the button for adding a new entry on the DOM Distiller debug page."> 13 <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.">
14 Add 14 Add
15 </message> 15 </message>
16 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD_FAILED" desc="The label to sh ow when adding an article failed on the DOM Distiller debug page."> 16 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD_FAILED" desc="The label to sh ow when adding an article failed on the DOM Distiller debug page.">
17 Failed to add article. 17 Failed to add article.
18 </message> 18 </message>
19 <message name="IDS_DOM_DISTILLER_WEBUI_VIEW_URL" desc="The label for the butto n for viewing a URL on the DOM Distiller debug page.">
20 View
21 </message>
22 <message name="IDS_DOM_DISTILLER_WEBUI_VIEW_URL_FAILED" desc="The label to sho w when viewing a URL failed on the DOM Distiller debug page.">
23 Failed to view article.
24 </message>
19 <message name="IDS_DOM_DISTILLER_WEBUI_REFRESH" desc="The label for the button for refreshing the list of entries on the DOM Distiller debug page."> 25 <message name="IDS_DOM_DISTILLER_WEBUI_REFRESH" desc="The label for the button for refreshing the list of entries on the DOM Distiller debug page.">
20 Refresh 26 Refresh
21 </message> 27 </message>
22 <message name="IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES" desc="The text to sho w while fetching the list of entries on the DOM Distiller debug page."> 28 <message name="IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES" desc="The text to sho w while fetching the list of entries on the DOM Distiller debug page.">
23 Fetching entries... 29 Fetching entries...
24 </message> 30 </message>
25 <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_TITLE" desc="Th e text to show in place of a reading list article title if the article is not fo und."> 31 <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_TITLE" desc="Th e text to show in place of a reading list article title if the article is not fo und.">
26 Failed to find article. 32 Failed to find article.
27 </message> 33 </message>
28 <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_CONTENT" desc=" The text to show in place of reading list article content if the article is not found."> 34 <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_CONTENT" desc=" The text to show in place of reading list article content if the article is not found.">
29 Could not find the requested article. 35 Could not find the requested article.
30 </message> 36 </message>
31 <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."> 37 <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.">
32 Failed to display article. 38 Failed to display article.
33 </message> 39 </message>
34 <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."> 40 <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.">
35 No data found. 41 No data found.
36 </message> 42 </message>
37 43
38 </grit-part> 44 </grit-part>
OLDNEW
« no previous file with comments | « components/dom_distiller/webui/resources/about_dom_distiller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698