| 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 Chromium Helper | 828 Chromium Helper |
| 829 </message> | 829 </message> |
| 830 </if> | 830 </if> |
| 831 | 831 |
| 832 <!-- Chrome sign-in page --> | 832 <!-- Chrome sign-in page --> |
| 833 <message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-si
gnin page"> | 833 <message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-si
gnin page"> |
| 834 Chromium | 834 Chromium |
| 835 </message> | 835 </message> |
| 836 | 836 |
| 837 <!-- Tutorial card in the avatar menu bubble --> | 837 <!-- Tutorial card in the avatar menu bubble --> |
| 838 <message name="IDS_PROFILES_PREVIEW_ENABLED_TUTORIAL_CONTENT_TEXT" desc="T
he main content of the tutorial card in the avatar menu bubble view shown when u
ser enables the new profile management preview."> | 838 <message name="IDS_PROFILES_CONFIRM_SIGNIN_TUTORIAL_TITLE" desc="The title
of the tutorial card in the avatar menu bubble view shown when a user signs in
to Chromium."> |
| 839 You can add your other Google Accounts and lock your Chromium below. | 839 You're now signed in to Chromium |
| 840 </message> | 840 </message> |
| 841 <message name="IDS_PROFILES_PREVIEW_TUTORIAL_TITLE" desc="The title of the
tutorial card in the avatar menu bubble view that asks the user to preview the
new profile management UI."> | 841 <message name="IDS_PROFILES_WELCOME_UPGRADE_TUTORIAL_CONTENT_TEXT" desc="T
he main content of the tutorial card in the avatar menu bubble view that introdu
ces an upgrade user to the new profile management UI."> |
| 842 Preview the new Chromium | 842 Share a computer? Now you can set up Chromium just the way you like it. |
| 843 </message> | |
| 844 <message name="IDS_PROFILES_PREVIEW_TUTORIAL_CONTENT_TEXT" desc="The main
content of the tutorial card in the avatar menu bubble view that asks the user t
o preview the new profile management UI."> | |
| 845 Try the new way to use Chromium with your Google Account and on shared co
mputers. | |
| 846 </message> | |
| 847 <message name="IDS_PROFILES_FEEDBACK_TUTORIAL_CONTENT_TEXT" desc="The main
content of the tutorial card in the avatar menu bubble view that asks the user
to send feedback about the new profile management UI."> | |
| 848 You're previewing the new Chromium. | |
| 849 </message> | 843 </message> |
| 850 | 844 |
| 851 <!-- Account removal view in the avatar menu bubble --> | 845 <!-- Account removal view in the avatar menu bubble --> |
| 852 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a
ccount removal view when removing a secondary account."> | 846 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a
ccount removal view when removing a secondary account."> |
| 853 After removing your account from Chromium, you may need to reload your o
pen tabs to take effect. | 847 After removing your account from Chromium, you may need to reload your o
pen tabs to take effect. |
| 854 </message> | 848 </message> |
| 855 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text
of the account removal view when removing a primary account."> | 849 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text
of the account removal view when removing a primary account."> |
| 856 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph>
to sync your Chromium stuff. To update your sync preference or to use Chromium w
ithout a Google account, visit <ph name="SETTINGS_LINK">$2<ex>settings</ex></ph>
. | 850 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph>
to sync your Chromium stuff. To update your sync preference or to use Chromium w
ithout a Google account, visit <ph name="SETTINGS_LINK">$2<ex>settings</ex></ph>
. |
| 857 </message> | 851 </message> |
| 858 | 852 |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1279 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1273 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
| 1280 </message> | 1274 </message> |
| 1281 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1275 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1282 Chromium OS terms | 1276 Chromium OS terms |
| 1283 </message> | 1277 </message> |
| 1284 </if> | 1278 </if> |
| 1285 | 1279 |
| 1286 </messages> | 1280 </messages> |
| 1287 </release> | 1281 </release> |
| 1288 </grit> | 1282 </grit> |
| OLD | NEW |