~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/nl/webquest.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP // $Id: webquest.php,v 1.1 2003/12/22 19:22:56 koenr Exp $ 
2
 
      // webquest.php - created with Moodle 1.2 development (2003102200)
3
 
 
4
 
 
5
 
$string['modulename'] = "webquest";
6
 
$string['modulenameplural'] = "webquests";
 
1
<?PHP // $Id$ 
 
2
      // webquest.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
 
3
 
 
4
 
 
5
$string['modulename'] = 'webquest';
 
6
$string['modulenameplural'] = 'webquests';
 
7
$string['thischarset'] = 'iso-8859-1';
 
8
$string['thisdirection'] = 'ltr';
 
9
$string['thislanguage'] = 'Nederlands';
7
10
 
8
11
?>