android: Voice messages UI changes (#1422)

* android: Voice messages UI changes

* Alert for groups

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko
2022-11-25 19:31:04 +03:00
committed by GitHub
parent 60fedbf5d2
commit f8cf35879f
12 changed files with 125 additions and 24 deletions
@@ -167,6 +167,7 @@
<string name="save_verb">Speichern</string>
<string name="edit_verb">Bearbeiten</string>
<string name="delete_verb">Löschen</string>
<string name="allow_verb">***Allow</string>
<string name="delete_message__question">Die Nachricht löschen?</string>
<string name="delete_message_cannot_be_undone_warning">Nachricht wird gelöscht - dies kann nicht rückgängig gemacht werden!</string>
<string name="for_me_only">Nur für mich</string>
@@ -249,6 +250,11 @@
<!-- Message Actions - SendMsgView.kt -->
<string name="icon_descr_send_message">Nachricht senden</string>
<string name="icon_descr_record_voice_message">***Record voice message</string>
<string name="allow_voice_messages_question">***Allow voice messages?</string>
<string name="you_need_to_allow_to_send_voice">***You need to allow your contact to send voice messages to be able to send them.</string>
<string name="voice_messages_prohibited">***Voice messages prohibited!</string>
<string name="ask_your_contact_to_enable_voice">***Please ask your contact to enable sending voice messages.</string>
<string name="only_group_owners_can_enable_voice">***Only group owners can enable voice messages.</string>
<!-- General Actions / Responses -->
<string name="back">Zurück</string>