Merge branch 'SimpleMobileTools:master' into viewpager_fixes

This commit is contained in:
Naveen Singh 2022-07-05 14:18:21 +05:30 committed by GitHub
commit 1122e36e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 64 additions and 2354 deletions

View file

@ -56,9 +56,9 @@ class ChangeSortingDialog(
view.sorting_dialog_numeric_sorting.beVisibleIf(isSortingByNameOrPath)
view.use_for_this_folder_divider.beVisibleIf(view.sorting_dialog_numeric_sorting.isVisible() || view.sorting_dialog_use_for_this_folder.isVisible())
val isCustomSorting = checkedId == sortingRadio.sorting_dialog_radio_custom.id
view.sorting_dialog_radio_order.beGoneIf(isCustomSorting)
view.sorting_dialog_order_divider.beGoneIf(isCustomSorting)
val hideSortOrder = checkedId == sortingRadio.sorting_dialog_radio_custom.id || checkedId == sortingRadio.sorting_dialog_radio_random.id
view.sorting_dialog_radio_order.beGoneIf(hideSortOrder)
view.sorting_dialog_order_divider.beGoneIf(hideSortOrder)
}
val sortBtn = when {

View file

@ -34,6 +34,7 @@ data class Directory(
sorting and SORT_BY_PATH != 0 -> path
sorting and SORT_BY_SIZE != 0 -> size.formatSize()
sorting and SORT_BY_DATE_MODIFIED != 0 -> modified.formatDate(context, dateFormat, timeFormat)
sorting and SORT_BY_RANDOM != 0 -> name
else -> taken.formatDate(context)
}

View file

@ -4,10 +4,7 @@ import android.content.Context
import androidx.room.*
import com.bumptech.glide.signature.ObjectKey
import com.simplemobiletools.commons.extensions.*
import com.simplemobiletools.commons.helpers.SORT_BY_DATE_MODIFIED
import com.simplemobiletools.commons.helpers.SORT_BY_NAME
import com.simplemobiletools.commons.helpers.SORT_BY_PATH
import com.simplemobiletools.commons.helpers.SORT_BY_SIZE
import com.simplemobiletools.commons.helpers.*
import com.simplemobiletools.commons.models.FileDirItem
import com.simplemobiletools.gallery.pro.helpers.*
import java.io.File
@ -63,6 +60,7 @@ data class Medium(
sorting and SORT_BY_PATH != 0 -> path
sorting and SORT_BY_SIZE != 0 -> size.formatSize()
sorting and SORT_BY_DATE_MODIFIED != 0 -> modified.formatDate(context, dateFormat, timeFormat)
sorting and SORT_BY_RANDOM != 0 -> name
else -> taken.formatDate(context)
}

File diff suppressed because one or more lines are too long

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- 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>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -354,7 +354,8 @@
<string name="faq_16_text">Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps due to system restrictions either. You will have to use some file manager for that.</string>
<string name="faq_17_title">Why cannot I include missing folders anymore\?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<string name="app_title">Simple Gallery Pro - Photo Manager &amp; Editor</string>
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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. The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected. ------------------------------------------------- <b>SIMPLE GALLERY PRO FEATURES</b> ------------------------------------------------- • 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! <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 </string>
</resources>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

View file

@ -362,69 +362,8 @@
<string name="faq_17_text">Това спря да работи поради системните промени, които дойдоха и с Android 11, приложението вече не може да преглежда истински папки, разчита на така наречения MediaStore при извличане на данни.</string>
<string name="faq_18_title">Защо виждам реклами по време на възпроизвеждане на видео\?</string>
<string name="faq_18_text">Нашите приложения нямат никакви реклами. Ако ги видите по време на възпроизвеждане на видео, трябва да използвате видеоплейър от други приложения. Опитайте да намерите вашия видеоплейър по подразбиране в настройките на устройството, след което направете „Изчистване на настройките по подразбиране“ върху него. Следващия път, когато извикате някакъв видеоплейър, ще видите диалог за избор на приложение, където можете да изберете кое приложение искате да използвате.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Обикновена Галерия Про - Управление и редакция</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Приложение без реклами за управление и редакция на снимки, видео, GIF</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -376,56 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">সিম্পল গ্যালারি প্রো - ছবি ম্যানেজার ও সম্পাদক</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">কোন বিজ্ঞাপন ছাড়া ছবি, ভিডিও ও গিফ সম্পাদনা, ব্যবস্থাপনার একটি প্রিমিয়াম অ্যাপ</string>
<string name="app_long_description">
সিম্পল গ্যালারি প্রো একটি অত্যন্ত সম্পাদনাযোগ্য অফলাইন গ্যালারি।
অ্যাপটিতে কোনও বিজ্ঞাপন এবং অপ্রয়োজনীয় অনুমতি নেই। অ্যাপ্লিকেশনটিকে যেহেতু ইন্টারনেট সংযোগের প্রয়োজন নেই, তাই আপনার গোপনীয়তা সুরক্ষিত।
-------------------------------------------------
<b>সহজ গ্যালারি প্রো - বৈশিষ্ট্যসমূহ</b>
-------------------------------------------------
• কোন বিজ্ঞাপন বা পপআপ ছাড়া অফলাইন গ্যালারী
• সাধারণ গ্যলারি ফটো সম্পাদক - ক্রপ করুন, ঘোরান, পুনরায় আকার দিন, অঙ্কন করুন, ফিল্টার প্রয়োগ করুন এবং আরও অনেক কিছু।
• কোন ইন্টারনেট সংযোগ প্রয়োজন নেই
• কোন অপ্রয়োজনীয় অনুমতি চায় না
• ছবি, ভিডিও ও অন্যান্য ফাইলসমূহ দ্রুত অনুসন্ধান করুন
• সিম্পল গ্যালারি প্রো এর ধরন পরিবর্তন করুন
• ৩২টি ভাষায় রয়েছে
• সিম্পল গ্যালারি প্রো উন্মুক্ত উৎসের
… এবং আরও অনেক অনেক বেশী!
<b>ছবি গ্যালারি সম্পাদক</b>
সিম্পল গ্যালারি প্রো আপনার ছবি যেকোন সময় সম্পাদনা সহজ করে দেয়। আপনার ছবি কাটুন, ফ্লিপ করুন বা আকার পরিবর্তন করুন। আপনি আরেকটু সৃজনশীল হলে, নতুন ফিল্টার যুক্ত করতে পারবেন এবং আপনার ছবির উপর আঁকতেও পারবেন।
<b>অনেকধরণের ফাইল ঘরানার জন্য সমর্থন রয়েছে</b>
জেপিইজি, পিএনজি, এমপি৪, এমকেভি, আরএডাব্লু, এসভিজি, প্যানোরামিক ফটো, প্যানোরামিক ভিডিও এবং আরও অনেক ফাইল টাইপ সিম্পল গ্যালারি প্রো সমর্থন করে।
<b>মুছে ফেলা ছবি ও ভিডিও পুনরুদ্ধার করুন</b>
ভুল করে গুরুত্বপূর্ণ ছবি বা ভিডিও মুছে ফেললেন? চিন্তার কারণ নেই। সিম্পল গ্যালারি প্রোর নিজস্ব রিসাইকেল বিন আপনাকে এ বিপদ থেকে বাঁচাবে।
<b>ছবি, ভিডিও এবং ফাইল লুকান ও নিরাপদ রাখুন:</b>
পিন, প্যাটার্ন, অথবা ফিঙ্গারপ্রিন্ট ব্যবহার করে আপনি আপনার ছবি, ভিডিও এবং পুরো অ্যালবামই নিরাপদে রাখতে পারবেন। আপনি পুরো অ্যাপটাই নিরাপদে রাখতে পারবে, অথবা নির্দিষ্ট কিছু ফাংশনে লক দিতে পারবেন। যেমন ধরুন, ফিঙ্গারপ্রিন্ট ছাড়া কোন ফাইল মুছতে না পারাটা ভুল করে ফাইল হারানো থেকে আপনাকে বাঁচাবে।
<b>সিম্পল টুলসমূহের পরিপূর্ণ স্যুট:</b>
https://www.simplemobiletools.com
<b>সিম্পল গ্যালারি প্রোর আলাদা ওয়েবসাইট</b>
https://www.simplemobiletools.com/gallery
<b>ফেসবুক:</b>
https://www.facebook.com/simplemobiletools
<b>রেডিট:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -371,14 +371,8 @@
<string name="faq_17_text">Això ha deixat de funcionar a causa dels canvis del sistema que també han vingut amb Android 11, l\'aplicació ja no pot navegar per carpetes reals, es basa en l\'anomenat MediaStore per obtenir dades.</string>
<string name="faq_18_title">Per què veig anuncis comercials durant la reproducció de vídeo\?</string>
<string name="faq_18_text">Les nostres aplicacions no tenen cap anunci. Si els veieu durant la reproducció de vídeo, estareu utilitzant una altra aplicació de reproducció de vídeo. Intenteu trobar el reproductor de vídeo predeterminat a la configuració del dispositiu i, a continuació, feu «Esborra els valors predeterminats». La propera vegada que invoqueu una acció de vídeo, veureu un missatge de selecció d\'aplicacions, on podreu seleccionar quina aplicació voleu utilitzar.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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: Gestor i editor de fotos</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Una aplicació premium per gestionar i editar les vostres fotos, vídeos i GIF sense anuncis</string>
<string name="app_long_description"> Simple Gallery Pro és una galeria fora de línia molt personalitzable. Organitzeu i editeu les vostres fotos, recupereu els fitxers suprimits amb la paperera de reciclatge, protegiu i oculteu els fitxers, visualitzeu una gran varietat de formats de foto i vídeo incloent RAW, SVG i molts més. L\'aplicació no conté anuncis ni permisos innecessaris. Com que l\'aplicació tampoc no requereix accés a Internet, la vostra privadesa està protegida. ------------------------------------------------- <b>SIMPLE GALLERY PRO - CARACTERÍSTIQUES</b> ------------------------------------------------- • Galeria sense connexió sense anuncis ni finestres emergents • Editor senzill de les fotos de la galeria: escapçat, gir, canvi de mida, dibuix, filtres i més • No cal accés a Internet, donant-li més privacitat i seguretat • No es requereixen permisos innecessaris • Cerca ràpida d\'imatges, vídeos i fitxers • Obre i visualitza molts tipus diferents de fotos i de vídeo (RAW, SVG, panoràmiques, etc.) • Una varietat de gestos intuïtius per editar fàcilment i organitzar els fitxers • Moltes maneres de filtrar, agrupar i ordenar fitxers • Personalitzeu l\'aparença de Simple Gallery Pro • Disponible en 32 idiomes • Marqueu els fitxers com a preferits per accedir-hi ràpidament • Protegeix les vostres fotos i vídeos amb un patró, PIN o empremta digital • Utilitza un pin, patró i empremta digital per protegir també el llançament de l\'aplicació o funcions específiques • Recupera fotos i vídeos suprimits des de la paperera de reciclatge • Canvia la visibilitat dels fitxers per ocultar fotografies i vídeos • Crea una presentació de diapositives personalitzable dels vostres fitxers • Mostra informació detallada dels fitxers (resolució, valors EXIF, etc.) • Simple Gallery Pro és de codi obert… i molt més! <b>EDITOR DE GALERIA DE FOTOS</b> Simple Gallery Pro permet editar fàcilment les vostres imatges al vol. Escapceu, invertiu, gireu i canvieu la mida de les vostres fotos. Si us sentiu una mica més creatiu, podeu afegir filtres i dibuixar a les imatges. <b>SUPORT PER A MOLTS TIPUS DE FITXER</b> A diferència d\'altres aplicacions de visualització de galeries i organitzadors de fotos, Simple Gallery Pro implementa una gran varietat de tipus de fitxers diferents, inclosos JPEG, PNG, MP4, MKV, RAW, SVG, fotos panoràmiques, vídeos panoràmics i molt més. <b>GESTOR DE GALERIA MOLT PERSONALITZABLE</b> Des de la interfície d\'usuari fins als botons de funció de la barra d\'eines inferior, Simple Gallery Pro és altament personalitzable i funciona de la manera que desitgeu. Cap altra aplicació de galeria té aquesta mena de flexibilitat. Gràcies a ser de codi obert, també hi ha disponibles 32 idiomes. <b>RECUPERACIÓ DE FOTOS I VÍDEOS SUPRIMITS</b> Heu suprimit accidentalment una foto o un vídeo valuós\? No us preocupeu! Simple Gallery Pro disposa d\'una paperera de reciclatge on podreu recuperar fàcilment les fotos i vídeos suprimits. <b>PROTEGEIX, OCULTA FOTOS, VÍDEOS I ARXIUS</b> Amb el PIN, el patró o l\'escàner d\'empremta digital del vostre dispositiu, podeu protegir i ocultar fotos, vídeos i àlbums sencers. Podeu protegir l\'aplicació mateixa o col·locar panys sobre funcions específiques de l\'aplicació. Per exemple, no podreu suprimir un fitxer sense un escaneig de l\'empremta digital, ajudant-vos a protegir els fitxers d\'una supressió accidental. <b>Consulteu el conjunt complet d\'eines simples aquí:</b> https://www.simplemobiletools.com <b>Lloc web de 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 </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -364,67 +364,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Jednoduchá galerie Pro - Organizér fotografií</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Prohlížejte svoje vzpomínky bez prerušení s touto foto a video galerií.</string>
<string name="app_long_description">
Jednoduchá galerie Pro je vysoce přizpůsobitelná offline galerie. Organizujte a upravujte své fotografie, obnovujte smazané fotografie s funkcí odpadkového koše, chraňte je a skrývejte. Prohlížejte množství různých foto a video formátů včetně RAW, SVG a mnoho dalších.
Aplikace neobsahuje žádné reklamy ani nepotřebná oprávnění. Tím, že ani nevyžaduje připojení k internetu, je vaše soukromí maximálně chráněno.
-------------------------------------------------
<b>JEDNODUCHÁ GALERIE PRO FUNKCE</b>
-------------------------------------------------
• Offline galerie bez reklam a vyskakujících oken
• Foto editor ořezávejte, otáčejte, měňte velikost, kreslete, používejte filtry a více
• Nevyžaduje přístup k internetu - více soukromí a bezpečí
• Nepožaduje žádná nepotřebná oprávnění navíc
• Rychle prohledávejte obrázky a videa
• Otevírejte mnoho rozličných formátů fotografií a videí (RAW, SVG, GIF, panorama, atd)
• Množství intuitivních gest pro jednoduchou úpravu a organizaci souborů
• Mnoho různých způsobů filtrování, seskupování a řazení souborů
• Změňte si vzhled Jednoduché galerie Pro
• Dostupná ve 32 jazycích
• Označte si oblíbené soubory pro rychlý přístup
• Chraňte své fotografie a videa pomocí pinu, vzoru nebo otiskem prstu
• Použijte pin, vzor a otisk prstu pro zabezpečení spuštění aplikace, nebo i některých funkcí
• Obnovte smazané fotografie a videa z odpadkového koše
• Přepněte viditelnost souborů pro skrytí obrázků a videí
• Vytvořte si ze svých souborů prezentaci
• Zobrazte si detailní informace o svých souborech (rozlišení, hodnoty EXIF, atd)
• Jednoduchá galerie Pro má otevřený zdrojový kód
… a mnoho dalších!
<b>EDITOR OBRÁZKŮ</b>
Jednoduchá galerie Pro umožňuje snadnou úpravu obrázků. Ořezávejte, překlápějte, otáčejte či měňte jejich velikost. Pokud se cítíte kreativně, můžete také aplikovat filtry nebo do obrázku kreslit!
<b>PODPORA MNOHA TYPŮ SOUBORŮ</b>
Na rozdíl od některých galerií podporuje Jednoduchá galerie Pro velké množství různých druhů souborů včetně JPEG, PNG, MP4, MKV, RAW, SVG, panoramatických fotografií a videí.
<b>Vysoce upravitelný správce galerie</b>
Od vzhledu až po funkční tlačítka na spodní liště, Jednoduchá galerie Pro je plně nastavitelná a bude fungovat přesně jak si budete přát. Žádná jiná galerie nenabízí takovou flexibilitu! A díky otevřenému kódu je naše aplikace dostupná ve 32 jazycích!
<b>OBNOVTE SMAZANÉ FOTOGRAFIE A VIDEA</b>
Smazali jste nechtěně důležitou fotografii nebo video? Žádný strach! Jednoduchá galerie Pro pro podobné případy nabízí funkci odpadkového koše, odkud smazané fotografie a videa snadno obnovíte.
<b>CHRAŇTE A SKRÝVEJTE SVÉ FOTOGRAFIE A VIDEA</b>
Použitím pinu, vzoru nebo otisku prstu snadno své fotografie, videa či celá alba ochráníte nebo skryjete. Můžete ochránit i spuštění samotné aplikace, nebo některé její funkce. Například můžete zabránit náhodnému smazání souboru bez potvrzení otiskem prstu.
<b>Prohlédněte si celou sadu Jednoduchých aplikací na:</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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">Det holdt op med at virke på grund af systemændringerne, der fulgte med Android 11, appen kan ikke længere gennemse rigtige mapper, den er afhængig af den såkaldte MediaStore til at hente data.</string>
<string name="faq_18_title">Hvorfor ser jeg reklamer under videoafspilning?</string>
<string name="faq_18_text">Vores apps har ingen reklamer overhovedet. Hvis du ser dem under videoafspilning, bruger du videoafspilleren fra en anden app. Prøv at finde din standard videoafspiller i enhedens indstillinger, og vælg \"Ryd standarder\" på den. Næste gang du forsøger at åbne en videofil, vil du se en prompt, hvor du kan vælge hvilken app du vil bruge.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Billedhåndtering</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">En premium-app til administration og redigering af dine fotos, videoer og GIF\'er uden reklamer</string>
<string name="app_long_description">
Simple Gallery Pro er et offline-galleri med mange tilpasningsmuligheder. Organiser og rediger dine billeder, gendan slettede filer via papirkurven, beskyt og skjul filer og se adskillige forskellige billed- og videoformater inklusiv RAW, SVG og mange flere.
Appen indeholder ingen reklamer og kræver ingen unødvendige tilladelser. Da den heller ikke kræver adgang til internettet, er dit privatliv også beskyttet.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FUNKTIONER</b>
-------------------------------------------------
• Offline galleri uden reklamer eller pop op\'er
• Simple gallerys billedbehandler beskær, roter, tilpas størrelse, tegn, filtrer mm.
• Inget krav om internetadgang - en stor fordel for dit privatliv og din sikkerhed
• Ingen krav om unødvendige tilladelser
• Hurtig søgning efter billeder, videoer &amp; filer
• Åbn &amp; se mange forskellige foto- og videoformater (RAW, SVG, panoramic osv.)
• En række intuitive bevægelser til nem redigering og organisering af filer
• Mange muligheder for filtrering, gruppering og sortering af filer
• Tilpas udseendet af Simple Gallery Pro
• Tilgængelig på 32 sprog
• Marker filer som favoriter for hurtig adgang
• Beskyt dine billeder &amp; videoer med et mønster, pinkode eller fingeraftryk
• Brug mønster, pinkode eller fingeraftryk til beskyttelse af åbning af appen eller specifikke funktioner
• Gendan slettede billeder &amp; videoer via papirkurven
• Skift mellem vis/skjul filer for at skjule billeder &amp; videoer
• Opret et redigerbart slideshow med dine filer
• Se detaljeret information om dine filer (opløsning, EXIF-værdier osv.)
• Simple Gallery Pro er open source
… og meget mere!
<b>FOTOGALLERI - EDITOR</b>
Simple Gallery Pro gør det nemt at redigere dine billeder i en fart. Beskær, flip, roter og tilpas størrelsen på dine billeder. Føler du dig lidt mere kreativ, kan du tilføje filtre og tegne oveni dine billeder!
<b>UNDERSTØTTELSE AF MANGE FILTYPER</b>
I modsætning til mange andre gallerier supporterer Simple Gallery Pro en masse forskellige filtyper inklusiv JPEG, PNG, MP4, MKV, RAW, SVG, Panoramic-foto, Panoramic-videoer og mange flere.
<b>GALLERI MED MASSER AF TILPASNINGSMULIGHEDER</b>
Simple Gallery Pro kan tilpasses lige fra brugerfladen til funktionsknapper på nederste værktøjslinje og fungere lige efter dit ønske. Inget andet galleri er så fleksibelt! Takket være at det er open sourse, er det også tilgængeligt på 32 sprog!
<b>GENDAN SLETTEDE BILLEDER &amp; VIDEOER</b>
Er du ved en fejl kommet til at slette et billede eller en video? Intet problem! Simple Gallery Pro har en handy papirkurv hvorfra du nemt kan gendanne slettede billeder &amp; videoer.
<b>BESKYT &amp; SKJUL FOTOS, VIDEOER &amp; FILER</b>
Du kan beskytte og skjule billeder, videoer og hele album med en pinkode, et mønster eller din enheds fingeraftryksscanner. Du kan også beskytte selve appen eller låse specifikke funktioner i appen. Du kan for eksempel låse sletning af en fil uden scanning af fingeraftryk og dermed beskytte filer mod at blive slettet ved en fejl.
<b>Se hele suiten af Simple Tools her:</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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -371,14 +371,8 @@
<string name="faq_17_text">Das funktioniert seit den Systemänderungen durch Android 11 nicht mehr, da die Anwendung keine echten Ordner mehr durchsuchen kann, sondern sich beim Abrufen von Daten auf den sogenannten MediaStore verlässt.</string>
<string name="faq_18_title">Warum sehe ich während der Videowiedergabe Werbung\?</string>
<string name="faq_18_text">Unsere Anwendungen enthalten keinerlei Werbung. Wenn Sie sie während der Videowiedergabe sehen, müssen Sie einen anderen Anwendungsvideoplayer verwenden. Versuchen Sie, Ihren Standard-Videoplayer in den Geräteeinstellungen zu finden, und führen Sie dann einen „Standardeinstellungen löschen“ aus. Wenn Sie das nächste Mal ein Video aufrufen, wird eine Aufforderung zur Auswahl der Anwendung angezeigt, aus der Sie die gewünschte Anwendung auswählen können.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Schlichte Galerie Fotoverwaltung und -bearbeitung</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Eine Premium-App zur Verwaltung und zum Bearbeiten Ihrer Fotos, Videos und GIFs ohne Werbung</string>
<string name="app_long_description"> Schlichte Galerie Pro ist eine stark individualisierbare Offline Galerie. Ordne und bearbeite deine Fotos, stelle gelöschte Fotos mit Hilfe des Papierkorbs wieder her, schütze und verstecke Dateien und zeige eine Vielzahl von Bilder- und Videoformaten an, unter anderem RAW, SVG und viele mehr. Die Anwendung enthält keine Werbung und verlangt keine unnötigen Berechtigungen. Da die Anwendung auch keinen Internetzugang benötigt, ist deine Privatsphäre geschützt. ------------------------------------------------- <b>SCHLICHTE GALERIE PRO EIGENSCHAFTEN</b> ------------------------------------------------- • Offline Galerie ohne Werbung und Popups • Schlichte Galerie Fotoeditor Zuschneiden, Drehen, Ändern der Größe, Zeichnen, Filtern und mehr • Kein Internetzugriff benötigt mehr Privatsphäre und Sicherheit für dich • Keine unnötigen Berechtigungen erforderlich • Suche schnell nach Bildern, Videos und Dateien • Öffne und zeige verschiedene Bild- und Videoformate an (RAW, SVG, Panoramabilder usw.) • Eine Vielzahl von intuitiven Gesten zur einfachen Bearbeitung und Ordnung von Dateien • Viele Möglichkeiten Dateien zu filtern, gruppieren und sortieren • Personalisiere das Erscheinungsbild der Galerie • Verfügbar in 32 Sprachen • Markiere Dateien als Favoriten, um schnell auf diese zuzugreifen • Schütze deine Fotos und Videos mit einem Muster, PIN oder Fingerabdruck • Nutze PIN, Muster und Fingerabdruck zum Schutz der gesamten Anwendung oder auch bestimmter Funktionen • Stelle gelöschte Bilder und Videos aus dem Papierkorb wieder her • Ändere die Sichtbarkeit von Dateien und Ordnern, um Fotos und Videos zu verstecken • Erstelle eine eigene Diashow deiner Dateien • Zeige detaillierte Informationen deiner Dateien an (Auflösung, EXIF Werte usw.) • Schlichte Galerie Pro ist quelloffen … und viele, viele mehr! <b>FOTOEDITOR</b> Schlichte Galerie Pro macht es schnell und einfach deine Bilder zu bearbeiten. Schneide Bilder zu, drehe sie und ändere die Größe. Wenn du dich etwas kreativer fühlst, kannst du Filter hinzufügen und auf deinen Bildern malen! <b>UNTERSTÜTZUNG FÜR VIELE DATEITYPEN</b> Im Gegensatz zu einigen anderen Galerien unterstützt Schlichte Galerie Pro eine Vielzahl verschiedener Dateitypen. Unter anderem JPEG, PNG, MP4, MKV, RAW, SVG, Panoramabilder, Panoramavideos und viele mehr. <b>STARK INDIVIDUALISIERBARE GALERIE</b> Von der Benutzeroberfläche zu den Funktionen in der unteren Symbolleiste, Schlichte Galerie Pro ist stark anpassbar und funktioniert ganz nach deinen Wünschen. Keine andere Galerie verfügt über dieses Maß an Flexibilität. Danke quelloffen sind wir in 32 Sprachen verfügbar! <b>WIEDERHERSTELLUNG GELÖSCHTER FOTOS UND VIDEOS</b> Versehentlich ein wertvolles Foto oder Video gelöscht\? Keine Sorge! Schlichte Galerie Pro verfügt über einen praktischen Papierkorb, aus dem du gelöschte Bilder und Videos leicht wiederherstellen kannst. <b>SCHÜTZE UND VERSTECKE FOTOS, VIDEOS und DATEIEN</b> Mit einem PIN, Muster oder dem Fingerabdrucksensor deines Gerätes kannst du Fotos, Videos und komplette Alben verstecken und schützen. Du kannst auch die Anwendung selber schützen oder bestimmte Funktionen der Anwendung sperren. Beispielsweise kannst du eine Datei nicht ohne Scan des Fingerabdrucks löschen, um deine Dateien vor versehentlichem Löschen zu schützen. <b>Schau dir die vollständige Serie der Schlichten Anwendung hieren an:</b> https://www.simplemobiletools.com <b>Website von Schlichte Galerie Pro:</b> https://www.simplemobiletools.com/gallery <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -52,7 +52,7 @@
<string name="exclude">Εξαίρεση</string>
<string name="excluded_folders">Εξαίρεση φακέλων</string>
<string name="manage_excluded_folders">Διαχείριση εξαιρεμένων φακέλων</string>
<string name="exclude_folder_description">Αυτό θα εξαιρέσει το επιλεγμένο μαζί με τους υποφακέλους από την Απλή Συλλογή μόνο. Μπορείτε να διαχειριστείτε τους φακέλους που εξαιρέθηκαν στις Ρυθμίσεις.</string>
<string name="exclude_folder_description">Αυτό θα εξαιρέσει τον επιλεγμένο μαζί με τους υποφακέλους από την Απλή Συλλογή μόνο. Μπορείτε να διαχειριστείτε τους φακέλους που εξαιρέθηκαν στις Ρυθμίσεις.</string>
<string name="exclude_folder_parent">Να εξαιρεθεί μήπως ο γονικός φάκελος;</string>
<string name="excluded_activity_placeholder">Εξαιρώντας τους φακέλους, θα τους αποκρύψει μαζί με τους υποφακέλους τους μόνο στην Απλή Συλλογή, θα είναι ορατοί στις υπόλοιπες εφαρμογές.\n\nΑν θέλετε να τους αποκρύψετε και στις υπόλοιπες εφαρμογές, χρησιμοποιήστε την λειτουργία Απόκρυψη.</string>
<string name="remove_all">Διαγραφή όλων</string>
@ -61,11 +61,11 @@
<string name="manage_hidden_folders">Διαχείριση κρυφών φακέλων</string>
<string name="hidden_folders_placeholder">Φαίνεται πως δεν υπάρχουν κρυφοί φάκελοι με \".nomedia\" αρχείο.</string>
<string name="temporarily_show_excluded">Προσωρινή εμφάνιση αποκλεισμένων</string>
<string name="stop_showing_excluded">Διακοπή εμφάνισης αποκλεισμένων</string>
<string name="stop_showing_excluded">Παύση εμφάνισης αποκλεισμένων</string>
<!-- Include folders -->
<string name="include_folders">Φάκελοι που συμπεριλαμβάνονται</string>
<string name="manage_included_folders">Διαχείριση φακέλων που συμπεριλαμβάνονται</string>
<string name="include_folders">Συμπεριλαμβανόμενοι Φάκελοι</string>
<string name="manage_included_folders">Διαχείριση συμπεριλαμβανόμενων Φακέλων</string>
<string name="add_folder">Προσθήκη φακέλου</string>
<string name="included_activity_placeholder">Αν υπάρχουν κάποιοι φάκελοι που περιέχουν πολυμέσα, αλλά δεν αναγνωρίζονται από την εφαρμογή, μπορείτε να τους προσθέσετε χειροκίνητα εδώ.\n\nΗ προσθήκη στοιχείων εδώ, δεν θα εξαιρέσει κάποιον άλλο φάκελο.</string>
<string name="no_media_add_included">Δεν βρέθηκαν αρχεία πολυμέσων. Μπορεί να λυθεί αυτό, προσθέτοντας τους φακέλους που περιέχουν αρχεία πολυμέσων με μη αυτόματο τρόπο.</string>
@ -92,8 +92,8 @@
<string name="video_edited_successfully">Επιτυχής επεξεργασία βίντεο</string>
<string name="edit_image_with">Επεξεργασία εικόνας με:</string>
<string name="edit_video_with">Επεξεργασία βίντεο με:</string>
<string name="no_image_editor_found">Δεν βρέθηκε επεργαστής εικόνων</string>
<string name="no_video_editor_found">Δεν βρέθηκε επεργαστής βίντεο</string>
<string name="no_image_editor_found">Δεν βρέθηκε επεξεργαστής εικόνων</string>
<string name="no_video_editor_found">Δεν βρέθηκε επεξεργαστής βίντεο</string>
<string name="unknown_file_location">Άγνωστη τοποθεσία αρχείου</string>
<string name="error_saving_file">Δεν ήταν δυνατή η αντικατάσταση του αρχείου πηγής</string>
<string name="rotate_left">Περιστροφή αριστερά</string>
@ -117,7 +117,7 @@
<string name="home_screen">Αρχική οθόνη</string>
<string name="lock_screen">Οθόνη κλειδώματος</string>
<string name="home_and_lock_screen">Αρχική και Οθόνη Κλειδώματος</string>
<string name="allow_changing_aspect_ratio">Allow changing the aspect ratio</string>
<string name="allow_changing_aspect_ratio">Επιτρέπει την αλλαγή Αναλογίας Διαστάσεων</string>
<!-- Slideshow -->
<string name="slideshow">Παρουσίαση διαφανιών</string>
@ -205,14 +205,14 @@
<string name="show_file_count_line">Εμφάνιση πλήθους αρχείων σε ξεχωριστή γραμμή</string>
<string name="show_file_count_brackets">Εμφάνιση πλήθους αρχείων σε αγκύλες</string>
<string name="show_file_count_none">Χωρίς εμφάνιση μέτρησης αρχείων</string>
<string name="limit_folder_title">Περιορισμό μεγάλων τίτλων φακέλων σε 1 γραμμή</string>
<string name="limit_folder_title">Περιορισμός μεγάλων τίτλων φακέλων σε 1 γραμμή</string>
<string name="square">Τετράγωνο</string>
<string name="rounded_corners">Στρογγυλεμένες γωνίες</string>
<string name="export_favorite_paths">Εξαγωγή διαδρομών αρχείων αγαπημένων</string>
<string name="media_management_prompt">Για να βεβαιωθείτε ότι όλες οι λειτουργίες αρχείων λειτουργούν αξιόπιστα, παρακαλούμε ορίστε την, \"Εφαρμογή Διαχείρισης Πολυμέσων\" στις ρυθμίσεις της συσκευής σας.</string>
<string name="password_protect_excluded">Προστασία ορατότητας αποκλεισμένου φακέλου με κωδικό</string>
<string name="media_management_manual">Something went wrong, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>
<string name="media_management_note">If the redirection does not work, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>
<string name="media_management_manual">Κάτι πήγε λάθος, μεταβείτε στις Ρυθμίσεις της συσκευής σας - Εφαρμογές - Ειδική πρόσβαση εφαρμογών - Εφαρμογές διαχείρισης πολυμέσων και επιτρέψτε σε αυτή την εφαρμογή να διαχειρίζεται πολυμέσα.</string>
<string name="media_management_note">Αν η ανακατεύθυνση δεν λειτουργεί, μεταβείτε στις Ρυθμίσεις της συσκευής σας - Εφαρμογές - Ειδική πρόσβαση εφαρμογών - Εφαρμογές διαχείρισης πολυμέσων και επιτρέψτε σε αυτή την εφαρμογή να διαχειρίζεται πολυμέσα.</string>
<!-- Setting sections -->
<string name="thumbnails">Εικονίδια</string>
@ -376,69 +376,6 @@
<string name="faq_17_text">Αυτό σταμάτησε να λειτουργεί λόγω των αλλαγών στο σύστημα του Android 11. Η εφαρμογή δεν μπορεί πλέον να περιηγηθεί σε πραγματικούς φακέλους, αλλά βασίζεται στο λεγόμενο MediaStore για την απόκτηση δεδομένων.</string>
<string name="faq_18_title">Γιατί βλέπω διαφημίσεις κατά την αναπαραγωγή βίντεο;</string>
<string name="faq_18_text">Οι εφαρμογές μας δεν έχουν καθόλου διαφημίσεις. Αν τις βλέπετε κατά την αναπαραγωγή βίντεο, ίσως να χρησιμοποιείτε κάποιο άλλο πρόγραμμα αναπαραγωγής βίντεο. Δοκιμάστε να βρείτε τον προεπιλεγμένο αναπαραγωγέα βίντεο στις ρυθμίσεις της συσκευής και, στη συνέχεια, πατήστε \"Εκκαθάριση προεπιλογών\" σε αυτήν. Την επόμενη φορά που θα προσπαθήσετε να δείτε ένα βίντεο, θα δείτε μια προτροπή για επιλογή εφαρμογής, όπου μπορείτε να επιλέξετε ποια εφαρμογή θέλετε να χρησιμοποιήσετε.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Απλή Συλλογή Pro - Διαχείριση &amp; Επεξεργασία</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Μια premium εφαρμογή διαχείρισης/επεξεργασίας φωτο βίντεο GIF χωρίς διαφημήσεις</string>
<string name="app_long_description">
Η Απλή Συλλογή Pro είναι χωρίς σύνδεση και εξαιρετικά προσαρμόσιμη. Οργανώστε και επεξεργαστείτε τις φωτογραφίες σας, ανακτήσετε διαγραμμένα αρχεία απο τον κάδο ανακύκλωσης, προστατεύσετε και αποκρύψτε αρχεία, προβάλετε πλήθος διαφορετικών φωτογραφιών και μορφών βίντεο, συμπεριλαμβανομένων των RAW, SVG και πολλών άλλων.
Η εφαρμογή δεν περιέχει διαφημίσεις και περιττά δικαιώματα. Εφόσον δεν απαιτεί πρόσβαση στο διαδίκτυο, έτσι προστατεύεται το απόρρητό σας.
-------------------------------------------------
<b>ΧΑΡΑΚΤΗΡΙΣΤΙΚΑ-ΑΠΛΗΣ ΣΥΛΛΟΓΗΣ PRO</b>
-------------------------------------------------
• Χωρίς σύνδεση διαφημίσεις ή αναδυόμενα παράθυρα
• Επεξεργαστής Απλής Συλλογής κόψιμο, περιστροφή, αλλαγή μεγέθους, σχεδίαση, φίλτρα και άλλα
• Δεν απαιτείται πρόσβαση στο διαδίκτυο, παρέχοντας μεγαλύτερη προστασία της ιδιωτικής ζωής και ασφάλειας
• Δεν απαιτούνται περιττά δικαιώματα
• Γρήγορη αναζήτηση εικόνων, βίντεο και αρχείων
• Άνοιγμα και προβολή πολλών διαφορετικών τύπων φωτογραφιών και βίντεο (RAW, SVG, πανοραμικών κλπ)
Μια ποικιλία διαισθητικών χειρονομιών για εύκολη επεξεργασία και οργάνωση αρχείων
• Πολλοί τρόποι για φιλτράρισμα, ομαδοποίησης και ταξινόμησης αρχείων
• Προσαρμογή εμφάνισης της Απλής Συλλογής Pro
• Διατίθεται σε 32 γλώσσες
• Σημειώστε αρχεία ως αγαπημένα για γρήγορη πρόσβαση
• Προστατέψτε τις φωτογραφίες σας και βίντεο με μοτίβο, κωδικό ή δακτυλικό αποτύπωμα
• Χρησιμοποιήστε κωδικό, μοτίβο ή δακτυλικό αποτύπωμα για προστασία έναρξης της εφαρμογής ή συγκεκριμένων λειτουργιών
• Επαναφορά διαγραμμένων φωτογραφιών και βίντεο από τον κάδο ανακύκλωσης
• Εναλλαγή προβολής αρχείων για απόκρυψη φωτογραφιών και Βίντεο
• Δημιουργήστε μια προσαρμόσιμη παρουσίαση των αρχείων σας
• Δείτε λεπτομερείς πληροφορίες των αρχείων σας (ανάλυση, τιμές EXIF κλπ.)
Η Απλή Συλλογή Pro είναι ανοικτού κώδικα
… και πάρα πολλά ακόμα!
<b>ΕΞΕΡΓΑΣΤΗΣ ΑΠΛΗΣ ΣΥΛΛΟΓΗΣ</b>
Η Απλή Συλλογή Pro σας διευκολύνει να επεξεργαστείτε τις φωτογραφίες σας άμεσα. Περικοπή, αναστροφή, περιστροφή και αλλαγή μεγέθους των εικόνων σας. Εάν αισθάνεστε λίγο πιο δημιουργικοί, μπορείτε να προσθέσετε φίλτρα και σχεδίαση στις φωτογραφίες σας!
<b>ΥΠΟΣΤΗΡΙΞΗ ΠΟΛΛΩΝ ΤΥΠΩΝ ΑΡΧΕΙΩΝ</b>
Σε αντίθεση με κάποιες άλλες εφαρμογές η Απλή Συλλογή Pro υποστηρίζει ένα τεράστιο φάσμα διαφορετικών τύπων αρχείων, όπως JPEG, PNG, MP4, MKV, RAW, SVG, Πανοραμικές φωτογραφίες, βίντεο πανοραμικών και πολλά άλλα.
<b>ΠΟΛΥ ΠΡΟΣΑΡΜΟΣΙΜΟΣ ΔΙΑΧΕΙΡΙΣΤΗΣ</b>
Από το UI στα κουμπιά λειτουργιών στην κάτω γραμμή εργαλείων, η Απλή Συλλογή Pro είναι ιδιαίτερα προσαρμόσιμη και λειτουργεί όπως εσείς θέλετε. Καμιά άλλη εφαρμογή δεν έχει τέτοια ευελιξία! Χάρη στον ανοιχτό κώδικα, είναι επίσης διαθέσιμη σε 32 γλώσσες!
<b>ΕΠΑΝΑΦΟΡΑ ΔΙΑΓΡΑΜΜΕΝΩΝ ΦΩΤΟ ΚΑΙ ΒΙΝΤΕΟ</b>
Διαγράψατε τυχαία μια πολύτιμη φωτογραφία ή βίντεο; Μην ανησυχείτε! Η Απλή Συλλογή Pro διαθέτει έναν εύχρηστο κάδο ανακύκλωσης όπου μπορείτε να ανακτήσετε τις διαγραμμένες φωτογραφίες και βίντεο πανεύκολα.
<b>ΠΡΟΣΤΑΣΙΑ ΚΑΙ ΑΠΟΚΡΥΨΗ ΑΡΧΕΙΩΝ ΦΩΤΟ ΚΑΙ ΒΙΝΤΕΟ</b>
Χρησιμοποιώντας κωδικό, μοτίβο ή τον σαρωτή δακτυλικών αποτυπωμάτων της συσκευής σας, μπορείτε να προστατεύσετε και να αποκρύψετε φωτογραφίες, βίντεο ή ολόκληρα άλμπουμ. Μπορείτε να προστατεύσετε την ίδια την εφαρμογή ή να κλειδώσετε συγκεκριμένες λειτουργίες της. Για παράδειγμα, δεν μπορείτε να διαγράψετε ένα αρχείο χωρίς χρήση των δακτυλικών αποτυπωμάτων, συμβάλλοντας στην προστασία των αρχείων σας από τυχαία διαγραφή.
<b>Δείτε την πλήρη σειρά των Απλών Εργαλείων εδώ:</b>
https://www.simplemobiletools.com
<b>Αποκλειστική ιστοσελίδα της Απλή Συλλογή Pro:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,67 +363,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -365,69 +365,8 @@
<string name="faq_17_text">Eso dejó de funcionar debido a los cambios del sistema que aparecieron junto a Adroid 11, la aplicación ya no puede navegar carpetas reales, sino que depende del llamado MediaStore (Almacén de Medios) para obtener datos.</string>
<string name="faq_18_title">¿Por qué veo anuncios durante la reproducción de vídeo\?</string>
<string name="faq_18_text">Nuestras aplicaciones no tienen anuncios de ninguna clase. Si los ve durante la reproducción de video, entonces debe estar usando el reproductor de vídeo de otra aplicación. Pruebe encontrando su reproductor de video por defecto en los ajustes del dispositivo, luego realice un \"Borrar predeterminados\" en él. La siguiente vez que vaya a ver un vídeo verá un selector de aplicaciones, en el cual puede seleccionar que aplicación quiere usar para reproducirlo.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Gestor y editor de fotos</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Galería rápida y segura para gestión profesional de fotos, videos y GIFs</string>
<string name="app_long_description">
Simple Gallery Pro es una galería altamente personalizable disponible sin conexión. Organice y edite sus fotos, recupere archivos eliminados con la papelera de reciclaje, proteja, oculte archivos y visualice una gran variedad de diferentes formatos de fotos y videos incluyendo RAW, SVG y muchos más.
La app no contiene anuncios ni permisos innecesarios. Ya que la app tampoco requiere acceso a internet, su privacidad está protegida.
-------------------------------------------------
<b>SIMPLE GALLERY PRO CARACTERÍSTICAS</b>
-------------------------------------------------
• Galería disponible sin conexión, sin anuncios ni ventanas emergentes
• Editor de fotos Recorte, rote, redimensione, dibuje, filtre y más
• Acceso a internet no necesario, dándole más privacidad y seguridad
• No requiere permisos innecesarios
• Búsqueda rápida de imágenes, videos y archivos
• Abra y visualice muchos tipos de fotos y videos diferentes (RAW, SVG, panorámica, etc.)
• Variedad de gestos intuitivos para editar y organizar archivos fácilmente
• Montones de formas de filtrar, agrupar y ordenar archivos
• Personalice la apariencia de Simple Gallery Pro
• Disponible en 32 lenguajes
• Seleccionar archivos como favoritos para acceder rápidamente
• Proteja tus fotos y videos con patrón, pin o huella digital
• Use pin, patrón y huella digital para proteger la apertura de la app o también funciones específicas
• Recupere fotos y videos eliminados desde la papelera de reciclaje
• Alterne la visibilidad de archivos para ocultar fotos y videos
• Cree una presentación de diapositivas personalizable de sus archivos
• Mire información detallada de sus archivos (resolución, valores EXIF, etc.)
• Simple Gallery Pro es de código abierto
… ¡y mucho, mucho más!
<b>EDITOR DE FOTOS</b>
Simple Gallery Pro hace más fácil editar sus fotos rápidamente. Corte, gire, rote y redimensione sus fotos. Si se siente un poco más creativo, ¡Puede añadir filtros y dibujar en sus fotos!
<b>SOPORTA MUCHOS TIPOS DE ARCHIVOS</b>
Al contrario de otras galerías y organizadores de fotos, Simple Gallery Pro soporta un enorme rango de tipos de archivos diferentes incluyendo JPEG, PNG, MP4, MKV, RAW, SVG, fotos panorámicas, videos panorámicos y muchos más.
<b>GALERÍA ALTAMENTE PERSONALIZABLE</b>
Desde la IU hasta los botones de funciones en la barra de herramientas inferior, Simple Gallery Pro es altamente personalizable y trabaja de la forma que quiera. ¡Ninguna otra galería tiene este tipo de flexibilidad! Gracias a que es de código abierto, ¡También está disponible en 32 lenguajes!
<b>RECUPERAR FOTOS Y VIDEOS ELIMINADOS</b>
¿Accidentalmente eliminó una foto o video precioso? ¡No se preocupe! Simple Gallery Pro contiene una práctica papelera de reciclaje donde puede recuperar fácilmente fotos y videos eliminados.
<b>PROTEGER Y OCULTAR FOTOS, VIDEOS Y ARCHIVOS</b>
Usando pin, patrón o el lector de huella de su dispositivo, puede proteger y ocultar fotos, videos y álbumes enteros. Puede proteger la propia aplicación o bloquear funciones específicas en la misma. Por ejemplo, no puede eliminar un archivo sin un escaneo de huella, ayudando a proteger sus archivos de ser eliminados accidentalmente.
<b>Mire la suite completa de Simple Tools aquí:</b>
https://www.simplemobiletools.com
<b>Sitio web de 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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -147,6 +147,7 @@
<string name="by_date_taken_monthly">Date taken (monthly)</string>
<string name="by_file_type">File type</string>
<string name="by_extension">Extension</string>
<string name="show_file_count_section_header">Näita vahepealkirjades failide arvu</string>
<string name="grouping_and_sorting">Please note that grouping and sorting are 2 independent fields</string>
<!-- Widgets -->
<string name="folder_on_widget">Folder shown on the widget:</string>
@ -366,70 +367,8 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
<string name="show_file_count_section_header">Näita vahepealkirjades failide arvu</string>
</resources>
</resources>

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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>Ikusi Simple Tools-en sorta osoa hemen:</b>
https://www.simplemobiletools.com
<b>Simple Gallery Pro-ren webgune autonomoa:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -364,67 +364,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -370,67 +370,6 @@
<string name="faq_17_text">Se lakkasi toimimasta Android 11:n mukana tulleiden järjestelmämuutosten vuoksi, sovellus ei voi enää selata oikeita kansioita, vaan se luottaa niin sanottuun MediaStoreen tietojen hakemisessa.</string>
<string name="faq_18_title">Miksi näen mainoksia videon toiston aikana\?</string>
<string name="faq_18_text">Sovelluksissamme ei ole lainkaan mainoksia. Jos näet niitä videon toiston aikana, sinun täytyy käyttää jotain muuta sovellusta videosoittimena. Yritä etsiä oletusarvoinen videosoittimesi laitteen asetuksista ja tee sitten ”Tyhjenä oletusasetukset” sille. Seuraavan kerran, kun kutsut jonkin videon aikomuksen, näet sovelluksen valintakehotuksen, jossa voit valita, mitä sovellusta haluat käyttää.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Valokuvien selaus ja muokkaus</string>
<!-- 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>
<string name="app_long_description">
Simple Gallery Pro on laajasti kustomoitava offline-galleria. Organisoi &amp; muokkaa valokuvia, palauta poistettuja tiedostoja roskakorista, suojaa &amp; piilota tiedostoja ja katso useiden eri tiedostomuotojen valokuvia &amp; videoita, mukaanlukien RAW- ja SVG-tiedostot.
Sovellus ei sisällä mainoksia eikä se vaadi tarpeettomia käyttöoikeuksia. Yksityisyytesi on turvattu, sillä sovellus ei vaadi myöskään internet-yhteyttä.
-------------------------------------------------
<b>SIMPLE GALLERY PRO OMINAISUUDET</b>
-------------------------------------------------
• Offline-galleria ilman mainoksia tai ponnahdusilmoituksia
• Simple gallery valokuvaeditori rajaa, kierrä, muuta kokoa, piirrä, lisää suodattimia ja paljon muuta
• Internet-yhteyttä ei käytetä, turvallisuutesi ja yksityisyytesi on turvattu
• Ei tarpeettomia sovelluksen käyttöoikeuksia
• Pikahaku kuville, videoille &amp; tiedostoille
• Avaa &amp; katso monen eri tyypin kuvia ja videoita (RAW, SVG, panoraama jne.)
• Useita intuitiivisia eleitä tiedostojen organisointiin &amp; muokkaukseen
• Monia tapoja suodattaa, ryhmitellä &amp; lajitella tiedostoja
• Mukauta Simple Gallery Pro:n ulkoasua
• Saatavilla 32 kielellä
• Tiedostojen suosikkimerkinnät nopeaa käyttöä varten
• Suojaa kuvia &amp; videoita kuviolla, PIN-koodilla tai sormenjäljellä
• Käytä PIN-koodia, kuviota tai sormenjälkeä suojaamaan sovelluksen käynnistämisen tai sen toimintoja
• Palauta poistettuja valokuvia &amp; videoita roskakorista
• Muuta tiedostojen näkyvyyttä piilottaaksesi kuvia &amp; videoita
• Luo mukautettava diaesitys tiedostoistasi
• Näytä tarkennettua tietoja tiedostoista (tarkkuus, EXIF-arvot jne.)
• Simple Gallery Pro on avointa lähdekoodia
… ja paljon, paljon muuta!
<b>PHOTO GALLERY EDITOR</b>
Simple Gallery Pro:N avulla kuvien muokkaus lennosta on helppoa. Rajaa, käännä, peilaa ja muuta kuvien kokoa. Jos koet itsesi luovaksi, voit lisätä suodattimia tai piirtää itse kuviin!
<b>SUPPORT FOR MANY FILE TYPES</b>
Useista muista galleriasovelluksista poiketen Simple Gallery Pro tukee laajaa skaalaa eri tiedostotyyppejä, mukaanlukien JPEG, PNG, MP4, MKV, RAW, SVG, panoraamakuvat, panoraamavideot.
<b>HIGHLY CUSTOMIZABLE GALLERY MANAGER</b>
Käyttöliittymästä alarivin toimintopainikkeisiinm Simple Gallery Pro on mukautettavissa ja toimii kuten sinä haluat. Muut galleriasovellukset eivät ole näin joustavia! Kiitos avoimen lähdekoodin, sovellus on saatavilla 32 kielellä!
<b>RECOVER DELETED PHOTOS &amp; VIDEOS</b>
Poistitko vahingossa arvokkaan kuvan tai videon? Ei huolta! Simple Gallery Pro sisältää roskakoritoiminnon, josta voit palauttaa poistetut kuvat ja videot helposti.
<b>PROTECT &amp; HIDE PHOTOS, VIDEOS &amp; FILES</b>
Voit suojata ja piilottaa kuvia ja videoita tai kokonaisia albumeita PIN-koodin, kuvion tai laitteesi sormenjälkitunnistimen avulla. Voit myös suojata koko sovelluksen tai asettaa rajoituksia tiettyihin sovelluksen toimintoihin. Esimerkiksi tiedostot voi suojata vahingossa tapahtuvilta poistamisilta asettamalla sovelluksen vaatimaan sormenjäljen tunnistuksen ennen poistoa.
<b>Katso koko Simple Tools-sovellusvalikoima täältä:</b>
https://www.simplemobiletools.com
<b>Simple Gallery Pro:n oma sivusto:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -361,12 +361,6 @@
<string name="faq_17_text">Cette fonctionnalité ne fonctionne plus en raison des modifications apportées au système avec Android 11. L\'application ne peut plus parcourir les dossiers réels, elle s\'appuie sur le MediaStore pour récupérer les données.</string>
<string name="faq_18_title">Pourquoi des publicités apparaissent pendant la lecture d\'une vidéo \?</string>
<string name="faq_18_text">Nos applications ne comportent aucune publicité. Si vous en voyez pendant la lecture d\'une vidéo, vous devez sûrement utiliser le lecteur vidéo d\'une autre application. Essayez de trouver le lecteur vidéo par défaut dans les paramètres de votre appareil, puis faites « Supprimer les valeurs par défaut ». Lors du prochain lancement d\'une vidéo, une invite de sélection d\'application s\'affichera, et vous pourrez choisir l\'application que vous souhaitez utiliser.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 Galerie Pro Gestionnaire et éditeur</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Parcourez vos souvenirs sans aucune interruption avec cette galerie de photos et de vidéos</string>
<string name="app_long_description"> Simple Galerie Pro est une galerie hors ligne hautement personnalisable. Organisez et modifiez vos photos, récupérez les fichiers supprimés avec la corbeille, protégez et cachez les fichiers et visualisez une grande variété de formats photo et vidéo différents, notamment RAW, SVG et bien plus encore. L\'application ne contient pas de publicités ni de permissions inutiles. Comme l\'application ne nécessite pas non plus d\'accès à Internet, votre vie privée est protégée. ------------------------------------------------- <b>SIMPLE GALERIE PRO - CARACTÉRISTIQUES</b> ------------------------------------------------- - Galerie hors ligne sans publicités ni popups - Galerie simple d\'édition de photos - rognage, rotation, redimensionnement, dessin, filtres et plus encore - Pas d\'accès Internet nécessaire, vous offrant plus de confidentialité et de sécurité - Aucune autorisation inutile requise - Recherche rapide d\'images, de vidéos &amp; de fichiers - Ouverture &amp; de nombreux types de photos et de vidéos (RAW, SVG, panoramiques, etc.) - Une variété de gestes intuitifs pour modifier facilement &amp; organiser les fichiers - De nombreuses façons de filtrer, X979X] trier les fichiers - Personnalisez l\'apparence de Simple Galerie Pro - Disponible en 32 langues - Marquez les fichiers comme favoris pour un accès rapide - Protégez vos photos &amp; vidéos avec un motif, un pin ou une empreinte digitale - Utilisez un pin, X1205X] l\'empreinte digitale pour protéger le lancement de l\'application ou des fonctions spécifiques aussi - Récupérer les photos &amp; vidéos supprimées de la corbeille - Basculer la visibilité des fichiers pour cacher les photos &amp; vidéos - Créer un diaporama personnalisable de vos fichiers - Afficher des informations détaillées de vos fichiers (résolution, valeurs EXIF etc) - Simple Galerie Pro est open source ... et bien plus encore ! <b>ÉDITEUR DE GALERIE PHOTO</b> Simple Galerie Pro permet de modifier facilement vos photos à la volée. Recadrez, retournez, faites pivoter et redimensionnez vos photos. Si vous vous sentez un peu plus créatif, vous pouvez ajouter des filtres et dessiner sur vos photos ! <b>SUPPORT DE NOMBREUX TYPES DE FICHIERS</b> Contrairement à d\'autres visionneuses de galeries &amp; et organisateurs de photos, Simple Galerie Pro supporte un grand nombre de types de fichiers différents, notamment JPEG, PNG, MP4, MKV, RAW, SVG, photos panoramiques, vidéos panoramiques et bien plus encore. <b>GESTIONNAIRE DE GALERIE HAUTEMENT PERSONNALISABLE</b> De l\'interface utilisateur aux boutons de fonction de la barre d\'outils inférieure, Simple Galerie Pro est hautement personnalisable et fonctionne comme vous le souhaitez. Aucun autre gestionnaire de galerie n\'a ce genre de flexibilité ! Grâce au principe du libre, nous sommes également disponibles en 32 langues ! <b>RECOUVREZ LES PHOTOS ET VIDÉOS SUPPRIMÉES</b> Vous avez accidentellement supprimé une photo ou une vidéo précieuse \? Ne vous inquiétez pas ! Simple Galerie Pro dispose d\'une corbeille pratique où vous pouvez récupérer les photos et vidéos supprimées facilement. [PROTÉGER <b> CACHER DES PHOTOS, VIDÉOS ET FICHIERS </b> En utilisant un code, un motif ou le scanner d\'empreintes digitales de votre appareil, vous pouvez protéger et cacher des photos, des vidéos et des dossiers entiers. Vous pouvez protéger l\'application elle-même ou placer des verrous sur des fonctions spécifiques de l\'application. Par exemple, vous ne pouvez pas supprimer un fichier sans un scan d\'empreintes digitales, ce qui permet de protéger vos fichiers contre les suppressions accidentelles. <b>Découvrez la suite complète de Simple Tools ici :</b> https://www.simplemobiletools.com <b>Site Web autonome de Simple Galerie Pro :</b> https://www.simplemobiletools.com/gallery <b>Facebook :</b> https://www.facebook.com/simplemobiletools <b>Reddit :</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,69 +363,8 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Xestor e Editor de fotos</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Busca nos recordos sen interrupcións na galería de fotos e vídeo</string>
<string name="app_long_description">
Simple Gallery Pro unha galería altamente personalizable. Organiza &amp; edita as túas fotos, recupera ficheiros borrados desde a papeleira, protexe &amp; oculta ficheiros e visualiza gran número de formatos de fotos &amp; vídeo incluíndo RAW, SVG e moitos máis.
O app non ten publicidade nin permisos innesarios. Como tampouco require acceso a internet, a túa privacidade está protexida.
-------------------------------------------------
<b>SIMPLE GALLERY PRO Características</b>
-------------------------------------------------
• Galería sen conexión a internet, publicidade nin ventás emerxentes
• Editor de fotos Simple gallery recorta, rota, cambia tamaño, debuxa, fitros, e máis
• Non precisa acceso a internet, dándoche máis seguridade e privacidade
• Non pide permisos innecesarios
• Busca rápida de ficheiros de foto e vídeo
• Abre e visualiza gran cantidade de formatos (RAW, SVG, panoramic etc)
• Xestos intuitivos para editar e organizar os ficheiros
• Múltiples filtros, agrupamento e orde dos ficheiros
• Personaliza o aspecto de Simple Gallery Pro
• Dispoñible en 32 idiomas
• Marca ficheiros como favoritos para acceso rápido
• Protexe fotos e vídeos cun patrón, PIN ou impresión dixital
• Usa PIN, patrón e impresión dixital para protexer a apertura do app ou indicar funcións específicas
• Recupera fotos e vídeos borrados desde a papeleira
• Cambia a visibilidade dos ficheiros para ocultar fotos e vídeos
• Crea presentacións personalizadas cos teus ficheiros
• Mira a información detalladas dos ficheiros (resolución, valores EXIF etc)
• Simple Gallery Pro é código aberto
… e moito máis!
<b>PHOTO GALLERY EDITOR</b>
Simple Gallery Pro permite editar as fotos no momento. Recorta, voltea, rota e redimensiona as túas fotos. Se te sintes inspirado tamén pode engadir filtros e debuxar nas imaxes!
<b>SOPORTA MOITOS TIPOS DE FICHEIROS</b>
Simple Gallery Pro soporta gran variedade de formatos como JPEG, PNG, MP4, MKV, RAW, SVG, Panoramicas, Vídeos panorámicos e moito máis. Non como outros.
<b>XESTOR DE FOTOS MOI PERSONALIZABLE</b>
Desde a interface ata a función dos botóns da barra de ferramentas, Simply Gallery Pro é moi personalizable e funciona do xeito que ti queres. Ningún outro xestor de galerías ten esta flexibilidade! Ao ser código aberto, está dipoñible en 32 idiomas!
<b>RECUPERA FOTOS &amp; VIDEOS ELIMINADOS</b>
Borraches sen querer unha foto ou vídeo? Non te apenes! Simple Gallery Pro ten unha función para recuperar facilmente vídeos e fotos borrados.
<b>PROTEXE &amp; OCULTA FOTOS, VIDEOS &amp; FICHEIROS</b>
Usando un prendedor, patrón ou a impresión dixital no escáner do dispositivo podes protexer e agochar fotos, vídeos e álbumes enteiros. Podes protexer a app ou establecer funcións específicas no app. Por exemplo, que non poidas eliminar un ficheiro sen o escáner da impresión dixital, axudándoche a protexer o borrado accidental.
<b>Aquí tes todas as Simple Tools:</b>
https://www.simplemobiletools.com
<b>Sitio web de 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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -142,7 +142,7 @@
<!-- View types -->
<string name="group_direct_subfolders">Grupiraj izravne podmape</string>
<!-- Grouping at media thumbnails -->
<string name="group_by">Grupiraj po</string>
<string name="group_by">Grupiraj prema</string>
<string name="do_not_group_files">Nemoj grupirati ove datoteke</string>
<string name="by_folder">Mapi</string>
<string name="by_last_modified">Zadnjoj promjeni</string>
@ -185,7 +185,7 @@
<string name="hide_extended_details">Sakrij proširene pojedinosti kad je traka stanja skrivena</string>
<string name="show_at_bottom">Prikaži neke gumbe za radnju na dnu ekrana</string>
<string name="show_recycle_bin">Prikaži koš za smeće u ekranu mapa</string>
<string name="deep_zoomable_images">Duboko zumirane slike</string>
<string name="deep_zoomable_images">Slike visoke rezolucije</string>
<string name="show_highest_quality">Prikaži slike u najvišoj mogućoj kvaliteti</string>
<string name="show_recycle_bin_last">Prikaži koš za smeće kao posljednju stavku u glavnom ekranu</string>
<string name="allow_down_gesture">Omogući zatvaranje cjeloekranskog prikaza pokretom prema dolje</string>
@ -210,10 +210,10 @@
<string name="square">Kvadrat</string>
<string name="rounded_corners">Zaobljeni kutovi</string>
<string name="export_favorite_paths">Izvezi staze omiljenih datoteka</string>
<string name="media_management_prompt">To make sure that all file operations work reliably, please make this app a Media management app in your device settings.</string>
<string name="media_management_prompt">Kako bi sve radnje s datotekama pouzdano radile, postavi ovu aplikaciju kao aplikaciju za upravljanje medijima u postavkama uređaja.</string>
<string name="password_protect_excluded">Lozinkom zaštiti vidljivost isključene mape</string>
<string name="media_management_manual">Something went wrong, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>
<string name="media_management_note">If the redirection does not work, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>
<string name="media_management_manual">Nešto nije u redu. Idi u Postavke - Aplikacije - Poseban pristup aplikaciji - Aplikacije za upravljanje medijima i dozvoli ovoj aplikaciji da upravlja medijima.</string>
<string name="media_management_note">Ako preusmjeravanje ne radi, idi u Postavke - Aplikacije - Poseban pristup aplikaciji - Aplikacije za upravljanje medijima i dozvoli ovoj aplikaciji da upravlja medijima.</string>
<!-- Setting sections -->
<string name="thumbnails">Sličice</string>
<string name="fullscreen_media">Mediji u cjeloekranskom prikazu</string>
@ -334,7 +334,7 @@
<string name="pesdk_common_title_oliveColor">Maslinasta</string>
<string name="pesdk_common_title_greenColor">Zelena</string>
<string name="pesdk_common_title_aquamarinColor">Morsko plava</string>
<string name="pesdk_common_title_pipettableColor">Pipettable color</string>
<string name="pesdk_common_title_pipettableColor">Pipetom odabrana boja</string>
<string name="vesdk_video_trim_title_name">Skrati</string>
<!-- FAQ -->
<string name="faq_1_title">Kako mogu postaviti Jednostavnu galeriju kao zadanu galeriju uređaja?</string>
@ -342,43 +342,37 @@
<string name="faq_2_title">Zaključao/la sam aplikaciju lozinkom, ali sam je zaboravio/la. Što mogu učiniti\?</string>
<string name="faq_2_text">Problem možeš riješiti na dva načina. Ponovo instalirati aplikaciju ili pronađi aplikaciju u postavkama uređaja i odaberi opciju „Izbriši podatke”. Navedeno će obnoviti sve postavke, ali neće ukloniti nikoje medijske datoteke.</string>
<string name="faq_3_title">Kako mogu postaviti album uvijek na vrh\?</string>
<string name="faq_3_text">Dugo pritisni željeni album i odaberi ikonu za prikačivanje u izborniku radnji, koji će ga prikačiti na vrh. Možeš prikvačiti više mapa odjednom, prikvačene stavke će biti razvrstane prema zadanom načinu razvrstavanja.</string>
<string name="faq_4_title">Kako mogu premotati video naprijed\?</string>
<string name="faq_3_text">Dugo pritisnu željeni album i odaberi ikonu za prikvačivanje u izborniku radnji, koji će ga pričvrstiti na vrh. Možeš prikvačiti više mapa odjednom, prikvačene stavke će se razvrstati prema zadanom načinu razvrstavanja.</string>
<string name="faq_4_title">Kako mogu premotati video prema naprijed\?</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>
<string name="faq_5_title">Koja je razlika između skrivanja i isključivanja mape\?</string>
<string name="faq_5_text">Isključivanje sprečava prikaz mape samo u aplikaciji „Jednostavna galerija”, a skrivanje radi na razini sustava i skriva mapu u drugim galerijama. Djeluje stvaranjem praznih „.nomedia” datoteka u zadanoj mapi, koju možeš ukloniti pomoću bilo kojeg upravljača datoteka. Imaj na umu da neki uređaji ne dopuštaju skrivanje mapa kao što su Kamera, Slike ekrana i Preuzimanja.</string>
<string name="faq_6_title">Zašto se prikazuju mape s naslovnicama albuma i naljepnicama\?</string>
<string name="faq_6_title">Zašto se prikazuju mape sa slikama naslovnica ili naljepnice\?</string>
<string name="faq_6_text">Može se dogoditi da vidiš neke neobične albume. Za isključivanje tih albuma, pritisni ih dugo i odaberi „Isključi”. U sljedećem dijaloškom okviru možeš odabrati glavnu mapu. Time ćeš vrlo vjerojatno također spriječiti pojavljivanje drugih srodnih albuma.</string>
<string name="faq_7_title">Mapa s fotografijama se ne prikazuje, što mogu učiniti\?</string>
<string name="faq_7_text">To može imati više razloga, ali rješenje je jednostavno. Idi u Postavke -&gt; Upravljanje uključenim mapama, odaberi ikonu Plus i prijeđi na traženu mapu.</string>
<string name="faq_8_title">Što ako želim vidjeti samo nekoliko određenih vidljivih mapa\?</string>
<string name="faq_8_text">Dodavanje mape u uključene mape ne isključuje ništa automatski. Idi na Postavke -&gt; Upravljaj isključenim mapama, isključi korijenski direktorij „/”, a zatim dodaj željene mape u Postavke -&gt; Upravljaj uključenim mapama. Time će biti vidljive samo odabrane mape, jer su funkcije isključivanja i uključivanja rekurzivne, te ako je mapa isključena i uključena, bit će prikazana.</string>
<string name="faq_10_title">Mogu li izrezati slike pomoću ove aplikacije\?</string>
<string name="faq_10_text">Da, može obrezati slike u uređivaču povlačenjem kutova slike. Do uređivača možeš doći dugim pritiskom na minijaturu slike i odabirom „Uredi” ili odabirom „Uredi” u cjeloekranskom prikazu.</string>
<string name="faq_7_title">Mapa sa slikama se ne prikazuje ili ne prikazuje sve slike. Što mogu učiniti\?</string>
<string name="faq_7_text">To može imati više razloga, ali rješenje je jednostavno. Idi u Postavke -&gt; Upravljaj uključenim mapama, odaberi ikonu Plus i odaberi traženu mapu.</string>
<string name="faq_8_title">Što ako želim prikazati samo nekoliko određenih mapa\?</string>
<string name="faq_8_text">Dodavanje mape u uključene mape ne isključuje ništa automatski. Idi u Postavke -&gt; Upravljaj isključenim mapama, isključi korijenski direktorij „/”, a zatim dodaj željene mape u Postavke -&gt; Upravljaj uključenim mapama. Time će biti vidljive samo odabrane mape, jer su funkcije isključivanja i uključivanja rekurzivne, te ako je mapa isključena i uključena, bit će prikazana.</string>
<string name="faq_10_title">Mogu li obrezati slike pomoću ove aplikacije\?</string>
<string name="faq_10_text">Da, slike možeš obrezati u uređivaču povlačenjem uglova. Pokreni uređivač dugim pritiskom na sličicu i odaberi „Uredi” ili odaberi „Uredi” u cjeloekranskom prikazu.</string>
<string name="faq_11_title">Mogu li nekako grupirati sličice medijskih datoteka\?</string>
<string name="faq_11_text">Naravno, koristeći stavku izbornika „Grupiraj po” u prikazu sličica. Možeš grupirati datoteke na osnovi više kriterija, uključujući datum snimanja. Ako koristiš funkciju „Prikaži sav sadržaj mape”, možeš ih grupirati i po mapama.</string>
<string name="faq_12_title">Razvrstavanje po datumu snimanja nije točno, kako to mogu ispraviti\?</string>
<string name="faq_12_text">Vjerojatan uzrok tome je da su tvoje slike kopirane s drugih mjesta. U tom slučaju dugo dodirni sličice i odaberi funkciju „Ispravi vrijednost datuma snimanja”.</string>
<string name="faq_11_text">Naravno, u izborniku odaberi „Grupiraj prema” u prikazu sličica. Datoteke možeš grupirati prema više kriterija, uključujući datum snimanja. Ako koristiš funkciju „Prikaži sav sadržaj mape”, možeš ih grupirati i prema mapama.</string>
<string name="faq_12_title">Razvrstavanje prema datumu snimanja nije točno, kako to mogu ispraviti\?</string>
<string name="faq_12_text">Vjerojatan uzrok tome je da su slike kopirane s drugih mjesta. Dodirni dugo sličice datoteka i odaberi funkciju „Ispravi vrijednost datuma snimanja”.</string>
<string name="faq_13_title">Vidim nekakvo preklapanje boja na slikama. Kako mogu poboljšati kvalitetu\?</string>
<string name="faq_13_text">Trenutno rješenje za prikazivanje slika dobro funkcionira u većini slučajeva, ali ako želiš još bolju kvalitetu slike, možeš ukljuiti „Prikaži slike u najvišoj mogućoj kvaliteti” u postavkama aplikacije, u odjeljku „Duboko zumirane slike”.</string>
<string name="faq_14_title">Sakrio/la sam datoteku/mapu. Kako je mogu prikazati\?</string>
<string name="faq_14_text">Za prikaz skrivenih stavki, pritisni stavku izbornika „Privremeno prikaži skrivene stavke” na glavnom ekranu ili uključi „Prikaži skrivene stavke” u postavkama aplikacije. Ako je želiš prikazati, pritisni je dugo i odaberi „Otkrij”. Mape se skrivaju dodavanjem skrivene datoteke „.nomedia”. Datoteku možeš izbrisati i s bilo kojim upravljačem datoteka. Imajte na umu da skrivanje ipak radi rekurzivno, pa ako sakriješ mapu, sve podmape će se također sakriti. Za otkrivanje podmapa moraš otkriti nadređenu mapu.</string>
<string name="faq_13_text">Aktualno rješenje za prikazivanje slika funkcionira dobro u velikoj većini slučajeva, ali ako želiš još bolju kvalitetu slike, možeš uključiti „Prikaži slike u najvišoj mogućoj kvaliteti” u postavkama aplikacije, u odjeljku „Slike visoke rezolucije.</string>
<string name="faq_14_title">Sakrio sam datoteku/mapu. Kako je mogu opet prikazati\?</string>
<string name="faq_14_text">U glavnom ekranu pritisni stavku izbornika „Privremeno prikaži skrivene stavke” ili uključi „Prikaži skrivene stavke” u postavkama aplikacije. Ako je želiš prikazati, pritisni je dugo i odaberi „Otkrij”. Mape se skrivaju dodavanjem skrivene datoteke „.nomedia”. Datoteku možeš izbrisati i s bilo kojim upravljačem datoteka. Imaj na umu da skrivanje ipak radi rekurzivno, pa ako sakriješ mapu, sve podmape će se također sakriti. Za otkrivanje podmapa moraš otkriti nadređenu mapu.</string>
<string name="faq_15_title">Zašto aplikacija koristi toliko memorije\?</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>
<string name="faq_16_title">What happened to file and folder hiding and why cannot I see hidden items anymore\?</string>
<string name="faq_16_title">What happened to file and folder hiding and why cannot I see hidden items anymore?</string>
<string name="faq_16_text">Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps due to system restrictions either. You will have to use some file manager for that.</string>
<string name="faq_17_title">Why cannot I include missing folders anymore\?</string>
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_17_title">Zašto više ne mogu uključiti nedostajuće mape\?</string>
<string name="faq_17_text">To je prestalo raditi zbog promjena sustava koje su uvedene s Androidom 11. Aplikacija više ne može pregledavati stvarne mape, oslanja se na takozvani MediaStore za dohvaćanje podataka.</string>
<string name="faq_18_title">Zašto vidim oglase tijekom reprodukcije videa\?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Jednostavna galerija Pro Upravljač i uređivač fotografija</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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. The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected. ------------------------------------------------- <b>SIMPLE GALLERY PRO FEATURES</b> ------------------------------------------------- • 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! <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>&gt;Pogledaj cijeli paket „Jednostavni alati” ovdje:</b> https://www.simplemobiletools.com <b>Zasebna stranica za „Jednostavan upravljač datoteka Pro”:</b> https://www.simplemobiletools.com/filemanager <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -372,67 +372,6 @@ Ezzel csak a kiválasztott mappák láthatók, mivel a kizárás és a befoglal
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 Fényképkezelő és -szerkesztő</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Prémium alkalmazás a fényképei, videói, GIF-ei kezeléséhez és szerkesztéséhez, reklámok nélkül</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,67 +363,6 @@
<string name="faq_17_text">Itu berhenti bekerja karena perubahan sistem yang datang dengan Android 11 juga, aplikasinya tidak dapat menelusuri folder nyata lagi, itu bergantung pada apa yang disebut MediaStore dalam mengambil data.</string>
<string name="faq_18_title">Mengapa saya melihat iklan selama pemutaran video\?</string>
<string name="faq_18_text">Aplikasi kami tidak memiliki iklan apa pun. Jika Anda melihatnya selama pemutaran video, Anda harus menggunakan beberapa pemutar video aplikasi lain. Coba temukan pemutar video default Anda di pengaturan perangkat, lalu lakukan \"Hapus default\" di atasnya. Saat berikutnya Anda memanggil beberapa maksud video, Anda akan melihat permintaan pemilih aplikasi, di mana Anda dapat memilih aplikasi apa yang ingin Anda gunakan.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Pengelola &amp; Penyunting Foto</string>
<!-- 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>
<string name="app_long_description">
Simple Gallery Pro adalah aplikasi galeri luring yang sangat mudah diubahsuai. Mengelola &amp; menyunting foto anda, memulihkan berkas yang terhapus dari keranjang sampah, melindungi &amp; menyembunyikan berkas, dan menampilkan banyak format foto &amp; video, diantaranya RAW, SVG dan masih banyak lainnya.
Aplikasi sama sekali tidak berisi iklan dan tidak membutuhkan perizinan yang tidak perlu. Dan karena aplikasi juga tidak membutuhkan akses internet, privasi anda terlindungi.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FITUR</b>
-------------------------------------------------
• Galeri luring tanpa iklan dan popup
• Penyunting galeri foto sederhana pangkas, putar, ubah ukuran, gambar, filter &amp; masih banyak lagi
• Tidak membutuhkan akses internet, memberi anda jaminan keamanan dan privasi
• Tidak membutuhkan izin yang tidak diperlukan
• Cepat mencari gambar, video &amp; berkas
• Buka &amp; lihat berbagai macam jenis foto dan video (RAW, SVG, panorama, dll)
• Gestur untuk mempermudah penyuntingan &amp; mengelola berkas
• Banyak cara untuk menambahkan filter, mengelompokkan &amp; mengurutkan berkas
• Sesuaikan tampilan Simple Gallery Pro
• Tersedia dalam 32 bahasa
• Tandai berkas sebagai favorit untuk akses cepat
• Lindungi foto &amp; video anda dengan pola, pin atau sidik jari
• Gunakan pin, pattern &amp; sidik jari untuk mencegah aplikasi dibuka
• Pulihkan foto &amp; video yang dihapus dari keranjang sampah
• Ubah visibilitas berkas untuk menyembunyikan foto &amp; video
• Buat slideshow khusus dari berkas anda
• Lihat informasi detail berkas (resolusi, EXIF, dll)
• Simple Gallery Pro bersumber terbuka
… dan masih banyak lagi!
<b>PENYUNTING GALERI FOTO</b>
Simple Gallery Pro mempermudah anda menyunting foto. Pangkas, balik, putar dan ubah ukuran gambar anda. Jika anda merasa kreatif anda bisa menambahkan filter dan menggambar pada foto anda!
<b>MENDUKUNG BANYAK TIPE BERKAS</b>
Tidak seperti penampil galeri &amp; pengelola foto lainnya, Simple Gallery Pro mendukung sangat banyak tipe berkas yang berbeda diantaranya JPEG, PNG, MP4, MKV, RAW, SVG, foto &amp; video Panorama, dan masih banyak lagi.
<b>PENGELOLA GALERI YANG MUDAH DISESUAIKAN</b>
Dari UI sampai tombol tindakan pada bilah perkakas bawah, Simple Gallery Pro sangat mudah disesuaikan dengan keinginan anda. Tidak ada galeri lainnya yang memiliki kemampuan seperti ini! Karena bersumber terbuka, tersedia juga dalam 32 bahasa!
<b>PULIHKAN FOTO &amp; VIDEO YANG TERHAPUS</b>
Secara tidak sengaja menghapus foto atau video? Jangan khawatir! Simple Gallery Pro juga menyertakan fitur Keranjang Sampah yang mempermudah anda memulihkan foto &amp; video yang terhapus.
<b>MELINDUNGI &amp; MENYEMBUNYIKAN FOTO, VIDEO &amp; BERKAS</b>
Menggunakan pin, pola atau pemindai sidik jari perangkat, anda bisa melindungi dan menyembunyikan foto, video &amp; seluruh album. Anda bisa melindungi aplikasinya atau mengunci fungsi-fungsi yang lebih spesifik di dalam aplikasi. Contohnya, anda tidak bisa menghapus berkas tanpa memindai sidik jari, membantu melindungi anda menghapus berkas secara tidak sengaja.
<b>Lihat semua aplikasi Simple Tools di sini:</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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,69 +363,8 @@
<string name="faq_17_text">Ciò ha smesso di funzionare a causa delle modifiche al sistema fornite anche con Android 11, l\'app non può più sfogliare le cartelle reali, si basa sul cosiddetto MediaStore per recuperare i dati.</string>
<string name="faq_18_title">Perché vedo delle pubblicità durante la riproduzione del video\?</string>
<string name="faq_18_text">Le nostre applicazioni non hanno alcun tipo di pubblicità. Se li vedi durante la riproduzione di video, è probabile che tu stia usando un altro lettore video. Prova a trovare il tuo lettore video predefinito nelle impostazioni del dispositivo, poi fai «Cancella predefinito» su di esso. La prossima volta che invocherai qualche intento video vedrai un prompt di selezione di app, dove potrai selezionare quale app vuoi usare.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Semplice Galleria Pro - gestore di foto &amp; editor</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Sfoglia le tue memorie senza interruzioni con questa galleria di foto e video</string>
<string name="app_long_description">
Semplice Galleria Pro è una galleria offline altamente personalizzabile. Organizza, modifica le tue foto, recupera file con il cestino, progetti e nascondi file e visualizza una grande varietà di formati foto e video, inclusi RAW, SVG e molti altri.
L\'app non contiene pubblicità o permessi non necessari. L\'app non richiede l\'accesso a Internet, la tua privacy è protetta.
-------------------------------------------------
<b>SEMPLICE GALLERIA PRO FUNZIONALITÀ </b>
-------------------------------------------------
• Galleria offline senza pubblicità o popup
• Semplice editor - ritaglia, ruota, ridimensiona, disegna, filtri e altro
• Non è necessario alcun accesso Internet, per la tua privacy e sicurezza
• Non sono necessari permessi
• Cerca velocemente immagini, video e file
• Apri e visualizza diversi tipi di foto e video (RAW, SVG, panoramica etc.)
• Una varietà di gesti intuitivi per modificare e organizzare i file
• Diversi modi per filtrare, raggruppare e ordinare i file
• Personalizza l\'aspetto di Semplice Galleria Pro
• Disponibile in 32 lingue
• Segna file come preferiti per un accesso veloce
• Proteggi le tue foto e video con una sequenza, pin o impronta digitale
• Utilizza un pin, una sequenza o un\'impronta digitale per proteggere l\'app o specifiche funzioni
• Recupera foto e video eliminati dal cestino
• Alterna la visibilità dei file per nascondere foto e video
• Crea una presentazione personalizzabile dei propri file
• Visualizza informazioni dettagliate dei tuoi file (risoluzione, valori EXIF)
• Semplice Galleria Pro è open source
… e molto molto altro!
<b>EDITOR DI FOTO</b>
Semplice Galleria Pro permette di modificare facilmente le proprie foto al volo. Ritaglia, rovescia e ridimensiona le tue foto. Se ti senti più creativo puoi aggiungere filtri o disegnare sulle tue foto!
<b>SUPPORTO PER MOLTI TIPI DI FILE</b>
A differenza di altre gallerie e organizzatori di foto, Semplice Galleria Pro supporta una grande gamma di tipi di file differenti: JPEG, PNG, MP4, MKV, RAW, SVG, foto e video panoramici e molto altri.
<b>GESTORE DELLA GALLERIA ALTAMENTE MODIFICABILE</b>
Semplice Galleria Pro è altamente personalizzabile e funziona come vuoi te, dall\'interfaccia ai pulsanti di funzione sulla barra degli strumenti. Nessun altro gestore della galleria ha questa tipologia di flessibilità! Grazie all\'essere open source, siamo disponibili in 32 linguaggi!
<b>RECUPERA FOTO E VIDEO ELIMINATI</b>
Hai accidentalmente eliminato foto o video preziosi? Non preoccuparti! Semplice Galleria Pro fornisce un comodo cestino dove puoi recuperare foto e video eliminati.
<b>PROTEGGI E NASCONDI FOTO VIDEO E FILE</b>
Utilizzando un pin, una sequenza o la propria impronta digitale puoi proteggere e nascondere foto, video e interi album. Puoi proteggere l\'intera app o bloccare specifiche funzionalità dell\'app. Per esempio, non puoi eliminare un file senza una scansione dell\'impronta, aiuta a proteggere i tuoi file da rimozioni accidentali.
<b>Controlla le altre applicazioni qui:</b>
https://www.simplemobiletools.com
<b>Sito internet di Semplice Galleria Pro:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -359,14 +359,8 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback\?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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. The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected. ------------------------------------------------- <b>SIMPLE GALLERY PRO FEATURES</b> ------------------------------------------------- • 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! <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 </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">シンプルギャラリー プロ - 写真管理 &amp; 編集</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">広告なしで写真、動画、GIF の管理と編集のためのプレミアムなアプリ</string>
<string name="app_long_description">
シンプルギャラリー プロは、高度にカスタマイズ可能なオフラインのギャラリーアプリです。整理 &amp; 写真の編集、ごみ箱で削除されたファイルの復元、ファイルの非表示と保護、そして RAW、SVG といった多種多様なファイルフォーマットの写真を表示します。
アプリに広告や不要な権限はありません。インターネット接続も必要としないため、あなたのプライバシーは守られています。
-------------------------------------------------
<b>シンプルギャラリー プロ - 機能</b>
-------------------------------------------------
• 広告やポップアップなしのオフラインギャラリー
• シンプルギャラリー フォトエディター - トリミング、回転、リサイズ、ドローイング、フィルターなど
• インターネット接続は不要で、プライバシーとセキュリティが向上
• 不要な権限を必要としません
• 素早く画像、動画、ファイルを検索
• 様々な画像または動画の閲覧 (RAW、SVG、パラマなど)
• ファイルを簡単に整理または編集するためのさまざまの直感的なジェスチャー
• フィルタリング、グループ化、さまざまな並び替えの方法
• シンプルギャラリー プロの見た目をカスタマイズ
• 32 の言語で使用可能
• 素早い閲覧のためにファイルをお気に入りとしてマーク
• パターン、PIN または指紋を使用して写真や動画を保護
• PIN、パターンまたは指紋を使用してアプリの起動または特定の機能を保護
• ごみ箱で削除されたファイルの復元
• ファイルの表示を切り替えて写真と動画の非表示
• ファイルのカスタマイズ可能なスライドショーを作成
• ファイルの詳細情報を表示 (解像度、EXIF など)
• オープンソース
… 他にもたくさん!
<b>高度な写真編集</b>
シンプルなギャラリーファイルの整理とフォトアルバムにより、簡単すぐに写真を編集することができます。 画像の切り抜き、反転、回転、サイズ変更、または必要なフィルターの適用などがお使いいただけます。
<b>様々なファイルタイプをサポート</b>
シンプルギャラリーは、JPEG、PNG、MP4、MKV、RAW、SVG、GIF、パラマ写真、ビデオなど、さまざまな種類のファイルをサポートしています。
<b>カスタマイズ可能なファイル管理</b>
シンプルギャラリーはUIから下部のツールバーの機能ボタンまで、高度にカスタマイズ可能なファイル整理機能を備えています。
<b>削除された写真と動画の復元</b>
大切な写真やビデオをフォトアルバムから誤って削除したことはありませんかシンプルなモバイルフォトギャラリーには、photo vaultアプリのおかげで削除された写真をすべて復元できる便利なオプションがあります。
<b>写真、動画、ファイルを保護して非表示に</b>
PIN、パターンロック、またはデバイスの指紋認証を使用して、写真の保護と編集、削除されたビデオの復元、写真の切り抜き、画像の検索を行うことができます。 ファイルオーガナイザー自体を保護したり、アプリの特定の機能をロックしたりすることができます。 たとえば、指紋認証をしないとファイルの削除ができません。
<b>Simple Mobile Tools の完全なリストはこちらからご確認ください:</b>
https://www.simplemobiletools.com
<b>シンプルギャラリー プロのwebサイト</b>
https://www.simplemobiletools.com/gallery
<b> Facebook</b>
https://www.facebook.com/simplemobiletools
<b> Reddit</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- 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>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -364,67 +364,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- 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>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,67 +363,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Fotobehandling &amp; redigering</string>
<!-- 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>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- 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>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -368,69 +368,8 @@
<string name="faq_17_text">Dit werkt ook niet meer sinds de aanpassingen in Android 11: deze app mag niet meer door de mappen op het apparaat navigeren, maar is voortaan afhankelijk van de MediaStore van Android bij het ophalen van bestandsgegevens.</string>
<string name="faq_18_title">Waarom zie ik advertenties bij het afspelen van video\'s\?</string>
<string name="faq_18_text">Onze apps bevatten geen advertenties. Indien er wél advertenties verschijnen bij video\'s, dan kan dat alleen vanuit een andere app zijn. Probeer uit te vinden welke app als standaard-videospeler is ingesteld, zoek de app in de systeeminstellingen op en klik op \"Standaardwaarden wissen\". Kies de volgende keer bij het afspelen van een video welke app er gebruikt moet worden.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Eenvoudige Galerij Pro - Fotos Beheren &amp; Bewerken</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Navigeer met deze galerij zonder afleidingen door al je herinneringen</string>
<string name="app_long_description">
Eenvoudige Galerij Pro is een volledig aan te passen offline galerij. Organiseer &amp; bewerk fotos, herstel verwijderde bestanden met de prullenbakfunctie, beveilig &amp; verberg items en bekijk een enorme hoeveelheid aan foto- &amp; videoformaten, waaronder RAW, SVG en nog veel meer.
Deze privacyvriendelijke app bevat geen advertenties of onnodige machtigingen (zoals verbinden met het internet).
-------------------------------------------------
<b>EENVOUDIGE GALERIJ PRO FUNCTIES</b>
-------------------------------------------------
✔️ Offline galerij zonder advertenties en pop-ups
✔️ Fotobewerking: bijsnijden, spiegelen, roteren, grootte aanpassen, tekenen, filters &amp; meer
✔️ Geen internetverbinding benodigd voor meer privacy &amp; veiligheid
✔️ Geen onnodige machtigingen vereist
✔️ Beschikbaar in 32 talen
✔️ Eenvoudige Galerij Pro is open-source
✔️ Zoek snel naar afbeeldingen, videos &amp; bestanden
✔️ Open &amp; bekijk vele foto- &amp; videoformaten (RAW, SVG, panorama etc.)
✔️ Gebruik veeggebaren om bestanden snel te bewerken en te organiseren
✔️ Kies uit een verscheidenheid aan manieren om bestanden te filteren, groeperen en sorteren
✔️ Pas het uiterlijk van Eenvoudige Galerij Pro aan
✔️ Markeer bestanden als favoriet om ze snel terug te vinden
✔️ Beveilig items met een patroon, pincode or vingerafdruk
✔️ Gebruik pincode, patroon &amp; vingerafdruk om specifieke functies of het starten van de app te beveiligen
✔️ Herstel verwijderde bestanden uit de prullenbak
✔️ Toon of verberg fotos &amp; videos
✔️ Creëer diavoorstellingen
✔️ Bekijk gedetailleerde informatie over de bestanden (resolutie, EXIF-waarden etc.)
… en nog veel meer!
<b>FOTOS BEWERKEN</b>
Eenvoudige Galerij Pro maakt het gemakkelijk om direct afbeeldingen te bewerken. Ga aan de slag met bijsnijden, spiegelen, roteren en de grootte aanpassen, of voeg filters toe en teken over de afbeelding heen!
<b>ONDERSTEUNING VOOR VEEL VERSCHILLENDE BESTANDSFORMATEN</b>
Eenvoudige Galerij Pro ondersteunt, in tegenstelling tot sommige andere galerij-apps, een enorme hoeveelheid aan bestandsformaten, waaronder JPEG, PNG, MP4, MKV, RAW, SVG, Panorama-fotos &amp; -videos en nog veel meer.
<b>ALLES IS AAN TE PASSEN</b>
Van de interface tot de knoppen op de werkbalk, Eenvoudige Galerij Pro is geheel aan te passen en kan dan ook werken naar ieders voorkeur. Geen enkele andere galerij-app bevat zulke flexibiliteit! Dankzij het open karakter en de community is de app maar liefst in 32 talen beschikbaar!
<b>HERSTEL VERWIJDERDE FOTOS &amp; VIDEOS</b>
Per ongeluk een foto of video verwijderd? Geen paniek! Eenvoudige Galerij Pro heeft een handige prullenbak waarmee verwijderde bestanden gemakkelijk zijn terug te halen.
<b>BEVEILIG &amp; VERBERG FOTOS, VIDEOS &amp; BESTANDEN</b>
Door middel van een pincode, patroon of een vingerafdruk zijn fotos, videos &amp; gehele albums te beveiligen of te verbergen. Ook de gehele app of specifieke functies binnen de galerij zijn zo te beveiligen. Voorbeeld: stel in dat bestanden alleen kunnen worden verwijderd na een vingerafdrukscan.
<b>Kijk ook eens naar de hele collectie apps van Simple Tools:</b>
https://www.simplemobiletools.com
<b>Website van 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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -367,69 +367,8 @@
<string name="faq_17_text">To również przestało działać z powodu zmian systemowych, które pojawiły się w Androidzie 11. Aplikacja nie może już przeglądać prawdziwych folderów i polega na tak zwanym MediaStore przy pobieraniu danych.</string>
<string name="faq_18_title">Dlaczego widzę reklamy podczas odtwarzania wideo\?</string>
<string name="faq_18_text">Nasze aplikacje nie mają żadnych reklam. Jeśli widzisz je podczas odtwarzania wideo, musisz używać odtwarzacza wideo innej aplikacji. Spróbuj znaleźć domyślny odtwarzacz wideo w ustawieniach urządzenia, a następnie wykonaj na nim „Wyczyść domyślne”. Następnym razem, gdy spróbujesz odtworzyć wideo, zobaczysz ekran wyboru aplikacji, gdzie możesz wybrać, którą chcesz użyć.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Prosta galeria Pro - Menedżer i edytor zdjęć</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Aplikacja premium do zarządzania i edycji zdjęć, wideo i GIF-ów, bez reklam</string>
<string name="app_long_description">
Prosta galeria Pro to wysoce konfigurowalna galeria bez dostępu do Internetu. Organizuj i edytuj swoje zdjęcia, odzyskuj przypadkowo usunięte pliki dzięki funkcji kosza, chroń je i ukrywaj, a także przeglądaj różne formaty zdjęć i wideo, w tym RAW, SVG i wiele innych.
Aplikacja nie zawiera reklam i zbędnych uprawnień. Przez to, że nie wymaga połączenia z Internetem, Twoja prywatność jest chroniona.
-------------------------------------------------
<b>PROSTA GALERIA PRO FUNKCJE</b>
-------------------------------------------------
• Galeria bez dostępu do Internetu - bez reklam i wyskakujących okienek
• Prosty edytor zdjęć - przycinaj, obracaj, zmieniaj rozmiar, rysuj, nakładaj filtry, i wiele więcej
• Nie jest potrzebny dostęp do Internetu, co zapewnia większą prywatność i bezpieczeństwo
• Nie są wymagane żadne niepotrzebne uprawnienia
• Szybkie wyszukiwanie obrazów, wideo i plików
• Otwieraj i przeglądaj wiele różnych typów zdjęć i wideo (RAW, SVG, panoramiczne itd.)
• Różnorodność intuicyjnych gestów dla prostszego edytowania i organizowania plików
• Wiele sposobów na filtrowanie, grupowanie i sortowanie plików
• Możliwość dostosowania wyglądu Prostej galerii Pro
• Dostępna w 32 językach
• Oznaczaj pliki jako ulubione dla łatwiejszego dostępu
• Chroń swoje zdjęcia i wideo wzorem, PIN-em lub odciskiem palca
• Użyj PIN-u, wzoru lub odcisku palca do ochrony całej aplikacji, jak i konkretnych funkcji
• Odzyskuj utracone zdjęcia i wideo dzięki funkcji kosza
• Zmieniaj widoczność plików, aby ukrywać zdjęcia i wideo
• Twórz konfigurowalne pokazy slajdów ze swoich plików
• Przeglądaj szczegółowe informacje o plikach (rozdzielczość, dane EXIF itd.)
• Prosta galeria Pro jest otwartoźródłowa
… i wiele, wiele więcej!
<b>EDYTOR ZDJĘĆ</b>
Prosta galeria Pro ułatwi Ci szybką edycję zdjęć. Kadruj, odbijaj, obracaj, zmniejszaj i powiększaj swoje obrazy. A w napływie kreatywności możesz dodawać filtry i rysować na obrazach!
<b>WSPARCIE DLA WIELU TYPÓW PLIKÓW</b>
W przeciwieństwie do niektórych galerii i organizerów zdjęć, Prosta galeria Pro wspiera szeroką gamę formatów plików, w tym JPEG, PNG, MP4, MKV, RAW, SVG, panoramiczne filmy i zdjęcia, oraz wiele innych.
<b>WYSOCE KONFIGUROWALNY MENEDŻER GALERII</b>
Od interfejsu do przycisków funkcyjnych na dolnym pasku, Prosta galeria Pro jest wysoce konfigurowalna, przez co działa i wygląda tak, jak chcesz. Żadna inna aplikacja galerii nie jest pod tym względem tak wszechstronna. Dzięki temu, że jest otwartoźródłowa, jesteśmy dostępni w 32 językach!
<b>ODZYSKIWANIE USUNIĘTYCH ZDJĘĆ I WIDEO</b>
Niechcący usunąłeś(-aś) ważne zdjęcie lub film? Nie martw się! Prosta galeria Pro posiada przydatną funkcję kosza, z którego możesz łatwo przywrócić usunięte zdjęcia i wideo.
<b>OCHRONA I UKRYWANIE ZDJĘĆ, WIDEO I PLIKÓW</b>
Przez PIN, wzór lub odcisk palca możesz chronić swoje zdjęcia, wideo i całe albumy. Możesz chronić całą aplikację albo blokować tylko specyficzne funkcje. Na przykład, nie możesz usunąć pliku bez zeskanowania odcisku palca, dzięki czemu zapobiegasz przypadkowemu usuwaniu plików.
<b>Sprawdź pełen zestaw od Simple Tools tutaj:</b>
https://www.simplemobiletools.com
<b>Strona internetowa Prostej galerii Pro:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -371,14 +371,8 @@
<string name="faq_17_text">Isso parou de funcionar devido a mudanças de sistema do Android 11, pois o aplicativo não pode mais gerenciar pastas verdadeiras, precisa utilizar algo chamado MediaStore para obter os dados.</string>
<string name="faq_18_title">Por que estou vendo anúncios durante o playback do vídeo\?</string>
<string name="faq_18_text">Nossos aplicativos não mostram anúncios, nunca. Se você encontrar algum durante um playback de vídeo, deve estar utilizando o reprodutor de vídeo de outro aplicativo. Tente encontrar o seu reprodutor de vídeo padrão nas configurações de dispositivo e clique em \"Limpar padrões\". Na próxima vez que tentar assistir a um vídeo, poderá escolhar o reprodutor que desejar.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 Galeria Pro - Gerenciador &amp; Editor de Imagens</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Navegue por suas memórias sem distrações com esta galeria de fotos e vídeos</string>
<string name="app_long_description"> O Simple Galeria Pro é uma galeria offline de imagens e vídeos altamente customizável. Organize e edite suas fotos e vídeos, recupere arquivos com a lixeira, proteja e oculte seus arquivos, e visualize arquivos em uma grande variedade de formatos, incluindo RAW, SVG, e muito mais. Este app não inclui anúncios ou permissões desnecessárias e também não acessa a internet. Sua privacidade está protegida. ------------------------------------------------- <b>SIMPLE GALERIA PRO FUNCIONALIDADES</b> ------------------------------------------------- • Galeria offline sem anúncios ou popups • Editor de imagens recorte, rotacione, redimensione, desenhe, adicione filtros, e muito mais • Não requer acesso à internet. Mais privacidade e segurança. • Não pede permissões desnecessárias • Pesquise por imagens, vídeos e arquivos rapidamente • Visualize diversos formatos de arquivos de imagem ou vídeo (RAW, SVG, imagens panorâmicas, etc) • Use uma variedade de gestos intuitivos para editar e organizar seus arquivos • Varias maneiras de filtrar, agrupar, e ordenar seus arquivos • Customize a aparência da Simple Galeria Pro • Disponível em 32 idiomas • Marque seus arquivos favoritos para acesso mais rápido • Proteja suas imagens e vídeos com um padrão, PIN, ou impressão digital • Use PIN, padrão &amp; ou impressão digital para proteger o aplicativo de ser iniciado e outras funções específicas também • Recupere imagens e vídeos que foram excluídos para a lixeira • Oculte arquivos para deixar de exibir certas imagens ou vídeos no app. • Crie apresentação customizada com os seus arquivos • Exiba informações avançadas sobre seus arquivos (resolução, metadados EXIF, etc) • A Simple Galeria Pro tem código aberto! … e muito mais! <b>EDITOR DE IMAGENS</b> Com a Simple Galeria Pro é bem fácil editar suas imagens na hora. Recorte, rotacione, e redimensione suas imagens. Se você estiver se sentindo mais criativo, você também pode desenhar ou adicionar filtros! <b>SUPORTE A VÁRIOS FORMATOS DE ARQUIVO</b> Ao contrário de alguns outros aplicativos de organização de imagens, a Simple Galeria Pro é capaz de exibir uma grande variedade de formatos de arquivo, incluindo JPEG, PNG, MP4, MKV, RAW, SVG, fotos panorâmicas, vídeos panorâmicos e muito mais. <b>GERENCIADOR DE IMAGENS ALTAMENTE CUSTOMIZÁVEL</b> Desde a interface de usuário, até os botões da barra de ferramentas, a Simple Galeria Pro é altamente customizável, e você pode fazer com que ela funcione exatamente do seu jeito. Nenhum outro app de galeria de imagens é tão flexível! Além disso, por ter o código aberto, a Simple Galeria está disponível em 32 idiomas! <b>RECUPERE IMAGENS E VÍDEOS EXCLUÍDOS</b> Acidentalmente excluiu uma preciosa imagem ou vídeo\? Não se preocupe! A Simple Galeria Pro vem com uma lixeira que permite facilmente recuperar fotos ou vídeos excluídos nos últimos 30 dias. <b>PROTEJA E OCULTE FOTOS, VÍDEOS E ARQUIVOS</b> Usando um PIN, padrão, ou sua impressão digital, você pode proteger ou ocultar imagens, vídeos ou até álbuns inteiros. Você também pode proteger o app como um todo por senha, ou apenas funções específicas. Por exemplo, você pode fazer com que a Simple Galeria verifique a impressão digital antes de excluir arquivos, para ajudar a evitar que arquivos sejam excluídos. <b>Dê uma olhada nos nossos outros aplicativos Simple:</b> https://www.simplemobiletools.com <b>Site dedicado do Simple Galeria Pro:</b> https://www.simplemobiletools.com/gallery <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -372,12 +372,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Editor e gestor de fotos</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Explore as suas memórias sem interrupções com esta galeria</string>
<string name="app_long_description"> Uma galeria para gerir imagens, fotos &amp; videos. Pode organizar &amp; editar as suas fotos, recuperar ficheiros graças à reciclagem, proteger &amp; ocultar ficheiros &amp; ver imagens &amp; vídeos disponíveis em vários formatos. Não tem anúncios nem permissões desnecessárias. E uma vez que também não requer acesso à internet, os seus ficheiros estão protegidos. ------------------------------------------------- <b>SIMPLE GALLERY PRO FUNCIONALIDADES</b> ------------------------------------------------- • Galeria local • Sem quaisquer anúncios • Não requer acesso à internet, garantindo a sua privacidade &amp; segurança • Sem permissões desnecessárias <b>• Edição de fotos recorte, rotação, redimensionamento, filtros &amp; desenho</b>• Pesquisa rápida de imagens, vídeos &amp; ficheiros <b>• Suporta diversos tipos de ficheiros (JPEG, PNG, MP4, MKV, RAW, SVG, Panorâmicas de fotos &amp; videos, &amp; etc.)</b> • Uso de gestos para editar &amp; organizar ficheiros • Opções para filtrar, agrupar &amp; ordenar ficheiros &amp; pastas <b>• Personalização do aspecto</b> • Marcar ficheiros favoritos para acesso rápido <b>• Protecção &amp; ocultação de fotos &amp; vídeos</b> e bloqueio de abertura da aplicação ou restrição de acções com recurso a padrão, pin ou impressão digital<b>• Recuperação de fotos &amp; vídeos apagados através da reciclagem</b> • Criação de apresentações personalizadas • Ver as propriedades dos ficheiros (resolução, dados EXIF, &amp; etc.) • Disponível em 32 idiomas • Simple Gallery Pro é open source &amp; muito mais! <b>Consulte a gama completa de aplicações Simple Tools aqui:</b> https://www.simplemobiletools.com <b>Site da aplicação 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 </string>
<!--
Não encontrou todas as cadeias a traduzir? Existem mais algumas em:
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,67 +363,6 @@
<string name="faq_17_text">Aceasta a încetat să mai funcționeze din cauza schimbărilor de sistem care au venit odată cu Android 11. Aplicația nu mai poate răsfoi dosare reale, ci se bazează pe așa-numitul MediaStore pentru a prelua informaţiile.</string>
<string name="faq_18_title">De ce văd reclame în timpul redării video\?</string>
<string name="faq_18_text">Aplicațiile noastre nu au niciun fel de reclame. Dacă le vedeți în timpul redării video, înseamnă că utilizați un alt player video. Încercați să găsiți playerul video implicit în setările dispozitivului, apoi efectuați o operațiune de \"Curăţare a valorilor implicite\" pentru acesta. Data viitoare când veți apela la o intenție video, veți vedea o fereastră de selectare a aplicației, unde puteți selecta aplicația pe care doriți să o utilizați.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Manager de fotografii</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">O aplicație premium pentru gestionarea și editarea pozelor şi a videoclipurilor</string>
<string name="app_long_description">
Simple Gallery Pro este o galerie offline foarte personalizabilă. Organizaţi &amp; editaţi fotografiile, recuperaţi fișierele șterse cu ajutorul coșului de reciclare, protejaţi-vă &amp; ascundeţi-vă fișiere și vizualizaţi o mare varietate de formate foto &amp; video diferite cum ar fi RAW, SVG și multe altele.
Aplicaţia nu conţine reclame sau permisiuni inutile. De asemenea, deoarece aplicația nu necesită acces la internet, confidențialitatea dumneavoastră este protejată.
-------------------------------------------------
<b>SIMPLE GALLERY PRO CARACTERISTICI</b>
-------------------------------------------------
• Galerie offline, fără reclame sau popup-uri
• Editor foto Simple gallery tăiați, rotiți, redimensionați, desenați, filtraţi &amp; multe altele
• Nu este nevoie de acces la internet, ceea ce vă oferă mai multă intimitate și securitate
• Nu sunt necesare permisiuni inutile
• Căutați rapid imagini, videoclipuri &amp; fișiere
• Deschideți &amp; vizualizați multe tipuri diferite de fotografii și clipuri video (RAW, SVG, panoramic etc.)
• O varietate de gesturi intuitive pentru a edita cu ușurință &amp; organiza fișiere
• O mulțime de modalități de filtrare, grupare &amp; sortare a fișierelor
• Personalizați aspectul aplicaţiei Simple Gallery Pro
• Disponibilă în 32 de limbi
• Marcați fișierele ca favorite pentru acces rapid
• Protejați-vă fotografiile &amp; videoclipurile cu un model, pin sau amprentă digitală
• Utilizați pin, model &amp; amprentă digitală pentru a proteja lansarea aplicației sau diferite funcții specifice
• Recuperaţi fotografiile &amp; videoclipurile șterse din coșul de reciclare
• Comutați vizibilitatea fișierelor pentru a ascunde fotografiile &amp; videoclipurile
• Creați un slideshow personalizabil al fișierelor dvs.
• Vizualizați informații detaliate despre fișierele dvs. (rezoluție, valori EXIF etc.)
• Codul sursă al Simple Gallery Pro este open source
… și multe altele!
<b>EDITOR GALERIE FOTO</b>
Simple Gallery Pro facilitează editarea rapidă a fotografiilor. Tăiați, întoarceți, rotiți și redimensionați fotografiile. Dacă vă simțiți puțin mai creativ, puteți adăuga filtre și desena pe imagini!
<b>SUPORT PENTRU MULTE TIPURI DE FIȘIERE</b>
Spre deosebire de alte galerii &amp; organizatoare de fotografii, Simple Gallery Pro acceptă o gamă largă de tipuri de fișiere diferite, inclusiv JPEG, PNG, MP4, MKV, RAW, SVG, fotografii panoramice, videoclipuri panoramice și multe altele.
<b>MANAGER DE GALERIE FOARTE PERSONALIZABIL</b>
De la interfața de utilizare până la butoanele funcționale de pe bara de instrumente de jos, Simple Gallery Pro este foarte ușor de personalizat și funcționează așa cum doriți. Niciun alt manager de galerii nu are o asemenea flexibilitate! Datorită faptului că suntem open source, suntem, de asemenea, disponibili în 32 de limbi!
<b>RECUPERAŢI FOTOGRAFIILE &amp; VIDEOCLIPURILE ȘTERSE</b>
Ați șters din greșeală o fotografie sau un videoclip prețios? Nu vă faceți griji! Simple Gallery Pro dispune de un coș de reciclare la îndemână, unde puteți recupera cu ușurință fotografiile și videoclipurile șterse.
<b>PROTEJAŢI &amp; ASCUNDEŢI FOTOGRAFIILE, VIDEOCLIPURILE ŞI FIŞIERELE</b>
Folosind un pin, un model sau scanerul de amprente al dispozitivului, puteți proteja și ascunde fotografii, videoclipuri și albume întregi. Puteți proteja aplicația în sine sau puteți pune încuietori pe anumite funcții specifice ale aplicației. De exemplu, nu puteți șterge un fișier fără o scanare a amprentei digitale, ceea ce vă ajută să vă protejați fișierele de ștergerea accidentală.
<b>Consultaţi întreaga suită de aplicaţii Simple Tools aici:</b>
https://www.simplemobiletools.com
<b>Pagina web a aplicaţiei 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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -365,69 +365,8 @@
<string name="faq_17_text">Это перестало работать из-за системных изменений, которые пришли с Android 11: приложение больше не может просматривать реальные папки, оно полагается на так называемый MediaStore при получении данных.</string>
<string name="faq_18_title">Почему я вижу рекламу во время воспроизведения видео\?</string>
<string name="faq_18_text">В наших приложениях вообще нет рекламы. Если вы видите её во время воспроизведения видео, то, должно быть, используете сторонний видеопроигрыватель. Попробуйте найти видеопроигрыватель по умолчанию в настройках устройства, а затем выполните для данной настройки \"Очистить настройки по умолчанию\". В следующий раз, когда вы откроете воспроизведение видео, будет предложено выбрать приложение, которое вы хотите использовать.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Галерея Pro - управление изображениями</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Просматривайте свои воспоминания без перерывов с этой фото- и видеогалереей</string>
<string name="app_long_description">
Simple Gallery Pro — настраиваемая автономная галерея. Организуйте и редактируйте свои фотографии; восстанавливайте удалённые файлы при помощи функции "корзина"; защищайте и скрывайте личные файлы; просматривайте множество различных фото- и видеоформатов, включая RAW, SVG и многие другие.
Приложение не содержит рекламы и ненужных разрешений. Поскольку приложение не требует доступа в интернет, ваша конфиденциальность защищена.
-------------------------------------------------
<b>SIMPLE GALLERY PRO ВОЗМОЖНОСТИ</b>
-------------------------------------------------
• Автономная галерея без рекламы или всплывающих окон
• Встроенный редактор изображение - обрезка, поворот, изменение размера, рисование, фильтры и другое
Не требуется доступ в интернет, что даёт вам больше конфиденциальности и защищённости
Не требуется никаких ненужных разрешений
• Быстрый поиск изображений, видео и файлов
• Открывает множество различных типов изображений и видео (RAW, SVG, панорамы и т.д.)
• Различные интуитивно понятные жесты, чтобы легко редактировать и организовывать файлы
• Множество способов фильтрации, группировки и сортировки файлов
• Настройка внешнего вида в Simple Gallery Pro
• Доступна на 32 языках
• Пометка файлов как избранных для быстрого доступа
• Защищает ваши фотографии и видео с помощью графического ключа, PIN-кода или отпечатка пальца
• Также можно использовать ключ, PIN или отпечаток для защиты запуска приложения или конкретных функций
• Восстановление удалённых фотографий и видео из корзины
• Переключение видимости файлов для скрытия фотографий и видео
• Создание настраиваемых слайдшоу из ваших файлов
• Просмотр подробной информации о файлах (разрешение, значения EXIF и т.д.)
• Simple Gallery Pro с открытым исходным кодом
…и многое многое другое!
<b>РЕДАКТОР ИЗОБРАЖЕНИЙ</b>
Simple Gallery Pro позволяет легко редактировать изображения на ходу. Можно обрезать, перевернуть, повернуть и изменить размер ваших фотографий. Если вы чувствуете себя немного более творчески, то можете добавить фильтры и рисовать на своих фотографиях!
<b>ПОДДЕРЖКА МНОЖЕСТВА ТИПОВ ФАЙЛОВ</b>
В отличие от некоторых других галерей и организаторов изображений, Simple Gallery Pro поддерживает огромный набор различных типов файлов, включая JPEG, PNG, MP4, MKV, RAW, SVG, панорамные фотографии, панорамные видео и многие другие.
<b>НАСТРАИВАЕМЫЙ МЕНЕДЖЕР ГАЛЕРЕИ</b>
От пользовательского интерфейса до функциональных кнопок на нижней панели инструментов, Simple Gallery Pro отличается высокой настраиваемостью и работает так, как вы хотите. Никакой другой менеджер галереи не обладает такой гибкостью! Благодаря открытому исходному коду, мы также доступны на 32 языках!
<b>ВОССТАНОВЛЕНИЕ УДАЛЁННЫХ ФОТОГРАФИЙ И ВИДЕО</b>
Случайно удалили драгоценное фото или видео? Не беспокойтесь! Simple Gallery Pro предлагает удобную корзину, из которой можно легко восстановить удалённые фотографии и видео.
<b>ЗАЩИТА И СКРЫТИЕ ФОТОГРАФИЙ, ВИДЕО И ФАЙЛОВ</b>
Используя PIN-код, графический ключ или сканер отпечатков пальцев своего устройства, вы можете защитить и скрыть фотографии, видео и целые альбомы. Вы можете защитить как всё приложение, так и заблокировать отдельные его функции. Например, вы не сможете удалить файл без подтверждения отпечатком пальца, что поможет защитить файлы от случайного удаления.
<b>Ознакомьтесь с полным набором инструментов серии Simple здесь:</b>
https://www.simplemobiletools.com
<b>Сайт приложения 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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">Je to taktiež spôsobené zmenami súvisiacimi s Android 11, kedy apka už nevie prehliadať reálne priečinky. V získavaní súborov sa môže iba spoliehať na takzvaný MediaStore.</string>
<string name="faq_18_title">Prečo sa mi počas prehrávania videí zobrazujú reklamy?</string>
<string name="faq_18_text">Naše apky nemajú vôbec žiadne reklamy. Ak sa vám zobrazujú počas prehrávania videí, používate prehrávač inej apky. Skúste v nastaveniach zariadenia nájsť predvolený prehrávač a použiť \"Odstrániť predvolené\". Pri ďalšom spustení videa uvidíte zoznam apiek, ktoré môžete na prehrávanie použiť.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Jednoduchá galéria Pro - Foto organizér a editor</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Prehliadajte svoje spomienky bez prerušenia s touto foto a video galériou.</string>
<string name="app_long_description">
Jednoduchá Galéria Pro je vysoko prispôsobiteľná offline galéria. Organizujte a upravujte vaše fotky, obnovujte vymazané súbory pomocou odpadkového koša, ochraňujte a skrývajte ich, alebo prehliadajte množstvo rôznych foto a video formátov vrátane RAW, SVG a mnoho ďalších.
Apka neobsahuje žiadne reklamy, ani nepotrebné oprávnenia. Keďže apka nemá prístup na internet, vaše súkromie je chránené.
-------------------------------------------------
<b>JEDNODUCHÁ GALÉRIA PRO - FUNKCIE</b>
-------------------------------------------------
• Offline galéria bez reklám a vyskakujúcich okien
• Editor Jednoduchej Galérie - orezávajte, otáčajte, meňte veľkosť, kreslite, používajte filtre a viac
• Nie je potrebný prístup na internet, vďaka čomu máte viac súkromia a bezpečia
• Nie sú potrebné žiadne podozrivé oprávnenia
• Rýchlo prehliadajte obrázky a videá
• Otvárajte mnoho rôznych typov fotiek a videí (RAW, SVG, panoramatické atď)
• Množstvo intuitívnych gest pre jednoduchú úpravu a organizovanie súborov
• Veľa rôznych spôsobov filtrovania, zoskupovania a radenia súborov
• Zmeňte si vzhľad Jednoduchej Galérie
• Dostupná v 32 jazykoch
• Označte obľúbené súbory pre rýchly prístup
• Chráňte vaše obrázky a videá vzorom, PIN kódom alebo odtlačkom prstov
• Použite PIN kód, vzor, alebo odtlačky prstov na zabezpečenie spúšťania apky, alebo niektorých funkcií
• Obnovte vymazané fotky a videá pomocou odpadkového koša
• Prepnite viditeľnosť súborov pre ich ochranu
• Vytvorte zo súborov prezentáciu
• Prezrite si detailné informácie o súboroch (rozlíšenie, EXIF hodnoty atď)
• Jednoduchá Galéria Pro má otvorený zdrojový kód
… a mnoho mnoho ďalšieho!
<b>EDITOR OBRÁZKOV</b>
Jednoduchá Galéria Pro umožňuje ľahkú úpravu obrázkov. Orezávajte, preklápajte, alebo meňte ich veľkosť. Ak sa cítite kreatívne, môžete aj aplikovať filtre, alebo na nich kresliť!
<b>PODPORA PRE MNOŽSTVO TYPOV SÚBOROV</b>
Na rozdiel od niektorých galérií podporuje Jednoduchá Galéria množstvo rôznych druhov súborov vrátane JPEG, PNG, MP4, MKV, RAW, SVG, panoramatických fotografií a videí.
<b>VYSOKO UPRAVITEĽNÝ SPRÁVCA SÚBOROV</b>
Od vzhľadu po funkcie na spodej lište, Jednoduchá Galéria je upraviteľná a bude fungovať presne tak, ako chcete. Žiadna iná galéria nie je taká flexibilná! Vďaka otvorenému zdrojovému kódu je apka dostupná v 32 jazykoch!
<b>OBNOVTE VYMAZANÉ FOTKY A VIDEÁ</b>
Vymazali ste náhodou dôležitú fotku, alebo video? Jednoduchá Galéria Pro obsahuje užitočný odpadkový kôš, vďaka ktorému viete jednoducho obnoviť vymazané súbory.
<b>OCHRÁŇTE A SKRÝVAJTE FOTOGRAFIE A VIDEÁ</b>
Použitím PIN kódu, vzoru, alebo odtlačkov prstov viete vaše súbory ochrániť, alebo ukryť. Taktiež viete ochrániť aj buď spúšťanie apky ako takej, alebo niektoré jej funkcie. Napríklad tým viete zabrániť náhodnému vymazaniu súborov bez vašich odtlačkov prstov.
<b>Pozrite si celú sadu aplikácií na:</b>
https://www.simplemobiletools.com
<b>Vlastná stránka Jednoduchej Galérie Pro:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Pregledovalnik fotografij</string>
<!-- 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>
<string name="app_long_description">
Simple Gallery Pro je visoko prilagodljiva lokalna galerija. Organizirajte &amp; urejajte vaše fotografije, vrnite izbrisane datoteke iz koša, zaščitite &amp; skrijte datoteke in pregledujte ogromno različnih vrst foto &amp; video formatov, vključujoč RAW, SVG in mnoge druge.
Aplikacije ne vsebuje reklam in nepotrebnih dovoljenj. Prav tako aplikacija ne potrebuje internetnega dostopa, zato je vaša zasebnost zagotovljena.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- 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>
<string name="app_long_description">
Једноставна галерија Про је високо прилагодљива галерија којој није неопходан интернет да би радила. Организуј и измени своје слике, опорави обрисане датотеке са кантом за отпатке, заштити и сакриј датотеке имај увид у огромну количину различитих фотографија и видео формата укључујући RAW, SVG и многих других.
Апликација не садржи огласе и сувишне дозволе. С обзиром да апликација не захтева приступ интернету, ваша приватност је заштићена.
-------------------------------------------------
<b>ЈЕДНОСТАВНА ГАЛЕРИЈА ПРО МОГУћНОСТИ</b>
-------------------------------------------------
• Галерија којој није неопходан интернет, не садржи огласе и искачуће рекламе
• Једноставна галерија фото едитор - исеци, ротирај, измени димензије, цртај, примени филтере и још тога
• Није вам неопходан приступ интернету за рад, што вам даје више приватности и сигурности
• Нису неопходне сувишне дозволе за рад галерије
• Брза претрага слика, видео снимака и датотека
• Отвори и прегледај доста различитих фотографија и видео типова (RAW, SVG, panoramic итд)
• Разноликост интуитивних гестикулација да на лак начин измените и организујете датотеке
• Доста начина за филтрирање, груписање и сортирање датотека
• Прилагодите изглед Једноставне галерије Про
• Доступна на 32 језика
• Означите датотеке као омиљене да имате брз приступ истим
• Заштитите ваше фотографије и видео снимке са шаблоном, пином или отиском прста
• Употребите пин, шаблон и отисак прста да заштитите покретање апликације или одређене функције
• Опоравите обрисане фотографије и видео снимке из канте за отпатке
• Измените видљивост фајлова да сакријете фотографије и видео снимке
• Направите прилагођени слајдшоу за ваше датотеке
• Имајте увид у детаљне информације ваших датотека (резолуције, EXIF вредности итд..)
• Једноставна галерија Про је отвореног кода
… и још доста тога!
<b>ЕДИТОР ФОТО ГАЛЕРИЈЕ</b>
Једноставна галерија Про чини једноставним да измените ваше слике у ходу. Исеците, заокрените, ротирајте или измените величину ваших слика. Ако се осећате креативним, можете додати филтере или насликати своје слике!
<b>ПОДРШКА ЗА МНОГЕ ТИПОВЕ ФАЈЛОВА</b>
За разлику од неких других галерија програма и организатора фотографија, Једноставна галерија Про подржава велики спектар различитих типова датотека укључујући JPEG, PNG, MP4, MKV, RAW, SVG, Panoramic фотографије, Panoramic видео снимци и још доста других.
<b>ВИСОКО ПРИЛАГОДЉИВ МЕНАЏЕР ГАЛЕРИЈА</b>
Од корисничког интерфејса до функцијских дугмића на доњој линији са алаткама, Једноставна галерија Про је високо прилагодљива и ради онако како ви желите. Ни један други менаџер за галерију има ову врсту флексибилности! Захваљујући томе што је отвореног кода, ми смо доступни на 33 језика!
<b>ОПОРАВИ ОБРИСАНЕ ФОТОГРАФИЈЕ И ВИДЕО СНИМКЕ</b>
Случајно обрисане драгоцене фотографије или видео снимци? Не брините! Једноставна галерија Про поседује згодну канту за отпатке из које можете опоравити обрисане фотографије и видео снимке на лак начин.
<b>ЗАШТИТИ И САКРИЈ ФОТОГРАФИЈЕ, ВИДЕО СНИМКЕ и ДАТОТЕКЕ</b>
Употребом пина, шаблона или скенера за отисак прста на вашем уређају можете заштитити фотографије, видео снимке и читаве албуме. Можете заштитити и саму апликацију или ставити кључеве на одређене функције у апликацији. Например, не могу се обрисати датотеке без скенирања отиска прста, што у великој мери може спречити нежељено или случајно брисање.
<b>Погледајте цео пакет Simple Tools овде:</b>
https://www.simplemobiletools.com
<b>Standalone website of Simple Gallery Pro:</b>
https://www.simplemobiletools.com/gallery
<b>Фејсбук:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -363,69 +363,8 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- 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>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -371,67 +371,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">எளிய காட்சியகம் ப்ரோ - பட நிர்வாகி &amp; திருத்தி</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">விளம்பரங்களின்றி உம் புகைப்படங்கள், காணொளிகள், GIFகளை நிர்வகிப்பதற்கும் திருத்துவதற்கும் ஓர் உயர்தரச் செயலி</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -370,14 +370,8 @@
<string name="faq_17_text">Bu, Android 11 ile birlikte gelen sistem değişiklikleri nedeniyle çalışmayı durdurdu, uygulama artık gerçek klasörlere göz atamıyor, verileri almak için MediaStore kullanıyor.</string>
<string name="faq_18_title">Video oynatılırken neden reklam görüyorum\?</string>
<string name="faq_18_text">Uygulamalarımızda hiçbir şekilde reklam yoktur. Video oynatılırken reklam görüyorsanız, başka bir uygulamanın video oynatıcısını kullanıyor olmalısınız. Aygıt ayarlarında öntanımlı video oynatıcınızı bulmayı deneyin, ardından \"Öntanımlıları temizle\" yapın. Bir dahaki sefere video oynatmayı istediğinizde, kullanmak istediğiniz uygulamayı seçebileceğiniz bir uygulama seçici istemi göreceksiniz.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Basit Galeri Pro - Fotoğraf Yönetici, Düzenleyici</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Fotoğraf, video ve GIF\'lerinizi yönetmek ve düzenlemek için seçkin bir uygulama</string>
<string name="app_long_description"> Basit Galeri Pro, özelleştirilebilir bir çevrim dışı galeridir. Fotoğraflarınızı düzenleyin ve organize edin, geri dönüşüm kutusuyla silinen dosyaları kurtarın, dosyaları koruyun ve gizleyin ve RAW, SVG ve çok daha fazlası dahil olmak üzere çok çeşitli fotoğraf ve video biçimlerini görüntüleyin. Uygulama hiçbir reklam ve gereksiz izinler içermez. Uygulama internet erişimi gerektirmediğinden gizliliğiniz de korunur. ------------------------------------------------- <b>BASİT GALERİ PRO ÖZELLİKLER</b> ------------------------------------------------- • Reklamsız veya açılır penceresiz, çevrim dışı galeri • Basit galeri fotoğraf düzenleyici - kırpma, döndürme, yeniden boyutlandırma, çizim, filtreler ve daha fazlası • İnternet erişimi gerekmez, size daha fazla gizlilik ve güvenlik sunar • Gereksiz izinler gerekmez • Resimleri, videoları ve dosyaları hızlıca arama • Birçok farklı fotoğraf ve video türünü (RAW, SVG, panoramik vb.) açma ve görüntüleme • Dosyaları kolayca düzenlemek ve organize etmek için çeşitli sezgisel hareketler • Dosyaları filtrelemenin, gruplandırmanın ve sıralamanın birçok yolu • Basit Galeri Pro\'nun görünümünü özelleştirme • 32 dilde kullanılabilir • Hızlı erişim için dosyaları sık kullanılan olarak işaretleme • Fotoğraflarınızı ve videolarınızı desen, pin veya parmak izi ile koruma • Uygulama başlatılmasını veya belirli işlevleri de korumak için pin, desen ve parmak izi kullanma • Silinen fotoğrafları ve videoları geri dönüşüm kutusundan kurtarma • Fotoğrafları ve videoları gizlemek için dosyaların görünürlüğünü değiştirme • Dosyalarınızın özelleştirilebilir bir slayt gösterisini oluşturma • Dosyalarınızın ayrıntılı bilgilerini (çözünürlük, EXIF değerleri vb.) görüntüleme • Basit Galeri Pro açık kaynak kodludur … ve çok daha fazlası! <b>FOTOĞRAF GALERİSİ DÜZENLEYİCİSİ</b> Basit Galeri Pro, fotoğraflarınızı anında düzenlemenizi kolaylaştırır. Resimlerinizi kırpın, çevirin, döndürün ve yeniden boyutlandırın. Kendinizi biraz daha yaratıcı hissediyorsanız, filtre ekleyebilir ve resimlerinizi çizebilirsiniz! <b>BİRÇOK DOSYA TÜRÜ İÇİN DESTEK</b> Diğer galeri görüntüleyicilerinden ve fotoğraf düzenleyicilerinden farklı olarak, Basit Galeri Pro, JPEG, PNG, MP4, MKV, RAW, SVG, Panoramik fotoğraflar, Panoramik videolar ve daha pek çok farklı dosya türünü destekler. <b>SON DERECE ÖZELLEŞTİRİLEBİLİR GALERİ YÖNETİCİSİ</b> Kullanıcı arayüzünden alt araç çubuğundaki işlev düğmelerine kadar, Basit Galeri Pro oldukça özelleştirilebilirdir ve istediğiniz şekilde çalışır. Başka hiçbir galeri yöneticisi bu tür bir esnekliğe sahip değildir! Açık kaynak olması sayesinde 32 dilde de kullanıma hazırız! <b>SİLİNEN FOTOĞRAFLARI VE VİDEOLARI KURTARIN</b> Yanlışlıkla önemli bir fotoğrafı veya videoyu mu sildiniz\? Endişelenmeyin! Basit Galeri Pro, silinmiş fotoğrafları ve videoları kolayca kurtarabileceğiniz kullanışlı bir geri dönüşüm kutusuna sahiptir. <b>FOTOĞRAFLARI, VİDEOLARI VE DOSYALARI KORUYUN VE GİZLEYİN</b> Pin, desen veya aygıtınızın parmak izi tarayıcısını kullanarak fotoğrafları, videoları ve albümün tamamını koruyabilir ve gizleyebilirsiniz. Uygulamanın kendisini koruyabilir veya uygulamanın belirli işlevlerine kilitler yerleştirebilirsiniz. Örneğin, parmak izi taraması olmadan bir dosyayı silemez ve dosyalarınızı yanlışlıkla silmeye karşı korumaya yardımcı olabilirsiniz. <b>Basit Araçlar paketinin tamamını buradan inceleyin:</b> https://www.simplemobiletools.com <b>Basit Galeri Pro\'nun bağımsız web sitesi:</b> https://www.simplemobiletools.com/gallery <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

File diff suppressed because one or more lines are too long

View file

@ -376,86 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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 - Trình quản lý ảnh &amp; biên tập</string>
<!-- 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>
<string name="app_long_description">
Simple Gallery Pro là một bộ sưu tập ngoại tuyến có khả năng tùy biến cao. Tổ chức &amp; chỉnh sửa ảnh của bạn, khôi phục các tệp đã xóa bằng thùng rác, bảo vệ &amp; ẩn các tệp và xem được nhiều định dạng ảnh &amp; video bao gồm RAW, SVG và nhiều hơn nữa.    
     Ứng dụng này không chứa quảng cáo và các quyền không cần thiết. Vì ứng dụng không có yêu cầu truy cập internet, quyền riêng tư của bạn sẽ được bảo vệ.
-------------------------------------------------
<b>SIMPLE GALLERY PRO TÍNH NĂNG</b>
-------------------------------------------------
• Thư viện ngoại tuyến không có quảng cáo hoặc popups  
• Trình chỉnh sửa ảnh thư viện đơn giản - cắt, xoay, thay đổi kích thước, vẽ, lọc &amp; hơn nữa
      • Không cần truy cập internet, mang lại cho bạn sự riêng tư và bảo mật hơn
      • Không cần quyền không cần thiết  
       • Nhanh chóng tìm kiếm hình ảnh, video &amp; các tập tin
      
• Mở &amp; xem nhiều loại ảnh và video khác nhau (RAW, SVG, toàn cảnh, v.v.)    
     • Một loạt các cử chỉ trực quan để dễ dàng chỉnh sửa &amp; tổ chức tập tin
       • Rất nhiều cách để lọc, nhóm &amp; sắp xếp tập tin
      • Tùy chỉnh giao diện của Simple Gallery Pro   
      • Có sẵn trong 32 ngôn ngữ   
      • Đánh dấu các tập tin là mục yêu thích để truy cập nhanh
      • Bảo vệ ảnh của bạn &amp; video có mẫu hình, pin hoặc dấu vân tay    
     • Sử dụng pin, mẫu hình &amp; dấu vân tay để bảo vệ khởi chạy ứng dụng hoặc các chức năng cụ thể
      • Khôi phục ảnh đã xóa &amp; video từ thùng rác    
     • Chuyển đổi khả năng hiển thị của các tệp để ẩn ảnh &amp; video   
      • Tạo một slideshow tùy biến các tập tin của bạn
      • Xem thông tin chi tiết về các tập tin của bạn (độ phân giải, giá trị EXIF, v.v.)
      • Simple Gallery Pro là mã nguồn mở
        Nhiều và nhiều hơn nữa!
<b>TRÌNH BIÊN TẬP ẢNH</b>
Simple Gallery Pro giúp bạn dễ dàng chỉnh sửa ảnh của mình một cách nhanh chóng. Cắt, lật, xoay và thay đổi kích thước hình ảnh của bạn. Nếu bạn cảm thấy sáng tạo hơn một chút, bạn có thể thêm các bộ lọc và vẽ lên hình ảnh của mình!
<b>HỖ TRỢ NHIỀU ĐỊNH DẠNG FILE</b>
Không giống như một số Trình xem thư viện khác &amp; Trình tổ chức ảnh, Simple Gallery Pro hỗ trợ rất nhiều loại tệp khác nhau bao gồm JPEG, PNG, MP4, MKV, RAW, SVG, Ảnh toàn cảnh, Video toàn cảnh và nhiều loại khác.
<b>TRÌNH QUẢN LÝ THƯ VIỆN TÙY BIẾN CAO</b>
Từ giao diện người dùng đến các nút chức năng trên thanh công cụ dưới cùng, Simple Gallery Pro có khả năng tùy biến cao và hoạt động theo cách bạn muốn. Không có trình quản lý thư viện nào khác có sự linh hoạt này! Nhờ nguồn mở, chúng tôi cũng có sẵn trong 32 ngôn ngữ!
<b>PHỤC HỒI ẢNH &amp; VIDEO ĐÃ BỊ XÓA</b>
Vô tình xóa một bức ảnh hoặc video quý giá? Hãy lo lắng! Simple Gallery Pro có thùng rác tiện dụng, nơi bạn có thể khôi phục ảnh &amp; video đã xóa dễ dàng.
<b>BẢO VỆ &amp; ẨN ẢNH ,VIDEO &amp; TỆP</b>
Sử dụng Mã pin, mẫu hình hoặc vân tay của bạn, bạn có thể bảo vệ và ẩn ảnh, video &amp; toàn bộ album. Bạn có thể tự bảo vệ ứng dụng hoặc đặt khóa trên các chức năng cụ thể của ứng dụng. Ví dụ, bạn không thể xóa một tập tin mà chưa quét dấu vân tay, giúp bảo vệ các tập tin của bạn khỏi bị xóa do vô tình.
<b>Kiểm tra bộ công cụ Simple đầy đủ tại đây:</b>
https://www.simplemobiletools.com
<b>Website của 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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -371,69 +371,8 @@
<string name="faq_17_text">由于 Android 11 的系统变化,这一功能也停止了工作,本应用不能再浏览真实的文件夹了,它依赖于所谓的 MediaStore 来获取数据。</string>
<string name="faq_18_title">为何我在视频播放期间看到广告?</string>
<string name="faq_18_text">我们的应用没有任何广告。如果您在视频播放期间看到它们,那么您一定是在使用其他视频播放器。尝试在设备设置中找到默认的视频播放器,然后在其上执行“清除默认设置”。下次你调用视频意图,你会看到一个应用选择提示,在那里你可以选择你想使用的播放器。</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">简易图库 Pro - 图片管理 &amp; 编辑</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">使用此照片和视频库来毫无阻碍地浏览您的回忆</string>
<string name="app_long_description">
简易图库 Pro 是一个高度可定制的图库。你可以管理并编辑您的照片从回收站中恢复已删除的照片保护并隐藏文件查看RAWSVG等等多种照片和视频格式。
该应用不包含广告和不必要的权限。我们保护您的隐私,因为该应用不需要联网权限。
-------------------------------------------------
<b>简易图库 Pro 特性</b>
-------------------------------------------------
• 完全离线,没有广告或弹出窗口
• 简易图库图片编辑器 裁剪,旋转,调整大小,绘制,滤镜等等
• 无需联网权限,为您提供更多的隐私和安全
• 没有不必要的权限
• 快速搜索图像,视频和文件
• 支持打开并查看多种照片和视频类型RAWSVG全景等
• 各种直观的手势,便于编辑和管理文件
• 多种过滤、分组和排序文件的方法
• 自定义应用界面外观
• 支持多达 32 种语言
• 支持将文件添加到收藏夹以便快速访问
• 支持使用图案、密码或指纹保护您的照片和视频
• 同样支持使用图案、密码或指纹保护应用或特定功能
• 从回收站中恢复已删除的照片和视频
• 支持隐藏照片和视频
• 为您的文件创建一个可自定义的幻灯片
• 查看文件的详细信息分辨率EXIF 值等等)
• 该应用是开源的
… 还有很多很多!
<b>图库照片编辑</b>
简易图库 Pro 可以轻松地动态编辑图片。支持裁剪、翻转、旋转、或是调整图片大小。如果您希望更有创意的话,可以添加滤镜,或是直接在图片上绘制!
<b>支持多种文件类型</b>
不同于其他一些图库应用,简易图库 Pro 支持多种文件类型包括JPEGPNGMP4MKVRAWSVG全景照片全景视频等等。
<b>高度可定制的图库</b>
不论是UI还是底部工具栏上的功能按钮简易图库 Pro 可按照您的要求高度自定义。其他图库应用可没有这种灵活性!由于该应用是开源的,所以我们还提供 32 种语言!
<b>恢复已删除的照片和视频</b>
不小心删除了珍贵的照片或视频?别担心!简易图库 Pro 具有方便的回收站,您可以轻松地恢复已删除的照片和视频。
<b>保护并隐藏照片、视频和文件</b>
使用密码、图案或指纹保护和隐藏照片、视频、或是整个相册。您也可以保护应用自身或禁用一些特定功能。 例如,只有指纹验证通过才可以删除文件,从而有效地防止您的文件被意外删除。
<b>在这里查看全套简易应用系列:</b>
https://www.simplemobiletools.com
<b>简易图库 Pro 的独立网站:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">簡易相簿 Pro - 相片管理&amp;編輯器</string>
<!-- 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>
<string name="app_long_description">
簡易相簿Pro是一個高度自訂化的離線相簿。整理和編輯你的照片從回收桶恢復刪除的檔案保護和隱藏檔案以及瀏覽大量不同的照片&amp;影片格式包含RAW、SVG…等更多。
這應用程式沒有廣告和非必要的權限。並且由於不需要網路連線,您的隱私受到保護。
-------------------------------------------------
<b>簡易相簿PRO 特色</b>
-------------------------------------------------
• 沒有廣告和彈出畫面的離線相簿
• 簡易相簿編輯器 裁減、旋轉、縮放、繪畫、濾鏡…等更多
• 不需要網路連線,給您更多隱私及安全
• 不會要求非必要的權限
• 快速搜尋圖片、影片和檔案
• 開啟和瀏覽多種不同的照片和影片類型 (RAW、SVG、全景之類的)
• 多種直觀的手勢,以便於編輯和整理檔案
• 大量方法來篩選、歸類和排序檔案
• 自訂簡易相簿Pro的外觀
• 支援32種語言
• 將檔案標記為我的最愛,以快速存取
• 以圖形、PIN碼或指紋來保護您的照片&amp;影片
• 也能以圖形、PIN碼或指紋來保護應用程式開啟或特定功能
• 從回收桶恢復刪除的照片&amp;影片
• 切換檔案的可見度來隱藏照片&amp;影片
• 用您的檔案建立可自訂的投影片
• 查看您檔案的詳細資訊 (解析度、EXIF值…等)
• 簡易相簿Pro是開源的
…還有多更多!
<b>照片相簿編輯器</b>
簡易相簿Pro使編輯圖片變得非常輕鬆。裁減、翻轉、旋轉及縮放您的圖片。如果您想更有一點創意您可以直接在圖片上添加濾鏡和繪畫!
<b>支援多種檔案類型</b>
不同於其他相簿瀏覽器和照片整理器簡易相簿Pro支援大量不同的檔案類型包含JPEG、PNG、MP4、MKV、RAW、SVG、全景照片、全景影片…等更多。
<b>高度自訂化的相簿管理</b>
從UI到底部工具列的功能按鈕簡易相簿Pro是高度自訂化的任您隨心所欲的方式操作。沒有其他相簿管理器有這樣的靈活性。歸功於開源我們也支援32種語言!
<b>恢復刪除的照片&amp;影片</b>
不小心刪除掉珍貴的照片或影片?別擔心!簡易相簿Pro標榜有便利的回收桶您可以在那裡輕鬆恢復照片&amp;影片。
<b>保護&amp;隱藏照片、影片和檔案</b>
使用Pin碼、圖形或裝置的指紋掃描器您可以保護和隱藏照片、影片及整個相冊。您可以保護應用程式本身或者對程式的特定功能設個鎖。例如您無法未經指紋掃描就刪除檔案有助於檔案遭意外刪除。
<b>於此查看簡易工具系列全套:</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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -364,67 +364,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">簡易相簿 Pro - 相片管理&amp;編輯器</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">用以管理您的相片、影片、GIF 的無廣告優質 APP</string>
<string name="app_long_description">
簡易相簿 Pro 是一個高度自訂化的離線相簿。功能包含整理和編輯照片、從回收桶恢復刪除的檔案、保護及隱藏檔案、以及檢視大量的照片&amp;影片格式,包含 RAW、SVG 及更多格式。
這款應用程式沒有廣告和非必要的權限。並且由於不需要網路連線,您的隱私將受到保護。
-------------------------------------------------
<b>簡易相簿 PRO 特色</b>
-------------------------------------------------
• 沒有廣告和彈出畫面的離線相簿
• 簡易相簿編輯器 裁剪、旋轉、縮放、繪畫、濾鏡等更多功能
• 不需要網路連線,給您更多隱私及安全
• 不會要求非必要的權限
• 快速搜尋圖片、影片和檔案
• 開啟&amp;檢視多種不同的照片和影片類型RAW、SVG、全景……
• 多種直觀的手勢,以便於編輯和整理檔案
• 大量方法來篩選、歸類和排序檔案
• 可自訂簡易相簿 Pro 的外觀
• 支援 32 種語言
• 可將檔案標記為我的最愛,以快速存取
• 以圖形、PIN碼或指紋來保護您的照片&amp;影片
• 也能以圖形、PIN碼或指紋來保護應用程式開啟或特定功能
• 從回收桶恢復刪除的照片&amp;影片
• 切換檔案的可見度來隱藏照片&amp;影片
• 用您的檔案建立可自訂的投影片
• 檢視檔案的詳細資訊解析度、EXIF值等
• 簡易相簿 Pro 是開源的
……還有多更多!
<b>照片相簿編輯器</b>
簡易相簿 Pro 使編輯圖片變得非常輕鬆。輕鬆裁剪、翻轉、旋轉、縮放您的圖片。如果您想更有創意一點,可以直接在圖片上加上濾鏡和繪畫!
<b>支援多種檔案類型</b>
不同於其他相簿瀏覽器和照片整理器,簡易相簿 Pro 支援大量不同的檔案類型,包含 JPEG、PNG、MP4、MKV、RAW、SVG、全景照片、全景影片及更多類型。
<b>高度自訂化的相簿管理</b>
從 UI 到底部工具列的功能按鈕,簡易相簿 Pro 是高度自訂化的,任您隨心所欲的方式操作。沒有其他相簿管理器有這樣的靈活性。歸功於開源,我們也支援 32 種語言!
<b>恢復刪除的照片&amp;影片</b>
不小心刪除掉珍貴的照片或影片?別擔心!簡易相簿 Pro 標榜有便利的回收桶,您可以利用其輕鬆恢復照片&amp;影片。
<b>保護&amp;隱藏照片、影片和檔案</b>
使用 PIN 碼、圖形或裝置的指紋掃描器來保護及隱藏照片、影片及整個相簿。您可以保護應用程式本身或者對程式的特定功能上鎖。例如:您無法未經指紋掃描就刪除檔案,有助於防止檔案遭意外刪除。
<b>於此查看全套簡易工具系列:</b>
https://www.simplemobiletools.com
<b>簡易相簿 Pro 的獨立網站:</b>
https://www.simplemobiletools.com/gallery
<b>Facebook</b>
https://www.facebook.com/simplemobiletools
<b>Reddit</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

View file

@ -376,69 +376,6 @@
<string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>
<string name="faq_18_title">Why do I see ads during video playback?</string>
<string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A premium app for managing and editing your photos, videos, GIFs without ads</string>
<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.
The app contains no ads and unnecessary permissions. As the app doesnt require internet access either, your privacy is protected.
-------------------------------------------------
<b>SIMPLE GALLERY PRO FEATURES</b>
-------------------------------------------------
• 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!
<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
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res