Skip to content

Commit

Permalink
Merge pull request #2 from lucaboesch/helplinktext
Browse files Browse the repository at this point in the history
Provide $string['helplinktext'] = '' fixes #1.
  • Loading branch information
srobotta authored Apr 27, 2023
2 parents 28c69c9 + afdfdb2 commit c211a20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lang/en/tiny_multilang2.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['helplinktext'] = 'Multi-Language Content (v2)';
$string['highlight'] = 'Highlight delimiters';
$string['highlight_desc'] = 'Visually highlight the multi-language content delimiters (i.e., {mlang XX} and {mlang}) in the WYSIWYG editor';
$string['highlightcss'] = 'CSS for language tag';
$string['highlightcss_desc'] = "CSS used to highlight the multi-language content delimiters.
Expand All @@ -38,15 +41,13 @@
}
</pre>
";
$string['highlight'] = 'Highlight delimiters';
$string['highlight_desc'] = 'Visually highlight the multi-language content delimiters (i.e., {mlang XX} and {mlang}) in the WYSIWYG editor';
$string['pluginname'] = 'Multi-Language Content (v2)';
$string['settings'] = 'Tiny Multi-Language Content (v2) settings';
$string['privacy:metadata'] = 'The Tiny Multi-Language Content (v2) plugin does not store any personal data.';
$string['requiremultilang2'] = 'Require Multi-Language Content (v2) filter';
$string['requiremultilang2_desc'] = 'If enabled, the language drop down menu is visible only when the Multi-Language Content (v2) filter is enabled.';
$string['settings'] = 'Tiny Multi-Language Content (v2) settings';
$string['showalllangs'] = 'Show all languages';
$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.';
$string['privacy:metadata'] = 'The Tiny Multi-Language Content (v2) plugin does not store any personal data.';

/* All lang strings used from TinyMCE JavaScript code must be named 'pluginname:stringname', no need to create langs/en_dlg.js */
$string['multilang2:desc'] = 'Helps adding multilingual content (you need the Multi-Language Content (v2) filter enabled)';
Expand Down

0 comments on commit c211a20

Please sign in to comment.