<?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">Versión</string>

	<!-- Navigation drawer -->
	<string name="contentdirectory">Navegador</string>
	<string name="renderer">Reproductor</string>
	<string name="device_list_empty">No dispositivo disponible</string>
	<string name="navigation_drawer_open">Lista de dispositivos abierto</string>
	<string name="navigation_drawer_close">Cerrar la lista de dispositivos</string>

	<!--  Menu -->
	<string name="menu_settings">Configuración</string>
	<string name="menu_refresh">Refrescar</string>
	<string name="menu_quit">Salir</string>

	<!-- Option -->
	<string name="pref_contentdirectory_title">Proveedor de contenido</string>
	<string name="pref_contentdirectory_desc">Activar un proveedor de contenido local</string>
	<string name="pref_contentDirectory_display_name">Display Name</string>
	<string name="pref_contentDirectory_share_contentdirectory">Medios share</string>
	<string name="pref_contentDirectory_share_contentdirectory_desc">Compartir contenido multimedia con otros dispositivos en red</string>
	<string name="pref_share_media_title">Tipo de medios de comunicación para compartir</string>
	<string name="pref_contentDirectory_audio_title">Audio</string>
	<string name="pref_contentDirectory_audio_desc">Compartir audio</string>
	<string name="pref_contentDirectory_image_title">Image</string>
	<string name="pref_contentDirectory_image_desc">Compartir image</string>
	<string name="pref_contentDirectory_video_title">Video</string>
	<string name="pref_contentDirectory_video_desc">Compartir vídeo</string>
	<string name="pref_about_title">Acerca de</string>
	<string name="pref_about_desc"></string>

	<!-- Popup -->
	<string name="OK">Aceptar</string>
	<string name="selectRenderer">Seleccione un reproductor</string>
	<string name="noRenderer">No hay visualización disponible</string>

	<!-- Long click options -->
	<string name="no_action_available">Ninguna acción disponible</string>
	<string name="failed_action">Error al leer el artículo</string>

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

	<!-- Now Playing Footer -->
	<string name="play">Reproducir</string>
	<string name="pause">Pausa</string>
	<string name="stop">Detener</string>
	<string name="mute">Silencio</string>

	<!-- Device Info -->
	<string name="manufacturer">Fabricante</string>
	<string name="manufacturer_url">URL del fabricante</string>
	<string name="model_name">Nombre del modelo</string>
	<string name="model_url">URL del modelo</string>
	<string name="model_number">Número del modelo</string>
	<string name="model_desc">Descripción del modelo</string>
	<string name="presention_url">URL de presentación</string>
	<string name="desc_xml">Descripción 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>
