| 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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 Chrome Helper | 752 Chrome Helper |
| 753 </message> | 753 </message> |
| 754 </if> | 754 </if> |
| 755 | 755 |
| 756 <!-- Chrome sign-in page --> | 756 <!-- Chrome sign-in page --> |
| 757 <message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-si
gnin page"> | 757 <message name="IDS_CHROME_SIGNIN_TITLE" desc="Title on the about:chrome-si
gnin page"> |
| 758 Chrome | 758 Chrome |
| 759 </message> | 759 </message> |
| 760 | 760 |
| 761 <!-- Tutorial card in the avatar menu bubble --> | 761 <!-- Tutorial card in the avatar menu bubble --> |
| 762 <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."> | 762 <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 Chrome."> |
| 763 You can add your other Google Accounts and lock your Chromium below. | 763 You're now signed in to Chrome |
| 764 </message> | 764 </message> |
| 765 <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."> | 765 <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."> |
| 766 Preview the new Chrome | 766 Share a computer? Now you can set up Chrome just the way you like it. |
| 767 </message> | |
| 768 <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."> | |
| 769 Try the new way to use Chrome with your Google Account and on shared comp
uters. | |
| 770 </message> | |
| 771 <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."> | |
| 772 You're previewing the new Chrome. | |
| 773 </message> | 767 </message> |
| 774 | 768 |
| 775 <!-- Account removal view in the avatar menu bubble --> | 769 <!-- Account removal view in the avatar menu bubble --> |
| 776 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a
ccount removal view when removing a secondary account."> | 770 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a
ccount removal view when removing a secondary account."> |
| 777 After removing your account from Chrome, you may need to reload your ope
n tabs to take effect. | 771 After removing your account from Chrome, you may need to reload your ope
n tabs to take effect. |
| 778 </message> | 772 </message> |
| 779 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text
of the account removal view when removing a primary account."> | 773 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text
of the account removal view when removing a primary account."> |
| 780 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph>
to sync your Chrome stuff. To update your sync preference or to use Chrome witho
ut a Google account, visit <ph name="SETTINGS_LINK">$2<ex>settings</ex></ph>. | 774 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph>
to sync your Chrome stuff. To update your sync preference or to use Chrome witho
ut a Google account, visit <ph name="SETTINGS_LINK">$2<ex>settings</ex></ph>. |
| 781 </message> | 775 </message> |
| 782 | 776 |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1198 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
| 1205 </message> | 1199 </message> |
| 1206 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1200 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1207 Chrome OS terms | 1201 Chrome OS terms |
| 1208 </message> | 1202 </message> |
| 1209 </if> | 1203 </if> |
| 1210 | 1204 |
| 1211 </messages> | 1205 </messages> |
| 1212 </release> | 1206 </release> |
| 1213 </grit> | 1207 </grit> |
| OLD | NEW |