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-11-08 00:01:48 +01:00
|
|
|
<string name="rename">Renombrar</string>
|
2016-10-08 21:08:49 +02:00
|
|
|
<string name="edit">Edit</string>
|
2016-08-30 19:07:49 +02:00
|
|
|
<string name="undo">Deshacer</string>
|
|
|
|
<string name="share">Compartir</string>
|
2016-11-08 00:01:48 +01:00
|
|
|
<string name="properties">Propiedades</string>
|
2016-08-30 19:07:49 +02:00
|
|
|
<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_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>
|
2016-11-06 23:52:57 +01:00
|
|
|
<string name="filename_cannot_be_empty">El nombre de archivo no puede estar vacío</string>
|
|
|
|
<string name="filename_invalid_characters">Filename contains invalid characters</string>
|
2016-08-30 19:07:49 +02:00
|
|
|
<string name="extension">Extensión</string>
|
|
|
|
<string name="file_deleted">Archivo eliminado</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>
|
2016-11-08 00:01:48 +01:00
|
|
|
<string name="open_with">Abrir con…</string>
|
2016-10-08 21:28:16 +02:00
|
|
|
<string name="no_app_found">No valid app found</string>
|
2016-11-08 00:01:48 +01:00
|
|
|
<string name="hide_folder">Ocultar carpeta</string>
|
2016-10-09 15:07:53 +02:00
|
|
|
<string name="unhide_folder">Unhide folder</string>
|
2016-10-09 15:18:45 +02:00
|
|
|
<string name="hidden">(hidden)</string>
|
2016-11-08 00:01:48 +01:00
|
|
|
<string name="save_as">Salvar como</string>
|
|
|
|
<string name="file_saved">Archivo guardado con éxito</string>
|
2016-11-08 21:49:54 +01:00
|
|
|
<string name="copy">Copy</string>
|
|
|
|
<string name="move">Move</string>
|
2016-11-12 16:50:05 +01:00
|
|
|
<string name="copy_move">Copy/Move</string>
|
2016-11-08 21:49:54 +01:00
|
|
|
<string name="copy_item">Copy item</string>
|
|
|
|
<string name="copy_items">Copy items</string>
|
|
|
|
<string name="source">Source</string>
|
|
|
|
<string name="destination">Destination</string>
|
|
|
|
<string name="select_destination">Select destination</string>
|
|
|
|
<string name="invalid_destination">Could not write to the selected destination</string>
|
|
|
|
<string name="please_select_destination">Please select a destination</string>
|
|
|
|
<string name="source_and_destination_same">Source and destination cannot be the same</string>
|
|
|
|
<string name="copy_failed">Could not copy the files</string>
|
2016-11-12 17:52:35 +01:00
|
|
|
<string name="copying">Copying…</string>
|
2016-11-10 20:02:06 +01:00
|
|
|
<string name="copying_success">Files copied successfully</string>
|
2016-11-12 17:52:35 +01:00
|
|
|
<string name="copying_failed">An error occurred</string>
|
|
|
|
<string name="moving">Moving…</string>
|
|
|
|
<string name="moving_success">Files moved successfully</string>
|
2016-11-08 21:49:54 +01:00
|
|
|
<string name="already_exists">A file with that name already exists</string>
|
2016-08-30 19:07:49 +02:00
|
|
|
|
|
|
|
<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>
|
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-11-08 00:01:48 +01:00
|
|
|
<string name="edit_image_with">Editar image usando:</string>
|
2016-10-07 23:52:01 +02:00
|
|
|
<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 -->
|
2016-10-08 20:03:12 +02:00
|
|
|
<string name="simple_wallpaper">Simple Wallpaper</string>
|
2016-10-08 17:03:52 +02:00
|
|
|
<string name="set_as_wallpaper">Establecer como fondo de pantalla</string>
|
|
|
|
<string name="set_as_wallpaper_failed">Error al establecer fondo de pantalla</string>
|
2016-10-08 16:47:36 +02:00
|
|
|
<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>
|
2016-10-08 19:39:50 +02:00
|
|
|
<string name="setting_wallpaper">Estableciendo fondo de pantalla…</string>
|
|
|
|
<string name="wallpaper_set_successfully">Wallpaper set successfully</string>
|
2016-10-08 16:47:36 +02:00
|
|
|
|
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-11-08 00:01:48 +01:00
|
|
|
<string name="show_hidden_folders">Mostrar carpetas ocultas</string>
|
|
|
|
<string name="autoplay_videos">Reproducir vídeos automáticamente</string>
|
2016-11-10 21:39:07 +01:00
|
|
|
<string name="toggle_filename">Toggle filename visibility</string>
|
2016-08-30 19:07:49 +02:00
|
|
|
|
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>
|
2016-10-08 22:44:18 +02:00
|
|
|
<string name="cropper_title"><u>Android Image Cropper</u></string>
|
2016-08-30 19:07:49 +02:00
|
|
|
</resources>
|