From 194702f99be0745b3276cc0d375859851257c287 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Sat, 12 Dec 2009 13:21:59 +0000 Subject: [PATCH] lang/portfolio MDL-20897 Add missing lang strings For new portfolio formats --- lang/en_utf8/portfolio.php | 4 ++++ 1 file changed, 4 insertions(+) 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'; -- 2.39.5