From: moodler Date: Tue, 5 Sep 2006 09:16:19 +0000 (+0000) Subject: New string for blocks X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43c5b272af7e2282b24f9dfb0d69c0c253a45e81;p=moodle.git New string for blocks --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 095ad8ddbf..8a4dd8a2d2 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -152,6 +152,7 @@ $string['blockconfiga'] = 'Configuring a $a block'; $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'; +$string['block'] = 'Block'; $string['blocks'] = 'Blocks'; $string['blocksaddedit'] = 'Add/Edit Blocks'; $string['blockseditoff'] = 'Blocks editing off';