2013-05-31 15:03:52 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<string name="app_name">ControlDLNA</string>
|
2014-01-04 16:41:44 +00:00
|
|
|
|
|
|
|
<!-- Server Fragment -->
|
2013-05-31 15:03:52 +00:00
|
|
|
<string name="title_server">Server</string>
|
2014-01-04 16:41:44 +00:00
|
|
|
<string name="folder_list_empty">Folder is empty</string>
|
|
|
|
<string name="device_list_empty">No UPNP devices found.
|
|
|
|
\nNew devices will be added automatically when they are available.</string>
|
|
|
|
|
|
|
|
<!-- Route Fragment -->
|
|
|
|
<string name="title_route">Route</string>
|
|
|
|
<string name="playlist_empty">Playlist is empty</string>
|
|
|
|
<string name="route_list_empty">No routes found.
|
|
|
|
\nNew routes will be added automatically when they are available.</string>
|
|
|
|
|
|
|
|
<!-- Playback controls -->
|
2013-06-02 16:39:04 +00:00
|
|
|
<string name="play">Play</string>
|
|
|
|
<string name="pause">Pause</string>
|
2013-06-08 13:19:38 +00:00
|
|
|
<string name="previous">Previous</string>
|
|
|
|
<string name="next">Next</string>
|
2013-12-29 18:31:42 +00:00
|
|
|
<string name="shuffle">Shuffle</string>
|
|
|
|
<string name="repeat">Repeat</string>
|
2014-01-04 16:41:44 +00:00
|
|
|
|
|
|
|
<!-- Toasts/Dialogs -->
|
|
|
|
<string name="exit_renderer">Do you really want to exit the renderer?
|
|
|
|
Playback will be stopped.</string>
|
2013-12-21 20:12:16 +00:00
|
|
|
<string name="select_route">Please select a route</string>
|
2014-05-01 19:49:03 +00:00
|
|
|
<string name="enable_wifi_dialog">Wifi needs to be connected for playback.
|
|
|
|
Do you want to enable it now?</string>
|
2014-01-04 16:41:44 +00:00
|
|
|
|
|
|
|
<!-- Image alt text -->
|
2013-06-28 06:55:54 +00:00
|
|
|
<string name="album_art">Album Art</string>
|
2014-01-04 16:41:44 +00:00
|
|
|
|
|
|
|
<!-- MediaRouter strings -->
|
|
|
|
<string name="upnp_route_provider_service">UPNP Route Provider Service</string>
|
|
|
|
|
2014-05-01 16:46:30 +00:00
|
|
|
<!-- Developer contact mail with '@', '.' replaced -->
|
|
|
|
<string name="contact_mail" translatable="false">controldlna%1$snutomic%2$scom</string>
|
|
|
|
|
|
|
|
<!-- Title for the SettingsActivity -->
|
|
|
|
<string name="settings_title">Preferences</string>
|
2014-05-01 18:55:06 +00:00
|
|
|
|
2014-05-01 19:49:03 +00:00
|
|
|
<!-- Title for preference to enable wifi on start -->
|
|
|
|
<string name="enable_wifi_title">Automatically enable Wifi on start</string>
|
|
|
|
|
|
|
|
<!-- Values for preference to auto-enable wifi on start -->
|
|
|
|
<string-array name="enable_wifi_value_titles">
|
|
|
|
<item>yes</item>
|
|
|
|
<item>no</item>
|
|
|
|
<item>ask</item>
|
|
|
|
</string-array>
|
|
|
|
|
2014-05-01 18:55:06 +00:00
|
|
|
<!-- Title for the pause playback on call preference -->
|
|
|
|
<string name="incoming_phone_call_pause">Pause playback on incoming phone call</string>
|
2014-05-01 16:46:30 +00:00
|
|
|
|
|
|
|
<!-- Title for the contact developer preference -->
|
|
|
|
<string name="contact_dev_title">Contact Developer</string>
|
|
|
|
|
2013-05-31 15:03:52 +00:00
|
|
|
</resources>
|