Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions AnkiDroid/src/main/res/values/02-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,21 +248,21 @@

<string name="menu_show_toolbar" comment="Checkable item stating whether the note editor toolbar should be shown" maxLength="28">Show toolbar</string>

<string name="format_insert_bold">Format as Bold</string>
<string name="format_insert_italic">Format as Italic</string>
<string name="format_insert_underline">Format as Underline</string>
<string name="insert_horizontal_line">Insert Horizontal Line</string>
<string name="insert_heading">Insert Heading</string>
<string name="format_font_size">Change Font Size</string>
<string name="insert_mathjax">Insert MathJax Equation</string>
<string name="format_insert_bold">Format as bold</string>
<string name="format_insert_italic">Format as italic</string>
<string name="format_insert_underline">Format as underline</string>
<string name="insert_horizontal_line">Insert horizontal line</string>
<string name="insert_heading">Insert heading</string>
<string name="format_font_size">Change font size</string>
<string name="insert_mathjax">Insert MathJax equation</string>

<string name="note_editor_toolbar_icon">Button text</string>
<string name="before_text">HTML Before Selection</string>
<string name="after_text">HTML After Selection</string>
<string name="add_toolbar_item">Create Toolbar Item</string>
<string name="edit_toolbar_item">Edit Toolbar Item</string>
<string name="before_text">HTML before selection</string>
<string name="after_text">HTML after selection</string>
<string name="add_toolbar_item">Create toolbar item</string>
<string name="edit_toolbar_item">Edit toolbar item</string>
<string name="toolbar_item_explain_edit_or_remove">Enter HTML to be inserted before and after the selected text\n\nLong press a toolbar item to edit or remove it</string>
<string name="remove_toolbar_item">Remove Toolbar Item?</string>
<string name="remove_toolbar_item">Remove toolbar item?</string>

<string name="note_editor_image_too_large">The image is too large, please insert the image manually</string>
<string name="note_editor_video_too_large">The video file is too large, please insert the video manually</string>
Expand Down
Loading