summaryrefslogtreecommitdiffstats
path: root/res/values/test_strings.xml
blob: 545f4c1dde250a8b862bd77fcb53b81414b903a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="hello">Hello World, TestActivity</string>
    <string name="app_name">Bluetooth Share</string>
    <string name="insert_record">Insert record</string>
    <string name="update_record">Confirm record</string>
    <string name="ack_record">Ack record</string>
    <string name="deleteAll_record">Delete all record</string>
    <string name="ok_button">OK</string>
    <string name="delete_record">Delete record</string>
    <string name="start_server">Start TCP server</string>
    <string name="notify_server">Notify TCP server</string>
</resources>