Skip to content

Commit

Permalink
MDL-14591 - adding missing portfolio error string
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir_ committed Aug 14, 2008
1 parent 621dca5 commit 91472e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/en_utf8/portfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
$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';
Expand Down

0 comments on commit 91472e0

Please sign in to comment.