| 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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 </message> | 983 </message> |
| 984 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_HOME" des
c="Second line in the Settings API bubble. Only shown if the secondary change by
the extension was both the start page and the home page. See IDS_EXTENSIONS_SET
TINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes."> | 984 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_HOME" des
c="Second line in the Settings API bubble. Only shown if the secondary change by
the extension was both the start page and the home page. See IDS_EXTENSIONS_SET
TINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes."> |
| 985 ''' It also controls what page is shown when you start Chromium or click
the Home button. ''' | 985 ''' It also controls what page is shown when you start Chromium or click
the Home button. ''' |
| 986 </message> | 986 </message> |
| 987 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_SEARCH" d
esc="Second line in the Settings API bubble. Only shown if the secondary change
by the extension was both the start page and the search engine. See IDS_EXTENSIO
NS_SETTINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes."> | 987 <message name="IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_START_AND_SEARCH" d
esc="Second line in the Settings API bubble. Only shown if the secondary change
by the extension was both the start page and the search engine. See IDS_EXTENSIO
NS_SETTINGS_API_SECOND_LINE_START_PAGES for reason for triple quotes."> |
| 988 ''' It also controls what page is shown when you start Chromium or searc
h from the Omnibox. ''' | 988 ''' It also controls what page is shown when you start Chromium or searc
h from the Omnibox. ''' |
| 989 </message> | 989 </message> |
| 990 | 990 |
| 991 <!-- Website Settings bubble --> | 991 <!-- Website Settings bubble --> |
| 992 <message name="IDS_WEBSITE_SETTINGS_INTERNAL_PAGE" desc="Text that is disp
layed in the header of the Website Settings popup if the page was generated by C
hrome itself."> | 992 <message name="IDS_WEBSITE_SETTINGS_INTERNAL_PAGE" desc="Text that is disp
layed in the header of the Website Settings popup if the page was generated by C
hrome itself."> |
| 993 You are viewing a secure Chromium page. | 993 You're viewing a secure Chromium page |
| 994 </message> | 994 </message> |
| 995 | 995 |
| 996 <!-- Webstore strings --> | 996 <!-- Webstore strings --> |
| 997 <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the Web
Store app."> | 997 <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the Web
Store app."> |
| 998 Discover great apps, games, extensions and themes for Chromium. | 998 Discover great apps, games, extensions and themes for Chromium. |
| 999 </message> | 999 </message> |
| 1000 | 1000 |
| 1001 <!-- Windows firewall rule strings. --> | 1001 <!-- Windows firewall rule strings. --> |
| 1002 <if expr="is_win"> | 1002 <if expr="is_win"> |
| 1003 <message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewal
l rule allowing inbound mDNS traffic."> | 1003 <message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewal
l rule allowing inbound mDNS traffic."> |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 </messages> | 1250 </messages> |
| 1251 </release> | 1251 </release> |
| 1252 </grit> | 1252 </grit> |
| OLD | NEW |