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

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

Issue 1653533002: bluetooth: Change the status of the chooser once discovery has ended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Merge with ToT 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
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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 1043
1044 <!-- Bluetooth Picker UI strings --> 1044 <!-- Bluetooth Picker UI strings -->
1045 <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. "> 1045 <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. ">
1046 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph na me="BEGIN_LINK">&lt;link&gt;</ph>pair with<ph name="END_LINK">&lt;/link&gt;</ph> :</message> 1046 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph na me="BEGIN_LINK">&lt;link&gt;</ph>pair with<ph name="END_LINK">&lt;/link&gt;</ph> :</message>
1047 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices."> 1047 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices.">
1048 Searching for devices… 1048 Searching for devices…
1049 </message> 1049 </message>
1050 <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm a ssociation of a website with a Bluetooth device. Use the same term as in 'Pair t his Bluetooth headset with your phone.'"> 1050 <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm a ssociation of a website with a Bluetooth device. Use the same term as in 'Pair t his Bluetooth headset with your phone.'">
1051 Pair 1051 Pair
1052 </message> 1052 </message>
1053 <message name="IDS_BLUETOOTH_NOT_SEEING_IT" desc="The message to show at t he bottom of the dialog when Bluetooth scanning has uncovered some items. Allows the user to restart the scan, in case their device is not listed."> 1053 <message name="IDS_BLUETOOTH_NOT_SEEING_IT" desc="The message to show at t he bottom of the dialog when Bluetooth scanning has uncovered some items but is still scanning for others.">
1054 Not seeing your device? <ph name="BEGIN_LINK1">&lt;link1&gt;</ph>Search again<ph name="END_LINK1">&lt;/link1&gt;</ph> or <ph name="BEGIN_LINK2">&lt;link 2&gt;</ph>Get help<ph name="END_LINK2">&lt;/link2&gt;</ph>. 1054 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>.
1055 </message>
1056 <message name="IDS_BLUETOOTH_NOT_SEEING_IT_IDLE" desc="The message to show at the bottom of the dialog when Bluetooth scanning has uncovered some items bu t is no longer discovering devices. Allows the user to restart the scan, in case their device is not listed.">
1057 Not seeing your device? <ph name="BEGIN_LINK1">&lt;link1&gt;</ph>Get hel p<ph name="END_LINK1">&lt;/link1&gt;</ph> or <ph name="BEGIN_LINK2">&lt;link2&gt ;</ph>search again<ph name="END_LINK2">&lt;/link2&gt;</ph>.
1055 </message> 1058 </message>
1056 <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during Bluetooth device scanning."> 1059 <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during Bluetooth device scanning.">
1057 No bluetooth devices found. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Searc h again<ph name="END_LINK">&lt;/link&gt;</ph>. 1060 No bluetooth devices found. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Searc h again<ph name="END_LINK">&lt;/link&gt;</ph>.
1058 </message> 1061 </message>
1059 <message name="IDS_BLUETOOTH_ADAPTER_OFF" desc="The message to show when s canning cannot start because the bluetooth adapter is turned off."> 1062 <message name="IDS_BLUETOOTH_ADAPTER_OFF" desc="The message to show when s canning cannot start because the bluetooth adapter is turned off.">
1060 Turn on Bluetooth in <ph name="BEGIN_LINK">&lt;link&gt;</ph>device setti ngs<ph name="END_LINK">&lt;/link&gt;</ph> to allow pairing. 1063 Turn on Bluetooth in <ph name="BEGIN_LINK">&lt;link&gt;</ph>device setti ngs<ph name="END_LINK">&lt;/link&gt;</ph> to allow pairing.
1061 </message> 1064 </message>
1062 <message name="IDS_BLUETOOTH_ADAPTER_OFF_HELP" desc="The status message to show along with the message when the bluetooth adapter is turned off (to get He lp)."> 1065 <message name="IDS_BLUETOOTH_ADAPTER_OFF_HELP" desc="The status message to show along with the message when the bluetooth adapter is turned off (to get He lp).">
1063 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Help<ph name="END_LINK">&lt;/link &gt;</ph> 1066 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Help<ph name="END_LINK">&lt;/link &gt;</ph>
1064 </message> 1067 </message>
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 </message> 2321 </message>
2319 <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."> 2322 <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.">
2320 Looking for nearby Physical Web pages 2323 Looking for nearby Physical Web pages
2321 </message> 2324 </message>
2322 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2325 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2323 Refresh 2326 Refresh
2324 </message> 2327 </message>
2325 </messages> 2328 </messages>
2326 </release> 2329 </release>
2327 </grit> 2330 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698