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

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: Improve test and add new test 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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 1040
1041 <!-- Bluetooth Picker UI strings --> 1041 <!-- Bluetooth Picker UI strings -->
1042 <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. "> 1042 <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. ">
1043 <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> 1043 <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>
1044 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices."> 1044 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices.">
1045 Searching for devices… 1045 Searching for devices…
1046 </message> 1046 </message>
1047 <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.'"> 1047 <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.'">
1048 Pair 1048 Pair
1049 </message> 1049 </message>
1050 <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."> 1050 <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.">
1051 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>. 1051 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>.
1052 </message>
1053 <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.">
1054 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>.
1052 </message> 1055 </message>
1053 <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during Bluetooth device scanning."> 1056 <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during Bluetooth device scanning.">
1054 No bluetooth devices found. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Searc h again<ph name="END_LINK">&lt;/link&gt;</ph>. 1057 No bluetooth devices found. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Searc h again<ph name="END_LINK">&lt;/link&gt;</ph>.
1055 </message> 1058 </message>
1056 <message name="IDS_BLUETOOTH_ADAPTER_OFF" desc="The message to show when s canning cannot start because the bluetooth adapter is turned off."> 1059 <message name="IDS_BLUETOOTH_ADAPTER_OFF" desc="The message to show when s canning cannot start because the bluetooth adapter is turned off.">
1057 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. 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.
1058 </message> 1061 </message>
1059 <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)."> 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).">
1060 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Help<ph name="END_LINK">&lt;/link &gt;</ph> 1063 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Help<ph name="END_LINK">&lt;/link &gt;</ph>
1061 </message> 1064 </message>
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 </message> 2383 </message>
2381 <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."> 2384 <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.">
2382 Looking for nearby Physical Web pages 2385 Looking for nearby Physical Web pages
2383 </message> 2386 </message>
2384 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2387 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2385 Refresh 2388 Refresh
2386 </message> 2389 </message>
2387 </messages> 2390 </messages>
2388 </release> 2391 </release>
2389 </grit> 2392 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698