OLD | NEW |
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_TITLE" desc="The title to show on the D
OM Distiller 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 label for the ti
tle of an entry on the DOM Distiller debug page."> | 7 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_TITLE" desc="The label for the ti
tle of an entry on the DOM Distiller debug page."> |
8 Title | 8 Title |
9 </message> | 9 </message> |
10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL
of an entry on the DOM Distiller debug page."> | 10 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_URL" desc="The label for the URL
of an entry on the DOM Distiller debug page."> |
(...skipping 25 matching lines...) Expand all Loading... |
36 </message> | 36 </message> |
37 <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."> | 37 <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."> |
38 Failed to display article. | 38 Failed to display article. |
39 </message> | 39 </message> |
40 <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."> | 40 <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."> |
41 No data found. | 41 No data found. |
42 </message> | 42 </message> |
43 <message name="IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL" desc="The text to show
on a link of an article to view the original page."> | 43 <message name="IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL" desc="The text to show
on a link of an article to view the original page."> |
44 View Original | 44 View Original |
45 </message> | 45 </message> |
| 46 <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."> |
| 47 Loading... |
| 48 </message> |
46 | 49 |
47 </grit-part> | 50 </grit-part> |
OLD | NEW |