~ubuntu-branches/ubuntu/natty/moodle/natty

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Tomasz Muras
  • Date: 2010-10-30 12:19:28 UTC
  • mfrom: (1.1.12 upstream) (3.1.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101030121928-qzobi6mctpnk4dif
Tags: 1.9.9.dfsg2-2
* Added Romanian translation
* Updated Japanese translation (closes: #596820)
* Backporting security fixes from Moodle 1.9.10 (closes: #601384)
   - Updated embedded CAS to 1.1.3
   - Added patch for MDL-24523:
     clean_text() not filtering text in markdown format
   - Added patch for MDL-24810 and upgraded customized HTML Purifier to 4.2.0 
   - Added patch for MDL-24258:
     students can delete their forum posts later than $CFG->maxeditingtime 
     under certain conditions
   - Added patch for MDL-23377:
     Can't delete quiz attempts in course without enrolled students

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Template: moodle/local_only
2
 
Type: boolean
3
 
Default: true
4
 
_Description: Should access to this Moodle server be restricted to localhost?
5
 
 If access is restricted to localhost, other computers will be prevented from
6
 
 connecting to this Moodle site. If you wish for others to be able to use this
7
 
 Moodle site you must not restrict access to localhost.
8
 
 .
9
 
 Note: Opening your system to connections from remote hosts may have security
10
 
 implications.
11
 
 
12
 
Template: moodle/fqdn_check
13
 
Type: boolean
14
 
Default: true
15
 
_Description: Is your FQDN correct?
16
 
 Moodle will be configured to use this system's Fully Qualified Domain Name
17
 
 (FQDN). This must be correct, and you cannot easily change this after your
18
 
 Moodle installation is complete.
19
 
 .
20
 
 The command 'hostname --fqdn' will display your system's current FQDN.
21
 
 .
22
 
 If your FQDN is incorrect, you should change the FQDN and use 'sudo
23
 
 dpkg-reconfigure moodle' later to complete the Moodle configuration.
24
 
 
25
 
Template: moodle/https_only
26
 
Type: boolean
27
 
Default: false
28
 
_Description: Should https be required to access this Moodle server?
29
 
 If you elect to use https, you must have Apache's SSL module enabled and
30
 
 configured in order to complete the Moodle installation after this
31
 
 configuration script ends.
32
 
 .
33
 
 Note: Requiring https will have a slight impact on your Moodle site's
34
 
 performance.
35
 
 .
36
 
 
37
 
Template: moodle/db_server
38
 
Type: select
39
 
Choices: postgresql, mysql-server
40
 
Default: postgresql
41
 
_Description: Database server software for Moodle:
42
 
 Moodle can work with either MySQL or PostgreSQL. Please choose which
43
 
 one you want to use (and check that it is installed before continuing).
44
 
 .
45
 
 Select 'Cancel' if you want to complete the Moodle configuration completely
46
 
 manually. (This is not recommended.)
47
 
 
48
 
Template: moodle/db_create
49
 
Type: boolean
50
 
Default: true
51
 
_Description: Should a default database be created for Moodle on localhost?
52
 
 If you do not create a default database, you must create the database and
53
 
 configure access to it manually.
54
 
 
55
 
Template: moodle/db_host
56
 
Type: string
57
 
Default: localhost
58
 
_Description: Database server hostname:
59
 
 Please enter the hostname of the database server host.
60
 
 
61
 
Template: moodle/dba_password
62
 
Type: password
63
 
_Description: root's MySQL password:
64
 
 Please enter root's MySQL password, which is needed for
65
 
 the database creation.
66
 
 .
67
 
 (This password was set (or left blank) when you installed mysql-server.)
68
 
 
69
 
Template: moodle/dba_confirm
70
 
Type: password
71
 
_Description: root's MySQL password confirmation:
72
 
 Please confirm the password in order to continue.
73
 
 
74
 
Template: moodle/pwmismatch
75
 
Type: note
76
 
_Description: Password mismatch
77
 
 The password and its confirmation do not match. Please
78
 
 reenter the passwords.
79
 
 
80
 
Template: moodle/pwempty
81
 
Type: note
82
 
_Description: Password is empty
83
 
 Your password must not be empty. Please reenter your password.
84
 
 
85
 
Template: moodle/pwillegalchar
86
 
Type: note
87
 
_Description: Illegal password character
88
 
 The password you specified has at least one of the following disallowed characters: '  "  \
89
 
 
90
 
Template: moodle/dbu_name
91
 
Type: string
92
 
Default: moodle
93
 
_Description: Database owner username:
94
 
 Please enter the username of the Moodle database owner.
95
 
 
96
 
Template: moodle/dbu_password
97
 
Type: password
98
 
_Description: Moodle database password:
99
 
 Please enter the password of the Moodle database.
100
 
 .
101
 
 This password will appear in Moodle's config.php file:
102
 
  you should not re-use a password from elsewhere,
103
 
  you will not need to remember this password after this installation, and
104
 
  you should choose a strong password with letters, numbers, and symbols.
105
 
 .
106
 
 (This password cannot be blank.)
107
 
 
108
 
Template: moodle/dbu_confirm
109
 
Type: password
110
 
_Description: Moodle database password confirmation:
111
 
 Please confirm the password of the Moodle database.
112
 
 
113
 
Template: moodle/notconfigured
114
 
Type: note
115
 
_Description: Warning - Moodle is not configured
116
 
 Please note that you have not completed the Moodle configuration. In order to
117
 
 complete it, please use "sudo dpkg --configure moodle" later.
118
 
 
119
 
Template: moodle/db_populate
120
 
Type: note
121
 
_Description: Warning - Moodle database not populated.
122
 
 This install script may create the Moodle database, but the database needs to
123
 
 be populated by Moodle itself. Please launch Moodle immediately after this
124
 
 installation completes:
125
 
 .
126
 
 http://localhost/moodle/admin or http://<FQDN>/moodle/admin
127
 
 
128
 
Template: moodle/config_php_created
129
 
Type: note
130
 
_Description: Moodle config.php created
131
 
 This install script will create Moodle's config.php file, but the Moodle
132
 
 database will not be created or populated. You must create the Moodle database
133
 
 and then launch Moodle immediately to complete the installation.
134
 
 .
135
 
 (The database configuration you've specified can be seen in /etc/moodle/config.php.)
 
1
# These templates have been reviewed by the debian-l10n-english
 
2
# team
 
3
#
 
4
# If modifications/additions/rewording are needed, please ask
 
5
# debian-l10n-english@lists.debian.org for advice.
 
6
#
 
7
# Even minor modifications require translation updates and such
 
8
# changes should be coordinated with translators and reviewers.
 
9
 
 
10
Template: moodle/www
 
11
Type: string
 
12
Default: http://localhost/moodle
 
13
_Description: URL for the Moodle site:
 
14
 Please enter the URL from which Moodle should serve pages.
 
15
 .
 
16
 The moodle package does not perform any automatic web server configuration,
 
17
 but does provide basic configuration templates for Apache.
136
18