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

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

Issue 2741103002: Create Broadcast Notification (Closed)
Patch Set: 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 2604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2615 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. 2615 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.
2616 2616
2617 You must have Bluetooth and Location turned on in order to use the Physical Web. 2617 You must have Bluetooth and Location turned on in order to use the Physical Web.
2618 </message> 2618 </message>
2619 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2619 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2620 See what's nearby 2620 See what's nearby
2621 </message> 2621 </message>
2622 <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."> 2622 <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.">
2623 Physical Web 2623 Physical Web
2624 </message> 2624 </message>
2625 <message name="IDS_PHYSICAL_WEB_BROADCAST_NOTIFICATION" desc="The message that will be displayed when the url attempted to share is being broadcasted succ essfully.">
cco3 2017/03/10 23:21:38 Suggestions below: when a Physical Web URL is broa
iankc 2017/03/10 23:54:18 Done.
2626 Webpage is broadcasting
cco3 2017/03/10 23:21:38 "Website", I think.
iankc 2017/03/10 23:54:18 Done.
2627 </message>
2628 <message name="IDS_PHYSICAL_WEB_STOP_BROADCAST" desc="The message that wil l be displayed in the notification to stop broadcasting.">
cco3 2017/03/10 23:21:38 The label for the button within a notification tha
iankc 2017/03/10 23:54:18 Done.
2629 Stop
2630 </message>
2625 2631
2626 <!-- WebUsb Picker UI strings --> 2632 <!-- WebUsb Picker UI strings -->
2627 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user."> 2633 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user.">
2628 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t 2634 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t
2629 </message> 2635 </message>
2630 <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The t ext that is used to inform the user that no devices found in the USB chooser dia log."> 2636 <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The t ext that is used to inform the user that no devices found in the USB chooser dia log.">
2631 No devices found 2637 No devices found
2632 </message> 2638 </message>
2633 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2639 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2634 Connect 2640 Connect
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2761 </message> 2767 </message>
2762 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2768 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2763 Install 2769 Install
2764 </message> 2770 </message>
2765 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2771 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2766 Update 2772 Update
2767 </message> 2773 </message>
2768 </messages> 2774 </messages>
2769 </release> 2775 </release>
2770 </grit> 2776 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698