On some networks or some mDNS implementations child discovery may not work well. As an alternative, allow a parent to connect to a device directly with an IP Address and port.
33 lines
1.8 KiB
XML
33 lines
1.8 KiB
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>
|
|
<string name="parentDevice">Parent Device</string>
|
|
<string name="selectChildDevice">Select Child Device:</string>
|
|
<string name="status">Status:</string>
|
|
<string name="connectedTo">Connected To:</string>
|
|
<string name="disconnected">Disconnected</string>
|
|
<string name="listening">Listening...</string>
|
|
<string name="addressTitle">Address:</string>
|
|
<string name="portTitle">Port:</string>
|
|
<string name="addressDescription">Address and port that parent must pair to</string>
|
|
<string name="wifiNotConnected">Not connected to a Wi-Fi network</string>
|
|
<string name="parentPairInstructions">Enter the IP Address and port of a child and click Connect, or choose a child from the list below</string>
|
|
<string name="connect">Connect</string>
|
|
<string name="exampleAddress">192.168.1.2</string>
|
|
<string name="examplePort">10000</string>
|
|
<string name="invalidPort">Either no port was entered or it is invalid</string>
|
|
</resources>
|