MDL-16007 - add new $dontdie parameter to the send_ file functions
[moodle.git] / lang / en_utf8 / portfolio.php
CommitLineData
67a87e7d 1<?php
2
3$string['addnewportfolio'] = 'Add a new portfolio';
4$string['addtoportfolio'] = 'Add to portfolio';
5$string['alreadyexporting'] = 'You already have an active portfolio export in this session. Please complete that first';
6$string['availableformats'] = 'Available export formats';
7$string['callercouldnotpackage'] = 'Failed to package up your data for export';
8$string['cannotsetvisible'] = 'Cannot set this to visible - the plugin has been completely disabled because of a misconfiguration';
9$string['configexport'] = 'Configure exported data';
10$string['configplugin'] = 'Configure portfolio plugin';
ffcfd8a7 11$string['confirmexport'] = 'Please confirm this export';
67a87e7d 12$string['confirmsummary'] = 'Summary of your export';
13$string['configure'] = 'Configure';
14$string['continuetoportfolio'] = 'Continue to your portfolio';
a50ef3d3 15$string['deleteportfolio'] = 'Delete portfolio instance';
a239f01e 16$string['disabled'] = 'Sorry, but portfolio exports are not enabled in this site';
67a87e7d 17$string['dontwait'] = 'Don\'t wait';
18$string['err_uniquename'] = 'Portfolio name must be unique (per plugin)';
a50ef3d3 19$string['enabled'] = 'Enable portfolios';
20$string['enableddesc'] = 'This will allow administrators to configure remote systems for users to export content to';
67a87e7d 21$string['exporting'] = 'Exporting to portfolio';
22$string['exportcomplete'] = 'Portfolio export complete!';
8f182eef 23$string['exportqueued'] = 'Portfolio export has been successfully queued for transfer';
ffcfd8a7 24$string['exportedpreviously'] = 'Previous exports';
67a87e7d 25$string['failedtosendpackage'] = 'Failed to send your data to the selected portfolio system!';
67a87e7d 26$string['format_file'] = 'File';
27$string['format_mbkp'] = 'Moodle Backup';
28$string['hidden'] = 'Hidden';
29$string['instancedeleted'] = 'Portfolio deleted successfully';
30$string['instanceismisconfigured'] = 'Portfolio instance is misconfigured, skipping. Error was: $a';
31$string['instancenotsaved'] = 'Failed to save portfolio';
32$string['instancenotdelete'] = 'Failed to delete portfolio';
33$string['instancesaved'] = 'Portfolio saved successfully';
84a44985 34$string['invalidtempid'] = 'Invalid temporary id';
5071079c 35$string['invalidformat'] = 'Something is exporting an invalid format, $a';
9eb0a772 36$string['invalidinstance'] = 'Could not find that portfolio instance';
67a87e7d 37$string['manageportfolios'] = 'Manage portfolios';
38$string['manageyourportfolios'] = 'Manage your portfolios';
39$string['noavailableplugins'] = 'Sorry, but there are no available portfolios for you to export to';
40$string['nocallbackfile'] = 'Something in the module you\'re trying to export from is broken - couldn\'t find a required file ($a)';
41$string['nocommonformats'] = 'No common formats between any available portfolio plugin and the calling location $a';
42$string['nopermissions'] = 'Sorry but you do not have the required permissions to export files from this area';
43$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';
44$string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable';
45$string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into';
46$string['portfolio'] = 'Portfolio';
47$string['portfolios'] = 'Portfolios';
48$string['plugin'] = 'Portfolio Plugin';
49$string['plugincouldnotpackage'] = 'Failed to package up your data for export';
50$string['returntowhereyouwere'] = 'Return to where you were';
51$string['save'] = 'Save';
52$string['selectedformat'] = 'Selected export format';
53$string['selectedwait'] = 'Selected to wait?';
54$string['selectplugin'] = 'Select portfolio plugin to export to';
55$string['someinstancesdisabled'] = 'Some configured plugin instances have been disabled either because they are misconfigured or rely on something else that is';
56$string['somepluginsdisabled'] = 'Some entire plugins have been disabled because they are either misconfigured or rely on something else that is:';
57$string['sure'] = 'Are you sure you want to delete \'$a\'? This cannot be undone.';
58$string['wanttowait_moderate'] = 'Do you want to wait for this transfer? It might take a few minutes';
59$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';
60$string['wait'] = 'Wait';
61?>