OLD | NEW |
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 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1598 <message name="IDS_DOWNLOAD_MENU_CANCEL" | 1598 <message name="IDS_DOWNLOAD_MENU_CANCEL" |
1599 desc="Download context menu cancel"> | 1599 desc="Download context menu cancel"> |
1600 &Cancel | 1600 &Cancel |
1601 </message> | 1601 </message> |
1602 <message name="IDS_DOWNLOAD_MENU_REMOVE_ITEM" | 1602 <message name="IDS_DOWNLOAD_MENU_REMOVE_ITEM" |
1603 desc="Download context menu remove"> | 1603 desc="Download context menu remove"> |
1604 &Remove | 1604 &Remove |
1605 </message> | 1605 </message> |
1606 | 1606 |
1607 <!-- Remove in-progress downloads confirmation dialog --> | 1607 <!-- Remove in-progress downloads confirmation dialog --> |
1608 <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."> | 1608 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of th
e dialog asking for user confirmation to close the browser when one download is
in-progress."> |
1609 You have <ph name="DOWNLOAD_COUNT">$1<ex>3</ex></ph> download(s) in prog
ress. If you close Google Chrome now, these downloads will be canceled. | 1609 You have one download in progress. If you close Google Chrome now, this
download will be canceled. |
1610 </message> | 1610 </message> |
1611 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t
ext for OKing to close the browser when downloads are in-progress."> | 1611 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_TITLE" desc="Title of
the dialog asking for user confirmation to close the browser when multiple down
loads are in-progress."> |
| 1612 You have <ph name="DOWNLOAD_COUNT">$1<ex>3</ex></ph> downloads in progre
ss. If you close Google Chrome now, these downloads will be canceled. |
| 1613 </message> |
| 1614 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="B
utton text for OKing to close the browser when a single download is in-progress.
"> |
| 1615 Close and cancel download |
| 1616 </message> |
| 1617 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc
="Button text for OKing to close the browser when multiple downloads are in-prog
ress."> |
1612 Close and cancel downloads | 1618 Close and cancel downloads |
1613 </message> | 1619 </message> |
1614 <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.
"> | 1620 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_CANCEL_BUTTON_LABEL" des
c="Button text for canceling the closing of the browser when a single download i
s in-progress."> |
| 1621 Wait for download to finish |
| 1622 </message> |
| 1623 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_CANCEL_BUTTON_LABEL"
desc="Button text for canceling the closing of the browser when downloads are in
-progress."> |
1615 Wait for downloads to finish | 1624 Wait for downloads to finish |
1616 </message> | 1625 </message> |
1617 | 1626 |
1618 <!-- Gears shortcut strings --> | 1627 <!-- Gears shortcut strings --> |
1619 <message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label
"> | 1628 <message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label
"> |
1620 Create application &shortcuts... | 1629 Create application &shortcuts... |
1621 </message> | 1630 </message> |
1622 | 1631 |
1623 <!-- SSL error strings --> | 1632 <!-- SSL error strings --> |
1624 <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when
there is more than 1 error"> | 1633 <message name="IDS_SEVERAL_SSL_ERRORS" desc="Bubble info header text when
there is more than 1 error"> |
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3834 Don't ask again | 3843 Don't ask again |
3835 </message> | 3844 </message> |
3836 | 3845 |
3837 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The
format string to use when converting colors to CSS rgba()."> | 3846 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The
format string to use when converting colors to CSS rgba()."> |
3838 rgba($1, $2, $3, $4) | 3847 rgba($1, $2, $3, $4) |
3839 </message> | 3848 </message> |
3840 | 3849 |
3841 </messages> | 3850 </messages> |
3842 </release> | 3851 </release> |
3843 </grit> | 3852 </grit> |
OLD | NEW |