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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1947693002: Add a Learn More link to the Physical Web opt-in activity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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 | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebOptInActivity.java ('k') | no next file » | 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 2282
2283 You must have Bluetooth and Location turned on in order to use the Physical Web. 2283 You must have Bluetooth and Location turned on in order to use the Physical Web.
2284 </message> 2284 </message>
2285 <message name="IDS_PHYSICAL_WEB_OPTIN_TITLE" desc="The title for a dialog inviting the user to opt-in to the Physical Web."> 2285 <message name="IDS_PHYSICAL_WEB_OPTIN_TITLE" desc="The title for a dialog inviting the user to opt-in to the Physical Web.">
2286 Chrome + Physical Web 2286 Chrome + Physical Web
2287 </message> 2287 </message>
2288 <message name="IDS_PHYSICAL_WEB_OPTIN_DESCRIPTION" desc="Description of th e Physical Web displayed in the opt-in dialog"> 2288 <message name="IDS_PHYSICAL_WEB_OPTIN_DESCRIPTION" desc="Description of th e Physical Web displayed in the opt-in dialog">
2289 Devices nearby you are broadcasting web pages over Bluetooth. Chrome wil l scan for pages and display them when you wake up your device. These pages will go through a Google service to improve the quality of page results. 2289 Devices nearby you are broadcasting web pages over Bluetooth. Chrome wil l scan for pages and display them when you wake up your device. These pages will go through a Google service to improve the quality of page results.
2290 2290
2291 You can control the Physical Web in Chrome Settings. 2291 You can control the Physical Web in Chrome Settings.
2292
2293 <ph name="BEGIN_LINK">&lt;learnmore&gt;</ph>Learn more<ph name="END_LINK">&lt;/l earnmore&gt;</ph>
2292 </message> 2294 </message>
2293 <message name="IDS_PHYSICAL_WEB_LIST_URLS_ACTIVITY_TITLE" desc="The title for a dialog that shows a list of URLs broadcasted from nearby devices."> 2295 <message name="IDS_PHYSICAL_WEB_LIST_URLS_ACTIVITY_TITLE" desc="The title for a dialog that shows a list of URLs broadcasted from nearby devices.">
2294 The Physical Web 2296 The Physical Web
2295 </message> 2297 </message>
2296 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="The message disp layed in a notification when there are nearby URLs."> 2298 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="The message disp layed in a notification when there are nearby URLs.">
2297 Physical Web pages nearby 2299 Physical Web pages nearby
2298 </message> 2300 </message>
2299 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TITLE" desc="The first line in a notification message informing the user there are nearby devices broad casting URLs and Chrome can be used to browse the list of URLs."> 2301 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TITLE" desc="The first line in a notification message informing the user there are nearby devices broad casting URLs and Chrome can be used to browse the list of URLs.">
2300 Web pages are nearby 2302 Web pages are nearby
2301 </message> 2303 </message>
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
2387 <!-- Migration strings --> 2389 <!-- Migration strings -->
2388 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2390 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2389 Quickly switch tabs 2391 Quickly switch tabs
2390 </message> 2392 </message>
2391 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2393 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2392 Tap this button for quick access to your tabs. 2394 Tap this button for quick access to your tabs.
2393 </message> 2395 </message>
2394 </messages> 2396 </messages>
2395 </release> 2397 </release>
2396 </grit> 2398 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebOptInActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698