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

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

Issue 62131: Ask for user confirmation when closing a browser with in-progress downloads (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 </message> 1335 </message>
1336 <message name="IDS_DOWNLOAD_MENU_CANCEL" 1336 <message name="IDS_DOWNLOAD_MENU_CANCEL"
1337 desc="Download context menu cancel"> 1337 desc="Download context menu cancel">
1338 &amp;Cancel 1338 &amp;Cancel
1339 </message> 1339 </message>
1340 <message name="IDS_DOWNLOAD_MENU_REMOVE_ITEM" 1340 <message name="IDS_DOWNLOAD_MENU_REMOVE_ITEM"
1341 desc="Download context menu remove"> 1341 desc="Download context menu remove">
1342 &amp;Remove 1342 &amp;Remove
1343 </message> 1343 </message>
1344 1344
1345 <!-- Remove in-progress downloads confirmation dialog -->
1346 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of the dialo g asking for user confirmation to close the browser when downloads are in-progre ss.">
1347 You have <ph name="DOWNLOAD_COUNT">$1<ex>3</ex></ph> download(s) in prog ress. If you close Google Chrome, uncompleted downloads will be canceled and rem oved.
1348 </message>
1349 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t ext for OKing to close the browser when downloads are in-progress.">
1350 Close and remove downloads
1351 </message>
1352 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_CANCEL_BUTTON_LABEL" desc="Butt on text for canceling the closing of the browser when downloads are in-progress. ">
1353 Wait for downloads to finish
1354 </message>
1355
1345 <!-- Gears shortcut strings --> 1356 <!-- Gears shortcut strings -->
1346 <message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label "> 1357 <message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label ">
1347 Create application &amp;shortcuts... 1358 Create application &amp;shortcuts...
1348 </message> 1359 </message>
1349 1360
1350 <!-- SSL error strings --> 1361 <!-- SSL error strings -->
1351 <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when there is more than 1 error"> 1362 <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when there is more than 1 error">
1352 There are several SSL errors on this page: 1363 There are several SSL errors on this page:
1353 </message> 1364 </message>
1354 <message name="IDS_SSL_MIXED_CONTENT_TITLE" desc="Title for mixed SSL / no n-SSL content"> 1365 <message name="IDS_SSL_MIXED_CONTENT_TITLE" desc="Title for mixed SSL / no n-SSL content">
(...skipping 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after
3478 Search: 3489 Search:
3479 </message> 3490 </message>
3480 3491
3481 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be."> 3492 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be.">
3482 unknown 3493 unknown
3483 </message> 3494 </message>
3484 3495
3485 </messages> 3496 </messages>
3486 </release> 3497 </release>
3487 </grit> 3498 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698