Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'portfolio', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_portfolio
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['activeexport'] = 'Resolve active export';
  26  $string['activeportfolios'] = 'Available portfolios';
  27  $string['addalltoportfolio'] = 'Export all to portfolio';
  28  $string['addnewportfolio'] = 'Add a new portfolio';
  29  $string['addtoportfolio'] = 'Export to portfolio';
  30  $string['alreadyalt'] = 'Already exporting - please click here to resolve this transfer';
  31  $string['alreadyexporting'] = 'You already have an active portfolio export in this session. Before continuing, you must either complete this export, or cancel it.  Would you like to continue it? (No will cancel it)';
  32  $string['availableformats'] = 'Available export formats';
  33  $string['callbackclassinvalid'] = 'Callback class specified was invalid or not part of the portfolio_caller hierarchy';
  34  $string['callercouldnotpackage'] = 'Failed to package up your data for export: original error was {$a}';
  35  $string['cannotsetvisible'] = 'Cannot set this to visible - the plugin has been completely disabled because of a misconfiguration';
  36  $string['commonportfoliosettings'] = 'Common portfolio settings';
  37  $string['commonsettingsdesc'] = '<p>Whether a transfer is considered to take a \'Moderate\' or \'High\' amount of time changes whether the user is able to wait for the transfer to complete or not.</p><p>Sizes up to the \'Moderate\' threshold just happen immediately without the user being asked, and \'Moderate\' and \'High\' transfers mean they are offered the option but warned it might take some time.</p><p>Additionally, some portfolio plugins might ignore this option completely and force all transfers to be queued.</p>';
  38  $string['configexport'] = 'Configure exported data';
  39  $string['configplugin'] = 'Configure portfolio plugin';
  40  $string['configure'] = 'Configure';
  41  $string['confirmcancel'] = 'Are you sure you wish you cancel this export?';
  42  $string['confirmexport'] = 'Please confirm this export';
  43  $string['confirmsummary'] = 'Summary of your export';
  44  $string['continuetoportfolio'] = 'Continue to your portfolio';
  45  $string['deleteportfolio'] = 'Delete portfolio instance';
  46  $string['destination'] = 'Destination';
  47  $string['disabled'] = 'Sorry, but portfolio exports are not enabled in this site';
  48  $string['disabledinstance'] = 'Disabled';
  49  $string['displayarea'] = 'Export area';
  50  $string['displayexpiry'] = 'Transfer expiry time';
  51  $string['displayinfo'] = 'Export info';
  52  $string['dontwait'] = 'Don\'t wait';
  53  $string['enabled'] = 'Enable portfolios';
  54  $string['enableddesc'] = 'If enabled, users can export content, such as forum posts and assignment submissions, to external portfolios or HTML pages.';
  55  $string['err_uniquename'] = 'Portfolio name must be unique (per plugin)';
  56  $string['exportalreadyfinished'] = 'Portfolio export complete!';
  57  $string['exportalreadyfinisheddesc'] = 'Portfolio export complete!';
  58  $string['exportcomplete'] = 'Portfolio export complete!';
  59  $string['exportedpreviously'] = 'Previous exports';
  60  $string['exportexceptionnoexporter'] = 'A portfolio_export_exception was thrown with an active session but no exporter object';
  61  $string['exportexpired'] = 'Portfolio export expired';
  62  $string['exportexpireddesc'] = 'You tried to repeat the export of some information, or start an empty export. To do that properly you should go back to the original location and start again. This sometimes happens if you use the back button after an export has completed, or by bookmarking an invalid url.';
  63  $string['exporting'] = 'Exporting to portfolio';
  64  $string['exportingcontentfrom'] = 'Exporting content from {$a}';
  65  $string['exportingcontentto'] = 'Exporting content to {$a}';
  66  $string['exportqueued'] = 'Portfolio export has been successfully queued for transfer';
  67  $string['exportqueuedforced'] = 'Portfolio export has been successfully queued for transfer (the remote system has enforced queued transfers)';
  68  $string['failedtopackage'] = 'Could not find files to package';
  69  $string['failedtosendpackage'] = 'Failed to send your data to the selected portfolio system: original error was {$a}';
  70  $string['filedenied'] = 'Access denied to this file';
  71  $string['filenotfound'] = 'File not found';
  72  $string['fileoutputnotsupported'] = 'Rewriting file output is not supported for this format';
  73  $string['format_document'] = 'Document';
  74  $string['format_file'] = 'File';
  75  $string['format_image'] = 'Image';
  76  $string['format_leap2a'] = 'Leap2A portfolio format';
  77  $string['format_mbkp'] = 'Moodle backup format';
  78  $string['format_pdf'] = 'PDF';
  79  $string['format_plainhtml'] = 'HTML';
  80  $string['format_presentation'] = 'Presentation';
  81  $string['format_richhtml'] = 'HTML with attachments';
  82  $string['format_spreadsheet'] = 'Spreadsheet';
  83  $string['format_text'] = 'Plain text';
  84  $string['format_video'] = 'Video';
  85  $string['highdbsizethreshold'] = 'High transfer dbsize';
  86  $string['highdbsizethresholddesc'] = 'Number of db records over which will be considered to take a high amount of time to transfer';
  87  $string['highfilesizethreshold'] = 'High transfer filesize';
  88  $string['highfilesizethresholddesc'] = 'Filesizes over this threshold will be considered to take a high amount of time to transfer';
  89  $string['insanebody'] = 'Hi! You are receiving this message as an administrator of {$a->sitename}.
  90  
  91  Some portfolio plugin instances have been automatically disabled due to misconfigurations. This means that users can not currently export content to these portfolios.
  92  
  93  The list of portfolio plugin instances that have been disabled is:
  94  
  95  {$a->textlist}
  96  
  97  This should be corrected as soon as possible, by visiting {$a->fixurl}.';
  98  $string['insanebodyhtml'] = '<p>Hi! You are receiving this message as an administrator of {$a->sitename}.</p>
  99  <p>Some portfolio plugin instances have been automatically disabled due to misconfigurations. This means that users can not currently export content to these portfolios.</p>
 100  <p>The list of portfolio plugin instances that have been disabled is:</p>
 101  {$a->htmllist}
 102  <p>This should be corrected as soon as possible, by visiting <a href="{$a->fixurl}">the portfolio configuration pages</a></p>';
 103  $string['insanebodysmall'] = 'Hi! You are receiving this message as an administrator of {$a->sitename}. Some portfolio plugin instances have been automatically disabled due to misconfigurations. This means that users can not currently export content to these portfolios. This should be corrected as soon as possible, by visiting {$a->fixurl}.';
 104  $string['insanesubject'] = 'Some portfolio instances automatically disabled';
 105  $string['instancedeleted'] = 'Portfolio deleted successfully';
 106  $string['instanceismisconfigured'] = 'Portfolio instance is misconfigured, skipping. Error was: {$a}';
 107  $string['instancenotdelete'] = 'Failed to delete portfolio';
 108  $string['instancenotsaved'] = 'Failed to save portfolio';
 109  $string['instancesaved'] = 'Portfolio saved successfully';
 110  $string['intro'] = 'Content which you have created, such as assignment submissions, forum posts and blog entries, can be exported to a portfolio or downloaded.<br>
 111  Any portfolio that you do not wish to use may be hidden so that it is not listed as an option to export content to.';
 112  $string['invalidaddformat'] = 'Invalid add format passed to portfolio_add_button. ({$a}) Must be one of PORTFOLIO_ADD_XXX';
 113  $string['invalidbuttonproperty'] = 'Could not find that property ({$a}) of portfolio_button';
 114  $string['invalidconfigproperty'] = 'Could not find that config property ({$a->property} of {$a->class})';
 115  $string['invalidexportproperty'] = 'Could not find that export config property ({$a->property} of {$a->class})';
 116  $string['invalidfileareaargs'] = 'Invalid file area arguments passed to set_file_and_format_data - must contain contextid, component, filearea and itemid';
 117  $string['invalidformat'] = 'Something is exporting an invalid format, {$a}';
 118  $string['invalidinstance'] = 'Could not find that portfolio instance';
 119  $string['invalidpreparepackagefile'] = 'Invalid call to prepare_package_file - either single or multifiles must be set';
 120  $string['invalidproperty'] = 'Could not find that property ({$a->property} of {$a->class})';
 121  $string['invalidsha1file'] = 'Invalid call to get_sha1_file - either single or multifiles must be set';
 122  $string['invalidtempid'] = 'Invalid export id. Maybe it has expired';
 123  $string['invaliduserproperty'] = 'Could not find that user config property ({$a->property} of {$a->class})';
 124  $string['leap2a_emptyselection'] = 'Required value not selected';
 125  $string['leap2a_entryalreadyexists'] = 'You tried to add a Leap2A entry with an id ({$a}) that already exists in this feed';
 126  $string['leap2a_feedtitle'] = 'Leap2A export from Moodle for {$a}';
 127  $string['leap2a_filecontent'] = 'Tried to set the content of a Leap2A entry to a file, rather than using the file subclass';
 128  $string['leap2a_invalidentryfield'] = 'You tried to set an entry field that didn\'t exist ({$a}) or you can\'t set directly';
 129  $string['leap2a_invalidentryid'] = 'You tried to access an entry by an id that didn\'t exist ({$a})';
 130  $string['leap2a_missingfield'] = 'Required Leap2A entry field {$a} missing';
 131  $string['leap2a_nonexistantlink'] = 'A Leap2A entry ({$a->from}) tried to link to a non existing entry ({$a->to}) with rel {$a->rel}';
 132  $string['leap2a_overwritingselection'] = 'Overwriting the original type of an entry ({$a}) to selection in make_selection';
 133  $string['leap2a_selflink'] = 'A Leap2A entry ({$a->id}) tried to link to itself with rel {$a->rel}';
 134  $string['logs'] = 'Transfer logs';
 135  $string['logsummary'] = 'Previous successful transfers';
 136  $string['manageportfolios'] = 'Manage portfolios';
 137  $string['manageyourportfolios'] = 'Manage your portfolios';
 138  $string['mimecheckfail'] = 'The portfolio plugin {$a->plugin} doesn\'t support that mimetype {$a->mimetype}';
 139  $string['missingcallbackarg'] = 'Missing callback argument {$a->arg} for class {$a->class}';
 140  $string['moderatedbsizethreshold'] = 'Moderate transfer dbsize';
 141  $string['moderatedbsizethresholddesc'] = 'Number of db records over which will be considered to take a moderate amount of time to transfer';
 142  $string['moderatefilesizethreshold'] = 'Moderate transfer filesize';
 143  $string['moderatefilesizethresholddesc'] = 'Filesizes over this threshold will be considered to take a moderate amount of time to transfer';
 144  $string['multipleinstancesdisallowed'] = 'Trying to create another instance of a plugin that has disallowed multiple instances ({$a})';
 145  $string['mustsetcallbackoptions'] = 'You must set the callback options either in the portfolio_add_button constructor or using the set_callback_options method';
 146  $string['noavailableplugins'] = 'Sorry, but there are no available portfolios for you to export to';
 147  $string['nocallbackclass'] = 'Could not find the callback class to use ({$a})';
 148  $string['nocallbackcomponent'] = 'Could not find the component specified {$a}.';
 149  $string['nocallbackfile'] = 'Something in the module you\'re trying to export from is broken - couldn\'t find a required portfolio file';
 150  $string['noclassbeforeformats'] = 'You must set the callback class before calling set_formats in portfolio_button';
 151  $string['nocommonformats'] = 'No common formats between any available portfolio plugin and the calling location {$a->location} (caller supported {$a->formats})';
 152  $string['noinstanceyet'] = 'Not yet selected';
 153  $string['nologs'] = 'There are no logs to display!';
 154  $string['nomultipleexports'] = 'Sorry, but the portfolio destination ({$a->plugin}) doesn\'t support multiple exports at the same time. Please <a href="{$a->link}">finish the current one first</a> and try again';
 155  $string['nonprimative'] = 'A non primitive value was passed as a callback argument to portfolio_add_button. Refusing to continue. The key was {$a->key} and the value was {$a->value}';
 156  $string['nopermissions'] = 'Sorry but you do not have the required permissions to export files from this area';
 157  $string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable';
 158  $string['notimplemented'] = 'Sorry, but you are trying to export content in some format that is not yet implemented ({$a})';
 159  $string['notyetselected'] = 'Not yet selected';
 160  $string['notyours'] = 'You are trying to resume a portfolio export that doesn\'t belong to you!';
 161  $string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into';
 162  $string['off'] = 'Enabled but hidden';
 163  $string['on'] = 'Enabled and visible';
 164  $string['plugin'] = 'Portfolio plugin';
 165  $string['plugincouldnotpackage'] = 'Failed to package up your data for export: original error was {$a}';
 166  $string['pluginismisconfigured'] = 'Portfolio plugin is misconfigured, skipping. Error was: {$a}';
 167  $string['portfolio'] = 'Portfolio';
 168  $string['portfolios'] = 'Portfolios';
 169  $string['privacy:metadata'] = 'The portfolio subsystem acts as a channel, passing requests from plugins to the various portfolio plugins.';
 170  $string['privacy:metadata:name'] = 'Preference name';
 171  $string['privacy:metadata:instance'] = 'Portfolio identifier';
 172  $string['privacy:metadata:instancesummary'] = 'Stores data about portfolio instances and preferences.';
 173  $string['privacy:metadata:portfolio_log'] = 'Log of portfolio transfers (used to later check for duplicates)';
 174  $string['privacy:metadata:portfolio_log:caller_class'] = 'Name of the class used to create the transfer';
 175  $string['privacy:metadata:portfolio_log:caller_component'] = 'Component name responsible for exporting';
 176  $string['privacy:metadata:portfolio_log:time'] = 'Time of transfer (in the case of a queued transfer this is the time the actual transfer ran, not when the user started it)';
 177  $string['privacy:metadata:portfolio_log:userid'] = 'ID of user who exported content';
 178  $string['privacy:metadata:portfolio_tempdata'] = 'Stores temporary data for portfolio exports.';
 179  $string['privacy:metadata:portfolio_tempdata:data'] = 'Export data';
 180  $string['privacy:metadata:portfolio_tempdata:expirytime'] = 'Time this record will expire';
 181  $string['privacy:metadata:portfolio_tempdata:instance'] = 'Portfolio plugin instance being used';
 182  $string['privacy:metadata:portfolio_tempdata:userid'] = 'User performing export';
 183  $string['privacy:metadata:value'] = 'Value for the preference';
 184  $string['privacy:metadata:userid'] = 'User ID';
 185  $string['privacy:path'] = 'Portfolio instances';
 186  $string['queuesummary'] = 'Currently queued transfers';
 187  $string['returntowhereyouwere'] = 'Return to where you were';
 188  $string['save'] = 'Save';
 189  $string['selectedformat'] = 'Selected export format';
 190  $string['selectedwait'] = 'Selected to wait?';
 191  $string['selectplugin'] = 'Select destination';
 192  $string['showhide'] = 'Show / hide';
 193  $string['singleinstancenomultiallowed'] = 'Only a single portfolio plugin instance is available, it doesn\'t support multiple exports per session, and there\'s already an active export in the session using this plugin!';
 194  $string['somepluginsdisabled'] = 'Some entire portfolio plugins have been disabled because they are either misconfigured or rely on something else that is:';
 195  $string['sure'] = 'Are you sure you want to delete \'{$a}\'? This cannot be undone.';
 196  $string['thirdpartyexception'] = 'A third party exception was thrown during portfolio export ({$a}). Caught and rethrown but this should really be fixed';
 197  $string['transfertime'] = 'Transfer time';
 198  $string['unknownplugin'] = 'Unknown (may have since been removed by an administrator)';
 199  $string['wait'] = 'Wait';
 200  $string['wanttowait_high'] = 'It is not recommended that you wait for this transfer to complete, but you can if you\'re sure and know what you\'re doing';
 201  $string['wanttowait_moderate'] = 'Do you want to wait for this transfer? It might take a few minutes';
 202