| 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 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
| 4 be available for now. --> | 4 be available for now. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run
dialog"> | 335 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run
dialog"> |
| 336 Start Chromium | 336 Start Chromium |
| 337 </message> | 337 </message> |
| 338 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che
ckbox label"> | 338 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che
ckbox label"> |
| 339 Make Chromium the default browser | 339 Make Chromium the default browser |
| 340 </message> | 340 </message> |
| 341 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" | 341 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" |
| 342 desc="Title for the hard-coded thumbnail that represents the Goog
le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn
ails to show."> | 342 desc="Title for the hard-coded thumbnail that represents the Goog
le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn
ails to show."> |
| 343 Welcome to Chromium | 343 Welcome to Chromium |
| 344 </message> | 344 </message> |
| 345 <message name="IDS_NEW_TAB_THEMES_GALLERY_PAGE_TITLE" | |
| 346 desc="Title for the hard coded thumbnail that represents the Themes Gal
lery page. This is used on the NTP when there aren't enough thumbnails to show."
> | |
| 347 Chromium Themes Gallery | |
| 348 </message> | |
| 349 <if expr="not pp_ifdef('chromeos')"> | 345 <if expr="not pp_ifdef('chromeos')"> |
| 350 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> | 346 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> |
| 351 Chromium needs to launch an external application to handle <ph name="S
CHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK
">$2<ex>acrobat:yourpdf</ex></ph>. | 347 Chromium needs to launch an external application to handle <ph name="S
CHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROTOLINK
">$2<ex>acrobat:yourpdf</ex></ph>. |
| 352 </message> | 348 </message> |
| 353 </if> | 349 </if> |
| 354 <if expr="pp_ifdef('chromeos')"> | 350 <if expr="pp_ifdef('chromeos')"> |
| 355 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> | 351 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat
ion about what Chrome is trying to do when opening this external protocol"> |
| 356 Chromium OS does not support launching an external application to hand
le <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph n
ame="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>. | 352 Chromium OS does not support launching an external application to hand
le <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph n
ame="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>. |
| 357 </message> | 353 </message> |
| 358 </if> | 354 </if> |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> | 593 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> |
| 598 Chromium Utility | 594 Chromium Utility |
| 599 </message> | 595 </message> |
| 600 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> | 596 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> |
| 601 Chromium Utility | 597 Chromium Utility |
| 602 </message> | 598 </message> |
| 603 </if> | 599 </if> |
| 604 </messages> | 600 </messages> |
| 605 </release> | 601 </release> |
| 606 </grit> | 602 </grit> |
| OLD | NEW |