<!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
<stringname="bluetooth_ask_enablement">"An app wants to turn on Bluetooth. Allow?"</string>
<stringname="bluetooth_ask_enablement">An app wants to turn on Bluetooth.</string>
<!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
<stringname="bluetooth_ask_discovery"product="tablet">"An app on your tablet wants to make your tablet discoverable by other Bluetooth devices for <xliff:gid="timeout">%1$d</xliff:g> seconds. Allow?"</string>
<stringname="bluetooth_ask_discovery"product="tablet">An app wants to make your tablet visible to other Bluetooth devices for <xliff:gid="timeout">%1$d</xliff:g> seconds.</string>
<!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
<stringname="bluetooth_ask_discovery"product="default">"An app on your phone wants to make your phone discoverable by other Bluetooth devices for <xliff:gid="timeout">%1$d</xliff:g> seconds. Allow?"</string>
<stringname="bluetooth_ask_discovery"product="default">An app wants to make your phone visible to other Bluetooth devices for <xliff:gid="timeout">%1$d</xliff:g> seconds.</string>
<!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode -->
<stringname="bluetooth_ask_lasting_discovery"product="tablet">"An app on your tablet wants to make your tablet \u201calways discoverable\u201d by other Bluetooth devices. Allow?"</string>
<stringname="bluetooth_ask_lasting_discovery"product="default">"An app on your phone wants to make your phone \u201calways discoverable\u201d by other Bluetooth devices. Allow?"</string>
<stringname="bluetooth_ask_lasting_discovery"product="tablet">An app wants to make your tablet visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string>
<stringname="bluetooth_ask_lasting_discovery"product="default">An app wants to make your phone visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string>
<!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
<stringname="bluetooth_ask_enablement_and_discovery"product="tablet">"An app on your tablet wants to turn on Bluetooth and make your tablet discoverable by other devices for <xliff:gid="timeout">%1$d</xliff:g> seconds. Allow?"</string>
<stringname="bluetooth_ask_enablement_and_discovery"product="tablet">An app wants to turn on Bluetooth and make your tablet visible to other devices for <xliff:gid="timeout">%1$d</xliff:g> seconds.</string>
<!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
<stringname="bluetooth_ask_enablement_and_discovery"product="default">"An app on your phone wants to turn on Bluetooth and make your phone discoverable by other devices for <xliff:gid="timeout">%1$d</xliff:g> seconds. Allow?"</string>
<stringname="bluetooth_ask_enablement_and_discovery"product="default">An app wants to turn on Bluetooth and make your phone visible to other devices for <xliff:gid="timeout">%1$d</xliff:g> seconds.</string>
<!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
<stringname="bluetooth_ask_enablement_and_lasting_discovery"product="tablet">"An app on your tablet wants to turn on Bluetooth and make your tablet discoverable by other devices. Allow?"</string>
<stringname="bluetooth_ask_enablement_and_lasting_discovery"product="default">"An app on your phone wants to turn on Bluetooth and make your phone discoverable by other devices. Allow?"</string>
<stringname="bluetooth_ask_enablement_and_lasting_discovery"product="tablet">An app wants to turn on Bluetooth and make your tablet visible to other devices. You can change this later in Bluetooth settings.</string>
<stringname="bluetooth_ask_enablement_and_lasting_discovery"product="default">An app wants to turn on Bluetooth and make your phone visible to other devices. You can change this later in Bluetooth settings.</string>
<!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] -->
<stringname="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string>