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

Unified Diff: chrome/app/generated_resources.grd

Issue 20110: Initial checkin of the HTML downloads UI. It's not yet complete (lacking... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | chrome/browser/dom_ui/dom_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 9684)
+++ chrome/app/generated_resources.grd (working copy)
@@ -1228,6 +1228,12 @@
<message name="IDS_DOWNLOAD_SEARCH_BUTTON" desc="Title of the button in the download page that triggers a search">
Search downloads
</message>
+ <message name="IDS_DOWNLOAD_NO_RESULTS" desc="Descriptive text when no results are found.">
+ No results
+ </message>
+ <message name="IDS_DOWNLOAD_SEARCHRESULTSFOR" desc="Format string for search results">
+ Search results for '<ph name="SEARCH_STRING">%s</ph>'
+ </message>
<message name="IDS_DOWNLOAD_LINK_RESUME"
desc="In the download view, 'Resume' link text">
Resume
@@ -3405,6 +3411,10 @@
Search:
</message>
+ <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files when we have no idea what they could be.">
+ unknown
+ </message>
+
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | chrome/browser/dom_ui/dom_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698