mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-29262' of git://github.com/stronk7/moodle
Conflicts: version.php
This commit is contained in:
commit
e0ed91ba39
8 changed files with 122 additions and 33 deletions
|
@ -88,6 +88,7 @@ $string['configgenerallogs'] = 'If enabled logs will be included in backups by d
|
|||
$string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
|
||||
$string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
|
||||
$string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
|
||||
$string['configloglifetime'] = 'This specifies the length of time you want to keep backup logs information. Logs that are older than this age are automatically deleted. It is recommended to keep this value small, because backup logged information can be huge.';
|
||||
$string['confirmcancel'] = 'Cancel backup';
|
||||
$string['confirmcancelquestion'] = 'Are you sure you wish to cancel?
|
||||
Any information you have entered will be lost.';
|
||||
|
@ -126,6 +127,7 @@ $string['generalhistories'] = 'Include histories';
|
|||
$string['generalgradehistories'] = 'Include histories';
|
||||
$string['generallogs'] = 'Include logs';
|
||||
$string['generalroleassignments'] = 'Include role assignments';
|
||||
$string['generalsettings'] = 'General backup settings';
|
||||
$string['generaluserscompletion'] = 'Include user completion information';
|
||||
$string['generalusers'] = 'Include users';
|
||||
$string['importfile'] = 'Import a backup file';
|
||||
|
@ -145,6 +147,7 @@ $string['includeactivities'] = 'Include:';
|
|||
$string['includeditems'] = 'Included items:';
|
||||
$string['includesection'] = 'Section {$a}';
|
||||
$string['includeuserinfo'] = 'User data';
|
||||
$string['loglifetime'] = 'Keep logs for';
|
||||
$string['locked'] = 'Locked';
|
||||
$string['lockedbypermission'] = 'You don\'t have sufficient permissions to change this setting';
|
||||
$string['lockedbyconfig'] = 'This setting has been locked by the default backup settings';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue