| 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 </message> | 962 </message> |
| 963 | 963 |
| 964 <!-- App shortcuts --> | 964 <!-- App shortcuts --> |
| 965 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium
Apps Start Menu folder name."> | 965 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium
Apps Start Menu folder name."> |
| 966 Chromium Apps | 966 Chromium Apps |
| 967 </message> | 967 </message> |
| 968 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch
rome Apps Start Menu folder name."> | 968 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch
rome Apps Start Menu folder name."> |
| 969 Chromium Apps | 969 Chromium Apps |
| 970 </message> | 970 </message> |
| 971 | 971 |
| 972 <!-- Chrome Conflicts bubble --> |
| 973 <if expr="is_win"> |
| 974 <message name="IDS_OPTIONS_CONFLICTING_MODULE" desc="Shown in a bubble w
hen a conflict has been detected."> |
| 975 Software running on your computer is incompatible with Chromium. |
| 976 </message> |
| 977 </if> |
| 978 |
| 972 <!-- Chrome OS OOBE Terms of Service screen--> | 979 <!-- Chrome OS OOBE Terms of Service screen--> |
| 973 <if expr="pp_ifdef('chromeos')"> | 980 <if expr="pp_ifdef('chromeos')"> |
| 974 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 981 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
| 975 <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 Chromium OS Terms. | 982 <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 Chromium OS Terms. |
| 976 </message> | 983 </message> |
| 977 </if> | 984 </if> |
| 978 </messages> | 985 </messages> |
| 979 </release> | 986 </release> |
| 980 </grit> | 987 </grit> |
| OLD | NEW |