diff options
author | Javier <dev.git@javispedro.com> | 2021-04-16 22:43:35 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-04-16 22:43:35 +0200 |
commit | b99764128aec28d4c30f07371852556d9d31151a (patch) | |
tree | 8d8331a55922200280fa1e4b5f302e7397e9f770 /app/src/main/res/values | |
parent | c6ef99ae64b2c1fe399f13ac7c9634cc33db57b1 (diff) | |
download | rempe-b99764128aec28d4c30f07371852556d9d31151a.tar.gz rempe-b99764128aec28d4c30f07371852556d9d31151a.zip |
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 8 |
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<%d></string> <string name="temperature_nothing">—</string> <string name="temperature_celsius">%.1f °C</string> |