| 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 source_lang_id="en" enc_check="möl"> | 6 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 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 ''' It also controls what page is shown when you start Chromium. ''' | 1014 ''' It also controls what page is shown when you start Chromium. ''' |
| 1015 </message> | 1015 </message> |
| 1016 <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."> | 1016 <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."> |
| 1017 ''' It also controls what page is shown when you start Chromium or click
the Home button. ''' | 1017 ''' It also controls what page is shown when you start Chromium or click
the Home button. ''' |
| 1018 </message> | 1018 </message> |
| 1019 <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."> | 1019 <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."> |
| 1020 ''' It also controls what page is shown when you start Chromium or searc
h from the Omnibox. ''' | 1020 ''' It also controls what page is shown when you start Chromium or searc
h from the Omnibox. ''' |
| 1021 </message> | 1021 </message> |
| 1022 | 1022 |
| 1023 <!-- Website Settings bubble --> | 1023 <!-- Website Settings bubble --> |
| 1024 <!-- TODO(palmer): This is redundant with IDS_PAGE_INFO_INTERNAL_PAGE. Rem
ove it. --> |
| 1024 <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."> | 1025 <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."> |
| 1025 You are viewing a secure Chromium page. | 1026 You are viewing a secure Chromium page. |
| 1026 </message> | 1027 </message> |
| 1027 | 1028 |
| 1028 <!-- Webstore strings --> | 1029 <!-- Webstore strings --> |
| 1029 <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the Web
Store app."> | 1030 <message name="IDS_WEBSTORE_APP_DESCRIPTION" desc="Description for the Web
Store app."> |
| 1030 Discover great apps, games, extensions and themes for Chromium. | 1031 Discover great apps, games, extensions and themes for Chromium. |
| 1031 </message> | 1032 </message> |
| 1032 | 1033 |
| 1033 <!-- Windows firewall rule strings. --> | 1034 <!-- Windows firewall rule strings. --> |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 </message> | 1183 </message> |
| 1183 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1184 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1184 desc="Alt text for the faded Chrome logo image."> | 1185 desc="Alt text for the faded Chrome logo image."> |
| 1185 Chromium logo | 1186 Chromium logo |
| 1186 </message> | 1187 </message> |
| 1187 </if> | 1188 </if> |
| 1188 | 1189 |
| 1189 </messages> | 1190 </messages> |
| 1190 </release> | 1191 </release> |
| 1191 </grit> | 1192 </grit> |
| OLD | NEW |