~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/de/label.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?PHP // $Id$ 
2
 
      // label.php - created with Moodle 1.2 development (2004020300)
3
 
 
4
 
 
5
 
$string['labeltext'] = 'Text der Einf�hrung';
6
 
$string['modulename'] = 'Einf�hrung';
7
 
$string['modulenameplural'] = 'Einf�hrung';
 
2
      // label.php - created with Moodle 1.4.3 (2004083130)
 
3
 
 
4
 
 
5
$string['labeltext'] = 'Inhalt f�r Textfeld auf Kursseite';
 
6
$string['modulename'] = 'Erl�uterung';
 
7
$string['modulenameplural'] = 'Erl�uterungen';
8
8
 
9
9
?>