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

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

Issue 1664673003: Improve clarity of Physical Web opt-in notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/UrlManager.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 2295 matching lines...) Expand 10 before | Expand all | Expand 10 after
2306 You must have Bluetooth and Location turned on in order to use the Physical Web. 2306 You must have Bluetooth and Location turned on in order to use the Physical Web.
2307 </message> 2307 </message>
2308 <message name="IDS_PHYSICAL_WEB_OPTIN_TITLE" desc="The title for a dialog inviting the user to opt-in to the Physical Web."> 2308 <message name="IDS_PHYSICAL_WEB_OPTIN_TITLE" desc="The title for a dialog inviting the user to opt-in to the Physical Web.">
2309 Chrome + Physical Web 2309 Chrome + Physical Web
2310 </message> 2310 </message>
2311 <message name="IDS_PHYSICAL_WEB_OPTIN_DESCRIPTION" desc="Description of th e Physical Web displayed in the opt-in dialog"> 2311 <message name="IDS_PHYSICAL_WEB_OPTIN_DESCRIPTION" desc="Description of th e Physical Web displayed in the opt-in dialog">
2312 Chrome can now find and show you nearby web pages using Bluetooth. 2312 Chrome can now find and show you nearby web pages using Bluetooth.
2313 2313
2314 Chrome will scan for nearby pages when your device is unlocked. These pages will go through a Google service to improve the quality of page results. 2314 Chrome will scan for nearby pages when your device is unlocked. These pages will go through a Google service to improve the quality of page results.
2315 2315
2316 You can control Physical Web settings in Chrome privacy settings. 2316 You can control the Physical Web in Chrome privacy settings.
2317 </message> 2317 </message>
2318 <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."> 2318 <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.">
2319 The Physical Web 2319 The Physical Web
2320 </message> 2320 </message>
2321 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="The message disp layed in a notification when there are nearby URLs."> 2321 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="The message disp layed in a notification when there are nearby URLs.">
2322 Physical Web pages nearby 2322 Physical Web pages nearby
2323 </message> 2323 </message>
2324 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TITLE" desc="A notifica tion message inviting the user to opt-in to the Physical Web."> 2324 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TITLE" desc="The first line in a notification message inviting the user to opt-in to the Physical Web." >
2325 Turn on the Physical Web? 2325 Physical Web pages are nearby
2326 </message>
2327 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TEXT" desc="The second line in a notification message inviting the user to opt-in to the Physical Web." >
newt (away) 2016/02/03 21:57:28 I'm not sure this description give enough context
mattreynolds 2016/02/03 22:40:55 Done.
2328 Use Chrome to browse them
2326 </message> 2329 </message>
2327 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2330 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2328 No nearby Physical Web pages found 2331 No nearby Physical Web pages found
2329 </message> 2332 </message>
2330 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2333 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2331 Looking for nearby Physical Web pages 2334 Looking for nearby Physical Web pages
2332 </message> 2335 </message>
2333 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2336 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2334 Refresh 2337 Refresh
2335 </message> 2338 </message>
2336 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2339 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2337 See what's nearby 2340 See what's nearby
2338 </message> 2341 </message>
2339 </messages> 2342 </messages>
2340 </release> 2343 </release>
2341 </grit> 2344 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698