| 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 Software running on your computer is incompatible with Google Chrome. | 894 Software running on your computer is incompatible with Google Chrome. |
| 895 </message> | 895 </message> |
| 896 </if> | 896 </if> |
| 897 | 897 |
| 898 <!-- Chrome OS OOBE Terms of Service screen--> | 898 <!-- Chrome OS OOBE Terms of Service screen--> |
| 899 <if expr="pp_ifdef('chromeos')"> | 899 <if expr="pp_ifdef('chromeos')"> |
| 900 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 900 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
| 901 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Google Chrome OS Terms. | 901 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Google Chrome OS Terms. |
| 902 </message> | 902 </message> |
| 903 </if> | 903 </if> |
| 904 |
| 905 <!-- Chrome Notifications center --> |
| 906 <if expr="is_win"> |
| 907 <message name="IDS_MESSAGE_CENTER_BALLOON_TITLE" desc="Title of the firs
t run notification ballon describing the notification center."> |
| 908 Chrome Notification Center |
| 909 </message> |
| 910 <message name="IDS_MESSAGE_CENTER_BALLOON_TEXT" desc="Body text for the
the first run notification ballon describing the notification center."> |
| 911 You can see all your notifications from Chrome apps, extensions, and w
ebsites here. |
| 912 </message> |
| 913 </if> |
| 904 </messages> | 914 </messages> |
| 905 </release> | 915 </release> |
| 906 </grit> | 916 </grit> |
| OLD | NEW |