OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Expla
nation of the dialog asking for user confirmation to close the browser when one
download is in progress."> | 592 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Expla
nation of the dialog asking for user confirmation to close the browser when one
download is in progress."> |
593 A download is currently in progress. Do you want to exit Google Chrome a
nd cancel the download? | 593 A download is currently in progress. Do you want to exit Google Chrome a
nd cancel the download? |
594 </message> | 594 </message> |
595 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_EXPLANATION" desc="Ex
planation of the dialog asking for user confirmation to close the browser when m
ultiple downloads are in progress."> | 595 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_EXPLANATION" desc="Ex
planation of the dialog asking for user confirmation to close the browser when m
ultiple downloads are in progress."> |
596 Downloads are currently in progress. Do you want to exit Google Chrome a
nd cancel the downloads? | 596 Downloads are currently in progress. Do you want to exit Google Chrome a
nd cancel the downloads? |
597 </message> | 597 </message> |
598 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t
ext for OKing to close the browser when one or more downloads are in progress."> | 598 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t
ext for OKing to close the browser when one or more downloads are in progress."> |
599 Yes, exit Chrome | 599 Yes, exit Chrome |
600 </message> | 600 </message> |
601 | 601 |
| 602 <!-- Quit all apps confirmation dialog --> |
| 603 <if expr="is_macosx"> |
| 604 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
| 605 Google Chrome is running in the background. |
| 606 </message> |
| 607 </if> |
| 608 |
602 <!-- "Create application shortcuts" dialog --> | 609 <!-- "Create application shortcuts" dialog --> |
603 <if expr="is_posix and not is_macosx and not is_ios"> | 610 <if expr="is_posix and not is_macosx and not is_ios"> |
604 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m
ain label in the error dialog box when creating an application shortcut failed f
or unknown reasons."> | 611 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m
ain label in the error dialog box when creating an application shortcut failed f
or unknown reasons."> |
605 Google Chrome could not create an application shortcut. | 612 Google Chrome could not create an application shortcut. |
606 </message> | 613 </message> |
607 </if> | 614 </if> |
608 | 615 |
609 <!-- Autolaunch infobar --> | 616 <!-- Autolaunch infobar --> |
610 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chrome was automatically launched on startup"> | 617 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chrome was automatically launched on startup"> |
611 Google Chrome is configured to automatically launch when you start your
computer. | 618 Google Chrome is configured to automatically launch when you start your
computer. |
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1138 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1145 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
1139 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1146 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
1140 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the | 1147 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the |
1141 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1148 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
1142 </message> | 1149 </message> |
1143 </if> | 1150 </if> |
1144 | 1151 |
1145 </messages> | 1152 </messages> |
1146 </release> | 1153 </release> |
1147 </grit> | 1154 </grit> |
OLD | NEW |