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

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

Issue 2755003003: Add Interstitial for user consent (Closed)
Patch Set: Removing Comment Change from Service Created 3 years, 9 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
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 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after
2606 Discover web pages sent by nearby objects. Chrome gathers web pages asso ciated with objects around you, sends them anonymously to a Google service to fi nd the ones most useful to you, then displays them. 2606 Discover web pages sent by nearby objects. Chrome gathers web pages asso ciated with objects around you, sends them anonymously to a Google service to fi nd the ones most useful to you, then displays them.
2607 2607
2608 You must have Bluetooth and Location turned on in order to use the Physical Web. 2608 You must have Bluetooth and Location turned on in order to use the Physical Web.
2609 </message> 2609 </message>
2610 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2610 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2611 See what’s nearby 2611 See what’s nearby
2612 </message> 2612 </message>
2613 <message name="IDS_PHYSICAL_WEB_SHARE_ACTIVITY_TITLE" desc="Title of the P hysical Web Share activity that will appear in the Android share dialog."> 2613 <message name="IDS_PHYSICAL_WEB_SHARE_ACTIVITY_TITLE" desc="Title of the P hysical Web Share activity that will appear in the Android share dialog.">
2614 Physical Web 2614 Physical Web
2615 </message> 2615 </message>
2616 <message name="IDS_PHYSICAL_WEB_SHARE_ENTRY_TITLE" desc="Label of the Phys ical Web Share Entry Activity.">
2617 Physical Web Sharing
2618 </message>
2619 <message name="IDS_PHYSICAL_WEB_SHARE_ENTRY_MESSAGE" desc=".">
mattreynolds 2017/03/17 00:52:40 Description
iankc 2017/03/17 01:46:11 Done.
2620 This service needs to anonymously send this website address to Google se rvers for verification.
2621 </message>
2622 <message name="IDS_PHYSICAL_WEB_SHARE_ENTRY_CONTINUE" desc="Label on butto n on the alert dialogue for the user to consent to use our service.">
mattreynolds 2017/03/17 00:52:40 IDS_CONTINUE_BUTTON already exists, let's use that
iankc 2017/03/17 01:46:11 Done.
2623 Continue
2624 </message>
2625 <message name="IDS_PHYSICAL_WEB_SHARE_ENTRY_CANCEL" desc="Label on button to alert dialogue for the user to not use our service.">
mattreynolds 2017/03/17 00:52:39 IDS_CANCEL
iankc 2017/03/17 01:46:11 Done.
2626 Cancel
2627 </message>
2616 <message name="IDS_PHYSICAL_WEB_BROADCAST_NOTIFICATION" desc="The message that will be displayed when a Physical Web URL is broadcasted successfully."> 2628 <message name="IDS_PHYSICAL_WEB_BROADCAST_NOTIFICATION" desc="The message that will be displayed when a Physical Web URL is broadcasted successfully.">
2617 Website is broadcasting 2629 Website is broadcasting
2618 </message> 2630 </message>
2619 <message name="IDS_PHYSICAL_WEB_STOP_BROADCAST" desc="The label for the bu tton within a notification that stops a Physical Web broadcast."> 2631 <message name="IDS_PHYSICAL_WEB_STOP_BROADCAST" desc="The label for the bu tton within a notification that stops a Physical Web broadcast.">
2620 Stop 2632 Stop
2621 </message> 2633 </message>
2622 2634
2623 <!-- WebUsb Picker UI strings --> 2635 <!-- WebUsb Picker UI strings -->
2624 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user."> 2636 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user.">
2625 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t 2637 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2758 </message> 2770 </message>
2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2771 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2760 Install 2772 Install
2761 </message> 2773 </message>
2762 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2774 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2763 Update 2775 Update
2764 </message> 2776 </message>
2765 </messages> 2777 </messages>
2766 </release> 2778 </release>
2767 </grit> 2779 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698