summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 18000879d3ce06af8296c42c49dd179351d817a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<resources>
    <string name="app_name">Autobluetether</string>

    <string name="missing_write_settings">Permission to write to system settings has not been granted. It is required to enable Bluetooth tethering setting.</string>
    <string name="manage_write_settings">Grant access to system settings</string>

    <string name="device_list_header">Bluetooth tethering will be enabled automatically when any of the following selected devices is connected:</string>

    <string name="no_bluetooth_adapter">No Bluetooth adapter found on this device</string>

    <string name="prefs_key_device_list">device_list</string>
</resources>