~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lang/en/backup.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
$string['backupformatimscc1'] = 'IMS Common Cartridge 1.0';
50
50
$string['backupformatimscc11'] = 'IMS Common Cartridge 1.1';
51
51
$string['backupformatunknown'] = 'Unknown format';
 
52
$string['backuplog'] = 'Technical information and warnings';
52
53
$string['backupmode'] = 'Mode';
53
54
$string['backupmode10'] = 'General';
54
55
$string['backupmode20'] = 'Import';
86
87
$string['configgeneralfilters'] = 'Sets the default for including filters in a backup.';
87
88
$string['configgeneralhistories'] = 'Sets the default for including user history within a backup.';
88
89
$string['configgenerallogs'] = 'If enabled logs will be included in backups by default.';
 
90
$string['configgeneralquestionbank'] = 'If enabled the question bank will be included in backups by default. PLEASE NOTE: Disabling this setting will disable the backup of activities which use the question bank, such as the quiz.';
89
91
$string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
90
92
$string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
91
93
$string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
115
117
$string['errorrestorefrontpage'] = 'Restoring over front page is not allowed.';
116
118
$string['errorinvalidformat'] = 'Unknown backup format';
117
119
$string['errorinvalidformatinfo'] = 'The selected file is not a valid Moodle backup file and can\'t be restored.';
 
120
$string['errortgznozlib'] = 'The selected file is in the new backup format and cannot be restored because the zlib PHP extension is not available on this system.';
118
121
$string['executionsuccess'] = 'The backup file was successfully created.';
119
122
$string['filename'] = 'Filename';
120
123
$string['filealiasesrestorefailures'] = 'Aliases restore failures';
136
139
$string['generalhistories'] = 'Include histories';
137
140
$string['generalgradehistories'] = 'Include histories';
138
141
$string['generallogs'] = 'Include logs';
 
142
$string['generalquestionbank'] = 'Include question bank';
139
143
$string['generalroleassignments'] = 'Include role assignments';
 
144
$string['generalquestionbank'] = 'Include question bank';
140
145
$string['generalsettings'] = 'General backup settings';
141
146
$string['generaluserscompletion'] = 'Include user completion information';
142
147
$string['generalusers'] = 'Include users';
 
148
$string['hidetypes'] = 'Hide type options';
143
149
$string['importgeneralsettings'] = 'General import defaults';
144
150
$string['importgeneralmaxresults'] = 'Maximum number of courses listed for import';
145
151
$string['importgeneralmaxresults_desc'] = 'This controls the number of courses that are listed during the first step of the import process';
174
180
$string['norestoreoptions'] = 'There are no categories or existing courses you can restore to.';
175
181
$string['originalwwwroot'] = 'URL of backup';
176
182
$string['previousstage'] = 'Previous';
 
183
$string['preparingui'] = 'Preparing to display page';
 
184
$string['preparingdata'] = 'Preparing data';
177
185
$string['qcategory2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
178
186
$string['qcategorycannotberestored'] = 'The questions category "{$a->name}" cannot be created by restore';
179
187
$string['question2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
226
234
$string['rootsettingcomments'] = 'Include comments';
227
235
$string['rootsettingcalendarevents'] = 'Include calendar events';
228
236
$string['rootsettinguserscompletion'] = 'Include user completion details';
 
237
$string['rootsettingquestionbank'] = 'Include question bank';
229
238
$string['rootsettinglogs'] = 'Include course logs';
230
239
$string['rootsettinggradehistories'] = 'Include grade history';
231
240
$string['rootsettingimscc1'] = 'Convert to IMS Common Cartridge 1.0';
244
253
$string['setting_course_startdate'] = 'Course start date';
245
254
$string['setting_keep_roles_and_enrolments'] = 'Keep current roles and enrolments';
246
255
$string['setting_keep_groups_and_groupings'] = 'Keep current groups and groupings';
 
256
$string['showtypes'] = 'Show type options';
247
257
$string['skiphidden'] = 'Skip hidden courses';
248
258
$string['skiphiddenhelp'] = 'Choose whether or not to skip hidden courses';
249
259
$string['skipmodifdays'] = 'Skip courses not modified since';