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

Side by Side Diff: components/dom_distiller_strings.grdp

Issue 1130703003: Show template before distiller finishes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-superclass
Patch Set: Fix flaky test Created 5 years, 6 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
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_ENTRY_URL" desc="The label for the URL of an entry on the DOM Distiller debug page."> 4 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL of an entry on the DOM Distiller debug page.">
5 URL 5 URL
6 </message> 6 </message>
7 <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."> 7 <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.">
8 Add 8 Add
9 </message> 9 </message>
10 <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."> 10 <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.">
(...skipping 10 matching lines...) Expand all
21 </message> 21 </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."> 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.">
23 Fetching entries... 23 Fetching entries...
24 </message> 24 </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."> 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.">
26 Failed to find article. 26 Failed to find article.
27 </message> 27 </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."> 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.">
29 Could not find the requested article. 29 Could not find the requested article.
30 </message> 30 </message>
31 <message name="IDS_DOM_DISTILLER_VIEWER_LOADING_TITLE" desc="The text to show in place of a reading list article title while the article is loading.">
32 Reader Mode
33 </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."> 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.">
32 Failed to display article. 35 Failed to display article.
33 </message> 36 </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."> 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.">
35 No data found. 38 No data found.
36 </message> 39 </message>
37 <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.">
38 View Original 41 View Original
39 </message> 42 </message>
40 <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."> 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.">
41 Loading... 44 Loading...
42 </message> 45 </message>
43 <message name="IDS_DOM_DISTILLER_QUALITY_QUESTION" desc="Question to ask the u ser about whether the text from a web page was extracted correctly."> 46 <message name="IDS_DOM_DISTILLER_QUALITY_QUESTION" desc="Question to ask the u ser about whether the text from a web page was extracted correctly.">
44 Was the text extracted correctly? 47 Was the text extracted correctly?
45 </message> 48 </message>
46 <message name="IDS_DOM_DISTILLER_QUALITY_ANSWER_YES" desc="Text for the answer ing whether the text from a web page was extracted correctly and the answer is y es."> 49 <message name="IDS_DOM_DISTILLER_QUALITY_ANSWER_YES" desc="Text for the answer ing whether the text from a web page was extracted correctly and the answer is y es.">
47 Yes 50 Yes
48 </message> 51 </message>
49 <message name="IDS_DOM_DISTILLER_QUALITY_ANSWER_NO" desc="Text for the answeri ng whether the text from a web page was extracted correctly and the answer is no ."> 52 <message name="IDS_DOM_DISTILLER_QUALITY_ANSWER_NO" desc="Text for the answeri ng whether the text from a web page was extracted correctly and the answer is no .">
50 No 53 No
51 </message> 54 </message>
52 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the D OM Distiller debug page."> 55 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the D OM Distiller debug page.">
53 DOM Distiller 56 DOM Distiller
54 </message> 57 </message>
55 58
56 </grit-part> 59 </grit-part>
OLDNEW
« no previous file with comments | « components/dom_distiller/core/viewer.cc ('k') | ios/chrome/browser/dom_distiller/distiller_viewer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698