]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14591 - adding missing portfolio error string
authormjollnir_ <mjollnir_>
Thu, 14 Aug 2008 09:14:18 +0000 (09:14 +0000)
committermjollnir_ <mjollnir_>
Thu, 14 Aug 2008 09:14:18 +0000 (09:14 +0000)
lang/en_utf8/portfolio.php

index 23c808ef8f9cbd99603c8e3c42a0277d0452add8..d9341351a1cb6c291d93df78968c848d02a406c9 100644 (file)
@@ -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';