From: Dan Poltawski <dan.poltawski@lancaster.ac.uk> Date: Sat, 12 Dec 2009 13:21:59 +0000 (+0000) Subject: lang/portfolio MDL-20897 Add missing lang strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=194702f99be0745b3276cc0d375859851257c287;p=moodle.git lang/portfolio MDL-20897 Add missing lang strings For new portfolio formats --- diff --git a/lang/en_utf8/portfolio.php b/lang/en_utf8/portfolio.php index ed8e471dcf..a18e3d7296 100644 --- a/lang/en_utf8/portfolio.php +++ b/lang/en_utf8/portfolio.php @@ -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';