DescriptionUse ICU plural formatting in more places
1. Recently close tabs
2. Download cancel dialog
3. Cloud Printer discovery
4. extension: usb device selection
For #2, some strings are revised per the string review with ainslie@.
For both browser shutdown and incognito exit, the title is simply
'Download in progress' and the 'go-ahead' button is simply 'Cancel download'
(or their plural forms).
Besides, recently_closed.js is also removed because it's not used any more and removing it let us drop two strings (about closed_tabs) that has become unnecessary with this CL.
BUG=21407, 455005, 482092
TEST=Open a new window, open multiple tabs and close the windows. In another window, go to 'Recent tabs' menu. '# tabs' for the closed window is shown as expected
TEST=1. Go to http://www.thinkbroadband.com/download.html 2. Start downloading a single file 3. Try to quit chrome before the download is completed 4. Check the dialog popping up.
TEST=Do the above with multiple file downloads
TEST=Do the above two in the only open incognito window (close the only open incognito window)
Committed: https://crrev.com/ec68f03e4f4be911752b005fb82b9e49acafea51
Cr-Commit-Position: refs/heads/master@{#329747}
Patch Set 1 #Patch Set 2 : fix more strings #Patch Set 3 : use NSString wrapper on Mac and remove one redundatnt string #Patch Set 4 : fix typo in incognito string #Patch Set 5 : update comment in generated_strings.grd #
Total comments: 13
Patch Set 6 : review comments addressed; recently_clo*js dropped #
Total comments: 4
Patch Set 7 : correct mac string ids and attempt to fix unit_tests #Patch Set 8 : unit_tests fixed #Patch Set 9 : incognito button text unified to regular button #Patch Set 10 : rebase; hid device string #Patch Set 11 : fix IDS_USB #Patch Set 12 : extension..grd fix #Patch Set 13 : per string review by ainslie@ #
Total comments: 3
Patch Set 14 : Peter's comments addressed #
Total comments: 1
Patch Set 15 : recently_closed.js restored per estade #Messages
Total messages: 48 (12 generated)
|