diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index f9dd9708571..99a7db66620 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -226,6 +226,7 @@ $string['clamquarantinedirfailed'] = 'Could not move the file into your specifie $string['clamunknownerror'] = 'There was an unknown error with clam.'; $string['cleaningtempdata'] = 'Cleaning temp data'; $string['clicktochange'] = 'Click to change'; +$string['clickhere'] = 'Click here ...'; $string['closewindow'] = 'Close this window'; $string['comparelanguage'] = 'Compare and edit current language'; $string['complete'] = 'Complete'; @@ -1153,6 +1154,8 @@ $string['policyaccept'] = 'I understand and agree'; $string['policyagree'] = 'You must agree to this policy to continue using this site. Do you agree?'; $string['policyagreement'] = 'Site Policy Agreement'; $string['policyagreementclick'] = 'Click here to read the Site Policy Agreement'; +$string['popup'] = 'popup'; +$string['popupwindowname'] = 'Popup window'; $string['popupwindow'] = 'Open file in new window'; $string['post'] = 'Post'; $string['posts'] = 'Posts';