From 1bdacf270629ace27dadefab58ae257f6a87b13d Mon Sep 17 00:00:00 2001 From: scyrma Date: Thu, 29 Nov 2007 06:00:33 +0000 Subject: [PATCH] MDL-12093 : new strings to get locale-aware popup windows. --- lang/en_utf8/moodle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 3d543d750d..48ed419bb5 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -227,6 +227,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'; @@ -1155,6 +1156,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'; -- 2.39.5