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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 <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."> | 1151 <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."> |
1152 ''' It also controls what page is shown when you start Chromium or click
the Home button. ''' | 1152 ''' It also controls what page is shown when you start Chromium or click
the Home button. ''' |
1153 </message> | 1153 </message> |
1154 <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."> | 1154 <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."> |
1155 ''' It also controls what page is shown when you start Chromium or searc
h from the Omnibox. ''' | 1155 ''' It also controls what page is shown when you start Chromium or searc
h from the Omnibox. ''' |
1156 </message> | 1156 </message> |
1157 | 1157 |
1158 <!-- Windows firewall rule strings. --> | 1158 <!-- Windows firewall rule strings. --> |
1159 <if expr="is_win"> | 1159 <if expr="is_win"> |
1160 <message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewal
l rule allowing inbound mDNS traffic."> | 1160 <message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewal
l rule allowing inbound mDNS traffic."> |
1161 Chromium (mDNS-In). | 1161 Chromium (mDNS-In) |
1162 </message> | 1162 </message> |
1163 <message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the
firewall rule allowing inbound mDNS traffic for canary."> | 1163 <message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the
firewall rule allowing inbound mDNS traffic for canary."> |
1164 Chromium (mDNS-In). | 1164 Chromium (mDNS-In) |
1165 </message> | 1165 </message> |
1166 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description
of the firewall rule allowing inbound mDNS traffic."> | 1166 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description
of the firewall rule allowing inbound mDNS traffic."> |
1167 Inbound rule for Chromium to allow mDNS traffic. | 1167 Inbound rule for Chromium to allow mDNS traffic. |
1168 </message> | 1168 </message> |
1169 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr
iption of the firewall rule allowing inbound mDNS traffic canary."> | 1169 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr
iption of the firewall rule allowing inbound mDNS traffic canary."> |
1170 Inbound rule for Chromium to allow mDNS traffic. | 1170 Inbound rule for Chromium to allow mDNS traffic. |
1171 </message> | 1171 </message> |
1172 </if> | 1172 </if> |
1173 | 1173 |
1174 <!-- Update bubble --> | 1174 <!-- Update bubble --> |
(...skipping 25 matching lines...) Expand all Loading... |
1200 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1200 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
1201 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1201 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
1202 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the | 1202 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the |
1203 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1203 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
1204 </message> | 1204 </message> |
1205 </if> | 1205 </if> |
1206 | 1206 |
1207 </messages> | 1207 </messages> |
1208 </release> | 1208 </release> |
1209 </grit> | 1209 </grit> |
OLD | NEW |