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'; |
11 | $string['confirmexport'] = 'Please confirm the following export'; |
12 | $string['confirmsummary'] = 'Summary of your export'; |
13 | $string['configure'] = 'Configure'; |
14 | $string['continuetoportfolio'] = 'Continue to your portfolio'; |
15 | $string['dontwait'] = 'Don\'t wait'; |
16 | $string['err_uniquename'] = 'Portfolio name must be unique (per plugin)'; |
17 | $string['exporting'] = 'Exporting to portfolio'; |
18 | $string['exportcomplete'] = 'Portfolio export complete!'; |
19 | $string['failedtosendpackage'] = 'Failed to send your data to the selected portfolio system!'; |
67a87e7d |
20 | $string['format_file'] = 'File'; |
21 | $string['format_mbkp'] = 'Moodle Backup'; |
22 | $string['hidden'] = 'Hidden'; |
23 | $string['instancedeleted'] = 'Portfolio deleted successfully'; |
24 | $string['instanceismisconfigured'] = 'Portfolio instance is misconfigured, skipping. Error was: $a'; |
25 | $string['instancenotsaved'] = 'Failed to save portfolio'; |
26 | $string['instancenotdelete'] = 'Failed to delete portfolio'; |
27 | $string['instancesaved'] = 'Portfolio saved successfully'; |
5071079c |
28 | $string['invalidformat'] = 'Something is exporting an invalid format, $a'; |
67a87e7d |
29 | $string['manageportfolios'] = 'Manage portfolios'; |
30 | $string['manageyourportfolios'] = 'Manage your portfolios'; |
31 | $string['noavailableplugins'] = 'Sorry, but there are no available portfolios for you to export to'; |
32 | $string['nocallbackfile'] = 'Something in the module you\'re trying to export from is broken - couldn\'t find a required file ($a)'; |
33 | $string['nocommonformats'] = 'No common formats between any available portfolio plugin and the calling location $a'; |
34 | $string['nopermissions'] = 'Sorry but you do not have the required permissions to export files from this area'; |
35 | $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'; |
36 | $string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable'; |
37 | $string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into'; |
38 | $string['portfolio'] = 'Portfolio'; |
39 | $string['portfolios'] = 'Portfolios'; |
40 | $string['plugin'] = 'Portfolio Plugin'; |
41 | $string['plugincouldnotpackage'] = 'Failed to package up your data for export'; |
42 | $string['returntowhereyouwere'] = 'Return to where you were'; |
43 | $string['save'] = 'Save'; |
44 | $string['selectedformat'] = 'Selected export format'; |
45 | $string['selectedwait'] = 'Selected to wait?'; |
46 | $string['selectplugin'] = 'Select portfolio plugin to export to'; |
47 | $string['someinstancesdisabled'] = 'Some configured plugin instances have been disabled either because they are misconfigured or rely on something else that is'; |
48 | $string['somepluginsdisabled'] = 'Some entire plugins have been disabled because they are either misconfigured or rely on something else that is:'; |
49 | $string['sure'] = 'Are you sure you want to delete \'$a\'? This cannot be undone.'; |
50 | $string['wanttowait_moderate'] = 'Do you want to wait for this transfer? It might take a few minutes'; |
51 | $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'; |
52 | $string['wait'] = 'Wait'; |
53 | ?> |