From 43c5b272af7e2282b24f9dfb0d69c0c253a45e81 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 5 Sep 2006 09:16:19 +0000 Subject: [PATCH] New string for blocks --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5