Commit 5e9f0032 authored by Kristina Hoeppner's avatar Kristina Hoeppner
Browse files

Bug 1968460: General language string updates

Fixing small spelling and grammar mistakes of new
and changed strings.

Change-Id: Id04884f5da1cb90a89f0dd538c6ad92502ec3ccc
parent bf92a6db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ $options['neverloggedin'] = (object) array(
);

$settings = (object) array(
        'info' => get_string('cli_deleteinactiveusers_info', 'admin'),
        'info' => get_string('cli_deleteinactiveusers_info1', 'admin'),
        'options' => $options,
);
$cli->setup($settings);
+3 −3
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ $string['showdescriptionsdescription'] = 'Select to caption each image with its
$string['cannotdisplayslideshow'] = 'Cannot display slideshow.';

$string['gallerysettings'] = 'Gallery settings';
$string['usefancybox1'] = 'Use bootstrap modal';
$string['usefancyboxdesc1'] = 'Use bootstrap modal in your gallery. When you click on images in your gallery, they will open in an overlay.';
$string['usefancybox1'] = 'Use Bootstrap modal';
$string['usefancyboxdesc1'] = 'Use the Bootstrap modal in your gallery. When you click on images in your gallery, they will open in an overlay.';
$string['previewwidth'] = 'Maximum photo width';
$string['previewwidthdesc1'] = 'Set the maximum width to which the photos will be resized when viewed with bootstrap modal.';
$string['previewwidthdesc1'] = 'Set the maximum width to which the photos will be resized when viewed with the Bootstrap modal.';
+1 −1
Original line number Diff line number Diff line
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h1>SAML 2.0 field for affiliation role delimiter</h1>
<p>The Identity Provider (IdP) can pass in affiliation role information in for account holders. This field works in conjunction with</p>
<p>The Identity Provider (IdP) can pass in affiliation role information for account holders. This field works in conjunction with</p>
  <ul>
    <li>SSO field for affiliation IDs</li>
    <li>SSO field for affiliation emails</li>
+9 −9
Original line number Diff line number Diff line
@@ -401,23 +401,23 @@ $string['nooauth'] = 'Not enabled for OAuth';
$string['accessdenied'] = 'Access denied';
$string['accessdeniedforinst'] = ' access denied for institution "%s"';
$string['accessdeniedforinstuser'] = ' access denied to institution "%s" for account "%s"';
$string['accessdeniedforinstuserauth'] = ' access denied to institution "%s" for account "%s" because there is no equivalent auth method';
$string['accessdeniedforinstuserauth'] = ' access denied to institution "%s" for account "%s" because there is no equivalent authentication method';
$string['accessdeniedforinstgroup'] = ' access denied for institution "%s" on group "%s"';
$string['usernameexists2'] = 'Username "%s" is not valid.';
$string['invalidauthtype'] = 'Invalid authentication type "%s"';
$string['invalidauthtypeuser'] = 'Invalid authentication type "%s" with user "%s"';
$string['invalidauthtypeuser'] = 'Invalid authentication type "%s" with account "%s"';
$string['invalidsocialprofile'] = 'Invalid social profile "%s"';
$string['instexceedmax'] = 'Institution exceeded maximum allowed "%s"';
$string['cannotdeleteaccount'] = 'cannot delete account that has been used and is not suspended. User id "%s"';
$string['cannotdeleteaccount'] = 'cannot delete account that has been used and is not suspended. Account ID "%s"';
$string['nousernameorid'] = 'no username or ID ';
$string['nousernameoridgroup'] = 'no username or ID for group "%s"';
$string['invaliduser'] = 'invalid account "%s"';
$string['invaliduserid'] = 'invalid account ID "%s"';
$string['invalidusergroup'] = 'invalid account "%s" for group "%s"';
$string['mustsetauth'] = 'You must set the authentication method and institution to update the auathentication method for the account holder "%s".';
$string['mustsetauth'] = 'You must set the authentication method and institution to update the authentication method for the account holder "%s".';
$string['invalidusername'] = 'Invalid username. "%s" does not exist.';
$string['invalidremoteusername'] = 'Invalid remote username "%s"';
$string['musthaveid'] = 'Must have ID, userid or username';
$string['musthaveid'] = 'Must have ID, userid, or username';
$string['notauthforuseridinstitution'] = 'Not authorised for access to account ID "%s" for institution "%s"';
$string['notauthforuseridinstitutiongroup'] = 'Not authorised for access to account ID "%s" for institution "%s" to group "%s"';
$string['invalidfavourite'] = 'Invalid favourite "%s"';
@@ -441,12 +441,12 @@ $string['notuserblog'] = 'The journal is not owned by "%s"';
$string['oneof'] = 'One of';

$string['servicetype'] = 'Service type';
$string['authtype'] = 'Auth type';
$string['authtype'] = 'Authentication type';
$string['jsonenabled'] = 'JSON response';
$string['customfields'] = 'Custom fields';

$string['invalidviewid'] = 'Invalid %s ID: "%s"';
$string['invalidviewiduser'] = 'Invalid %s ID: "%s". Portfolio in wrong institution';
$string['viewnotsubmitted'] = 'The %s with ID "%s" not submitted';
$string['viewnotsubmittedtothishost'] = 'The %s with ID "%s" not submitted to host "%s"';
$string['invalidviewiduser'] = 'Invalid %s ID: "%s". The portfolio is in the wrong institution';
$string['viewnotsubmitted'] = 'The %s with ID "%s" is not submitted';
$string['viewnotsubmittedtothishost'] = 'The %s with ID "%s" is not submitted to host "%s"';
$string['exporttypenotavailable'] = 'The export method "%s" is not available. Please make sure it is active.';
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ $string['fromdatedescription'] = 'Only show courses started after this date. Use
$string['todate'] = 'To date';
$string['todatedescription'] = 'Only show courses started before this date. Use the format %s';
$string['externaluserid'] = 'ID of external account';
$string['dateoutofsync'] = 'This needs to be older than the "To date".';
$string['dateoutofsync'] = 'This needs to be older than the "To" date.';
$string['nocourses1'] = 'No course information configured yet.';
$string['hours'] = 'Hours';
$string['totalhours'] = 'Total hours';
Loading