mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 05:50:15 +01:00
use proper wording recording instead of message
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
df2a820e88
commit
c208b3d0b1
@ -80,7 +80,7 @@
|
||||
android:layout_marginVertical="@dimen/standard_margin"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_delete"
|
||||
android:contentDescription="@null"
|
||||
android:contentDescription="@string/delete_voice_recording"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
@ -103,7 +103,7 @@
|
||||
android:layout_marginVertical="@dimen/standard_margin"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_send"
|
||||
android:contentDescription="@null"
|
||||
android:contentDescription="@string/nc_send_voice_recording"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:layout_weight="1"
|
||||
/>
|
||||
|
@ -116,7 +116,7 @@
|
||||
android:layout_marginStart="@dimen/standard_double_margin"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_delete"
|
||||
android:contentDescription="@string/delete_voice_message"
|
||||
android:contentDescription="@string/delete_voice_recording"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:visibility="gone" />
|
||||
|
||||
@ -131,7 +131,7 @@
|
||||
android:layout_marginEnd="@dimen/standard_double_margin"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_send"
|
||||
android:contentDescription="@string/nc_send_voice_message"
|
||||
android:contentDescription="@string/nc_send_voice_recording"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@ -453,7 +453,7 @@ How to translate with transifex:
|
||||
<item quantity="one">See %d similar message</item>
|
||||
<item quantity="other">See %d similar messages</item>
|
||||
</plurals>
|
||||
<string name="nc_send_voice_message">Send voice message</string>
|
||||
<string name="nc_send_voice_recording">Send voice recording</string>
|
||||
|
||||
<!-- Conversation info guest access -->
|
||||
<string name="nc_guest_access">Guest access</string>
|
||||
@ -594,7 +594,7 @@ How to translate with transifex:
|
||||
<string name="play_pause_voice_message">Play/pause voice message</string>
|
||||
<string name="nc_voice_message_missing_audio_permission">Permission for audio recording is required</string>
|
||||
<string name="playback_speed_control">Playback speed control</string>
|
||||
<string name="delete_voice_message">Delete voice message</string>
|
||||
<string name="delete_voice_recording">Delete voice recording</string>
|
||||
|
||||
<!-- Phonebook Integration -->
|
||||
<string name="nc_settings_phone_book_integration_desc">Match contacts based on phone number to integrate Talk shortcut into system contacts app</string>
|
||||
|
Loading…
Reference in New Issue
Block a user