Update strings.xml

This commit is contained in:
Tibor Kaputa 2023-03-25 10:02:30 +01:00 committed by GitHub
parent af01b779cb
commit 88164cc857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -4,22 +4,25 @@
<string name="app_launcher_name">Voice Recorder</string>
<string name="recording_saved_successfully">Recording saved successfully</string>
<string name="recording">Recording</string>
<string name="no_recordings_found">No recordings created by this app
\nhave been found</string>
<string name="no_recordings_in_folder_found">No recordings have been found
\nin the selected folder</string>
<string name="no_recordings_found">No recordings created by this app\nhave been found</string>
<string name="no_recordings_in_folder_found">No recordings have been found\nin the selected folder</string>
<string name="paused">Đã tạm dừng</string>
<string name="recorder">Recorder</string>
<string name="player">Player</string>
<!-- Confirmation dialog -->
<!-- Are you sure you want to delete 5 recordings? -->
<string name="delete_recordings_confirmation">Xóa %s\?</string>
<plurals name="delete_recordings">
<item quantity="one">%d recording</item>
<item quantity="other">%d recording</item>
</plurals>
<!-- Settings -->
<string name="try_hiding_notification">Try hiding the recording notification</string>
<string name="save_recordings_in">Save recordings in</string>
<string name="audio_source">Audio source</string>
<string name="bitrate">Bitrate</string>
<string name="record_after_launch">Start recording automatically after launching the app</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Camera</string>
<string name="audio_source_default">Android default</string>
<string name="audio_source_unprocessed">Unprocessed</string>
@ -27,6 +30,7 @@
<string name="audio_source_voice_recognition">Voice recognition</string>
<string name="audio_source_voice_communication">Voice communication</string>
<string name="audio_source_voice_performance">Voice performance</string>
<!-- FAQ -->
<string name="faq_1_title">Can I hide the notification icon during recording\?</string>
<string name="faq_1_text">Well, it depends. While you use your device it is no longer possible to fully hide the notifications of apps like this. If you check the proper setting item, the app will do its best to hide it. You can hide it on the lockscreen though, if you disable the displaying of sensitive notifications in your device settings.</string>
</resources>
</resources>