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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 <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."> | 655 <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."> |
656 Downloads are currently in progress. Do you want to exit Chromium and ca
ncel the downloads? | 656 Downloads are currently in progress. Do you want to exit Chromium and ca
ncel the downloads? |
657 </message> | 657 </message> |
658 <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."> | 658 <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."> |
659 Yes, exit Chromium | 659 Yes, exit Chromium |
660 </message> | 660 </message> |
661 | 661 |
662 <!-- Quit all apps confirmation dialog --> | 662 <!-- Quit all apps confirmation dialog --> |
663 <if expr="is_macosx"> | 663 <if expr="is_macosx"> |
664 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> | 664 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
665 Chromium is running in the background. | 665 Chromium is in background mode. |
666 </message> | 666 </message> |
667 </if> | 667 </if> |
668 | 668 |
669 <!-- Autolaunch infobar --> | 669 <!-- Autolaunch infobar --> |
670 <if expr="is_win"> | 670 <if expr="is_win"> |
671 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in t
he infobar when Chromium was automatically launched on startup"> | 671 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in t
he infobar when Chromium was automatically launched on startup"> |
672 Chromium is configured to automatically launch when you start your com
puter. | 672 Chromium is configured to automatically launch when you start your com
puter. |
673 </message> | 673 </message> |
674 </if> | 674 </if> |
675 | 675 |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 </if> | 1254 </if> |
1255 <if expr="not is_android and not is_ios"> | 1255 <if expr="not is_android and not is_ios"> |
1256 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> | 1256 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> |
1257 Chromium can't establish a private connection to <strong><ph nam
e="DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because y
our computer's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></
ph>). You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id
="clock-link"></ph>you update your computer's date and time<ph name="END_LINK
"></a></ph>. | 1257 Chromium can't establish a private connection to <strong><ph nam
e="DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because y
our computer's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></
ph>). You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id
="clock-link"></ph>you update your computer's date and time<ph name="END_LINK
"></a></ph>. |
1258 </message> | 1258 </message> |
1259 </if> | 1259 </if> |
1260 | 1260 |
1261 </messages> | 1261 </messages> |
1262 </release> | 1262 </release> |
1263 </grit> | 1263 </grit> |
OLD | NEW |