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

26 lines
1.3 KiB
XML
Raw Normal View History

2013-05-31 15:03:52 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ControlDLNA</string>
2013-12-10 19:30:46 +00:00
<string name="title_route">Route</string>
2013-05-31 15:03:52 +00:00
<string name="title_server">Server</string>
2013-06-02 16:39:04 +00:00
<string name="play">Play</string>
<string name="pause">Pause</string>
2013-06-06 09:10:34 +00:00
<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="shuffle">Shuffle</string>
<string name="repeat">Repeat</string>
2013-12-21 20:12:16 +00:00
<string name="select_route">Please select a route</string>
2013-06-28 06:55:54 +00:00
<string name="album_art">Album Art</string>
2013-10-11 03:42:11 +00:00
<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>
<string name="device_list_empty">No UPNP devices found. \nNew devices will be added automatically when they are available.</string>
2013-12-21 20:12:16 +00:00
<string name="route_list_empty">No routes found. \nNew routes will be added automatically when they are available.</string>
<string name="folder_list_etmpy">Folder is empty</string>
<string name="playlist_empty">Playlist is empty</string>
2013-05-31 15:03:52 +00:00
</resources>