File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 131
131
android : layout_marginEnd =" @dimen/standard_double_margin"
132
132
android : scaleType =" centerInside"
133
133
android : src =" @drawable/ic_send"
134
- android : contentDescription =" @null "
134
+ android : contentDescription =" @string/nc_send_voice_message "
135
135
android : background =" ?android:attr/selectableItemBackgroundBorderless"
136
136
android : visibility =" gone" />
137
137
147
147
android : scaleType =" centerInside"
148
148
android : layout_alignParentStart =" true"
149
149
android : src =" @drawable/ic_baseline_mic_red_24"
150
- android : contentDescription =" @null "
150
+ android : contentDescription =" @string/nc_microphone_enabled_audio_recording "
151
151
android : visibility =" gone"
152
152
tools : visibility =" gone" />
153
153
Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ How to translate with transifex:
299
299
<string name =" nc_camera_permission_hint" >To enable video communication please grant \"Camera\" permission.</string >
300
300
<string name =" nc_microphone_permission_hint" >To enable voice communication please grant \"Microphone\" permission.</string >
301
301
<string name =" nc_bluetooth_permission_hint" >To enable bluetooth speakers please grant \"Nearby devices\" permission.</string >
302
+ <string name =" nc_microphone_enabled_audio_recording" >Microphone is enabled and audio is recording</string >
302
303
303
304
<!-- Call -->
304
305
<string name =" nc_call_voice" >%s voice call</string >
@@ -452,6 +453,7 @@ How to translate with transifex:
452
453
<item quantity =" one" >See %d similar message</item >
453
454
<item quantity =" other" >See %d similar messages</item >
454
455
</plurals >
456
+ <string name =" nc_send_voice_message" >Send voice message</string >
455
457
456
458
<!-- Conversation info guest access -->
457
459
<string name =" nc_guest_access" >Guest access</string >
You can’t perform that action at this time.
0 commit comments