adding Spanish translation

This commit is contained in:
tibbi 2016-11-19 11:49:43 +01:00
parent 070dd0b4f9
commit f5257a0c8a

View file

@ -0,0 +1,78 @@
<resources>
<string name="app_name">Simple File Manager</string>
<string name="app_launcher_name">Administrador de ficheros</string>
<string name="share_via">Compartir vía</string>
<string name="no_permissions">Se necesita permiso para acceder al almacenamiento</string>
<string name="no_app_found">No hay disponible ninguna aplicación para abrir este tipo de ficheros</string>
<string name="create_new">Crear nuevo elemento</string>
<string name="rename_item">Renombrar elemento</string>
<string name="directory">Directorio</string>
<string name="file">Fichero</string>
<string name="name_taken">Ya existe un directorio o fichero con ese nombre</string>
<string name="invalid_name">El nombre contiene caracteres inválidos</string>
<string name="empty_name">Por favor, introduce un nombre</string>
<string name="error_occurred">Se ha producido un error inesperado</string>
<string name="delete">Eliminar</string>
<string name="undo">Deshacer</string>
<string name="rename">Renombrar</string>
<string name="properties">Propiedades</string>
<string name="copy">Copiar</string>
<string name="copy_move">Copiar/Mover</string>
<string name="share">Compartir</string>
<string name="shared_files">Ficheros compartidos vía Simple File Manager</string>
<string name="no_files_selected">No hay ficheros seleccionados</string>
<string name="copy_item">Copiar elemnto</string>
<string name="copy_items">Copiar elementos</string>
<string name="move">Mover</string>
<string name="source">Origen</string>
<string name="destination">Destino</string>
<string name="select_destination">Seleccione destino</string>
<string name="invalid_destination">No se puede escribir en el destino seleccionado</string>
<string name="please_select_destination">Por favor, seleccione un destino</string>
<string name="source_and_destination_same">Origen y destino no pueden ser el mismo</string>
<string name="copying">Copiando</string>
<string name="copying_success">Ficheros copiados exitosamente</string>
<string name="copy_move_failed">Se ha producido un error</string>
<string name="moving">Moviendo</string>
<string name="moving_success">Ficheros movidos exitosamente</string>
<string name="already_exists">Ya existe un fichero con ese nombre</string>
<string name="ok">Ok</string>
<string name="cancel">Cancelar</string>
<string name="press_back_again">Pulse otra vez volver para salir</string>
<string name="moving_success_partial">Algunos ficheros no han podido ser movidos</string>
<string name="copying_success_partial">Algunos ficheros no han podido ser copiados</string>
<plurals name="items_deleted">
<item quantity="one">Un elemento eliminado</item>
<item quantity="other">%1$d elementos eliminados</item>
</plurals>
<plurals name="items">
<item quantity="one">Un elemento</item>
<item quantity="other">%1$d elementos</item>
</plurals>
<!-- About -->
<string name="about">Acerca de Simple File Manager</string>
<string name="website">Más aplicaciones simples y su código fuente en:\nhttp://simplemobiletools.com</string>
<string name="email_label">Envíe sus comentarios y sugerencias a:</string>
<string name="third_party_licences_underlined"><u>Licencias de terceros</u></string>
<string name="invite_friends_underlined"><u>Invitar a amigos</u></string>
<string name="share_text">Hola, ven y échale un vistazo a %1$s en %2$s</string>
<string name="invite_via">Invitar vía</string>
<string name="rate_us_underlined"><u>Evalúenos en Google Play Store</u></string>
<string name="follow_us">Síganos:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<!-- License -->
<string name="notice">Esta aplicación usa las siguientes librerías de terceros para hacerme la vida más fácil. Gracias.</string>
<string name="third_party_licences">Licencias de terceros</string>
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
<!-- Settings -->
<string name="settings">Opciones</string>
<string name="dark_theme">Tema oscuro</string>
<string name="show_hidden">Mostrar ficheros y directorios ocultos</string>
</resources>