mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-15777 - whole database module export rejigged to use files api.
disabled ods and excel export for now until those libraries work with files api. reverted a previous patch I had in this area.
This commit is contained in:
parent
513e0bed18
commit
1bf8c6b2cb
5 changed files with 22 additions and 34 deletions
|
@ -210,6 +210,7 @@ $string['pagesize'] = 'Entries per page';
|
|||
$string['participants'] = 'Participants';
|
||||
$string['picture'] = 'Picture';
|
||||
$string['pleaseaddsome'] = 'Please create some below or <a href=\"$a\">choose a predefined set</a> to get started.';
|
||||
$string['portfolionotfile'] = 'Export to a portfolio rather than a file (csv only)';
|
||||
$string['presetinfo'] = 'Saving as a preset will publish this template. Other users may be able to use it in their databases.';
|
||||
$string['presets'] = 'Presets';
|
||||
$string['radiobutton'] = 'Radio buttons';
|
||||
|
|
|
@ -44,7 +44,6 @@ $string['nonprimative'] = 'A non primative value was passed as a callback argume
|
|||
$string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable';
|
||||
$string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into';
|
||||
$string['portfolio'] = 'Portfolio';
|
||||
$string['portfolionotfile'] = 'Export to a portfolio rather than a file';
|
||||
$string['portfolios'] = 'Portfolios';
|
||||
$string['plugin'] = 'Portfolio Plugin';
|
||||
$string['plugincouldnotpackage'] = 'Failed to package up your data for export';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue