MDL-15833 - lang strings for admin settings for expected time thresholds
[moodle.git] / lang / en_utf8 / portfolio.php
CommitLineData
67a87e7d 1<?php
2
433446bc 3$string['activeportfolios'] = 'Active portfolios';
67a87e7d 4$string['addnewportfolio'] = 'Add a new portfolio';
5$string['addtoportfolio'] = 'Add to portfolio';
d2baf40e 6$string['addalltoportfolio'] = 'Add all to portfolio';
ac6a5492 7$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.';
67a87e7d 8$string['availableformats'] = 'Available export formats';
9$string['callercouldnotpackage'] = 'Failed to package up your data for export';
10$string['cannotsetvisible'] = 'Cannot set this to visible - the plugin has been completely disabled because of a misconfiguration';
11$string['configexport'] = 'Configure exported data';
12$string['configplugin'] = 'Configure portfolio plugin';
ffcfd8a7 13$string['confirmexport'] = 'Please confirm this export';
67a87e7d 14$string['confirmsummary'] = 'Summary of your export';
15$string['configure'] = 'Configure';
16$string['continuetoportfolio'] = 'Continue to your portfolio';
433446bc 17$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>';
a50ef3d3 18$string['deleteportfolio'] = 'Delete portfolio instance';
a239f01e 19$string['disabled'] = 'Sorry, but portfolio exports are not enabled in this site';
67a87e7d 20$string['dontwait'] = 'Don\'t wait';
21$string['err_uniquename'] = 'Portfolio name must be unique (per plugin)';
a50ef3d3 22$string['enabled'] = 'Enable portfolios';
23$string['enableddesc'] = 'This will allow administrators to configure remote systems for users to export content to';
67a87e7d 24$string['exporting'] = 'Exporting to portfolio';
192ce92b 25$string['exportingcontentfrom'] = 'Exporting content from $a';
67a87e7d 26$string['exportcomplete'] = 'Portfolio export complete!';
8f182eef 27$string['exportqueued'] = 'Portfolio export has been successfully queued for transfer';
f1ebc192 28$string['exportqueuedforced'] = 'Portfolio export has been successfully queued for transfer (the remote system has enforced queued transfers)';
ffcfd8a7 29$string['exportedpreviously'] = 'Previous exports';
34035201 30$string['exportexceptionnoexporter'] = 'A portfolio_export_exception was thrown with an active session but no exporter object';
67a87e7d 31$string['failedtosendpackage'] = 'Failed to send your data to the selected portfolio system!';
d96a1acc 32$string['filedenied'] = 'Access denied to this file';
33$string['filenotfound'] = 'File not found';
67a87e7d 34$string['format_file'] = 'File';
7812e882 35$string['format_html'] = 'HTML';
36$string['format_image'] = 'Image';
ea0de12f 37$string['format_mbkp'] = 'Moodle Backup Format';
38$string['format_video'] = 'Video';
39$string['format_text'] = 'Plain Text';
67a87e7d 40$string['hidden'] = 'Hidden';
433446bc 41$string['highfilesizethreshold'] = 'High transfer filesize';
42$string['highfilesizethresholddesc'] = 'Filesizes over this threshold will be considered to take a high amount of time to transfer';
43$string['highdbsizethreshold'] = 'High transfer dbsize';
44$string['highdbsizethresholddesc'] = 'Number of db records over which will be considered to take a high amount of time to transfer';
67a87e7d 45$string['instancedeleted'] = 'Portfolio deleted successfully';
46$string['instanceismisconfigured'] = 'Portfolio instance is misconfigured, skipping. Error was: $a';
47$string['instancenotsaved'] = 'Failed to save portfolio';
48$string['instancenotdelete'] = 'Failed to delete portfolio';
49$string['instancesaved'] = 'Portfolio saved successfully';
866d543f 50$string['invalidaddformat'] = 'Invalid add format passed to portfolio_add_button. ($a) Must be one of PORTFOLIO_ADD_XXX';
d96a1acc 51$string['invalidtempid'] = 'Invalid export id. maybe it has expired';
ea0de12f 52$string['invalidfileargument'] = 'Invalid file argument passed to portfolio_format_from_file - must be stored_file object';
5071079c 53$string['invalidformat'] = 'Something is exporting an invalid format, $a';
9eb0a772 54$string['invalidinstance'] = 'Could not find that portfolio instance';
34035201 55$string['invalidproperty'] = 'Could not find that property ($a->property of $a->class)';
56$string['invalidexportproperty'] = 'Could not find that export config property ($a->property of $a->class)';
57$string['invaliduserproperty'] = 'Could not find that user config property ($a->property of $a->class)';
58$string['invalidconfigproperty'] = 'Could not find that config property ($a->property of $a->class)';
67a87e7d 59$string['manageportfolios'] = 'Manage portfolios';
60$string['manageyourportfolios'] = 'Manage your portfolios';
433446bc 61$string['moderatefilesizethreshold'] = 'Moderate transfer filesize';
62$string['moderatefilesizethresholddesc'] = 'Filesizes over this threshold will be considered to take a moderate amount of time to transfer';
63$string['moderatedbsizethreshold'] = 'Moderate transfer dbsize';
64$string['moderatedbsizethresholddesc'] = 'Number of db records over which will be considered to take a moderate amount of time to transfer';
cc8696b2 65$string['multipledisallowed'] = 'Trying to create another instance of a plugin that has disallowed multiple instances ($a)';
67a87e7d 66$string['noavailableplugins'] = 'Sorry, but there are no available portfolios for you to export to';
67$string['nocallbackfile'] = 'Something in the module you\'re trying to export from is broken - couldn\'t find a required file ($a)';
68$string['nocommonformats'] = 'No common formats between any available portfolio plugin and the calling location $a';
69$string['nopermissions'] = 'Sorry but you do not have the required permissions to export files from this area';
70$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';
71$string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable';
91472e08 72$string['notimplemented'] = 'Sorry, but you are trying to export content in some format that is not yet implemented ($a)';
beb4ac1a 73$string['notyours'] = 'You are trying to resume a portfolio export that doesn\'t belong to you!';
67a87e7d 74$string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into';
75$string['portfolio'] = 'Portfolio';
76$string['portfolios'] = 'Portfolios';
77$string['plugin'] = 'Portfolio Plugin';
78$string['plugincouldnotpackage'] = 'Failed to package up your data for export';
79$string['returntowhereyouwere'] = 'Return to where you were';
80$string['save'] = 'Save';
81$string['selectedformat'] = 'Selected export format';
82$string['selectedwait'] = 'Selected to wait?';
83$string['selectplugin'] = 'Select portfolio plugin to export to';
84$string['someinstancesdisabled'] = 'Some configured plugin instances have been disabled either because they are misconfigured or rely on something else that is';
85$string['somepluginsdisabled'] = 'Some entire plugins have been disabled because they are either misconfigured or rely on something else that is:';
86$string['sure'] = 'Are you sure you want to delete \'$a\'? This cannot be undone.';
34035201 87$string['thirdpartyexception'] = 'A third party exception was thrown during portfolio export ($a). Caught and rethrown but this should really be fixed';
67a87e7d 88$string['wanttowait_moderate'] = 'Do you want to wait for this transfer? It might take a few minutes';
89$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';
90$string['wait'] = 'Wait';
91?>