mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-14591 - adding missing portfolio error string
This commit is contained in:
parent
621dca51f8
commit
91472e08ba
@ -44,6 +44,7 @@ $string['nocommonformats'] = 'No common formats between any available portfolio
|
||||
$string['nopermissions'] = 'Sorry but you do not have the required permissions to export files from this area';
|
||||
$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';
|
||||
$string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable';
|
||||
$string['notimplemented'] = 'Sorry, but you are trying to export content in some format that is not yet implemented ($a)';
|
||||
$string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into';
|
||||
$string['portfolio'] = 'Portfolio';
|
||||
$string['portfolios'] = 'Portfolios';
|
||||
|
Loading…
x
Reference in New Issue
Block a user