| 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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 <message name="IDS_METRO_FLOW_TITLE_SHORT" | 1248 <message name="IDS_METRO_FLOW_TITLE_SHORT" |
| 1249 desc="The title at the top of the window guiding user through m
aking Chrome default in Metro."> | 1249 desc="The title at the top of the window guiding user through m
aking Chrome default in Metro."> |
| 1250 Chromium is almost ready. | 1250 Chromium is almost ready. |
| 1251 </message> | 1251 </message> |
| 1252 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1252 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1253 desc="Alt text for the faded Chrome logo image."> | 1253 desc="Alt text for the faded Chrome logo image."> |
| 1254 Chromium logo | 1254 Chromium logo |
| 1255 </message> | 1255 </message> |
| 1256 </if> | 1256 </if> |
| 1257 | 1257 |
| 1258 <!-- Welcome page (chrome://welcome) strings --> |
| 1259 <message name="IDS_WELCOME_UI_WELCOME_HEADER" desc="A message which will a
ppear as the header on the Welcome UI if the user has never run Chromium before.
"> |
| 1260 Welcome to Chromium |
| 1261 </message> |
| 1262 <message name="IDS_WELCOME_UI_EVERYWHERE_HEADER" desc="A message which wil
l appear as the header on the Welcome UI if the user has run Chromium before."> |
| 1263 Take Chromium everywhere |
| 1264 </message> |
| 1265 |
| 1258 </messages> | 1266 </messages> |
| 1259 </release> | 1267 </release> |
| 1260 </grit> | 1268 </grit> |
| OLD | NEW |