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 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1240 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea ding on a section which gives instructions on how to make Chromium the default b rowser."> | 1240 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea ding on a section which gives instructions on how to make Chromium the default b rowser."> |
| 1241 Make Chromium your default browser | 1241 Make Chromium your default browser |
| 1242 </message> | 1242 </message> |
| 1243 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar."> | 1243 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar."> |
| 1244 Pin Chromium to your taskbar | 1244 Pin Chromium to your taskbar |
| 1245 </message> | 1245 </message> |
| 1246 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> | 1246 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> |
| 1247 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small">< ;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO LD"></strong></ph> | 1247 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small">< ;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO LD"></strong></ph> |
| 1248 </message> | 1248 </message> |
| 1249 </if> | 1249 </if> |
| 1250 | |
| 1251 <!-- ChromeDriver info bar --> | |
| 1252 <message name="IDS_CONTROLLED_BY_CHROMEDRIVER" desc="Message shown when th e browser session is being controlled by ChromeDriver. This message is followed by a 'Learn more' link."> | |
| 1253 Your browser is being remotely controlled by ChromeDriver. | |
|
Devlin
2017/02/01 23:04:59
we have a generated_resources.grd file for strings
samuong
2017/02/04 00:11:03
Done.
| |
| 1254 </message> | |
| 1250 </messages> | 1255 </messages> |
| 1251 </release> | 1256 </release> |
| 1252 </grit> | 1257 </grit> |
| OLD | NEW |