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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
4 be available for now. --> | 4 be available for now. --> |
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/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 <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."> | 644 <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."> |
645 A download is currently in progress. Do you want to exit Chromium and ca
ncel the download? | 645 A download is currently in progress. Do you want to exit Chromium and ca
ncel the download? |
646 </message> | 646 </message> |
647 <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."> | 647 <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."> |
648 Downloads are currently in progress. Do you want to exit Chromium and ca
ncel the downloads? | 648 Downloads are currently in progress. Do you want to exit Chromium and ca
ncel the downloads? |
649 </message> | 649 </message> |
650 <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."> | 650 <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."> |
651 Yes, exit Chromium | 651 Yes, exit Chromium |
652 </message> | 652 </message> |
653 | 653 |
| 654 <!-- Quit all apps confirmation dialog --> |
| 655 <if expr="is_macosx"> |
| 656 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
| 657 Chromium is running in the background. |
| 658 </message> |
| 659 </if> |
| 660 |
654 <!-- Autolaunch infobar --> | 661 <!-- Autolaunch infobar --> |
655 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chromium was automatically launched on startup"> | 662 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chromium was automatically launched on startup"> |
656 Chromium is configured to automatically launch when you start your compu
ter. | 663 Chromium is configured to automatically launch when you start your compu
ter. |
657 </message> | 664 </message> |
658 | 665 |
659 <!-- about:flags --> | 666 <!-- about:flags --> |
660 <if expr="not chromeos"> | 667 <if expr="not chromeos"> |
661 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'."> | 668 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'."> |
662 Your changes will take effect the next time you relaunch Chromium. | 669 Your changes will take effect the next time you relaunch Chromium. |
663 </message> | 670 </message> |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1197 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1204 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
1198 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1205 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
1199 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the | 1206 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the |
1200 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1207 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
1201 </message> | 1208 </message> |
1202 </if> | 1209 </if> |
1203 | 1210 |
1204 </messages> | 1211 </messages> |
1205 </release> | 1212 </release> |
1206 </grit> | 1213 </grit> |
OLD | NEW |