FossifyGalleryVisibilityPatch/app/src/main/res/values-sv/strings.xml

384 lines
28 KiB
XML
Raw Normal View History

2017-01-01 22:47:17 +01:00
<?xml version="1.0" encoding="utf-8"?>
2016-07-16 00:09:37 +02:00
<resources>
<string name="app_name">Simple Gallery</string>
2017-07-08 20:25:08 +02:00
<string name="app_launcher_name">Galleri</string>
<string name="edit">Redigera</string>
2018-04-14 20:19:02 +02:00
<string name="open_camera">Öppna kameran</string>
<string name="hidden">(dold)</string>
2018-04-14 20:19:02 +02:00
<string name="excluded">(utesluten)</string>
2018-02-18 20:10:22 +01:00
<string name="pin_folder">Fäst mapp</string>
<string name="unpin_folder">Lossa mapp</string>
<string name="pin_to_the_top">Fäst högst upp</string>
<string name="show_all">Visa alla mappars innehåll</string>
<string name="all_folders">Alla mappar</string>
<string name="folder_view">Byt till mappvy</string>
2017-12-31 20:26:55 +01:00
<string name="other_folder">Annan mapp</string>
2017-07-08 20:25:08 +02:00
<string name="show_on_map">Visa på karta</string>
<string name="unknown_location">Okänd plats</string>
<string name="increase_column_count">Öka antalet kolumner</string>
<string name="reduce_column_count">Minska antalet kolumner</string>
<string name="change_cover_image">Byt omslagsbild</string>
<string name="select_photo">Välj foto</string>
2017-09-10 10:28:53 +02:00
<string name="volume">Volym</string>
<string name="brightness">Ljusstyrka</string>
2017-12-31 20:26:55 +01:00
<string name="lock_orientation">Aktivera rotationslås</string>
<string name="unlock_orientation">Inaktivera rotationslås</string>
2018-09-16 20:09:28 +02:00
<string name="change_orientation">Ändra orientering</string>
<string name="force_portrait">Lås skärmen i stående läge</string>
<string name="force_landscape">Lås skärmen i liggande läge</string>
<string name="use_default_orientation">Använd standardorientering</string>
<string name="fix_date_taken">Korrigera fotodatum</string>
<string name="fixing">Korrigerar…</string>
<string name="dates_fixed_successfully">Datumen har korrigerats</string>
<string name="no_date_takens_found">No Date Taken values have been found</string>
2019-02-10 20:08:28 +01:00
<string name="share_resized">Dela en version med ändrad storlek</string>
<string name="upgraded_from_free">Hey,\n\nseems like you upgraded from the old free app. You can now uninstall the old version, which has an \'Upgrade to Pro\' button at the top of the app settings.\n\nYou will only have the Recycle bin items deleted, favorite items unmarked and you will also have to reset your app settings.\n\nThanks!</string>
2019-07-21 20:24:36 +02:00
<string name="switch_to_file_search">Växla till filsökning i alla synliga mappar</string>
2017-03-03 21:26:37 +01:00
<!-- Filter -->
2017-09-10 10:28:53 +02:00
<string name="filter_media">Filtrera media</string>
<string name="images">Bilder</string>
<string name="videos">Videor</string>
<string name="gifs">GIF-bilder</string>
2018-09-16 20:09:28 +02:00
<string name="raw_images">RAW-bilder</string>
<string name="svgs">SVG-bilder</string>
<string name="portraits">Portraits</string>
2017-09-10 10:28:53 +02:00
<string name="no_media_with_filters">Inga mediefiler hittades med valda filter.</string>
<string name="change_filters_underlined"><u>Ändra filter</u></string>
2017-03-03 21:26:37 +01:00
<!-- Hide / Exclude -->
2017-12-31 20:26:55 +01:00
<string name="hide_folder_description">Denna funktion döljer mappen och alla dess undermappar genom att lägga till en \'.nomedia\'-fil i den. Du kan se dem genom att växla \'Visa dolda objekt\'-alternativet i Inställningar. Vill du fortsätta?</string>
2017-07-08 20:25:08 +02:00
<string name="exclude">Uteslut</string>
<string name="excluded_folders">Uteslutna mappar</string>
<string name="manage_excluded_folders">Hantera uteslutna mappar</string>
<string name="exclude_folder_description">Detta utesluter bara den markerade mappen och dess undermappar från Simple Gallery. Du kan hantera uteslutna mappar i Inställningar.</string>
<string name="exclude_folder_parent">Vill du utesluta en överordnad mapp istället?</string>
2020-01-10 20:19:37 +01:00
<string name="excluded_activity_placeholder">Uteslutning av mappar döljer bara dem och deras undermappar i Simple Gallery, de visas fortfarande i andra appar.\n\nAnvänd Dölj-funktionen om du även vill dölja dem från andra appar.</string>
2017-07-08 20:25:08 +02:00
<string name="remove_all">Ta bort alla</string>
<string name="remove_all_description">Vill du ta bort alla mappar från uteslutningslistan? Detta raderar inte mapparna.</string>
2017-12-31 20:26:55 +01:00
<string name="hidden_folders">Dolda mappar</string>
<string name="manage_hidden_folders">Hantera dolda mappar</string>
<string name="hidden_folders_placeholder">Det verkar som att inga mappar har dolts med \".nomedia\"-filer.</string>
2016-07-16 00:09:37 +02:00
<!-- Include folders -->
2017-07-08 20:25:08 +02:00
<string name="include_folders">Inkluderade mappar</string>
<string name="manage_included_folders">Hantera inkluderade mappar</string>
<string name="add_folder">Lägg till mapp</string>
2017-09-10 10:28:53 +02:00
<string name="included_activity_placeholder">Om du har vissa mappar som innehåller media men som inte känns igen av appen, kan du lägga till dem manuellt här.</string>
2019-07-21 20:24:36 +02:00
<string name="no_media_add_included">Inga mediefiler hittades. Du kan lägga till de mappar som innehåller mediefiler manuellt.</string>
2016-12-06 19:06:54 +01:00
<!-- Resizing -->
<string name="resize">Ändra storlek</string>
<string name="resize_and_save">Ändra storlek och spara</string>
<string name="width">Bredd</string>
<string name="height">Höjd</string>
<string name="keep_aspect_ratio">Behåll bildförhållande</string>
<string name="invalid_values">Ange en giltig bildupplösning</string>
2016-12-06 19:06:54 +01:00
2016-10-05 22:07:32 +02:00
<!-- Editor -->
2018-02-18 20:10:22 +01:00
<string name="editor">Redigerare</string>
<string name="rotate">Rotera</string>
<string name="invalid_image_path">Ogiltig bildsökväg</string>
2017-07-08 20:25:08 +02:00
<string name="image_editing_failed">Bilden kunde inte redigeras</string>
<string name="image_editing_cancelled">Image editing cancelled</string>
<string name="file_edited_successfully">File edited successfully</string>
<string name="edit_image_with">Redigera bilden med:</string>
2018-02-18 20:10:22 +01:00
<string name="no_editor_found">Ingen bildredigerare hittades</string>
<string name="unknown_file_location">Okänd filplats</string>
<string name="error_saving_file">Det gick inte att skriva över källfilen</string>
2017-07-08 20:25:08 +02:00
<string name="rotate_left">Rotera åt vänster</string>
<string name="rotate_right">Rotera åt höger</string>
<string name="rotate_one_eighty">Rotera 180º</string>
<string name="flip">Vänd</string>
<string name="flip_horizontally">Vänd horisontellt</string>
<string name="flip_vertically">Vänd vertikalt</string>
<string name="free_aspect_ratio">Fritt</string> <!-- available as an option: 1:1, 4:3, 16:9, free -->
2019-02-10 20:08:28 +01:00
<string name="other_aspect_ratio">Annat</string> <!-- available as an option: 1:1, 4:3, 16:9, free, other -->
2016-10-05 22:07:32 +02:00
<!-- Set wallpaper -->
2018-06-02 20:09:31 +02:00
<string name="simple_wallpaper">Bakgrund</string>
<string name="set_as_wallpaper">Använd som bakgrund</string>
<string name="set_as_wallpaper_failed">Det gick inte att ställa in bakgrunden</string>
<string name="set_as_wallpaper_with">Ställ in som bakgrund med:</string>
<string name="setting_wallpaper">Ställer in bakgrunden&#8230;</string>
<string name="wallpaper_set_successfully">Bakgrunden har ställts in</string>
2017-07-08 20:25:08 +02:00
<string name="portrait_aspect_ratio">Stående bildförhållande</string>
<string name="landscape_aspect_ratio">Liggande bildförhållande</string>
2017-12-31 20:26:55 +01:00
<string name="home_screen">Startskärm</string>
<string name="lock_screen">Låsskärm</string>
<string name="home_and_lock_screen">Startskärm och låsskärm</string>
2017-08-04 20:36:29 +02:00
<!-- Slideshow -->
2017-09-10 10:28:53 +02:00
<string name="slideshow">Bildspel</string>
<string name="interval">Intervall (sekunder):</string>
<string name="include_photos">Inkludera foton</string>
<string name="include_videos">Inkludera videor</string>
<string name="include_gifs">Inkludera GIF-bilder</string>
<string name="random_order">Spela upp i slumpmässig ordning</string>
<string name="move_backwards">Spela upp i omvänd ordning</string>
<string name="loop_slideshow">Spela upp i en slinga</string>
2019-06-20 15:38:25 +02:00
<string name="animation">Animation</string>
2019-06-30 20:07:10 +02:00
<string name="no_animation">Ingen</string>
<string name="fade">Tona</string>
<string name="slide">Glid</string>
2017-09-10 10:28:53 +02:00
<string name="slideshow_ended">Bildspelet har avslutats</string>
<string name="no_media_for_slideshow">Ingen media hittades för bildspelet</string>
2017-08-04 20:36:29 +02:00
<!-- View types -->
2017-12-31 20:26:55 +01:00
<string name="change_view_type">Ändra vy</string>
<string name="grid">Rutnät</string>
<string name="list">Lista</string>
2018-06-02 20:09:31 +02:00
<string name="group_direct_subfolders">Gruppera direkta undermappar</string>
<!-- Grouping at media thumbnails -->
2018-06-02 20:09:31 +02:00
<string name="group_by">Gruppera efter</string>
<string name="do_not_group_files">Gruppera inte filer</string>
<string name="by_folder">Mapp</string>
<string name="by_last_modified">Senast ändrad</string>
2019-06-30 20:07:10 +02:00
<string name="by_last_modified_daily">Senast ändrad (dag)</string>
<string name="by_last_modified_monthly">Senast ändrad (månad)</string>
2018-06-02 20:09:31 +02:00
<string name="by_date_taken">Fotodatum</string>
2019-06-30 20:07:10 +02:00
<string name="by_date_taken_daily">Fotodatum (dag)</string>
<string name="by_date_taken_monthly">Fotodatum (månad)</string>
2018-06-02 20:09:31 +02:00
<string name="by_file_type">Filtyp</string>
<string name="by_extension">Filnamnstillägg</string>
2019-06-30 20:07:10 +02:00
<string name="grouping_and_sorting">Observera att gruppering och sortering är två oberoende funktioner</string>
<!-- Widgets -->
2019-02-10 20:08:28 +01:00
<string name="folder_on_widget">Mapp som visas i widgeten:</string>
<string name="show_folder_name">Visa mappnamnet</string>
<!-- Settings -->
2017-12-31 20:26:55 +01:00
<string name="autoplay_videos">Spela upp videor automatiskt</string>
2019-02-10 20:08:28 +01:00
<string name="remember_last_video_position">Kom ihåg senaste videouppspelningsposition</string>
2018-09-16 20:09:28 +02:00
<string name="toggle_filename">Visa/dölj filnamn</string>
2017-12-31 20:26:55 +01:00
<string name="loop_videos">Spela upp videor om och om igen</string>
2017-07-08 20:25:08 +02:00
<string name="animate_gifs">Animera GIF-bilders miniatyrer</string>
2018-02-18 20:10:22 +01:00
<string name="max_brightness">Maximal ljusstyrka när media visas i helskärmsläge</string>
2017-07-08 20:25:08 +02:00
<string name="crop_thumbnails">Beskär miniatyrer till kvadrater</string>
2019-02-10 20:08:28 +01:00
<string name="show_thumbnail_video_duration">Visa videolängder</string>
2017-07-08 20:25:08 +02:00
<string name="screen_rotation_by">Rotera media i helskärmsläge</string>
<string name="screen_rotation_system_setting">Systeminställning</string>
<string name="screen_rotation_device_rotation">Enhetens rotation</string>
<string name="screen_rotation_aspect_ratio">Bildförhållande</string>
2019-07-21 20:24:36 +02:00
<string name="black_background_at_fullscreen">Svart bakgrund när media visas i helskärmsläge</string>
2017-07-08 20:25:08 +02:00
<string name="scroll_thumbnails_horizontally">Rulla horisontellt genom miniatyrer</string>
<string name="hide_system_ui_at_fullscreen">Dölj systemanvändargränssnittet automatiskt när media visas i helskärmsläge</string>
2017-09-10 10:28:53 +02:00
<string name="delete_empty_folders">Ta bort tomma mappar när deras innehåll tas bort</string>
2018-02-18 20:10:22 +01:00
<string name="allow_photo_gestures">Tillåt styrning av fotoljusstyrka med vertikala gester</string>
2017-09-10 10:28:53 +02:00
<string name="allow_video_gestures">Tillåt styrning av videovolym och videoljusstyrka med vertikala gester</string>
2017-12-31 20:26:55 +01:00
<string name="show_media_count">Visa antalet mediefiler i varje mapp i huvudvyn</string>
<string name="show_extended_details">Visa utökad information över media i helskärmsläge</string>
<string name="manage_extended_details">Hantera utökad information</string>
2018-02-18 20:10:22 +01:00
<string name="one_finger_zoom">Tillåt zoomning med ett finger när media visas i helskärmsläge</string>
<string name="allow_instant_change">Tillåt snabbyte av media genom tryckning på skärmens kanter</string>
2018-09-16 20:09:28 +02:00
<string name="allow_deep_zooming_images">Tillåt djupzoomning av bilder</string>
2018-02-18 20:10:22 +01:00
<string name="hide_extended_details">Dölj utökad information när statusfältet är dolt</string>
2018-09-16 20:09:28 +02:00
<string name="show_at_bottom">Visa några åtgärdsknappar längst ned på skärmen</string>
<string name="show_recycle_bin">Visa Papperskorgen i mappvyn</string>
2018-11-10 20:25:39 +01:00
<string name="deep_zoomable_images">Djupt zoombara bilder</string>
<string name="show_highest_quality">Visa bilder i högsta möjliga kvalitet</string>
<string name="show_recycle_bin_last">Visa Papperskorgen som det sista objektet i huvudvyn</string>
2019-07-21 20:24:36 +02:00
<string name="allow_down_gesture">Tillåt avslutning av helskärmsläget med en nedåtgest</string>
<string name="allow_one_to_one_zoom">Tillåt 1:1-zoomning med två dubbeltryck</string>
<string name="open_videos_on_separate_screen">Öppna alltid videor i en separat vy med nya horisontella gester</string>
<string name="show_notch">Show a notch if available</string>
<string name="allow_rotating_gestures">Allow rotating images with gestures</string>
<string name="file_loading_priority">File loading priority</string>
<string name="speed">Speed</string>
<string name="compromise">Compromise</string>
<string name="avoid_showing_invalid_files">Avoid showing invalid files</string>
<string name="show_image_file_types">Show image file types</string>
2018-01-25 11:28:16 +01:00
<!-- Setting sections -->
2018-02-18 20:10:22 +01:00
<string name="thumbnails">Miniatyrer</string>
<string name="fullscreen_media">Visning av media i helskärmsläge</string>
<string name="extended_details">Utökad information</string>
2018-09-16 20:09:28 +02:00
<string name="bottom_actions">Åtgärder längst ned på skärmen</string>
<!-- Bottom actions -->
2018-09-16 20:09:28 +02:00
<string name="manage_bottom_actions">Hantera synliga åtgärder längst ned på skärmen</string>
<string name="toggle_favorite">Lägg till/ta bort från favoriter</string>
<string name="toggle_file_visibility">Visa/dölj fil</string>
2019-12-20 21:53:42 +01:00
<!-- New editor strings -->
<string name="pesdk_transform_button_freeCrop">Custom</string>
<string name="pesdk_transform_button_resetCrop">Reset</string>
<string name="pesdk_transform_button_squareCrop">Square</string>
<string name="pesdk_transform_title_name">Transform</string>
<string name="pesdk_filter_title_name">Filter</string>
<string name="pesdk_filter_asset_none">None</string>
<string name="pesdk_adjustments_title_name">Adjust</string>
<string name="pesdk_adjustments_button_shadowTool">Shadows</string>
<string name="pesdk_adjustments_button_exposureTool">Exposure</string>
<string name="pesdk_adjustments_button_highlightTool">Highlights</string>
<string name="pesdk_adjustments_button_brightnessTool">Brightness</string>
<string name="pesdk_adjustments_button_contrastTool">Contrast</string>
<string name="pesdk_adjustments_button_saturationTool">Saturation</string>
<string name="pesdk_adjustments_button_clarityTool">Clarity</string>
<string name="pesdk_adjustments_button_gammaTool">Gamma</string>
<string name="pesdk_adjustments_button_blacksTool">Blacks</string>
<string name="pesdk_adjustments_button_whitesTool">Whites</string>
<string name="pesdk_adjustments_button_temperatureTool">Temperature</string>
<string name="pesdk_adjustments_button_sharpnessTool">Sharpness</string>
<string name="pesdk_adjustments_button_reset">Reset</string>
<string name="pesdk_focus_title_name">Focus</string>
<string name="pesdk_focus_title_disabled">None</string>
<string name="pesdk_focus_button_radial">Radial</string>
<string name="pesdk_focus_button_linear">Linear</string>
<string name="pesdk_focus_button_mirrored">Mirrored</string>
<string name="pesdk_focus_button_gaussian">Gaussian</string>
<string name="pesdk_text_title_name">Text</string>
<string name="pesdk_text_title_options">Text Options</string>
<string name="pesdk_text_title_textColor">Text Color</string>
<string name="pesdk_text_title_font">Font</string>
<string name="pesdk_text_button_add">Add</string>
<string name="pesdk_text_button_edit">Edit</string>
<string name="pesdk_text_button_straighten">Straighten</string>
<string name="pesdk_text_button_font">Font</string>
<string name="pesdk_text_button_color">Color</string>
<string name="pesdk_text_button_backgroundColor">BG Color</string>
<string name="pesdk_text_button_alignment">Alignment</string>
<string name="pesdk_text_button_bringToFront">To Front</string>
<string name="pesdk_text_button_delete">Delete</string>
<string name="pesdk_text_text_editTextPlaceholder">Your text</string>
<string name="pesdk_brush_title_name">Brush</string>
<string name="pesdk_brush_button_color">Color</string>
<string name="pesdk_brush_button_size">Size</string>
<string name="pesdk_brush_button_hardness">Hardness</string>
<string name="pesdk_brush_button_bringToFront">To Front</string>
<string name="pesdk_brush_button_delete">Delete</string>
<string name="pesdk_brush_title_brushColor">Brush Color</string>
<string name="pesdk_editor_title_name">Editor</string>
<string name="pesdk_editor_title_closeEditorAlert">Close Editor?</string>
<string name="pesdk_editor_text_closeEditorAlert">Do you really want to discard the image?</string>
<string name="pesdk_editor_button_closeEditorAlertConfirmation">Yes</string>
<string name="pesdk_editor_button_closeEditorAlertCancelation">No</string>
<string name="pesdk_editor_cancel">Cancel</string>
<string name="pesdk_editor_accept">Accept</string>
<string name="pesdk_editor_save">Save</string>
<string name="pesdk_editor_text_exportProgressUnknown">Exporting image…</string>
<string name="pesdk_editor_text_exportProgress" formatted="false">Exporting image %s.</string>
<string name="pesdk_common_button_flipH">Flip H</string>
<string name="pesdk_common_button_flipV">Flip V</string>
<string name="pesdk_common_button_undo">Undo</string>
<string name="pesdk_common_button_redo">Redo</string>
<string name="pesdk_common_title_colorPicker">Color Picker</string>
<string name="pesdk_common_title_transparentColor">Transparent</string>
<string name="pesdk_common_title_whiteColor">White</string>
<string name="pesdk_common_title_grayColor">Gray</string>
<string name="pesdk_common_title_blackColor">Black</string>
<string name="pesdk_common_title_lightBlueColor">Light blue</string>
<string name="pesdk_common_title_blueColor">Blue</string>
<string name="pesdk_common_title_purpleColor">Purple</string>
<string name="pesdk_common_title_orchidColor">Orchid</string>
<string name="pesdk_common_title_pinkColor">Pink</string>
<string name="pesdk_common_title_redColor">Red</string>
<string name="pesdk_common_title_orangeColor">Orange</string>
<string name="pesdk_common_title_goldColor">Gold</string>
<string name="pesdk_common_title_yellowColor">Yellow</string>
<string name="pesdk_common_title_oliveColor">Olive</string>
<string name="pesdk_common_title_greenColor">Green</string>
<string name="pesdk_common_title_aquamarinColor">Aquamarin</string>
<string name="pesdk_common_title_pipettableColor">Pipettable color</string>
2019-12-20 21:53:42 +01:00
2018-02-19 00:30:34 +01:00
<!-- FAQ -->
<string name="faq_1_title">How can I make Simple Gallery the default device gallery?</string>
<string name="faq_1_text">First you have to find the currently default gallery in the Apps section of your device settings, look for a button that says something like \"Open by default\", click on it, then select \"Clear defaults\".
The next time you will try opening an image or video you should see an app picker, where you can select Simple Gallery and make it the default app.</string>
<string name="faq_2_title">I locked the app with a password, but I forgot it. What can I do?</string>
<string name="faq_2_text">You can solve it in 2 ways. You can either reinstall the app, or find the app in your device settings and select \"Clear data\". It will reset all your settings, it will not remove any media files.</string>
<string name="faq_3_title">How can I make an album always appear at the top?</string>
2019-05-01 12:12:00 +02:00
<string name="faq_3_text">You can long press the desired album and select the Pin icon at the actions menu, that will pin it to the top. You can pin multiple folders too, pinned items will be sorted by the default sorting method.</string>
<string name="faq_4_title">How can I fast forward videos?</string>
<string name="faq_4_text">You can do it by double tapping the side of the screen, or tapping the current or max duration texts near the seekbar. If you enable opening videos on a separate screen in the app settings, you can use horizontal gestures too.</string>
2018-02-19 00:30:34 +01:00
<string name="faq_5_title">What is the difference between hiding and excluding a folder?</string>
<string name="faq_5_text">Exclude prevents displaying the folder only in Simple Gallery, while Hide works system-wise and it hides the folder from other galleries too. It works by creating an empty \".nomedia\" file in the given folder, which you can then remove with any file manager too. Note that some devices do not allow hiding folders like Camera, Screenshots and Downloads.</string>
2018-02-19 00:30:34 +01:00
<string name="faq_6_title">Why do folders with music cover art or stickers show up?</string>
<string name="faq_6_text">It can happen that you will see some unusual albums show up. You can easily exclude them by long pressing them and selecting Exclude. In the next dialog you can then select the parent folder, chances are it will prevent the other related albums showing up too.</string>
2019-01-30 22:59:16 +01:00
<string name="faq_7_title">A folder with images isn\'t showing up, or it doesn\'t show all items. What can I do?</string>
2018-02-19 00:30:34 +01:00
<string name="faq_7_text">That can have multiple reasons, but solving it is easy. Just go in Settings -> Manage Included Folders, select Plus and navigate to the required folder.</string>
<string name="faq_8_title">What if I want just a few particular folders visible?</string>
<string name="faq_8_text">Adding a folder at the Included Folders doesn\'t automatically exclude anything. What you can do is go in Settings -> Manage Excluded Folders, exclude the root folder \"/\", then add the desired folders at Settings -> Manage Included Folders.
That will make only the selected folders visible, as both excluding and including are recursive and if a folder is both excluded and included, it will show up.</string>
2018-03-16 11:40:13 +01:00
<string name="faq_10_title">Can I crop images with this app?</string>
<string name="faq_10_text">Yes, you can crop images in the editor, by dragging the image corners. You can get to the editor either by long pressing an image thumbnail and selecting Edit, or selecting Edit from the fullscreen view.</string>
<string name="faq_11_title">Can I somehow group media file thumbnails?</string>
<string name="faq_11_text">Sure, just use the \"Group by\" menu item while at the thumbnails view. You can group files by multiple criteria, including Date Taken. If you use the \"Show all folders content\" function you can group them by folders too.</string>
<string name="faq_12_title">Sorting by Date Taken doesn\'t seem to work properly, how can I fix it?</string>
<string name="faq_12_text">It is most likely caused by the files being copied from somewhere. You can fix it by selecting the file thumbnails and selecting \"Fix Date Taken value\".</string>
2018-09-30 10:33:23 +02:00
<string name="faq_13_title">I see some color banding on the images. How can I improve the quality?</string>
<string name="faq_13_text">The current solution for displaying images works fine in the vast majority of cases, but if you want even better image quality, you can enable the \"Show images in the highest possible quality\" at the app settings, in the \"Deep zoomable images\" section.</string>
<string name="faq_14_title">I have hidden a file/folder. How can I unhide it?</string>
<string name="faq_14_text">You can either press the \"Temporarily show hidden items\" menu item at the main screen, or toggle \"Show hidden items\" in the app settings to see the hidden item. If you want to unhide it, just long press it and select \"Unhide\". Folders are hidden by adding a hidden \".nomedia\" file into them, you can delete the file with any file manager too.</string>
<string name="faq_15_title">Why does the app take up so much space?</string>
<string name="faq_15_text">App cache can take up to 250MB, it ensures quicker image loading. If the app is taking up even more space, it is most likely caused by you having items in the Recycle Bin. Those files count to the app size. You can clear the Recycle bin by opening it and deleting all files, or from the app settings. Every file in the Bin is deleted automatically after 30 days.</string>
2018-02-19 00:30:34 +01:00
2016-11-24 23:30:51 +01:00
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
2019-04-04 11:26:48 +02:00
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Gallery Pro - Photo Manager &amp; Editor</string>
2016-12-10 11:18:09 +01:00
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Browse your memories without any interruptions with this photo and video gallery</string>
2016-11-24 23:30:51 +01:00
<string name="app_long_description">
Simple Gallery Pro is a highly customizable offline gallery. Organize &amp; edit your photos, recover deleted files with the recycle bin, protect &amp; hide files and view a huge variety of different photo &amp; video formats including RAW, SVG and much more.
2018-10-31 17:16:10 +01:00
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
2018-10-31 17:16:10 +01:00
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
2018-10-31 17:16:10 +01:00
• Offline gallery with no ads or popups
• Simple gallery photo editor crop, rotate, resize, draw, filters &amp; more
• No internet access needed, giving you more privacy and security
• No unnecessary permissions required
• Quickly search images, videos &amp; files
• Open &amp; view many different photo and video types (RAW, SVG, panoramic etc)
• A variety of intuitive gestures to easily edit &amp; organize files
• Lots of ways to filter, group &amp; sort files
• Customize the appearance of Simple Gallery Pro
• Available in 32 languages
• Mark files as favorites for quick access
• Protect your photos &amp; videos with a pattern, pin or fingerprint
• Use pin, pattern &amp; fingerprint to protect the app launch or specific functions too
• Recover deleted photos &amp; videos from the recycle bin
• Toggle visibility of files to hide photos &amp; videos
• Create a customizable slideshow of your files
• View detailed information of your files (resolution, EXIF values etc)
• Simple Gallery Pro is open source
… and much much more!
2018-10-31 17:16:10 +01:00
<b>PHOTO GALLERY EDITOR</b>
Simple Gallery Pro makes it easy to edit your pictures on the fly. Crop, flip, rotate and resize your pictures. If youre feeling a little more creative you can add filters and draw on your pictures!
<b>SUPPORT FOR MANY FILE TYPES</b>
Unlike some other gallery viewers &amp; photo organizers, Simple Gallery Pro supports a huge range of different file types including JPEG, PNG, MP4, MKV, RAW, SVG, Panoramic photos, Panoramic videos and many more.
<b>HIGHLY CUSTOMIZABLE GALLERY MANAGER</b>
From the UI to the function buttons on the bottom toolbar, Simple Gallery Pro is highly customizable and works the way you want it to. No other gallery manager has this kind of flexibility! Thanks to being open source, were also available in 32 languages!
<b>RECOVER DELETED PHOTOS &amp; VIDEOS</b>
Accidentally deleted a precious photo or video? Dont worry! Simple Gallery Pro features a handy recycle bin where you can recover deleted photos &amp; videos easily.
<b>PROTECT &amp; HIDE PHOTOS, VIDEOS &amp; FILES</b>
Using pin, pattern or your devices fingerprint scanner you can protect and hide photos, videos &amp; entire albums. You can protect the app itself or place locks on specific functions of the app. For example, you cant delete a file without a fingerprint scan, helping to protect your files from accidental deletion.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Standalone website of Simple Gallery Pro:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
2016-11-24 23:30:51 +01:00
</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-07-16 00:09:37 +02:00
</resources>