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

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: Correct typo Created 9 years, 7 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 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2140 Opening in <ph name="TIME_REMAINING">$1<ex>5 sec</ex></ph>... 2140 Opening in <ph name="TIME_REMAINING">$1<ex>5 sec</ex></ph>...
2141 </message> 2141 </message>
2142 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE" 2142 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE"
2143 desc="Status that the file download will be opened when the download co mpletes."> 2143 desc="Status that the file download will be opened when the download co mpletes.">
2144 Opening when complete 2144 Opening when complete
2145 </message> 2145 </message>
2146 <message name="IDS_DOWNLOAD_STATUS_OPENING" 2146 <message name="IDS_DOWNLOAD_STATUS_OPENING"
2147 desc="Temporary status shown when a user has clicked to open a do wnloaded file."> 2147 desc="Temporary status shown when a user has clicked to open a do wnloaded file.">
2148 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>... 2148 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>...
2149 </message> 2149 </message>
2150 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text."> 2150 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under the downloaded files that have been canceled.">
2151 Canceled 2151 Canceled
2152 </message> 2152 </message>
2153 <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under the downloaded files that have been removed.">
2154 Removed
2155 </message>
2153 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file."> 2156 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file.">
2154 Unconfirmed 2157 Unconfirmed
2155 </message> 2158 </message>
2156 2159
2157 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" 2160 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD"
2158 desc="Message shown to the user to validate the download of a dan gerous file."> 2161 desc="Message shown to the user to validate the download of a dan gerous file.">
2159 This type of file can harm your computer. Are you sure you want to downl oad <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph>? 2162 This type of file can harm your computer. Are you sure you want to downl oad <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph>?
2160 </message> 2163 </message>
2161 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" 2164 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION"
2162 desc="Message shown to the user to validate the download of an extensio n file."> 2165 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
2212 Show in folder 2215 Show in folder
2213 </message> 2216 </message>
2214 </if> 2217 </if>
2215 <if expr="os == 'darwin'"> 2218 <if expr="os == 'darwin'">
2216 <message name="IDS_DOWNLOAD_LINK_SHOW" 2219 <message name="IDS_DOWNLOAD_LINK_SHOW"
2217 desc="Mac: In the download view, 'Show in Finder' link text"> 2220 desc="Mac: In the download view, 'Show in Finder' link text">
2218 Show in Finder 2221 Show in Finder
2219 </message> 2222 </message>
2220 </if> 2223 </if>
2221 <message name="IDS_DOWNLOAD_TAB_CANCELED" 2224 <message name="IDS_DOWNLOAD_TAB_CANCELED"
2222 desc="Cancel link text"> 2225 desc="Text that appears next to the downloaded files that have be en canceled">
2223 Canceled 2226 Canceled
2224 </message> 2227 </message>
2228 <message name="IDS_DOWNLOAD_FILE_REMOVED"
2229 desc="Text that appears next to the downloaded files that have be en removed">
2230 Removed
2231 </message>
2225 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" 2232 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
2226 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"> 2233 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">
2227 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph> 2234 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>
2228 </message> 2235 </message>
2229 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" 2236 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS"
2230 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"> 2237 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">
2231 <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> 2238 <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>
2232 </message> 2239 </message>
2233 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" 2240 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
2234 desc="Speed and received byte counts (with total)"> 2241 desc="Speed and received byte counts (with total)">
(...skipping 10165 matching lines...) Expand 10 before | Expand all | Expand 10 after
12400 </includes> 12407 </includes>
12401 <structures fallback_to_english="true"> 12408 <structures fallback_to_english="true">
12402 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12409 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12403 </structure> 12410 </structure>
12404 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12411 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12405 </structure> 12412 </structure>
12406 </structures> 12413 </structures>
12407 12414
12408 </release> 12415 </release>
12409 </grit> 12416 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_item.h » ('j') | chrome/browser/download/download_item.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698