This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
controldna/res/values/strings.xml

19 lines
921 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ControlDLNA</string>
<string name="title_renderer">Renderer</string>
<string name="title_server">Server</string>
<string name="play">Play</string>
<string name="pause">Pause</string>
<string name="exit_renderer">Do you really want to exit the renderer? Playback will be stopped.</string>
<string name="previous">Previous</string>
<string name="next">Next</string>
<string name="select_renderer">Please select a renderer</string>
<string name="album_art">Album Art</string>
<string name="route_description">DLNA Playback</string>
<string name="warning_wifi_not_connected">Wifi needs to be connected for playback</string>
<string name="auto_enable_wifi">Enable Wifi automatically on start</string>
<string name="dont_show_dialog_again">"Do not show this dialog again"</string>
</resources>