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

Side by Side Diff: components/dom_distiller_strings.grdp

Issue 1140183004: Display message when javascript is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early-templates
Patch Set: iOS grit whitelist 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
« no previous file with comments | « components/dom_distiller/core/viewer.cc ('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_JAVASCRIPT_DISABLED_CONTENT" desc="The text t o show in place of reading list article content if the user has JavaScript disab led.">
5 JavaScript must be enabled to use this feature.
6 </message>
4 <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.">
5 URL 8 URL
6 </message> 9 </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."> 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.">
8 Add 11 Add
9 </message> 12 </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."> 13 <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.">
11 Failed to add article. 14 Failed to add article.
12 </message> 15 </message>
13 <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."> 16 <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.">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 Yes 53 Yes
51 </message> 54 </message>
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 ."> 55 <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 .">
53 No 56 No
54 </message> 57 </message>
55 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the D OM Distiller debug page."> 58 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the D OM Distiller debug page.">
56 DOM Distiller 59 DOM Distiller
57 </message> 60 </message>
58 61
59 </grit-part> 62 </grit-part>
OLDNEW
« no previous file with comments | « components/dom_distiller/core/viewer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698