Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 597673003: [Search] Make the feature name link to a learn more screen in the first-run experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 </message> 1198 </message>
1199 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr iption of the firewall rule allowing inbound mDNS traffic canary."> 1199 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr iption of the firewall rule allowing inbound mDNS traffic canary.">
1200 Inbound rule for Chromium to allow mDNS traffic. 1200 Inbound rule for Chromium to allow mDNS traffic.
1201 </message> 1201 </message>
1202 </if> 1202 </if>
1203 1203
1204 <!-- Contextual Search --> 1204 <!-- Contextual Search -->
1205 <message name="IDS_CONTEXTUAL_SEARCH_HEADER" desc="Header shown at the top of the first run experience, to describe the Contextual Search feature."> 1205 <message name="IDS_CONTEXTUAL_SEARCH_HEADER" desc="Header shown at the top of the first run experience, to describe the Contextual Search feature.">
1206 Search with one touch 1206 Search with one touch
1207 </message> 1207 </message>
1208 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_DESCRIPTION" desc="Description of the Contextual Search feature."> 1208 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_DESCRIPTION_1" desc="Part 1 of the description of the Contextual Search feature. Combined with FEATURE_NAME and DESCRIPTION_2 below, the whole should be a paragraph describing the feature. Th is line can be empty if it makes sense to start the sentence with FEATURE_NAME." >
1209 Using “Touch to Search” you can touch any word on a website to learn mor e about a topic. Chromium will send that word and the surrounding contents to Go ogle and bring back relevant information about it. 1209 Learn about topics on websites without leaving your browser.
1210 </message>
1211 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_FEATURE_NAME" desc="Name of the Contextual Search feature. See explanation in DESCRIPTION_1.">
1212 Tap to Search
1213 </message>
1214 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_DESCRIPTION_2" desc="Part 2 of the description of the Contextual Search feature. See explanation in DESCRIPTION _1.">
1215 sends a word and its surrounding context to Google Search, returning def initions, pictures, search results, and other details.
1210 </message> 1216 </message>
1211 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTIN" desc="Text for the butto n the user clicks to opt in."> 1217 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTIN" desc="Text for the butto n the user clicks to opt in.">
1212 Accept &amp; Search 1218 Accept &amp; Search
1213 </message> 1219 </message>
1214 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTOUT" desc="Text for the butt on the user clicks to opt out."> 1220 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTOUT" desc="Text for the butt on the user clicks to opt out.">
1215 No Thanks 1221 No Thanks
1216 </message> 1222 </message>
1217 1223
1218 <!-- Update bubble --> 1224 <!-- Update bubble -->
1219 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click s to reinstall the app."> 1225 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click s to reinstall the app.">
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1287 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1282 </message> 1288 </message>
1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1289 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1284 Chromium OS terms 1290 Chromium OS terms
1285 </message> 1291 </message>
1286 </if> 1292 </if>
1287 1293
1288 </messages> 1294 </messages>
1289 </release> 1295 </release>
1290 </grit> 1296 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698