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

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

Issue 2741103002: Create Broadcast Notification (Closed)
Patch Set: Stylizing 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBroadcastService.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 2598 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 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. 2609 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.
2610 2610
2611 You must have Bluetooth and Location turned on in order to use the Physical Web. 2611 You must have Bluetooth and Location turned on in order to use the Physical Web.
2612 </message> 2612 </message>
2613 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2613 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2614 See what’s nearby 2614 See what’s nearby
2615 </message> 2615 </message>
2616 <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."> 2616 <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.">
2617 Physical Web 2617 Physical Web
2618 </message> 2618 </message>
2619 <message name="IDS_PHYSICAL_WEB_BROADCAST_NOTIFICATION" desc="The message that will be displayed when a Physical Web URL is broadcasted successfully.">
2620 Website is broadcasting
2621 </message>
2622 <message name="IDS_PHYSICAL_WEB_STOP_BROADCAST" desc="The label for the bu tton within a notification that stops a Physical Web broadcast.">
2623 Stop
2624 </message>
2619 2625
2620 <!-- WebUsb Picker UI strings --> 2626 <!-- WebUsb Picker UI strings -->
2621 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user."> 2627 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user.">
2622 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t 2628 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t
2623 </message> 2629 </message>
2624 <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."> 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.">
2625 No devices found 2631 No devices found
2626 </message> 2632 </message>
2627 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 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.">
2628 Connect 2634 Connect
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 </message> 2761 </message>
2756 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 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.">
2757 Install 2763 Install
2758 </message> 2764 </message>
2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 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.">
2760 Update 2766 Update
2761 </message> 2767 </message>
2762 </messages> 2768 </messages>
2763 </release> 2769 </release>
2764 </grit> 2770 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBroadcastService.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698