<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2013 Aurélien Chabot <aurelien@chabot.fr>

  This file is part of DroidUPNP.

  DroidUPNP is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  DroidUPNP is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with DroidUPNP.  If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

	<!-- General -->
	<string name="app_name">DroidUPnP</string>
	<string name="version">Versie</string>

	<!-- Navigation drawer -->
	<string name="contentdirectory">Browser</string>
	<string name="renderer">Speler</string>
	<string name="device_list_empty">Geen apparaat beschikbaar</string>
	<string name="navigation_drawer_open">Lijst Open apparaat</string>
	<string name="navigation_drawer_close">Sluiten apparaat lijst</string>

	<!--  Menu -->
	<string name="menu_settings">Instellingen</string>
	<string name="menu_refresh">Verversen</string>
	<string name="menu_quit">Ophouden</string>

	<!-- Option -->
	<string name="pref_contentdirectory_title">Content Provider</string>
	<string name="pref_contentdirectory_desc">Activeer een lokale content provider</string>
	<string name="pref_contentDirectory_display_name">Weergavenaam</string>
	<string name="pref_contentDirectory_share_contentdirectory">Delen media</string>
	<string name="pref_contentDirectory_share_contentdirectory_desc">Media delen met andere apparaten in het netwerk</string>
	<string name="pref_share_media_title">Type media te afbeelding</string>
	<string name="pref_contentDirectory_audio_title">Muziek</string>
	<string name="pref_contentDirectory_audio_desc">Afbeelding muziek</string>
	<string name="pref_contentDirectory_image_title">Image</string>
	<string name="pref_contentDirectory_image_desc">Afbeelding delen</string>
	<string name="pref_contentDirectory_video_title">Video</string>
	<string name="pref_contentDirectory_video_desc">Afbeelding video</string>
	<string name="pref_about_title">Over</string>
	<string name="pref_about_desc"></string>

	<!-- Popup -->
	<string name="OK">OK</string>
	<string name="loading">Het laden…</string>
	<string name="selectRenderer">Selecteer een Renderer</string>
	<string name="noRenderer">Er is geen renderer beschikbaar</string>

	<!-- Long click options -->
	<string name="no_action_available">Geen actie beschikbaar</string>
	<string name="failed_action">Nagelaten om het item te lezen</string>

	<!-- Now Playing -->
	<string name="duration">00:00:00</string>

	<!-- Now Playing Footer -->
	<string name="play">Spelen</string>
	<string name="pause">Pauzeren</string>
	<string name="stop">Stop</string>
	<string name="mute">Dempen</string>

	<!-- Device Info -->
	<string name="manufacturer">Fabrikant</string>
	<string name="manufacturer_url">URL Fabrikant</string>
	<string name="model_name">Modelnaam</string>
	<string name="model_url">Model URL</string>
	<string name="model_number">Modelnummer</string>
	<string name="model_desc">Model beschrijving</string>
	<string name="presention_url">Presentatie URL</string>
	<string name="desc_xml">Beschrijving XML</string>
	<string name="udn">UDN</string>
	<string name="separator"> : </string>

	<!-- About -->
	<string name="copyright">Copyright</string>
	<string name="about_copyright">Copyright © 2013 Aurélien Chabot</string>
	<string name="license">License</string>
	<string name="licenses_other">Library licenses</string>
	<string name="about_licenses_other"></string>
	<string name="source">Source Code</string>

</resources>
