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 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 <!-- Welcome page (chrome://welcome) strings --> | 1275 <!-- Welcome page (chrome://welcome) strings --> |
1276 <if expr="not chromeos and not is_android and not is_ios"> | 1276 <if expr="not chromeos and not is_android and not is_ios"> |
1277 <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."> | 1277 <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."> |
1278 Welcome to Chromium | 1278 Welcome to Chromium |
1279 </message> | 1279 </message> |
1280 <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
."> | 1280 <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
."> |
1281 Take Chromium everywhere | 1281 Take Chromium everywhere |
1282 </message> | 1282 </message> |
1283 </if> | 1283 </if> |
1284 | 1284 |
| 1285 <!-- Windows 10 Welcome page strings --> |
| 1286 <if expr="is_win"> |
| 1287 <message name="IDS_WIN10_WELCOME_HEADER" desc="A header on the Windows 1
0 Welcome UI if the user has never run Chromium before."> |
| 1288 Welcome to Chromium |
| 1289 </message> |
| 1290 <message name="IDS_WIN10_WELCOME_HEADER_AFTER_FIRST_RUN" desc="A header
on the Windows 10 Welcome UI if the user has run Chromium before."> |
| 1291 Get to Chromium faster |
| 1292 </message> |
| 1293 <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."> |
| 1294 Make Chromium your default browser |
| 1295 </message> |
| 1296 <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."> |
| 1297 Pin Chromium to your taskbar |
| 1298 </message> |
| 1299 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> |
| 1300 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> |
| 1301 </message> |
| 1302 </if> |
| 1303 |
1285 </messages> | 1304 </messages> |
1286 </release> | 1305 </release> |
1287 </grit> | 1306 </grit> |
OLD | NEW |