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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
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_TITLE" desc="The title to show on the DOM Dis tiller 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 text to show whe n 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.
8 Title
9 </message>
10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The text to show when describing the URL of the entry.">
11 URL
12 </message>
13 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD" desc="The label for the butt on for adding a new entry.">
14 Add
15 </message>
16 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD_FAILED" desc="The label to sh ow when adding an article failed.">
17 Failed to add article.
18 </message>
19 <message name="IDS_DOM_DISTILLER_WEBUI_REFRESH" desc="he label for the button for refreshing the list of entries.">
20 Refresh
21 </message>
22 <message name="IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES" desc="The text to sho w while fetching the list of entries.">
23 Fetching entries...
24 </message>
7 25
8 </grit-part> 26 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698