element-x-ada/libraries/textcomposer/src/main/res/values/localazy.xml
2023-03-27 14:36:46 +02:00

17 lines
No EOL
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="rich_text_editor_bullet_list">"Toggle bullet list"</string>
<string name="rich_text_editor_code_block">"Toggle code block"</string>
<string name="rich_text_editor_composer_placeholder">"Message…"</string>
<string name="rich_text_editor_format_bold">"Apply bold format"</string>
<string name="rich_text_editor_format_italic">"Apply italic format"</string>
<string name="rich_text_editor_format_strikethrough">"Apply strikethrough format"</string>
<string name="rich_text_editor_format_underline">"Apply underline format"</string>
<string name="rich_text_editor_full_screen_toggle">"Toggle full screen mode"</string>
<string name="rich_text_editor_indent">"Indent"</string>
<string name="rich_text_editor_inline_code">"Apply inline code format"</string>
<string name="rich_text_editor_link">"Set link"</string>
<string name="rich_text_editor_numbered_list">"Toggle numbered list"</string>
<string name="rich_text_editor_quote">"Toggle quote"</string>
<string name="rich_text_editor_unindent">"Unindent"</string>
</resources>