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

Unified Diff: components/dom_distiller_strings.grdp

Issue 105623002: Debug UI for DOM distiller supports distillation and lists articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup after the mechanical-style move in patch set 1 Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: components/dom_distiller_strings.grdp
diff --git a/components/dom_distiller_strings.grdp b/components/dom_distiller_strings.grdp
index 3d81fae78a0471f4ccf12fb8139c61db225bcbaf..894b84b1f06304aa531a6de3912f4ebce490eb1b 100644
--- a/components/dom_distiller_strings.grdp
+++ b/components/dom_distiller_strings.grdp
@@ -1,8 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
- <message name="IDS_DOM_DISTILLER_TITLE" desc="The title to show on the DOM Distiller debug page.">
+ <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the DOM Distiller debug page.">
DOM Distiller
</message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_TITLE" desc="The text to show when describing the title of the entry.">
Nico 2013/12/05 00:03:58 Translators look at the desc strings in isolation
nyquist 2013/12/05 00:24:02 Done.
+ Title
+ </message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The text to show when describing the URL of the entry.">
+ URL
+ </message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD" desc="The label for the button for adding a new entry.">
+ Add
+ </message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD_FAILED" desc="The label to show when adding an article failed.">
+ Failed to add article.
+ </message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_REFRESH" desc="he label for the button for refreshing the list of entries.">
+ Refresh
+ </message>
+ <message name="IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES" desc="The text to show while fetching the list of entries.">
+ Fetching entries...
+ </message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698