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 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1132 Google Chrome Canary (mDNS-In) | 1132 Google Chrome Canary (mDNS-In) |
1133 </message> | 1133 </message> |
1134 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description
of the firewall rule allowing inbound mDNS traffic."> | 1134 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description
of the firewall rule allowing inbound mDNS traffic."> |
1135 Inbound rule for Google Chrome to allow mDNS traffic. | 1135 Inbound rule for Google Chrome to allow mDNS traffic. |
1136 </message> | 1136 </message> |
1137 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr
iption of the firewall rule allowing inbound mDNS traffic canary."> | 1137 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr
iption of the firewall rule allowing inbound mDNS traffic canary."> |
1138 Inbound rule for Google Chrome Canary to allow mDNS traffic. | 1138 Inbound rule for Google Chrome Canary to allow mDNS traffic. |
1139 </message> | 1139 </message> |
1140 </if> | 1140 </if> |
1141 | 1141 |
| 1142 <!-- Contextual Search --> |
| 1143 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_DESCRIPTION" desc="Description
of the Contextual Search feature."> |
| 1144 Enabling "Tap to Search" provides an easy way to search for terms on a w
eb page by simply tapping on them. The word tapped and surrounding page will be
sent to Google. |
| 1145 </message> |
| 1146 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTIN" desc="Text for the butto
n the user clicks to opt in."> |
| 1147 Yes, please |
| 1148 </message> |
| 1149 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTOUT" desc="Text for the butt
on the user clicks to opt out."> |
| 1150 No, thanks |
| 1151 </message> |
| 1152 |
1142 <!-- Update bubble --> | 1153 <!-- Update bubble --> |
1143 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click
s to reinstall the app."> | 1154 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click
s to reinstall the app."> |
1144 Reinstall Chrome | 1155 Reinstall Chrome |
1145 </message> | 1156 </message> |
1146 <if expr="use_titlecase"> | 1157 <if expr="use_titlecase"> |
1147 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="In Title Case: Text f
or the Chrome menu option replacing Update required."> | 1158 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="In Title Case: Text f
or the Chrome menu option replacing Update required."> |
1148 Chrome is Out of Date | 1159 Chrome is Out of Date |
1149 </message> | 1160 </message> |
1150 </if> | 1161 </if> |
1151 <if expr="not use_titlecase"> | 1162 <if expr="not use_titlecase"> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1195 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1206 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
1196 </message> | 1207 </message> |
1197 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1208 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1198 Chrome OS terms | 1209 Chrome OS terms |
1199 </message> | 1210 </message> |
1200 </if> | 1211 </if> |
1201 | 1212 |
1202 </messages> | 1213 </messages> |
1203 </release> | 1214 </release> |
1204 </grit> | 1215 </grit> |
OLD | NEW |