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

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: is_path_exists_ => file_exists_, aggregate scattered AddObserver()s into one AddObserver() 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 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 Show in folder 2206 Show in folder
2207 </message> 2207 </message>
2208 </if> 2208 </if>
2209 <if expr="os == 'darwin'"> 2209 <if expr="os == 'darwin'">
2210 <message name="IDS_DOWNLOAD_LINK_SHOW" 2210 <message name="IDS_DOWNLOAD_LINK_SHOW"
2211 desc="Mac: In the download view, 'Show in Finder' link text"> 2211 desc="Mac: In the download view, 'Show in Finder' link text">
2212 Show in Finder 2212 Show in Finder
2213 </message> 2213 </message>
2214 </if> 2214 </if>
2215 <message name="IDS_DOWNLOAD_TAB_CANCELED" 2215 <message name="IDS_DOWNLOAD_TAB_CANCELED"
2216 desc="Cancel link text"> 2216 desc="Text that appears next to downloaded files that have been c anceled">
2217 Canceled 2217 Canceled
2218 </message> 2218 </message>
2219 <message name="IDS_DOWNLOAD_FILE_REMOVED"
2220 desc="Text that appears next to downloaded files that have been r emoved">
2221 Removed
2222 </message>
2219 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN" 2223 <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"> 2224 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> 2225 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>
2222 </message> 2226 </message>
2223 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS" 2227 <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"> 2228 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> 2229 <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> 2230 </message>
2227 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" 2231 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
2228 desc="Speed and received byte counts (with total)"> 2232 desc="Speed and received byte counts (with total)">
(...skipping 10163 matching lines...) Expand 10 before | Expand all | Expand 10 after
12392 </includes> 12396 </includes>
12393 <structures fallback_to_english="true"> 12397 <structures fallback_to_english="true">
12394 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12398 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12395 </structure> 12399 </structure>
12396 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12400 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12397 </structure> 12401 </structure>
12398 </structures> 12402 </structures>
12399 12403
12400 </release> 12404 </release>
12401 </grit> 12405 </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