Skip to content

Commit

Permalink
update language strings
Browse files Browse the repository at this point in the history
andreas-web committed Jun 14, 2024
1 parent 312d695 commit ae7e076
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -198,7 +198,7 @@ As moodle administrator, you can make the following settings:
<table>
<tr>
<th>JSXGraph version</th>
<td>Our filter delivers all versions of JSXGraph. Here you can choose which version to use. If <code>auto</code> is selected (recommended), the latest version will be used automatically.</td>
<td>Our filter delivers all versions of JSXGraph. Here you can choose which version to use. If <code>automatically</code> is selected (recommended), the latest version will be used automatically.</td>
</tr>
<tr>
<th>extension for question type <a href="https://moodle.org/plugins/qtype_formulas" target="_blank">formulas</a></th>
4 changes: 2 additions & 2 deletions lang/de/filter_jsxgraph.php
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
$string['header_versions'] = 'Versionsinformationen';
$string['filterversion'] = 'Sie benutzen derzeit die folgende <b>Version des JSXGraph-Filters</b> für Moodle:';
$string['recommendedversion_pre'] = 'Es wird empfohlen, <b>JSXGraph ';
$string['recommendedversion_post'] = '</b> zu verwenden (oder "<code>auto</code>").';
$string['recommendedversion_post'] = '</b> zu verwenden (oder "<code>automatisch</code>").';

$string['header_jsxversion'] = 'Version der verwendeten JSXGraph-Bibliothek';
$string['header_libs'] = 'Erweiterungen für den JSXGraph-Filter';
@@ -60,7 +60,7 @@

$string['versionJSXGraph'] = 'JSXGraph-Version';
$string['versionJSXGraph_desc'] = 'Wähle hier, welche JSXGraph-Version genutz werden soll. Achtung: Für Responsivität wird mindestens Version 1.3.2+ benötigt.';
$string['versionJSXGraph_auto'] = 'aktuellste mitgelieferte Version (automatisch)';
$string['versionJSXGraph_auto'] = 'aktuellste mitgelieferte Version (automatisch)';

$string['formulasextension'] = 'Fragetyp formulas';
$string['formulasextension_desc'] = 'Ist diese Option aktiviert, wird eine weitere JavaScript Bibliothek geladen, mit deren Hilfe ein JSXGraph-Board in einer Frage des Typs "formulas" verwendet werden kann. (Hierzu muss dieser Fragetyp installiert sein!)<br>Eine Dokumentation der Erweiterung findet sich im <a href="https://github.com/jsxgraph/moodleformulas_jsxgraph" target="_blank">zugehörigen Repository bei GitHub</a>.';
2 changes: 1 addition & 1 deletion lang/en/filter_jsxgraph.php
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
$string['header_versions'] = 'Version info';
$string['filterversion'] = 'You are using version the following <b>version of the JSXGraph filter</b> for Moodle:';
$string['recommendedversion_pre'] = 'It is recommended, to use <b>JSXGraph ';
$string['recommendedversion_post'] = '</b> (or use "<code>auto</code>").';
$string['recommendedversion_post'] = '</b> (or use "<code>automatically</code>").';

$string['header_jsxversion'] = 'Version of the used JSXGraph library';
$string['header_libs'] = 'Extensions for the JSXGraph filter';
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023121804; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023121805; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2019111800; // Requires this Moodle version.
$plugin->supported = [38, 404]; // Moodle versions.
$plugin->component = 'filter_jsxgraph'; // Full name of the plugin (used for diagnostics).

0 comments on commit ae7e076

Please sign in to comment.