FossifyGallery/app/src/main/res/values/strings.xml

142 lines
8.1 KiB
XML
Raw Normal View History

2017-01-01 22:47:17 +01:00
<?xml version="1.0" encoding="utf-8"?>
2016-02-16 22:23:25 +01:00
<resources>
2016-02-16 22:57:53 +01:00
<string name="app_name">Simple Gallery</string>
<string name="app_launcher_name">Gallery</string>
2016-02-23 23:56:25 +01:00
<string name="share_via">Share via</string>
<string name="no_permissions">Not much to do in a gallery without accessing your storage</string>
2016-10-08 21:08:49 +02:00
<string name="edit">Edit</string>
<string name="open_camera">Open camera</string>
<string name="open_with">Open with</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 folders</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">Hide folder</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-03-03 00:12:10 +01: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">Edit image with:</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">Set as Wallpaper</string>
<string name="set_as_wallpaper_failed">Setting as Wallpaper failed</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">Setting wallpaper&#8230;</string>
<string name="wallpaper_set_successfully">Wallpaper set successfully</string>
<!-- Settings -->
<string name="show_hidden_folders">Show hidden folders</string>
2016-11-06 16:36:37 +01:00
<string name="autoplay_videos">Play videos automatically</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>
2016-12-15 00:04:10 +01:00
<!-- Release notes -->
2017-03-09 09:40:10 +01:00
<string name="release_83">
Fixed some sharing and editor issues\n
Sorry for the frequent updates lately, they should be stopped now.
</string>
<string name="release_77">
Exclude the subfolders of excluded folders too\n
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
Added draggable scrollbars\n
Allow setting a third party video player as the default
</string>
2017-03-01 23:07:40 +01:00
<string name="release_76">Added an option to toggle gif animation at thumbnails</string>
2017-02-28 21:12:47 +01:00
<string name="release_74">Allow setting different sorting per folder</string>
<string name="release_72">
Implement proper folder hiding via .nomedia file\n
Allow managing excluded folders in Settings
</string>
2017-02-17 19:36:48 +01:00
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
<string name="release_69">Added menu buttons for changing the column count</string>
2017-01-23 20:02:35 +01:00
<string name="release_66">Allow picking colors by hex codes</string>
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
2017-01-14 23:53:49 +01:00
<string name="release_62">Show some additional Exif data at photo properties</string>
<string name="release_58">
Allow zooming pngs and gifs\n
Allow creating new folders at Copy/Move or Save as dialog destinations
</string>
<string name="release_54">Added an option to loop videos automatically</string>
2016-12-26 19:18:15 +01:00
<string name="release_52">
2016-12-26 23:07:12 +01:00
Added more color customization options\n
2016-12-26 19:18:15 +01:00
Your settings have been cleared, please reset them</string>
2016-12-15 00:04:10 +01:00
<string name="release_51">Allow changing the column count with pinch gestures</string>
2016-12-26 23:07:12 +01:00
<string name="release_50">Added an option to display images or videos only</string>
<string name="release_49">Added a Select all button at selecting media and folders</string>
2016-12-15 00:04:10 +01:00
<string name="release_47">
2016-12-26 23:07:12 +01:00
Added an image resizer to the editor\n
2016-12-15 00:04:10 +01:00
Allow displaying images and videos from all folders together
</string>
<string name="release_46">Allow pinning folders at the top</string>
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-02-16 22:23:25 +01:00
</resources>