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

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 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after
2134 Opening in <ph name="TIME_REMAINING">$1<ex>5 sec</ex></ph>... 2134 Opening in <ph name="TIME_REMAINING">$1<ex>5 sec</ex></ph>...
2135 </message> 2135 </message>
2136 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE" 2136 <message name="IDS_DOWNLOAD_STATUS_OPEN_WHEN_COMPLETE"
2137 desc="Status that the file download will be opened when the download co mpletes."> 2137 desc="Status that the file download will be opened when the download co mpletes.">
2138 Opening when complete 2138 Opening when complete
2139 </message> 2139 </message>
2140 <message name="IDS_DOWNLOAD_STATUS_OPENING" 2140 <message name="IDS_DOWNLOAD_STATUS_OPENING"
2141 desc="Temporary status shown when a user has clicked to open a do wnloaded file."> 2141 desc="Temporary status shown when a user has clicked to open a do wnloaded file.">
2142 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>... 2142 Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>...
2143 </message> 2143 </message>
2144 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text."> 2144 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under the downloaded files that have been canceled.">
2145 Canceled 2145 Canceled
2146 </message> 2146 </message>
2147 <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under the downloaded files that have been removed.">
2148 Removed
2149 </message>
2147 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file."> 2150 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t he unconfirmed download file.">
2148 Unconfirmed 2151 Unconfirmed
2149 </message> 2152 </message>
2150 2153
2151 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" 2154 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD"
2152 desc="Message shown to the user to validate the download of a dan gerous file."> 2155 desc="Message shown to the user to validate the download of a dan gerous file.">
2153 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>? 2156 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>?
2154 </message> 2157 </message>
2155 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" 2158 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION"
2156 desc="Message shown to the user to validate the download of an extensio n file."> 2159 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
2206 Show in folder 2209 Show in folder
2207 </message> 2210 </message>
2208 </if> 2211 </if>
2209 <if expr="os == 'darwin'"> 2212 <if expr="os == 'darwin'">
2210 <message name="IDS_DOWNLOAD_LINK_SHOW" 2213 <message name="IDS_DOWNLOAD_LINK_SHOW"
2211 desc="Mac: In the download view, 'Show in Finder' link text"> 2214 desc="Mac: In the download view, 'Show in Finder' link text">
2212 Show in Finder 2215 Show in Finder
2213 </message> 2216 </message>
2214 </if> 2217 </if>
2215 <message name="IDS_DOWNLOAD_TAB_CANCELED" 2218 <message name="IDS_DOWNLOAD_TAB_CANCELED"
2216 desc="Cancel link text"> 2219 desc="Text that appears next to the downloaded files that have be en canceled">
2217 Canceled 2220 Canceled
2218 </message> 2221 </message>
2222 <message name="IDS_DOWNLOAD_FILE_REMOVED"
2223 desc="Text that appears next to the downloaded files that have be en removed">
2224 Removed
2225 </message>
2219 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" 2226 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
2220 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 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">
2221 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph> 2228 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>
2222 </message> 2229 </message>
2223 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" 2230 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS"
2224 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 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">
2225 <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 <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>
2226 </message> 2233 </message>
2227 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" 2234 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
2228 desc="Speed and received byte counts (with total)"> 2235 desc="Speed and received byte counts (with total)">
(...skipping 10163 matching lines...) Expand 10 before | Expand all | Expand 10 after
12392 </includes> 12399 </includes>
12393 <structures fallback_to_english="true"> 12400 <structures fallback_to_english="true">
12394 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12401 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12395 </structure> 12402 </structure>
12396 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12403 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12397 </structure> 12404 </structure>
12398 </structures> 12405 </structures>
12399 12406
12400 </release> 12407 </release>
12401 </grit> 12408 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_item.h » ('j') | chrome/browser/download/download_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698