Chromium Code Reviews| 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1254 <message name="IDS_METRO_FLOW_TITLE_SHORT" | 1254 <message name="IDS_METRO_FLOW_TITLE_SHORT" |
| 1255 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> | 1255 desc="The title at the top of the window guiding user through m aking Chrome default in Metro."> |
| 1256 Chromium is almost ready. | 1256 Chromium is almost ready. |
| 1257 </message> | 1257 </message> |
| 1258 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1258 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1259 desc="Alt text for the faded Chrome logo image."> | 1259 desc="Alt text for the faded Chrome logo image."> |
| 1260 Chromium logo | 1260 Chromium logo |
| 1261 </message> | 1261 </message> |
| 1262 </if> | 1262 </if> |
| 1263 | 1263 |
| 1264 <!-- Welcome page (chrome://welcome) strings --> | |
| 1265 <if expr="not chromeos"> | |
|
michaelpg
2016/09/09 05:36:26
and not is_android and not is_ios?
| |
| 1266 <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."> | |
| 1267 Welcome to Chromium | |
| 1268 </message> | |
| 1269 <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 ."> | |
| 1270 Take Chromium everywhere | |
| 1271 </message> | |
| 1272 </if> | |
| 1273 | |
| 1264 </messages> | 1274 </messages> |
| 1265 </release> | 1275 </release> |
| 1266 </grit> | 1276 </grit> |
| OLD | NEW |