19 lines
923 B
XML
19 lines
923 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">Protect Baby Monitor</string>
|
|
<string name="action_settings">Settings</string>
|
|
<string name="useAsParentDevice">Use as Parent Device</string>
|
|
<string name="useAsChildDevice">Use as Child Device</string>
|
|
<string name="childDescription">Device is placed with baby, and sends audio to a paired parent device</string>
|
|
<string name="parentDescription">Pairs with child device and plays received audio</string>
|
|
<string name="childDevice">Child Device</string>
|
|
<string name="serviceTitle">Service:</string>
|
|
<string name="serviceDescription">Name of the service that parent must pair to</string>
|
|
<string name="loading">Loading...</string>
|
|
<string name="stopped">Stopped</string>
|
|
<string name="streaming">Streaming...</string>
|
|
<string name="waitingForParent">Waiting for Parent...</string>
|
|
|
|
</resources>
|