MOBILE-4270 editor: Update lang strings to match TinyMCE
parent
afbea45fd0
commit
9f850816be
|
@ -1692,20 +1692,20 @@
|
|||
"core.downloading": "local_moodlemobileapp",
|
||||
"core.edit": "moodle",
|
||||
"core.editor.autosavesucceeded": "editor_atto",
|
||||
"core.editor.bold": "atto_bold/pluginname",
|
||||
"core.editor.bold": "editor",
|
||||
"core.editor.clear": "atto_clear/pluginname",
|
||||
"core.editor.h3": "atto_title",
|
||||
"core.editor.h4": "atto_title",
|
||||
"core.editor.h5": "atto_title",
|
||||
"core.editor.hidetoolbar": "local_moodlemobileapp",
|
||||
"core.editor.italic": "atto_italic/pluginname",
|
||||
"core.editor.orderedlist": "atto_orderedlist/pluginname",
|
||||
"core.editor.p": "atto_title",
|
||||
"core.editor.strike": "atto_strike/pluginname",
|
||||
"core.editor.italic": "editor",
|
||||
"core.editor.orderedlist": "editor",
|
||||
"core.editor.p": "editor_tinymce/advanced:paragraph",
|
||||
"core.editor.strikethrough": "editor",
|
||||
"core.editor.textrecovered": "editor_atto",
|
||||
"core.editor.toggle": "local_moodlemobileapp",
|
||||
"core.editor.underline": "atto_underline/pluginname",
|
||||
"core.editor.unorderedlist": "atto_unorderedlist/pluginname",
|
||||
"core.editor.underline": "editor",
|
||||
"core.editor.unorderedlist": "editor",
|
||||
"core.emptysplit": "local_moodlemobileapp",
|
||||
"core.endingtime": "local_moodlemobileapp",
|
||||
"core.endonesteptour": "tool_usertours",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</button>
|
||||
</ion-slide>
|
||||
<ion-slide>
|
||||
<button [disabled]="!rteEnabled" [attr.aria-pressed]="toolbarStyles.strike" [title]="'core.editor.strike' | translate"
|
||||
<button [disabled]="!rteEnabled" [attr.aria-pressed]="toolbarStyles.strike" [title]="'core.editor.strikethrough' | translate"
|
||||
(click)="buttonAction($event, 'strikethrough', 'strike')" (keyup)="buttonAction($event, 'strikethrough', 'strike')"
|
||||
(mousedown)="downAction($event)" (keydown)="downAction($event)" tabindex="0">
|
||||
<ion-icon name="fas-strikethrough" aria-hidden="true"></ion-icon>
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
"italic": "Italic",
|
||||
"orderedlist": "Ordered list",
|
||||
"p": "Paragraph",
|
||||
"strike": "Strike through",
|
||||
"strikethrough": "Strikethrough",
|
||||
"textrecovered": "A draft version of this text was automatically restored.",
|
||||
"toggle": "Toggle editor",
|
||||
"underline": "Underline",
|
||||
"unorderedlist": "Unordered list"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue