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

« back to all changes in this revision

Viewing changes to lang/en/enrol_paypal.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
 
 
3
 
$string['business'] = 'The email address of your business Paypal account';
4
 
$string['description'] = 'The Paypal module allows you to set up paid courses.  If the cost for any course is zero, then students are not asked to pay for entry.  There is a site-wide cost that you set here as a default for the whole site and then a course setting that you can set for each course individually. The course cost overrides the site cost.';
5
 
$string['enrolname'] = 'Paypal';
6
 
$string['sendpaymentbutton'] = 'Send payment via Paypal';
7
 
$string['costorkey'] = 'Please choose one of the following methods of enrolment.';
8
 
 
9
 
?>