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

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

Issue 1709353002: Improve clarity of Physical Web opt-in notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
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 2328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 You must have Bluetooth and Location turned on in order to use the Physical Web. 2339 You must have Bluetooth and Location turned on in order to use the Physical Web.
2340 </message> 2340 </message>
2341 <message name="IDS_PHYSICAL_WEB_OPTIN_TITLE" desc="The title for a dialog inviting the user to opt-in to the Physical Web."> 2341 <message name="IDS_PHYSICAL_WEB_OPTIN_TITLE" desc="The title for a dialog inviting the user to opt-in to the Physical Web.">
2342 Chrome + Physical Web 2342 Chrome + Physical Web
2343 </message> 2343 </message>
2344 <message name="IDS_PHYSICAL_WEB_OPTIN_DESCRIPTION" desc="Description of th e Physical Web displayed in the opt-in dialog"> 2344 <message name="IDS_PHYSICAL_WEB_OPTIN_DESCRIPTION" desc="Description of th e Physical Web displayed in the opt-in dialog">
2345 Chrome can now find and show you nearby web pages using Bluetooth. 2345 Chrome can now find and show you nearby web pages using Bluetooth.
2346 2346
2347 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. 2347 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.
2348 2348
2349 You can control Physical Web settings in Chrome privacy settings. 2349 You can control the Physical Web in Chrome privacy settings.
2350 </message> 2350 </message>
2351 <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."> 2351 <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.">
2352 The Physical Web 2352 The Physical Web
2353 </message> 2353 </message>
2354 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="The message disp layed in a notification when there are nearby URLs."> 2354 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="The message disp layed in a notification when there are nearby URLs.">
2355 Physical Web pages nearby 2355 Physical Web pages nearby
2356 </message> 2356 </message>
2357 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TITLE" desc="A notifica tion message inviting the user to opt-in to the Physical Web."> 2357 <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.">
2358 Turn on the Physical Web? 2358 Physical Web pages are nearby
2359 </message>
2360 <message name="IDS_PHYSICAL_WEB_OPTIN_NOTIFICATION_TEXT" desc="The second 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.">
2361 Use Chrome to browse them
2359 </message> 2362 </message>
2360 <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."> 2363 <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.">
2361 No nearby Physical Web pages found 2364 No nearby Physical Web pages found
2362 </message> 2365 </message>
2363 <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."> 2366 <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.">
2364 Looking for nearby Physical Web pages 2367 Looking for nearby Physical Web pages
2365 </message> 2368 </message>
2366 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2369 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2367 Refresh 2370 Refresh
2368 </message> 2371 </message>
2369 </messages> 2372 </messages>
2370 </release> 2373 </release>
2371 </grit> 2374 </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