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

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: Remove REMOVED state from Download.States in downloads.js Created 9 years, 6 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 2151 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 Installing... 2162 Installing...
2163 </message> 2163 </message>
2164 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE" 2164 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE"
2165 desc="Status that the file download will be opened when the download co mpletes."> 2165 desc="Status that the file download will be opened when the download co mpletes.">
2166 Opening when complete 2166 Opening when complete
2167 </message> 2167 </message>
2168 <message name="IDS_DOWNLOAD_STATUS_OPENING" 2168 <message name="IDS_DOWNLOAD_STATUS_OPENING"
2169 desc="Temporary status shown when a user has clicked to open a do wnloaded file."> 2169 desc="Temporary status shown when a user has clicked to open a do wnloaded file.">
2170 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>... 2170 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>...
2171 </message> 2171 </message>
2172 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text."> 2172 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under the downloaded files that have been canceled.">
2173 Canceled 2173 Canceled
2174 </message> 2174 </message>
2175 <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under the downloaded files that have been removed.">
2176 Removed
2177 </message>
2175 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file."> 2178 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file.">
2176 Unconfirmed 2179 Unconfirmed
2177 </message> 2180 </message>
2178 2181
2179 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" 2182 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD"
2180 desc="Message shown to the user to validate the download of a dan gerous file."> 2183 desc="Message shown to the user to validate the download of a dan gerous file.">
2181 This type of file can harm your computer. Do you want to keep <ph name=" FILE_NAME">$1<ex>malware.exe</ex></ph> anyway? 2184 This type of file can harm your computer. Do you want to keep <ph name=" FILE_NAME">$1<ex>malware.exe</ex></ph> anyway?
2182 </message> 2185 </message>
2183 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" 2186 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION"
2184 desc="Message shown to the user to validate the download of an extensio n file."> 2187 desc="Message shown to the user to validate the download of an extensio n file.">
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 Show in folder 2237 Show in folder
2235 </message> 2238 </message>
2236 </if> 2239 </if>
2237 <if expr="os == 'darwin'"> 2240 <if expr="os == 'darwin'">
2238 <message name="IDS_DOWNLOAD_LINK_SHOW" 2241 <message name="IDS_DOWNLOAD_LINK_SHOW"
2239 desc="Mac: In the download view, 'Show in Finder' link text"> 2242 desc="Mac: In the download view, 'Show in Finder' link text">
2240 Show in Finder 2243 Show in Finder
2241 </message> 2244 </message>
2242 </if> 2245 </if>
2243 <message name="IDS_DOWNLOAD_TAB_CANCELED" 2246 <message name="IDS_DOWNLOAD_TAB_CANCELED"
2244 desc="Cancel link text"> 2247 desc="Text that appears next to the downloaded files that have be en canceled">
2245 Canceled 2248 Canceled
2246 </message> 2249 </message>
2250 <message name="IDS_DOWNLOAD_FILE_REMOVED"
2251 desc="Text that appears next to the downloaded files that have be en removed">
2252 Removed
2253 </message>
2247 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" 2254 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
2248 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"> 2255 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">
2249 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph> 2256 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>
2250 </message> 2257 </message>
2251 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" 2258 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS"
2252 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"> 2259 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">
2253 <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> 2260 <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>
2254 </message> 2261 </message>
2255 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" 2262 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
2256 desc="Speed and received byte counts (with total)"> 2263 desc="Speed and received byte counts (with total)">
(...skipping 10362 matching lines...) Expand 10 before | Expand all | Expand 10 after
12619 </includes> 12626 </includes>
12620 <structures fallback_to_english="true"> 12627 <structures fallback_to_english="true">
12621 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12628 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12622 </structure> 12629 </structure>
12623 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12630 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12624 </structure> 12631 </structure>
12625 </structures> 12632 </structures>
12626 12633
12627 </release> 12634 </release>
12628 </grit> 12635 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_item.h » ('j') | chrome/browser/download/download_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698