| 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> | 685 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> |
| 686 Chromium Utility | 686 Chromium Utility |
| 687 </message> | 687 </message> |
| 688 </if> | 688 </if> |
| 689 | 689 |
| 690 <!-- Sync promo page chrome://signin --> | 690 <!-- Sync promo page chrome://signin --> |
| 691 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b
ottom of the sync promo."> | 691 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b
ottom of the sync promo."> |
| 692 See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more b
enefits<ph name="END_LINK"></a></ph> of signing in to Chromium. | 692 See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more b
enefits<ph name="END_LINK"></a></ph> of signing in to Chromium. |
| 693 </message> | 693 </message> |
| 694 | 694 |
| 695 <!-- One click sign in infobar --> |
| 696 <if expr="not pp_ifdef('chromeos')"> |
| 697 <message name="IDS_ONE_CLICK_SIGNIN_INFOBAR_MESSAGE" desc="The string sh
own in the infobar explaining that the user can connect his profile to a Google
account instead of logging in only here."> |
| 698 Use this Google Account to sync all your Chromium stuff? |
| 699 </message> |
| 700 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of
the reverse auto-login dialog."> |
| 701 Sign in to Chromium? |
| 702 </message> |
| 703 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE" desc="The message of
the reverse auto-login dialog."> |
| 704 Chromium will now sync all your data with Google servers, so you'll be
able to have the same bookmarks, history, and other settings when you sign in t
o Chromium on any device. |
| 705 </message> |
| 706 </if> |
| 707 |
| 695 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill
options menu entry."> | 708 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill
options menu entry."> |
| 696 Chromium Autofill settings | 709 Chromium Autofill settings |
| 697 </message> | 710 </message> |
| 698 | 711 |
| 699 <!-- Web Intents --> | 712 <!-- Web Intents --> |
| 700 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> | 713 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt
on in the web intent picker that installs an extension then uses the extension a
s an intent service."> |
| 701 Add to Chromium | 714 Add to Chromium |
| 702 </message> | 715 </message> |
| 703 </messages> | 716 </messages> |
| 704 </release> | 717 </release> |
| 705 </grit> | 718 </grit> |
| OLD | NEW |