Browse Source

Merge pull request #60 from vector-im/sync-strings

Sync strings
feature/jme/update_rust_sdk
Benoit Marty 2 years ago committed by GitHub
parent
commit
c617f37b28
  1. 1
      libraries/ui-strings/src/main/res/values/strings.xml

1
libraries/ui-strings/src/main/res/values/strings.xml

@ -3125,6 +3125,7 @@ @@ -3125,6 +3125,7 @@
<string name="error_voice_broadcast_blocked_by_someone_else_message">Someone else is already recording a voice broadcast. Wait for their voice broadcast to end to start a new one.</string>
<string name="error_voice_broadcast_already_in_progress_message">You are already recording a voice broadcast. Please end your current voice broadcast to start a new one.</string>
<string name="error_voice_broadcast_unable_to_play">Unable to play this voice broadcast.</string>
<string name="error_voice_broadcast_no_connection_recording">Connection error - Recording paused</string>
<!-- Examples of usage: 6h 15min 30sec left / 15min 30sec left / 30sec left -->
<string name="voice_broadcast_recording_time_left">%1$s left</string>
<string name="stop_voice_broadcast_dialog_title">Stop live broadcasting?</string>

Loading…
Cancel
Save