summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 97e603da29f27c160db55ed2251115b5103b953d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<resources>
    <string name="app_name">Rempe</string>
    <string name="action_remove_all">Remove all</string>
    <string name="action_settings">Settings</string>

    <string name="fab_add_device">Add device...</string>
    <string name="add_device_failed">Cannot connect to device: %1$s</string>
    <string name="add_device_already">Device already on list</string>

    <string name="device_placeholder_name">Device</string>
    <string name="device_placeholder_status">Status</string>

    <string name="temperature_nothing">--</string>
    <string name="temperature_celsius">%1$s °C</string>

    <string name="signal_level">Signal:</string>

    <string name="state_dead">Disconnected</string>
    <string name="state_closed">Disconnected</string>
    <string name="state_searching">Searching</string>
    <string name="state_tracking">Tracking</string>
    <string name="state_processing">Processing request</string>
    <string name="state_unrecognized">Unrecognized</string>
    <string name="state_unknown">Unknown state</string>

    <string name="connection_result_success">Success</string>
    <string name="connection_result_user_cancelled">User cancelled</string>
    <string name="connection_result_channel_not_available">Channel not available</string>
    <string name="connection_result_other_failure">Unknown failure</string>
    <string name="connection_result_dependency_not_installed">ANT+ dependencies not installed</string>
    <string name="connection_result_device_already_in_use">Device already in use</string>
    <string name="connection_result_search_timeout">Search timed out</string>
    <string name="connection_result_already_subscribed">Already subscribed</string>
    <string name="connection_result_bad_params">Bad parameters</string>
    <string name="connection_result_adapter_not_detected">Adapter not detected</string>
    <string name="connection_result_unrecognized">Unrecognized device</string>
    <string name="connection_result_unknown">Unknown failure</string>

</resources>