mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
Merge pull request #6875 from vector-im/langleyd/6873_accessibility_labels
WYSIWYG: Accessibility labels
This commit is contained in:
@@ -2494,7 +2494,7 @@ To enable access, tap Settings> Location and select Always";
|
||||
|
||||
// Mark: - WYSIWYG Composer
|
||||
|
||||
//Send Media Actions
|
||||
// Send Media Actions
|
||||
"wysiwyg_composer_start_action_media_picker" = "Photo Library";
|
||||
"wysiwyg_composer_start_action_stickers" = "Stickers";
|
||||
"wysiwyg_composer_start_action_attachments" = "Attachments";
|
||||
@@ -2503,6 +2503,12 @@ To enable access, tap Settings> Location and select Always";
|
||||
"wysiwyg_composer_start_action_camera" = "Camera";
|
||||
"wysiwyg_composer_start_action_text_formatting" = "Text Formatting";
|
||||
|
||||
// Formatting Actions
|
||||
"wysiwyg_composer_format_action_bold" = "Apply bold format";
|
||||
"wysiwyg_composer_format_action_italic" = "Apply italic format";
|
||||
"wysiwyg_composer_format_action_underline" = "Apply strikethrough format";
|
||||
"wysiwyg_composer_format_action_strikethrough" = "Apply underline format";
|
||||
|
||||
// MARK: - MatrixKit
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user