Skip to content

Commit

Permalink
Update lang files from 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2023
1 parent b5388eb commit e133075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lang/en/local_moodlemobileapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
$string['core.login.credentialssupportsubject'] = 'Need help logging in';
$string['core.login.emailconfirmsentnoemail'] = '<p>An email should have been sent to your address.</p><p>It contains easy instructions to complete your registration.</p>';
$string['core.login.emailnotmatch'] = 'Emails do not match';
$string['core.login.erroraccesscontrolalloworigin'] = 'The cross-origin call you\'re trying to perform has been rejected. Please check https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium';
$string['core.login.erroraccesscontrolalloworigin'] = 'The cross-origin call you\'re trying to perform has been rejected. Please check https://moodledev.io/general/app/development/setup/app-in-browser';
$string['core.login.errordeletesite'] = 'An error occurred while deleting this account. Please try again.';
$string['core.login.errorexampleurl'] = 'The URL https://campus.example.edu is only an example URL, it\'s not a real site. <strong>Please use the URL of your school or organization\'s site.</strong>';
$string['core.login.errorqrnoscheme'] = 'This URL isn\'t a valid login URL.';
Expand Down Expand Up @@ -632,6 +632,7 @@
$string['core.settings.enablefirebaseanalyticsdescription'] = 'If enabled, the app will collect anonymous data usage.';
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
$string['core.settings.encryptedpushsupported'] = 'Encrypted push notifications supported';
$string['core.settings.entriesincache'] = '{{$a}} entries in cache';
$string['core.settings.estimatedfreespace'] = 'Estimated free space';
$string['core.settings.filesystemroot'] = 'File system root';
Expand Down Expand Up @@ -844,3 +845,4 @@
$string['core.reportbuilder.showcolumns'] = 'Show columns';
$string['core.reportbuilder.hidecolumns'] = 'Hide columns';
$string['core.sitenotfound'] = 'Site not found';

0 comments on commit e133075

Please sign in to comment.