MDL-81982 lang: Fix strings order

Fixes the strings order in files where CI has detected the wrong order
of modified strings.
This commit is contained in:
David Mudrák 2024-06-01 16:13:00 +02:00 committed by Jun Pataleta
parent 0091b1a153
commit 61c5863b1a
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7
2 changed files with 21 additions and 24 deletions

View File

@ -22,9 +22,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['buttontitle'] = 'Equation editor';
$string['cursorinfo'] = 'An arrow indicates the position that new elements from the element library will be inserted.';
$string['editequation'] = 'Edit equation using <a href="{$a}" target="_blank">TeX</a>';
$string['buttontitle'] = 'Equation editor';
$string['helplinktext'] = 'Equation helper';
$string['librarygroup1'] = 'Operators';
$string['librarygroup1_desc'] = 'TeX commands listed on the operators tab.';
@ -35,8 +35,8 @@ $string['librarygroup3_desc'] = 'TeX commands listed on the Greek symbols tab.';
$string['librarygroup4'] = 'Advanced';
$string['librarygroup4_desc'] = 'TeX commands listed on the advanced tab.';
$string['modaltitle'] = 'Equation editor';
$string['saveequation'] = 'Save equation';
$string['settings'] = 'Equation editor settings';
$string['pluginname'] = 'Equation editor';
$string['preview'] = 'Equation preview';
$string['privacy:metadata'] = 'The equation editor for TinyMCE does not store any personal data.';
$string['saveequation'] = 'Save equation';
$string['settings'] = 'Equation editor settings';

View File

@ -22,31 +22,28 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['pluginname'] = 'EQUELLA repository';
$string['configplugin'] = 'Configuration for EQUELLA repository';
$string['search'] = 'Search EQUELLA';
$string['breadcrumb'] = 'EQUELLA';
$string['equellaurl'] = 'EQUELLA URL';
$string['configplugin'] = 'Configuration for EQUELLA repository';
$string['equella:view'] = 'View EQUELLA repository';
$string['equellaaction'] = 'EQUELLA action';
$string['equellausername'] = 'Username';
$string['equellaoptions'] = 'EQUELLA options';
$string['equellaurl'] = 'EQUELLA URL';
$string['equellauserfield'] = 'EQUELLA user field';
$string['equellauserfield_help'] = 'Choose the user field to be used for matching the EQUELLA user. (Only user fields of type short text are listed.)';
$string['equellaoptions'] = 'EQUELLA options';
$string['equella:view'] = 'View EQUELLA repository';
$string['sharedid'] = 'Shared secret ID';
$string['sharedsecrets'] = 'Shared secret';
$string['selectrestriction'] = 'Restrict selection';
$string['selectrestriction.desc'] = 'Choose whether course editors should only be able to select an item summary, an attached resources or either';
$string['restrictionnone'] = 'No restriction';
$string['restrictionitemsonly'] = 'Item summary only';
$string['restrictionattachmentsonly'] = 'Attached resource only';
$string['sharedsecretsheading'] = 'Shared Secret Settings';
$string['sharedsecretshelp'] = '<p>Below you can set a default EQUELLA shared secret for single signing-on users. You can configure different shared secrets for general (read) usage, and a specialised role based shared secret for each <em>write</em> role in your Moodle site. If a shared secret ID is not configured for a role then the default shared secret ID and shared secret are used.</p><p>All shared secret IDs and shared secrets must also be configured within EQUELLA and the shared secret module enabled. This configuration is found in the EQUELLA Administration Console under User Management > Shared Secrets.</p>';
$string['equellausername'] = 'Username';
$string['group'] = '{$a} role settings';
$string['groupdefault'] = 'Default';
$string['sharedidtitle'] = 'Shared secret ID';
$string['sharedsecrettitle'] = 'Shared secret';
$string['pluginname'] = 'EQUELLA repository';
$string['privacy:metadata'] = 'The EQUELLA repository plugin does not store any personal data, but does transmit user data from Moodle to the remote system.';
$string['restrictionattachmentsonly'] = 'Attached resource only';
$string['restrictionitemsonly'] = 'Item summary only';
$string['restrictionnone'] = 'No restriction';
$string['search'] = 'Search EQUELLA';
$string['selectrestriction'] = 'Restrict selection';
$string['selectrestriction.desc'] = 'Choose whether course editors should only be able to select an item summary, an attached resources or either';
$string['sharedid'] = 'Shared secret ID';
$string['sharedidtitle'] = 'Shared secret ID';
$string['sharedsecrets'] = 'Shared secret';
$string['sharedsecretsheading'] = 'Shared Secret Settings';
$string['sharedsecretshelp'] = '<p>Below you can set a default EQUELLA shared secret for single signing-on users. You can configure different shared secrets for general (read) usage, and a specialised role based shared secret for each <em>write</em> role in your Moodle site. If a shared secret ID is not configured for a role then the default shared secret ID and shared secret are used.</p><p>All shared secret IDs and shared secrets must also be configured within EQUELLA and the shared secret module enabled. This configuration is found in the EQUELLA Administration Console under User Management > Shared Secrets.</p>';
$string['sharedsecrettitle'] = 'Shared secret';