From 6c2eeff9b974c2ff326848d1ceb253acfe233bb0 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 30 May 2004 23:28:20 +0000 Subject: [PATCH] language strings for duplicating --- lang/en/moodle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 5e1f229b26..98559766ce 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -278,6 +278,9 @@ $string['down'] = 'Down'; $string['downloadexcel'] = 'Download in Excel format'; $string['downloadtext'] = 'Download in text format'; $string['doyouagree'] = 'Have you read these conditions and understood them?'; +$string['duplicate'] = 'Duplicate'; +$string['duplicatinga'] = 'Duplicating: $a'; +$string['duplicatingain'] = 'Duplicating $a->what in $a->in'; $string['edit'] = 'Edit $a'; $string['editcoursesettings'] = 'Edit course settings'; $string['editfiles'] = 'Edit files'; -- 2.39.5