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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7398026: Added a link to the downloads tab that opens the downloads folder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed the issues discovered during review. Created 9 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 Paused 2302 Paused
2303 </message> 2303 </message>
2304 <message name="IDS_DOWNLOAD_PROGRESS_INTERRUPTED" 2304 <message name="IDS_DOWNLOAD_PROGRESS_INTERRUPTED"
2305 desc="Indicate the download was interrupted"> 2305 desc="Indicate the download was interrupted">
2306 Interrupted 2306 Interrupted
2307 </message> 2307 </message>
2308 <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL" 2308 <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL"
2309 desc="Clear all downloads link"> 2309 desc="Clear all downloads link">
2310 Clear all 2310 Clear all
2311 </message> 2311 </message>
2312 <message name="IDS_DOWNLOAD_LINK_OPEN_DOWNLOADS_FOLDER"
2313 desc="Open downloads folder link">
2314 Open downloads folder
2315 </message>
2312 2316
2313 <!-- Download Context Menu Items --> 2317 <!-- Download Context Menu Items -->
2314 <if expr="not pp_ifdef('use_titlecase')"> 2318 <if expr="not pp_ifdef('use_titlecase')">
2315 <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE" 2319 <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE"
2316 desc="Download context menu open when download is finished"> 2320 desc="Download context menu open when download is finished">
2317 Open when &amp;done 2321 Open when &amp;done
2318 </message> 2322 </message>
2319 <message name="IDS_DOWNLOAD_MENU_OPEN" 2323 <message name="IDS_DOWNLOAD_MENU_OPEN"
2320 desc="Download context menu open download"> 2324 desc="Download context menu open download">
2321 &amp;Open 2325 &amp;Open
(...skipping 10646 matching lines...) Expand 10 before | Expand all | Expand 10 after
12968 </includes> 12972 </includes>
12969 <structures fallback_to_english="true"> 12973 <structures fallback_to_english="true">
12970 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12974 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12971 </structure> 12975 </structure>
12972 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12976 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12973 </structure> 12977 </structure>
12974 </structures> 12978 </structures>
12975 12979
12976 </release> 12980 </release>
12977 </grit> 12981 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698