summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/menu/menu_main.xml4
-rw-r--r--app/src/main/res/values/strings.xml8
2 files changed, 11 insertions, 1 deletions
diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml
index b11af65..c39abfd 100644
--- a/app/src/main/res/menu/menu_main.xml
+++ b/app/src/main/res/menu/menu_main.xml
@@ -8,4 +8,8 @@
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never" />
+ <item
+ android:id="@+id/action_open_antplus_plugin_manager"
+ android:orderInCategory="101"
+ android:title="@string/action_open_antplus_plugin_manager" />
</menu> \ No newline at end of file
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>