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