FossifyGalleryVisibilityPatch/app/src/main/res/values-ca-rES/strings.xml

103 lines
6.1 KiB
XML
Raw Normal View History

2017-01-01 22:47:17 +01:00
<?xml version="1.0" encoding="utf-8"?>
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>
2016-10-08 21:08:49 +02:00
<string name="edit">Edit</string>
2016-08-30 19:07:49 +02:00
<string name="open_camera">Abrir cámara</string>
<string name="open_with">Abrir con&#8230;</string>
<string name="no_app_found">No valid app found</string>
<string name="hidden">(hidden)</string>
2016-12-05 20:20:38 +01:00
<string name="pin_folder">Pin folder</string>
<string name="unpin_folder">Unpin folder</string>
2016-12-10 23:47:40 +01:00
<string name="show_all">Show all folders content</string>
<string name="all_folders">All media</string>
<string name="folder_view">Switch to folder view</string>
2016-12-13 21:54:55 +01:00
<string name="other_folder">Other folder</string>
<string name="show_on_map">Show on map</string>
<string name="unknown_location">Unknown location</string>
<string name="no_map_application">No application with maps has been found</string>
<string name="no_camera_app_found">No Camera app has been found</string>
<string name="increase_column_count">Increase column count</string>
<string name="reduce_column_count">Reduce column count</string>
2017-03-03 21:26:37 +01:00
<!-- Hide / Exclude -->
<string name="hide_folder">Ocultar carpeta</string>
<string name="unhide_folder">Unhide folder</string>
2017-02-26 23:21:18 +01:00
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
<string name="exclude">Exclude</string>
<string name="excluded_folders">Excluded folders</string>
<string name="manage_excluded_folders">Manage excluded folders</string>
2017-03-03 21:26:37 +01:00
<string name="exclude_folder_description">This will exclude the selection together with its subfolders from Simple Gallery only. You can manage excluded folders in Settings.</string>
<string name="exclude_folder_parent">Exclude a parent instead?</string>
<string name="remove_all">Remove all</string>
<string name="remove_all_description">Remove all folders from the list of excluded? This will not delete the folders.</string>
2016-08-30 19:07:49 +02:00
2016-12-06 19:06:54 +01:00
<!-- Resizing -->
<string name="resize">Resize</string>
2016-12-06 20:15:33 +01:00
<string name="resize_and_save">Resize selection and save</string>
2016-12-06 19:06:54 +01:00
<string name="width">Width</string>
<string name="height">Height</string>
<string name="keep_aspect_ratio">Keep aspect ratio</string>
2016-12-06 22:00:22 +01:00
<string name="invalid_values">Please enter a valid resolution</string>
2016-12-06 19:06:54 +01:00
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="path">Path</string>
<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>
<string name="edit_image_with">Editar image usando:</string>
<string name="no_editor_found">No image editor found</string>
<string name="unknown_file_location">Unknown file location</string>
<string name="error_saving_file">Could not overwrite the source file</string>
<string name="rotate_left">Rotate left</string>
<string name="rotate_right">Rotate right</string>
<string name="rotate_one_eighty">Rotate by 180º</string>
<string name="flip">Flip</string>
<string name="horizontally">Horizontally</string>
<string name="vertically">Vertically</string>
<string name="out_of_memory_error">Out of memory error</string>
2016-10-05 22:07:32 +02:00
<!-- Set wallpaper -->
<string name="simple_wallpaper">Simple Wallpaper</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>
<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="setting_wallpaper">Estableciendo fondo de pantalla&#8230;</string>
<string name="wallpaper_set_successfully">Wallpaper set successfully</string>
2016-08-30 19:07:49 +02:00
<!-- Settings -->
<string name="show_hidden_folders">Mostrar carpetas ocultas</string>
<string name="autoplay_videos">Reproducir vídeos automáticamente</string>
<string name="toggle_filename">Toggle filename visibility</string>
<string name="show_media">Show media</string>
<string name="images">Images only</string>
<string name="videos">Videos only</string>
<string name="images_and_videos">Images and videos</string>
<string name="loop_videos">Loop videos</string>
<string name="animate_gifs">Animate gifs at thumbnails</string>
<string name="max_brightness">Maximum brightness when viewing media</string>
2016-08-30 19:07:49 +02:00
2016-11-24 23:30:51 +01:00
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
2016-12-10 11:18:09 +01:00
<!-- Short description has to have less than 80 chars -->
2016-11-24 23:30:51 +01:00
<string name="app_short_description">A gallery for viewing photos and videos without ads.</string>
<string name="app_long_description">
A simple tool usable for viewing photos and videos. Items can be sorted by date, size, name both ascending or descending, photos can be zoomed in. Media files are shown in multiple columns depending on the size of the display, you can change the column count by pinch gestures. They can be renamed, shared, deleted, copied, moved. Images can also be cropped, rotated or set as Wallpaper directly from the app.
2016-11-24 23:30:51 +01:00
The Gallery is also offered for third party usage for previewing images / videos, adding attachments at email clients etc. It\'s perfect for everyday usage.
2017-01-05 00:03:15 +01:00
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
2016-11-24 23:30:51 +01:00
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
</string>
2016-12-11 10:59:05 +01:00
<!--
Haven't found some strings? There's more at
2016-12-26 20:44:21 +01:00
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
2016-12-11 10:59:05 +01:00
-->
2016-08-30 19:07:49 +02:00
</resources>