2008-07-25 08:14:11 +00:00
< ? php
2008-09-09 08:59:27 +00:00
$string [ 'activeportfolios' ] = 'Active portfolios' ;
2008-07-25 08:14:11 +00:00
$string [ 'addnewportfolio' ] = 'Add a new portfolio' ;
$string [ 'addtoportfolio' ] = 'Add to portfolio' ;
2008-08-18 10:11:59 +00:00
$string [ 'addalltoportfolio' ] = 'Add all to portfolio' ;
2008-08-19 10:17:39 +00:00
$string [ 'alreadyexporting' ] = 'You already have an active portfolio export in this session. Please <a href=\"$a->finish\">complete that first</a>, or <a href=\"$a->cancel\">click here</a> to cancel it.' ;
2008-07-25 08:14:11 +00:00
$string [ 'availableformats' ] = 'Available export formats' ;
2008-09-12 11:22:15 +00:00
$string [ 'callercouldnotpackage' ] = 'Failed to package up your data for export: original error was $a' ;
2008-07-25 08:14:11 +00:00
$string [ 'cannotsetvisible' ] = 'Cannot set this to visible - the plugin has been completely disabled because of a misconfiguration' ;
$string [ 'configexport' ] = 'Configure exported data' ;
$string [ 'configplugin' ] = 'Configure portfolio plugin' ;
2008-07-30 16:38:13 +00:00
$string [ 'confirmexport' ] = 'Please confirm this export' ;
2008-07-25 08:14:11 +00:00
$string [ 'confirmsummary' ] = 'Summary of your export' ;
$string [ 'configure' ] = 'Configure' ;
$string [ 'continuetoportfolio' ] = 'Continue to your portfolio' ;
2008-09-09 08:59:27 +00:00
$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>' ;
2008-07-29 10:51:18 +00:00
$string [ 'deleteportfolio' ] = 'Delete portfolio instance' ;
2008-07-29 11:27:16 +00:00
$string [ 'disabled' ] = 'Sorry, but portfolio exports are not enabled in this site' ;
2008-07-25 08:14:11 +00:00
$string [ 'dontwait' ] = 'Don\'t wait' ;
$string [ 'err_uniquename' ] = 'Portfolio name must be unique (per plugin)' ;
2008-07-29 10:51:18 +00:00
$string [ 'enabled' ] = 'Enable portfolios' ;
$string [ 'enableddesc' ] = 'This will allow administrators to configure remote systems for users to export content to' ;
2008-07-25 08:14:11 +00:00
$string [ 'exporting' ] = 'Exporting to portfolio' ;
2008-08-19 15:23:47 +00:00
$string [ 'exportingcontentfrom' ] = 'Exporting content from $a' ;
2008-07-25 08:14:11 +00:00
$string [ 'exportcomplete' ] = 'Portfolio export complete!' ;
2008-08-05 17:39:35 +00:00
$string [ 'exportqueued' ] = 'Portfolio export has been successfully queued for transfer' ;
2008-09-01 14:07:29 +00:00
$string [ 'exportqueuedforced' ] = 'Portfolio export has been successfully queued for transfer (the remote system has enforced queued transfers)' ;
2008-07-30 16:38:13 +00:00
$string [ 'exportedpreviously' ] = 'Previous exports' ;
2008-08-19 14:20:32 +00:00
$string [ 'exportexceptionnoexporter' ] = 'A portfolio_export_exception was thrown with an active session but no exporter object' ;
2008-09-12 11:22:15 +00:00
$string [ 'failedtosendpackage' ] = 'Failed to send your data to the selected portfolio system: original error was $a' ;
$string [ 'failedtopackage' ] = 'Could not find files to package' ;
2008-08-12 13:17:34 +00:00
$string [ 'filedenied' ] = 'Access denied to this file' ;
$string [ 'filenotfound' ] = 'File not found' ;
2008-07-25 08:14:11 +00:00
$string [ 'format_file' ] = 'File' ;
2008-08-19 11:00:00 +00:00
$string [ 'format_html' ] = 'HTML' ;
$string [ 'format_image' ] = 'Image' ;
2008-09-05 17:07:22 +00:00
$string [ 'format_mbkp' ] = 'Moodle Backup Format' ;
$string [ 'format_video' ] = 'Video' ;
$string [ 'format_text' ] = 'Plain Text' ;
2008-07-25 08:14:11 +00:00
$string [ 'hidden' ] = 'Hidden' ;
2008-09-09 08:59:27 +00:00
$string [ 'highfilesizethreshold' ] = 'High transfer filesize' ;
$string [ 'highfilesizethresholddesc' ] = 'Filesizes over this threshold will be considered to take a high amount of time to transfer' ;
$string [ 'highdbsizethreshold' ] = 'High transfer dbsize' ;
$string [ 'highdbsizethresholddesc' ] = 'Number of db records over which will be considered to take a high amount of time to transfer' ;
2008-07-25 08:14:11 +00:00
$string [ 'instancedeleted' ] = 'Portfolio deleted successfully' ;
$string [ 'instanceismisconfigured' ] = 'Portfolio instance is misconfigured, skipping. Error was: $a' ;
$string [ 'instancenotsaved' ] = 'Failed to save portfolio' ;
$string [ 'instancenotdelete' ] = 'Failed to delete portfolio' ;
$string [ 'instancesaved' ] = 'Portfolio saved successfully' ;
2008-08-14 16:01:12 +00:00
$string [ 'invalidaddformat' ] = 'Invalid add format passed to portfolio_add_button. ($a) Must be one of PORTFOLIO_ADD_XXX' ;
2008-08-12 13:17:34 +00:00
$string [ 'invalidtempid' ] = 'Invalid export id. maybe it has expired' ;
2008-09-05 17:07:22 +00:00
$string [ 'invalidfileargument' ] = 'Invalid file argument passed to portfolio_format_from_file - must be stored_file object' ;
2008-07-25 15:17:23 +00:00
$string [ 'invalidformat' ] = 'Something is exporting an invalid format, $a' ;
2008-08-01 12:23:32 +00:00
$string [ 'invalidinstance' ] = 'Could not find that portfolio instance' ;
2008-08-19 14:20:32 +00:00
$string [ 'invalidproperty' ] = 'Could not find that property ($a->property of $a->class)' ;
$string [ 'invalidexportproperty' ] = 'Could not find that export config property ($a->property of $a->class)' ;
$string [ 'invaliduserproperty' ] = 'Could not find that user config property ($a->property of $a->class)' ;
$string [ 'invalidconfigproperty' ] = 'Could not find that config property ($a->property of $a->class)' ;
2008-09-10 16:34:08 +00:00
$string [ 'invalidbuttonproperty' ] = 'Could not find that property ($a) of portfolio_button' ;
2008-07-25 08:14:11 +00:00
$string [ 'manageportfolios' ] = 'Manage portfolios' ;
$string [ 'manageyourportfolios' ] = 'Manage your portfolios' ;
2008-09-11 13:42:58 +00:00
$string [ 'missingcallbackarg' ] = 'Missing callback argument $a->arg for class $a->class' ;
2008-09-09 08:59:27 +00:00
$string [ 'moderatefilesizethreshold' ] = 'Moderate transfer filesize' ;
$string [ 'moderatefilesizethresholddesc' ] = 'Filesizes over this threshold will be considered to take a moderate amount of time to transfer' ;
$string [ 'moderatedbsizethreshold' ] = 'Moderate transfer dbsize' ;
$string [ 'moderatedbsizethresholddesc' ] = 'Number of db records over which will be considered to take a moderate amount of time to transfer' ;
2008-08-19 16:14:17 +00:00
$string [ 'multipledisallowed' ] = 'Trying to create another instance of a plugin that has disallowed multiple instances ($a)' ;
2008-09-10 16:34:08 +00:00
$string [ 'mustsetcallbackoptions' ] = 'You must set the callback options either in the portfolio_add_button constructor or using the set_callback_options method' ;
2008-07-25 08:14:11 +00:00
$string [ 'noavailableplugins' ] = 'Sorry, but there are no available portfolios for you to export to' ;
$string [ 'nocallbackfile' ] = 'Something in the module you\'re trying to export from is broken - couldn\'t find a required file ($a)' ;
2008-09-10 16:34:08 +00:00
$string [ 'nocallbackclass' ] = 'Could not find the callback class to use ($a)' ;
2008-07-25 08:14:11 +00:00
$string [ 'nocommonformats' ] = 'No common formats between any available portfolio plugin and the calling location $a' ;
$string [ 'nopermissions' ] = 'Sorry but you do not have the required permissions to export files from this area' ;
$string [ 'nonprimative' ] = 'A non primative 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' ;
$string [ 'notexportable' ] = 'Sorry, but the type of content you are trying to export is not exportable' ;
2008-08-14 09:14:18 +00:00
$string [ 'notimplemented' ] = 'Sorry, but you are trying to export content in some format that is not yet implemented ($a)' ;
2008-08-20 15:58:29 +00:00
$string [ 'notyours' ] = 'You are trying to resume a portfolio export that doesn\'t belong to you!' ;
2008-07-25 08:14:11 +00:00
$string [ 'nouploaddirectory' ] = 'Could not create a temporary directory to package your data into' ;
$string [ 'portfolio' ] = 'Portfolio' ;
$string [ 'portfolios' ] = 'Portfolios' ;
$string [ 'plugin' ] = 'Portfolio Plugin' ;
2008-09-12 11:22:15 +00:00
$string [ 'plugincouldnotpackage' ] = 'Failed to package up your data for export: original error was $a' ;
2008-07-25 08:14:11 +00:00
$string [ 'returntowhereyouwere' ] = 'Return to where you were' ;
$string [ 'save' ] = 'Save' ;
$string [ 'selectedformat' ] = 'Selected export format' ;
$string [ 'selectedwait' ] = 'Selected to wait?' ;
$string [ 'selectplugin' ] = 'Select portfolio plugin to export to' ;
$string [ 'someinstancesdisabled' ] = 'Some configured plugin instances have been disabled either because they are misconfigured or rely on something else that is' ;
$string [ 'somepluginsdisabled' ] = 'Some entire plugins have been disabled because they are either misconfigured or rely on something else that is:' ;
$string [ 'sure' ] = 'Are you sure you want to delete \'$a\'? This cannot be undone.' ;
2008-08-19 14:20:32 +00:00
$string [ 'thirdpartyexception' ] = 'A third party exception was thrown during portfolio export ($a). Caught and rethrown but this should really be fixed' ;
2008-07-25 08:14:11 +00:00
$string [ 'wanttowait_moderate' ] = 'Do you want to wait for this transfer? It might take a few minutes' ;
$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' ;
$string [ 'wait' ] = 'Wait' ;
?>