From: defacer Date: Mon, 8 Nov 2004 19:21:23 +0000 (+0000) Subject: Latest changes for the blocks/pages features. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4362b3997823ce6fd73f42da8e7745c25e2c8a05;p=moodle.git Latest changes for the blocks/pages features. NOTE TO TRANSLATORS: Please do not be quick to translate this. It may still change. --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 61fd973796..086aed1217 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -117,7 +117,6 @@ $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) $string['backupusershelp'] = 'Select whether you want to include all the users in the server or only the needed users for each course'; $string['backupversion'] = 'Backup Version'; $string['blockconfiga'] = 'Configuring a $a block'; -$string['blockconfigin'] = 'Course: Configuring a block in $a'; $string['blockconfigbad'] = 'This block has not been implemented correctly and thus cannot provide a configuration interface.'; $string['blockdeleteconfirm'] = 'You are about to completely delete the block \'$a\'. This will completely delete everything in the database associated with this block. Are you SURE you want to continue?'; $string['blockdeletefiles'] = 'All data associated with the block \'$a->block\' has been deleted from the database. To complete the deletion (and prevent the block re-installing itself), you should now delete this directory from your server: $a->directory'; @@ -808,6 +807,7 @@ $string['order'] = 'Order'; $string['other'] = 'Other'; $string['outline'] = 'Outline'; $string['page'] = 'Page'; +$string['pageheaderconfigablock'] = 'Configuring a block in %%fullname%%'; $string['participants'] = 'Participants'; $string['password'] = 'Password'; $string['passwordchanged'] = 'Password has been changed';