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

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

Issue 6905049: Detect removed files and reflect the state in chrome://downloads and the download shelf (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 <if expr="os == 'darwin'"> 2203 <if expr="os == 'darwin'">
2204 <message name="IDS_DOWNLOAD_LINK_SHOW" 2204 <message name="IDS_DOWNLOAD_LINK_SHOW"
2205 desc="Mac: In the download view, 'Show in Finder' link text"> 2205 desc="Mac: In the download view, 'Show in Finder' link text">
2206 Show in Finder 2206 Show in Finder
2207 </message> 2207 </message>
2208 </if> 2208 </if>
2209 <message name="IDS_DOWNLOAD_TAB_CANCELED" 2209 <message name="IDS_DOWNLOAD_TAB_CANCELED"
2210 desc="Cancel link text"> 2210 desc="Cancel link text">
2211 Canceled 2211 Canceled
2212 </message> 2212 </message>
2213 <message name="IDS_DOWNLOAD_FILE_REMOVED"
2214 desc="Remove link text">
mmenke 2011/04/27 16:02:10 I know you're just following the style of the entr
2215 Removed
2216 </message>
2213 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" 2217 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
2214 desc="The status text for a download in progress in the download manager. This includes information such as speed and received byte counts and is used when we do not know the remaining time"> 2218 desc="The status text for a download in progress in the download manager. This includes information such as speed and received byte counts and is used when we do not know the remaining time">
2215 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph> 2219 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>
2216 </message> 2220 </message>
2217 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" 2221 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS"
2218 desc="The status text for a download in progress in the download manager. This includes information such as speed, received byte counts as well a s remaining time"> 2222 desc="The status text for a download in progress in the download manager. This includes information such as speed, received byte counts as well a s remaining time">
2219 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>, <ph name="TIME_REMAINING">$3<ex>42 mins left</ex></ph> 2223 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>, <ph name="TIME_REMAINING">$3<ex>42 mins left</ex></ph>
2220 </message> 2224 </message>
2221 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" 2225 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
2222 desc="Speed and received byte counts (with total)"> 2226 desc="Speed and received byte counts (with total)">
(...skipping 9950 matching lines...) Expand 10 before | Expand all | Expand 10 after
12173 </includes> 12177 </includes>
12174 <structures fallback_to_english="true"> 12178 <structures fallback_to_english="true">
12175 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12179 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12176 </structure> 12180 </structure>
12177 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12181 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12178 </structure> 12182 </structure>
12179 </structures> 12183 </structures>
12180 12184
12181 </release> 12185 </release>
12182 </grit> 12186 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_util.cc » ('j') | chrome/browser/download/download_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698