diff --git a/res/values/strings.xml b/res/values/strings.xml index faaf01c..4a71faa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -239,4 +239,17 @@ translator-credits + +Client Mode +APRSdroid establishes the connection (Keep this on!) +TNC Bluetooth Device +Choose your TNC from paired devices +Choose device +Channel +Bluetooth channel on the TNC +Enter channel (most often: "1"; empty for SPP) + +Bluetooth settings +Enable Bluetooth, pair devices... + diff --git a/res/xml/pref_bluetooth.xml b/res/xml/pref_bluetooth.xml index de5fd65..7155ac2 100644 --- a/res/xml/pref_bluetooth.xml +++ b/res/xml/pref_bluetooth.xml @@ -3,27 +3,35 @@ xmlns:android="http://schemas.android.com/apk/res/android"> + android:title="@string/p_conn_bt"> + android:summary="@string/p_bt_client_summary" /> + android:title="@string/p_bt_tnc_device" + android:summary="@string/p_bt_tnc_device_summary" + android:dialogTitle="@string/p_bt_tnc_device_entry" /> + android:title="@string/p_bt_channel" + android:summary="@string/p_bt_channel_summary" + android:dialogTitle="@string/p_bt_channel_entry" /> + + + +