| 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 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1257 <message name="IDS_METRO_FLOW_TITLE_SHORT" | 1257 <message name="IDS_METRO_FLOW_TITLE_SHORT" |
| 1258 desc="The title at the top of the window guiding user through m
aking Chrome default in Metro."> | 1258 desc="The title at the top of the window guiding user through m
aking Chrome default in Metro."> |
| 1259 Chromium is almost ready. | 1259 Chromium is almost ready. |
| 1260 </message> | 1260 </message> |
| 1261 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1261 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1262 desc="Alt text for the faded Chrome logo image."> | 1262 desc="Alt text for the faded Chrome logo image."> |
| 1263 Chromium logo | 1263 Chromium logo |
| 1264 </message> | 1264 </message> |
| 1265 </if> | 1265 </if> |
| 1266 | 1266 |
| 1267 <!-- Welcome page (chrome://welcome) strings --> |
| 1268 <if expr="not chromeos and not is_android and not is_ios"> |
| 1269 <message name="IDS_WELCOME_HEADER" desc="A message which will appear as
the header on the Welcome UI if the user has never run Chromium before."> |
| 1270 Welcome to Chromium |
| 1271 </message> |
| 1272 <message name="IDS_WELCOME_HEADER_AFTER_FIRST_RUN" desc="A message which
will appear as the header on the Welcome UI if the user has run Chromium before
."> |
| 1273 Take Chromium everywhere |
| 1274 </message> |
| 1275 </if> |
| 1276 |
| 1267 </messages> | 1277 </messages> |
| 1268 </release> | 1278 </release> |
| 1269 </grit> | 1279 </grit> |
| OLD | NEW |