|
173 | 173 | $string['settings:minimumage_help'] = 'Minimum age that a object must exist on the local filedir before it will be considered for transfer.'; |
174 | 174 | $string['settings:deleteexternal'] = 'Delete external objects'; |
175 | 175 | $string['settings:deleteexternal_help'] = 'Delete external objects when the file is deleted in Moodle. This is not recommended if you intend to share one object store between multiple environments, however this is a requirement for GDPR compliance. |
176 | | -<br/>Delete external file on orphan clean-up - This will delete the external file when the delete orphaned metadata task task runs. |
177 | | -<br/>Delete completely - will tell the external storage to delete the file immediately - (use with caution! - if the same file is being uploaded while being deleted issues could occur.)'; |
| 176 | +<br/>Delete external file on orphan clean-up - This will delete the external file when the delete orphaned metadata task runs. |
| 177 | +<br/>Delete completely - will tell the external storage to delete the file immediately - (use with caution! - if the same file is being uploaded while being deleted, issues could occur.)'; |
178 | 178 | $string['settings:deletelocal'] = 'Delete local objects'; |
179 | 179 | $string['settings:deletelocal_help'] = 'Delete local objects once they are in external object storage after the consistency delay.'; |
180 | 180 | $string['settings:consistencydelay'] = 'Consistency delay'; |
|
249 | 249 | $string['presignedurl_testing:checkclientsettings'] = 'Check client settings at '; |
250 | 250 | $string['presignedurl_testing:checkfssettings'] = 'Check filesystem settings at '; |
251 | 251 |
|
252 | | -$string['settings:connectionsuccess'] = 'Could establish connection to the external object storage.'; |
253 | | -$string['settings:connectionfailure'] = 'Could not establish connection to the external object storage. {$a}'; |
254 | | -$string['settings:writefailure'] = 'Could not write object to the external object storage. '; |
255 | | -$string['settings:readfailure'] = 'Could not read object from the external object storage. '; |
256 | | -$string['settings:deletesuccess'] = 'Could delete object from the external object storage - It is not recommended for the user to have delete permissions. '; |
257 | | -$string['settings:deleteerror'] = 'Could not delete object from the external object storage. '; |
| 252 | +$string['settings:connectionsuccess'] = 'Could establish connection to object storage. '; |
| 253 | +$string['settings:connectionfailure'] = 'Could not establish connection to object storage. {$a}'; |
| 254 | +$string['settings:writefailure'] = 'Could not write permissions check file from object storage. '; |
| 255 | +$string['settings:connectionreadfailure'] = 'Could not read connection check file from object storage. '; |
| 256 | +$string['settings:permissionreadfailure'] = 'Could not read permissions check file from object storage. '; |
| 257 | +$string['settings:deletesuccess'] = 'Could delete file from object storage - It is not recommended for the user to have delete permissions. '; |
| 258 | +$string['settings:deleteerror'] = 'Could not delete permissions check file from object storage. '; |
258 | 259 | $string['settings:permissioncheckpassed'] = 'Permissions check passed.'; |
259 | | -$string['settings:handlernotset'] = '$CFG->alternative_file_system_class is not set, the file system will not be able to read from the external object storage. Background tasks can still function.'; |
| 260 | +$string['settings:handlernotset'] = '$CFG->alternative_file_system_class is not set, the file system will not be able to read from object storage. Background tasks can still function.'; |
260 | 261 |
|
261 | 262 | $string['settings:testingheader'] = 'Test Settings'; |
262 | 263 | $string['settings:testingdescr'] = 'This setting is mainly for testing purposes and introduces overhead to check the location.'; |
|
0 commit comments