summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2021-04-16 22:43:35 +0200
committerJavier <dev.git@javispedro.com>2021-04-16 22:43:35 +0200
commitb99764128aec28d4c30f07371852556d9d31151a (patch)
tree8d8331a55922200280fa1e4b5f302e7397e9f770 /app/src/main/res/values/strings.xml
parentc6ef99ae64b2c1fe399f13ac7c9634cc33db57b1 (diff)
downloadrempe-b99764128aec28d4c30f07371852556d9d31151a.tar.gz
rempe-b99764128aec28d4c30f07371852556d9d31151a.zip
add menu option to launch ant+ plugin managerHEADmaster
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index df21b28..3ab9a52 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,6 +1,12 @@
<resources>
<string name="app_name">Rempe</string>
<string name="action_settings">Settings</string>
+ <string name="action_open_antplus_plugin_manager">ANT+ Plugin Manager</string>
+
+ <string name="antplus_required_title">App required</string>
+ <string name="antplus_required_msg">The following app is required to connect to ANT+ devices:\n\n%s</string>
+ <string name="antplus_required_go_to_store">Go to Store</string>
+ <string name="antplus_required_close">Close</string>
<string name="fab_add_device">Add device…</string>
<string name="add_device_failed">Cannot connect to device: %1$s</string>
@@ -10,7 +16,7 @@
<string name="device_placeholder_name">Device</string>
<string name="device_placeholder_status">Status</string>
- <string name="device_unnamed">dev#%d</string>
+ <string name="device_unnamed">ID&lt;%d&gt;</string>
<string name="temperature_nothing">—</string>
<string name="temperature_celsius">%.1f °C</string>