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

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

Issue 115797: Show the time remaining of download items in the download manager.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 Cancel 1546 Cancel
1547 </message> 1547 </message>
1548 <message name="IDS_DOWNLOAD_LINK_SHOW" 1548 <message name="IDS_DOWNLOAD_LINK_SHOW"
1549 desc="In the download view, 'Show in folder' link text"> 1549 desc="In the download view, 'Show in folder' link text">
1550 Show in folder 1550 Show in folder
1551 </message> 1551 </message>
1552 <message name="IDS_DOWNLOAD_TAB_CANCELLED" 1552 <message name="IDS_DOWNLOAD_TAB_CANCELLED"
1553 desc="Cancel link text"> 1553 desc="Cancel link text">
1554 Cancelled 1554 Cancelled
1555 </message> 1555 </message>
1556 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SPEED" 1556 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
1557 desc="Speed and received byte counts"> 1557 desc="The status text for a download in progress in the download manager. This include information such as speed and received byte counts and is used when we do not know the remaining time">
Peter Kasting 2009/05/26 23:18:30 Nit: include -> includes (two places)
1558 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph> 1558 <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2< ex>40kB</ex></ph>
1559 </message> 1559 </message>
1560 <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS"
1561 desc="The status text for a download in progress in the download manager. This include information such as speed, received byte counts as well as remaining time">
1562 <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>
1563 </message>
1560 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE" 1564 <message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
1561 desc="Speed and received byte counts (with total)"> 1565 desc="Speed and received byte counts (with total)">
1562 <ph name="RECEIVED_AMOUNT">$1<ex>40kB</ex></ph> of <ph name="TOTAL_SIZE" >$2<ex>250kB</ex></ph> 1566 <ph name="RECEIVED_AMOUNT">$1<ex>40kB</ex></ph> of <ph name="TOTAL_SIZE" >$2<ex>250kB</ex></ph>
1563 </message> 1567 </message>
1564 <message name="IDS_DOWNLOAD_PROGRESS_PAUSED" 1568 <message name="IDS_DOWNLOAD_PROGRESS_PAUSED"
1565 desc="Indicate the download is in progress but paused"> 1569 desc="Indicate the download is in progress but paused">
1566 Paused 1570 Paused
1567 </message> 1571 </message>
1568 <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL" 1572 <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL"
1569 desc="Clear all downloads link"> 1573 desc="Clear all downloads link">
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3835 Don't ask again 3839 Don't ask again
3836 </message> 3840 </message>
3837 3841
3838 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> 3842 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba().">
3839 rgba($1, $2, $3, $4) 3843 rgba($1, $2, $3, $4)
3840 </message> 3844 </message>
3841 3845
3842 </messages> 3846 </messages>
3843 </release> 3847 </release>
3844 </grit> 3848 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/downloads_dom_handler.cc » ('j') | chrome/browser/dom_ui/downloads_dom_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698