Skip to content

Commit 06ade29

Browse files
committed
Adapt some language strings.
1 parent 344eb2a commit 06ade29

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

lang/en/deprecated.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
helplinktext,multilang2:viewlanguagemenu

lang/en/tiny_multilang2.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
$string['addlanguage'] = 'Add language manually';
2626
$string['addlanguage_desc'] = 'If you choose this option, you can manually add languages by entering the iso code of the language in the textbox below. Otherwise, you must install at least 2 languages in the Language Pack.';
27-
$string['helplinktext'] = 'Multi-Language Content (v2)';
2827
$string['highlight'] = 'Highlight delimiters';
2928
$string['highlight_desc'] = 'Visually highlight the multi-language content delimiters (i.e., {mlang XX} and {mlang}) in the WYSIWYG editor';
3029
$string['highlightcss'] = 'CSS for language tag';
@@ -54,11 +53,16 @@
5453
$string['multilang2:multiBlockElements'] = 'Selected text spans multiple paragraphs/block elements. Please select one only.';
5554
$string['multilang2:other'] = 'Fallback';
5655
$string['multilang2:removetag'] = 'Remove language tag';
57-
$string['multilang2:viewlanguagemenu'] = 'View language dropdown menu in TinyMCE editor';
56+
$string['multilang2:use'] = 'Use language dropdown menu in TinyMCE';
5857
$string['pluginname'] = 'Multi-Language Content (v2)';
5958
$string['privacy:metadata'] = 'The Tiny Multi-Language Content (v2) plugin does not store any personal data.';
6059
$string['removealltags'] = 'Remove all lang tags';
6160
$string['requiremultilang2'] = 'Require Multi-Language Content (v2) filter';
6261
$string['requiremultilang2_desc'] = 'If enabled, the language drop down menu is visible only when the Multi-Language Content (v2) filter is enabled.';
6362
$string['showalllangs'] = 'Show all languages';
6463
$string['showalllangs_desc'] = 'If enabled, the language drop down menu will contain all the languages Moodle supports. If not, only the installed and enabled languages will be shown.';
64+
65+
// Deprecated since Moodle 4.5.
66+
$string['helplinktext'] = 'Multi-Language Content (v2)';
67+
// Deprecated since tiny_multilang 1.4.
68+
$string['multilang2:viewlanguagemenu'] = 'View language dropdown menu in TinyMCE editor';

0 commit comments

Comments
 (0)