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

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

Issue 392273004: [Resources] Add the Roboto font for contextual_search_promo_source and localize strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks Created 6 years, 5 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 | Annotate | Revision Log
« 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 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 Chromium (mDNS-In) 1207 Chromium (mDNS-In)
1208 </message> 1208 </message>
1209 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description of the firewall rule allowing inbound mDNS traffic."> 1209 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION" desc="The description of the firewall rule allowing inbound mDNS traffic.">
1210 Inbound rule for Chromium to allow mDNS traffic. 1210 Inbound rule for Chromium to allow mDNS traffic.
1211 </message> 1211 </message>
1212 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr iption of the firewall rule allowing inbound mDNS traffic canary."> 1212 <message name="IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY" desc="The descr iption of the firewall rule allowing inbound mDNS traffic canary.">
1213 Inbound rule for Chromium to allow mDNS traffic. 1213 Inbound rule for Chromium to allow mDNS traffic.
1214 </message> 1214 </message>
1215 </if> 1215 </if>
1216 1216
1217 <!-- Contextual Search -->
1218 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_DESCRIPTION" desc="Description of the Contextual Search feature.">
1219 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.
1220 </message>
1221 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTIN" desc="Text for the butto n the user clicks to opt in.">
1222 Yes, please
1223 </message>
1224 <message name="IDS_CONTEXTUAL_SEARCH_PROMO_OPTOUT" desc="Text for the butt on the user clicks to opt out.">
1225 No, thanks
1226 </message>
1227
1217 <!-- Update bubble --> 1228 <!-- Update bubble -->
1218 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click s to reinstall the app."> 1229 <message name="IDS_REINSTALL_APP" desc="Text for the button the user click s to reinstall the app.">
1219 Reinstall Chromium 1230 Reinstall Chromium
1220 </message> 1231 </message>
1221 <if expr="use_titlecase"> 1232 <if expr="use_titlecase">
1222 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="In Title Case: Text f or the Chrome menu option replacing Update required."> 1233 <message name="IDS_UPGRADE_BUBBLE_MENU_ITEM" desc="In Title Case: Text f or the Chrome menu option replacing Update required.">
1223 Chromium is Out of Date 1234 Chromium is Out of Date
1224 </message> 1235 </message>
1225 </if> 1236 </if>
1226 <if expr="not use_titlecase"> 1237 <if expr="not use_titlecase">
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 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.
1271 </message> 1282 </message>
1272 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1273 Chromium OS terms 1284 Chromium OS terms
1274 </message> 1285 </message>
1275 </if> 1286 </if>
1276 1287
1277 </messages> 1288 </messages>
1278 </release> 1289 </release>
1279 </grit> 1290 </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