]> git.mjollnir.org Git - moodle.git/commitdiff
missing string
authorkoenr <koenr>
Wed, 26 Jan 2005 14:50:58 +0000 (14:50 +0000)
committerkoenr <koenr>
Wed, 26 Jan 2005 14:50:58 +0000 (14:50 +0000)
lang/nl/block_course_summary.php

index 2060f22e832c53001b9bad9b657848d5fcc72192..94795150e3a01451192bbf3a7c63d9b87c921882 100644 (file)
@@ -1,11 +1,8 @@
 <?PHP // $Id$ 
-      // block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004111000)
+      // block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005012501)
 
 
-$string['blockname'] = 'Samenvatting van het vak';
+$string['coursesummary'] = 'Vakbeschrijving';
 $string['pagedescription'] = 'Vak- / sitebeschrijving';
-$string['thischarset'] = 'iso-8859-1';
-$string['thisdirection'] = 'ltr';
-$string['thislanguage'] = 'Nederlands';
 
 ?>