strings.xml
1.69 KB
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
40
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Blinker Demo</string>
<!--Label and heading strings-->
<string name="label_set_device">Device</string>
<string name="label_delay">Delay</string>
<string name="label_repeat">Repeat</string>
<string name="label_blink">Blink</string>
<string name="heading_set_device">Choose Target Device"</string>
<string name="label_connect">Connect</string>
<string name="label_disconnect">Disconnect</string>
<string name="label_cancel">Cancel</string>
<string name="label_scan">Scan</string>
<string name="toggle_text_on">ON</string>
<string name="toggle_text_off">OFF</string>
<!--Toast messages-->
<string name="notice_connected">Emmoco Target Device Connected</string>
<string name="notice_disconnected">Emmoco Target Device Disconnected</string>
<string name="notice_timeout">Emmoco Target Device Connection Timeout</string>
<string name="notice_cancelled">Emmoco Target Device Connection Cancelled</string>
<string name="notice_failure">Emmoco Target Device Connection Failure</string>
<string name="notice_uuid_mismatch">Connection Failure. The Target Device Is Not Using The Blinker Schema</string>
<string name="notice_connecting">Connecting</string>
<string name="notice_cancelling">Cancelling connection...</string>
<!--Dialog text when the schema does not match-->
<string name="mismatch_title">Incompatible Schema</string>
<string name="mismatch_uuid">The schema that is on the device you\'re connecting to isn\'t the same
as the one you\'re viewing currently. Attempting to read or write resources will probably fail.</string>
</resources>