diff --git a/app/src/main/kotlin/com/simplemobiletools/camera/activities/SettingsActivity.kt b/app/src/main/kotlin/com/simplemobiletools/camera/activities/SettingsActivity.kt
index 01dabf32..d4ad48a7 100644
--- a/app/src/main/kotlin/com/simplemobiletools/camera/activities/SettingsActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/camera/activities/SettingsActivity.kt
@@ -86,6 +86,7 @@ class SettingsActivity : SimpleActivity() {
private fun launchAbout() {
val faqItems = arrayListOf(
+ FAQItem(R.string.faq_1_title, R.string.faq_1_text),
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons)
)
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 95751571..8c66c79f 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -12,9 +12,13 @@
تعذر حفظ الصورة
Setting proper resolution failed
-
+
آخرى
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
حفظ الصور ومقاطع الفيديو إلى
عرض معاينة الصورة بعد التقاطها
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 530b37b0..16f4dac4 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -12,9 +12,13 @@
Das Foto konnte nicht gespeichert werden
Setting proper resolution failed
-
+
andere
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Fotos und Videos speichern nach
Zeige eine Vorschau des Fotos nach der Aufnahme
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index a1650bbd..2cdbd935 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -12,9 +12,13 @@
The photo could not be saved
Setting proper resolution failed
-
+
otro
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Guardar fotografías y vídeos en
Mostrar una vista previa de la foto después de capturar
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index f940267c..dc87c9b4 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -12,9 +12,13 @@
La photo ne peut pas être sauvegardée
Setting proper resolution failed
-
+
autre
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Sauvegarder les photos et vidéos vers
Apercevoir la photo après la prise
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 2fa9d40e..63689d9c 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -12,9 +12,13 @@
Non se puido gardar a fotografía
Fallou o establecemento da resolución
-
+
outro
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Gardar fotos e videos en
Mostrar unha vista previa da foto tras a captura
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index a89fd3c4..1a5ac519 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -12,9 +12,13 @@
The photo could not be saved
Setting proper resolution failed
-
+
other
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Save photos and videos to
Show a photo preview after capturing
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 51eed40d..cf274c86 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -12,9 +12,13 @@
この画像は保存されていません
Setting proper resolution failed
-
+
other
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
写真とビデオの保存先
キャプチャ後に写真のプレビューを表示
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index 01404fa8..d7d140f9 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -12,9 +12,13 @@
The photo could not be saved
Setting proper resolution failed
-
+
other
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Išsaugoti nuotraukas ir vaizdo įrašus į
Show a photo preview after capturing
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index e1591d4a..73892b5b 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -12,9 +12,13 @@
The photo could not be saved
Setting proper resolution failed
-
+
Ander
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Opslaan foto\'s en video\'s naar
Bekijk een voorbeeld na het nemen van een foto
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 67123427..d3cbf910 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -12,9 +12,13 @@
Nie mogłem zapisać zdjęcia
Setting proper resolution failed
-
+
inne
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Zapisuj zdjęcia i filmy w
Pokazuj podgląd po zrobieniu zdjęcia
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index d15a6e75..99064e0b 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -12,9 +12,13 @@
A foto não pôde ser salva
Setting proper resolution failed
-
+
outra
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Salvar fotos e vídeos em
Mostrar pré-visualização após a captura
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 38ead8c7..fa2ccc57 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -12,9 +12,13 @@
Não foi possível guardar a foto
Setting proper resolution failed
-
+
outra
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Guardar fotos e vídeos em
Mostrar pré-visualização após a captura
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 7c1e1061..87bce44d 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -12,9 +12,13 @@
Не удалось сохранить фото
Setting proper resolution failed
-
+
другое
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Сохранять фото и видео в
Показывать сделанное фото
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index 55788d9b..735960f5 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -12,9 +12,13 @@
Fotografiu sa nepodarilo uložiť
Nepodarilo sa nastaviť správne rozlíšenie
-
+
iný
+
+ Akú kvalitu fotiek by som mal použiť?
+ Záleží to od vášho cieľa. Pre všeobecné použitie odporúča väčšina ľudí 75%-80% kedy je kvalita fotiek stále vysoká, ale výsledný súbor má oveľa menšiu veľkosť v porovnaní so 100% kvalitou.
+
Ukladať fotky a videá do
Zobraziť náhľad fotky po vytvorení
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 1f4c4890..8f36cef7 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -12,9 +12,13 @@
Fotot kunde inte sparas
Setting proper resolution failed
-
+
annat
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Spara foton och videor i
Förhandsgranska foton efter att de har tagits
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1daf0216..2ca51d93 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -12,9 +12,13 @@
The photo could not be saved
Setting proper resolution failed
-
+
other
+
+ What photo compression quality should I set?
+ It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.
+
Save photos and videos to
Show a photo preview after capturing