2016-08-30 19:07:49 +02:00
|
|
|
<resources>
|
|
|
|
<string name="app_name">Simple Gallery</string>
|
|
|
|
<string name="app_launcher_name">Gallery</string>
|
|
|
|
<string name="share_via">Compartir vía</string>
|
|
|
|
<string name="no_permissions">No hay mucho que hacer en una galería sin acceso al almacenamiento</string>
|
|
|
|
<string name="delete">Eliminar</string>
|
|
|
|
<string name="deleting">Eliminando</string>
|
2016-10-05 22:22:44 +02:00
|
|
|
<string name="rename">Rename</string>
|
2016-10-05 23:12:09 +02:00
|
|
|
<string name="crop_rotate">Crop / rotate</string>
|
2016-08-30 19:07:49 +02:00
|
|
|
<string name="undo">Deshacer</string>
|
|
|
|
<string name="share">Compartir</string>
|
|
|
|
<string name="rename_file">Renombrar archivo</string>
|
|
|
|
<string name="rename_folder">Renombrar carpeta</string>
|
|
|
|
<string name="rename_file_error">No se pudo renombrar el archivo</string>
|
|
|
|
<string name="rename_file_empty">El nombre de archivo no puede estar vacío</string>
|
|
|
|
<string name="rename_folder_error">No se pudo renombrar la carpeta</string>
|
|
|
|
<string name="rename_folder_empty">El nombre de carpeta no puede estar vacío</string>
|
|
|
|
<string name="rename_folder_ok">Carpeta renombrada correctamente</string>
|
|
|
|
<string name="renaming_folder">Renombrando carpeta</string>
|
|
|
|
<string name="extension">Extensión</string>
|
|
|
|
<string name="file_deleted">Archivo eliminado</string>
|
|
|
|
<string name="setting_wallpaper">Estableciendo fondo de pantalla</string>
|
|
|
|
<string name="open_camera">Abrir cámara</string>
|
|
|
|
<string name="unknown_error">Ocurrió un error desconocido</string>
|
|
|
|
<string name="sort_by">Ordenar por</string>
|
|
|
|
<string name="name">Nombre</string>
|
|
|
|
<string name="size">Tamaño</string>
|
|
|
|
<string name="date">Fecha</string>
|
|
|
|
<string name="ascending">Ascendente</string>
|
|
|
|
<string name="descending">Descendente</string>
|
|
|
|
<string name="ok">Aceptar</string>
|
|
|
|
<string name="cancel">Cancelar</string>
|
|
|
|
<string name="set_as_wallpaper">Establecer como fondo de pantalla</string>
|
|
|
|
<string name="set_as_wallpaper_failed">Error al establecer fondo de pantalla</string>
|
|
|
|
|
|
|
|
<plurals name="folders_deleted">
|
|
|
|
<item quantity="one">1 carpeta eliminada</item>
|
|
|
|
<item quantity="other">%1$d carpetas eliminadas</item>
|
|
|
|
</plurals>
|
|
|
|
|
|
|
|
<plurals name="files_deleted">
|
|
|
|
<item quantity="one">1 archivo eliminado</item>
|
|
|
|
<item quantity="other">%1$d archivos eliminados</item>
|
|
|
|
</plurals>
|
|
|
|
|
2016-10-05 22:07:32 +02:00
|
|
|
<!-- Editor -->
|
|
|
|
<string name="editor">Editor</string>
|
|
|
|
<string name="save">Save</string>
|
|
|
|
<string name="rotate">Rotate</string>
|
|
|
|
<string name="image_croping_failed">Image croping failed:</string>
|
2016-10-05 23:36:53 +02:00
|
|
|
<string name="invalid_image_path">Invalid image path</string>
|
2016-10-06 19:54:09 +02:00
|
|
|
<string name="image_editing_failed">Image editing failed</string>
|
2016-10-07 23:52:01 +02:00
|
|
|
<string name="edit_image_with">Edit image with:</string>
|
|
|
|
<string name="no_editor_found">No image editor found</string>
|
2016-10-08 12:44:04 +02:00
|
|
|
<string name="unknown_file_location">Unknown file location</string>
|
2016-10-08 16:08:10 +02:00
|
|
|
<string name="error_saving_file">Could not overwrite the source file</string>
|
2016-10-05 22:07:32 +02:00
|
|
|
|
2016-10-08 16:47:36 +02:00
|
|
|
<!-- Set wallpaper -->
|
|
|
|
<string name="set_as_wallpaper_with">Set as wallpaper with:</string>
|
|
|
|
<string name="no_wallpaper_setter_found">No app capable of it has been found</string>
|
|
|
|
<string name="wallpaper_changed_successfully">Wallpaper changed successfully</string>
|
|
|
|
|
2016-08-30 19:07:49 +02:00
|
|
|
<!-- About -->
|
|
|
|
<string name="about">Acerca de</string>
|
|
|
|
<string name="website">Más aplicaciones sencillas y código fuente en:\nhttp://simplemobiletools.com</string>
|
|
|
|
<string name="email_label">Envía tus comentarios o 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 mira %1$s en %2$s</string>
|
|
|
|
<string name="invite_via">Invitar vía</string>
|
|
|
|
<string name="rate_us_underlined"><u>Vótanos en Play Store</u></string>
|
|
|
|
<string name="follow_us">Síguenos:</string>
|
|
|
|
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
|
|
|
|
|
|
|
<!-- Settings -->
|
|
|
|
<string name="settings">Ajustes</string>
|
|
|
|
<string name="dark_theme">Tema oscuro</string>
|
|
|
|
<string name="same_sorting">Ordenar del mismo modo los archivos y las carpetas</string>
|
|
|
|
|
2016-10-03 23:32:24 +02:00
|
|
|
<!-- License -->
|
2016-08-30 19:07:49 +02:00
|
|
|
<string name="notice">Esta aplicación usa las siguientes bibliotecas de terceros que hacen mi 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="photoview_title"><u>PhotoView (zoomable imageviews)</u></string>
|
|
|
|
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
|
|
|
</resources>
|