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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1075 <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."> | 1075 <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."> |
1076 ''' It also controls what page is shown when you start Chrome or click t
he Home button. ''' | 1076 ''' It also controls what page is shown when you start Chrome or click t
he Home button. ''' |
1077 </message> | 1077 </message> |
1078 <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."> | 1078 <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."> |
1079 ''' It also controls what page is shown when you start Chrome or search
from the Omnibox. ''' | 1079 ''' It also controls what page is shown when you start Chrome or search
from the Omnibox. ''' |
1080 </message> | 1080 </message> |
1081 | 1081 |
1082 <!-- Windows firewall rule strings. --> | 1082 <!-- Windows firewall rule strings. --> |
1083 <if expr="is_win"> | 1083 <if expr="is_win"> |
1084 <message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewal
l rule allowing inbound mDNS traffic."> | 1084 <message name="IDS_INBOUND_MDNS_RULE_NAME" desc="The name of the firewal
l rule allowing inbound mDNS traffic."> |
1085 Google Chrome (mDNS-In). | 1085 Google Chrome (mDNS-In) |
1086 </message> | 1086 </message> |
1087 <message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the
firewall rule allowing inbound mDNS traffic for canary."> | 1087 <message name="IDS_INBOUND_MDNS_RULE_NAME_CANARY" desc="The name of the
firewall rule allowing inbound mDNS traffic for canary."> |
1088 Google Chrome Canary (mDNS-In). | 1088 Google Chrome Canary (mDNS-In) |
1089 </message> | 1089 </message> |
1090 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description
of the firewall rule allowing inbound mDNS traffic."> | 1090 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description
of the firewall rule allowing inbound mDNS traffic."> |
1091 Inbound rule for Google Chrome to allow mDNS traffic. | 1091 Inbound rule for Google Chrome to allow mDNS traffic. |
1092 </message> | 1092 </message> |
1093 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr
iption of the firewall rule allowing inbound mDNS traffic canary."> | 1093 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr
iption of the firewall rule allowing inbound mDNS traffic canary."> |
1094 Inbound rule for Google Chrome Canary to allow mDNS traffic. | 1094 Inbound rule for Google Chrome Canary to allow mDNS traffic. |
1095 </message> | 1095 </message> |
1096 </if> | 1096 </if> |
1097 | 1097 |
1098 <!-- Update bubble --> | 1098 <!-- Update bubble --> |
(...skipping 25 matching lines...) Expand all Loading... |
1124 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1124 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
1125 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1125 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
1126 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the | 1126 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the |
1127 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1127 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
1128 </message> | 1128 </message> |
1129 </if> | 1129 </if> |
1130 | 1130 |
1131 </messages> | 1131 </messages> |
1132 </release> | 1132 </release> |
1133 </grit> | 1133 </grit> |
OLD | NEW |