2016-02-16 22:23:25 +01:00
<resources >
2016-02-16 22:57:53 +01:00
<string name= "app_name" > Simple Gallery</string>
2016-08-25 21:52:49 +02:00
<string name= "app_launcher_name" > Gallery</string>
2016-02-23 23:56:25 +01:00
<string name= "share_via" > Share via</string>
2016-06-13 17:32:38 +02:00
<string name= "no_permissions" > Not much to do in a gallery without accessing your storage</string>
2016-02-29 22:51:28 +01:00
<string name= "deleting" > Deleting</string>
2016-10-08 21:08:49 +02:00
<string name= "edit" > Edit</string>
2016-03-03 00:12:10 +01:00
<string name= "undo" > Undo</string>
2016-04-18 21:29:19 +02:00
<string name= "file_deleted" > File deleted</string>
2016-07-09 21:15:05 +02:00
<string name= "open_camera" > Open camera</string>
2016-07-09 22:18:05 +02:00
<string name= "unknown_error" > An unknown error occurred</string>
2016-10-08 21:28:16 +02:00
<string name= "open_with" > Open with</string>
<string name= "no_app_found" > No valid app found</string>
2016-10-09 14:09:05 +02:00
<string name= "hide_folder" > Hide folder</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-06 21:52:43 +01:00
<string name= "save_as" > Save as</string>
2016-11-06 23:52:57 +01:00
<string name= "file_saved" > File saved successfully</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>
2016-12-06 17:18:33 +01:00
<string name= "folder_view" > Switch to folder view</string>
2016-12-13 21:54:55 +01:00
<string name= "other_folder" > Other folder</string>
2016-03-03 00:12:10 +01:00
2016-03-06 21:45:48 +01:00
<plurals name= "folders_deleted" >
<item quantity= "one" > 1 folder deleted</item>
<item quantity= "other" > %1$d folders deleted</item>
</plurals>
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-12-05 22:27:10 +01:00
<!-- Renaming -->
<string name= "rename_file" > Rename file</string>
<string name= "rename_folder" > Rename folder</string>
<string name= "rename_file_error" > Could not rename the file</string>
<string name= "rename_folder_error" > Could not rename the folder</string>
<string name= "rename_folder_empty" > Folder name must not be empty</string>
<string name= "rename_folder_exists" > A folder with that name already exists</string>
<string name= "rename_folder_root" > Cannot rename the root folder of a storage</string>
<string name= "rename_folder_ok" > Folder renamed successfully</string>
<string name= "renaming_folder" > Renaming folder</string>
<string name= "filename_cannot_be_empty" > Filename cannot be empty</string>
<string name= "filename_invalid_characters" > Filename contains invalid characters</string>
<string name= "extension" > Extension</string>
2016-12-06 22:31:17 +01:00
<string name= "extension_cannot_be_empty" > Extension cannot be empty</string>
2016-12-05 22:27:10 +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>
2016-12-04 13:20:37 +01:00
<string name= "path" > Path</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 -->
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" > Set as Wallpaper</string>
<string name= "set_as_wallpaper_failed" > Setting as Wallpaper failed</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" > Setting wallpaper… </string>
<string name= "wallpaper_set_successfully" > Wallpaper set successfully</string>
2016-10-08 16:47:36 +02:00
2016-07-20 20:46:51 +02:00
<!-- Settings -->
<string name= "dark_theme" > Dark theme</string>
2016-08-23 21:18:40 +02:00
<string name= "same_sorting" > Same sorting for files and folders</string>
2016-10-09 14:14:58 +02:00
<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>
2016-11-10 21:39:07 +01:00
<string name= "toggle_filename" > Toggle filename visibility</string>
2016-12-10 21:16:53 +01:00
<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>
2016-12-28 20:26:47 +01:00
<string name= "loop_videos" > Loop videos</string>
2016-07-20 20:46:51 +02:00
2016-12-15 00:04:10 +01:00
<!-- Release notes -->
2016-12-28 20:26:47 +01:00
<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" >
2016-12-11 23:00:15 +01:00
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.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
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>