mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
Merge branch 'develop' into aleksandrs/6928_multi_session_selection
This commit is contained in:
@@ -798,7 +798,7 @@ Tap the + to start adding people.";
|
||||
"settings_labs_enable_new_client_info_feature" = "Record the client name, version, and url to recognise sessions more easily in session manager";
|
||||
"settings_labs_enable_new_app_layout" = "New Application Layout";
|
||||
"settings_labs_enable_wysiwyg_composer" = "Try out the rich text editor (plain text mode coming soon)";
|
||||
"settings_labs_enable_voice_broadcast" = "Voice broadcast (under active development). We currently only detect voice broadcast in the room timeline, this is not possible to send or listen an actual voice broadcast";
|
||||
"settings_labs_enable_voice_broadcast" = "Voice broadcast (under active development)";
|
||||
|
||||
"settings_version" = "Version %@";
|
||||
"settings_olm_version" = "Olm Version %@";
|
||||
@@ -2189,6 +2189,13 @@ Tap the + to start adding people.";
|
||||
"voice_message_stop_locked_mode_recording" = "Tap on your recording to stop or listen";
|
||||
"voice_message_lock_screen_placeholder" = "Voice message";
|
||||
|
||||
// Mark: - Voice broadcast
|
||||
"voice_broadcast_unauthorized_title" = "Can't start a new voice broadcast";
|
||||
"voice_broadcast_permission_denied_message" = "You don't have the required permissions to start a voice broadcast in this room. Contact a room administrator to upgrade your permissions.";
|
||||
"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.";
|
||||
"voice_broadcast_already_in_progress_message" = "You are already recording a voice broadcast. Please end your current voice broadcast to start a new one.";
|
||||
"voice_broadcast_playback_loading_error" = "Unable to play this voice broadcast.";
|
||||
|
||||
// Mark: - Version check
|
||||
|
||||
"version_check_banner_title_supported" = "We’re ending support for iOS %@";
|
||||
@@ -2505,6 +2512,7 @@ To enable access, tap Settings> Location and select Always";
|
||||
"wysiwyg_composer_start_action_location" = "Location";
|
||||
"wysiwyg_composer_start_action_camera" = "Camera";
|
||||
"wysiwyg_composer_start_action_text_formatting" = "Text Formatting";
|
||||
"wysiwyg_composer_start_action_voice_broadcast" = "Voice broadcast";
|
||||
|
||||
// Formatting Actions
|
||||
"wysiwyg_composer_format_action_bold" = "Apply bold format";
|
||||
|
||||
Reference in New Issue
Block a user