adding the missing strings into all languages

This commit is contained in:
tibbi
2022-07-01 08:37:50 +02:00
parent 198faec306
commit 6ad3312384
40 changed files with 234 additions and 3 deletions

View File

@@ -12,6 +12,12 @@
<string name="photo_not_saved">The photo could not be saved</string>
<string name="setting_resolution_failed">Setting proper resolution failed</string>
<string name="video_recording_failed">Video recording failed, try using a different resolution</string>
<string name="camera_in_use_error">Camera is in use by another app, please close the app and try again</string>
<string name="camera_configure_error">An error occurred while configuring the camera</string>
<string name="camera_disabled_by_admin_error">Camera is disabled by the admin</string>
<string name="camera_dnd_error">"Do Not Disturb" mode is enabled. Please disable and try again</string>
<string name="photo_capture_failed">Photo capture failed</string>
<string name="video_capture_insufficient_storage_error">Video recording failed due to insufficient storage</string>
<!-- FAQ -->
<string name="faq_1_title">What photo compression quality should I set?</string>