summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller_strings.grdp
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 06:20:26 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 06:20:26 +0000
commit92c4fcddfd6f991c274baf9569712690d91f9100 (patch)
tree37d58f718b04cc00890f06f42865779f2c2ae4be /components/dom_distiller_strings.grdp
parent572369a3149b5661c342706aa99b896585e21fcf (diff)
downloadchromium_src-92c4fcddfd6f991c274baf9569712690d91f9100.zip
chromium_src-92c4fcddfd6f991c274baf9569712690d91f9100.tar.gz
chromium_src-92c4fcddfd6f991c274baf9569712690d91f9100.tar.bz2
Add support for displaying distilled articles.
Adds support in the content::URLDataSource for DOM Distiller for displaying distilled articles. Also adds preliminary error handling. Depends on https://codereview.chromium.org/105723002/ BUG=319881 Review URL: https://codereview.chromium.org/134873008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller_strings.grdp')
-rw-r--r--components/dom_distiller_strings.grdp12
1 files changed, 12 insertions, 0 deletions
diff --git a/components/dom_distiller_strings.grdp b/components/dom_distiller_strings.grdp
index 3c9dca7..611237c 100644
--- a/components/dom_distiller_strings.grdp
+++ b/components/dom_distiller_strings.grdp
@@ -22,5 +22,17 @@
<message name="IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES" desc="The text to show while fetching the list of entries on the DOM Distiller debug page.">
Fetching entries...
</message>
+ <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_TITLE" desc="The text to show in place of a reading list article title if the article is not found.">
+ Failed to find article.
+ </message>
+ <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.">
+ Could not find the requested article.
+ </message>
+ <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.">
+ Failed to display article.
+ </message>
+ <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_CONTENT" desc="The text to show in place of reading list article content if there is no data found.">
+ No data found.
+ </message>
</grit-part>