~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to lang/nl/block_course_list.php

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP // $Id$ 
2
 
      // block_course_list.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
3
 
 
4
 
 
5
 
$string['allcourses'] = 'Beheerder ziet alle cursussen';
6
 
$string['blockname'] = 'Cursussenlijst';
7
 
$string['configadminview'] = ' ';
8
 
$string['owncourses'] = 'Beheerder ziet eigen cursussen';
9
 
 
10
 
?>