]> git.mjollnir.org Git - moodle.git/commitdiff
New string for blocks
authormoodler <moodler>
Tue, 5 Sep 2006 09:16:19 +0000 (09:16 +0000)
committermoodler <moodler>
Tue, 5 Sep 2006 09:16:19 +0000 (09:16 +0000)
lang/en_utf8/moodle.php

index 095ad8ddbf2a47f942c9c45d181eadfe14337fec..8a4dd8a2d2d792256134ea6e5cfd18e9f0d1ea17 100644 (file)
@@ -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';