summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
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>