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

14 lines
486 B
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>
<string name="title_renderer">Renderer</string>
<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>
2013-05-31 15:03:52 +00:00
</resources>