]> git.mjollnir.org Git - moodle.git/commitdiff
lang/portfolio MDL-20897 Add missing lang strings
authorDan Poltawski <dan.poltawski@lancaster.ac.uk>
Sat, 12 Dec 2009 13:21:59 +0000 (13:21 +0000)
committerDan Poltawski <dan.poltawski@lancaster.ac.uk>
Sat, 12 Dec 2009 13:21:59 +0000 (13:21 +0000)
For new portfolio formats

lang/en_utf8/portfolio.php

index ed8e471dcf65695fc469b18f0d752da102ab5a67..a18e3d72968bfab895e30cc734a317f4d9343aef 100644 (file)
@@ -44,9 +44,13 @@ $string['failedtosendpackage'] = 'Failed to send your data to the selected portf
 $string['failedtopackage'] = 'Could not find files to package';
 $string['filedenied'] = 'Access denied to this file';
 $string['filenotfound'] = 'File not found';
+$string['format_document'] = 'Document';
 $string['format_file'] = 'File';
 $string['format_richhtml'] = 'HTML with attachments';
+$string['format_pdf'] = 'PDF';
 $string['format_plainhtml'] = 'HTML';
+$string['format_presentation'] = 'Presentation';
+$string['format_spreadsheet'] = 'Spreadsheet';
 $string['format_image'] = 'Image';
 $string['format_mbkp'] = 'Moodle Backup Format';
 $string['format_video'] = 'Video';