You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$string['privacy:metadata:auth_oauth2'] = 'The repository uses a user specific access token (called confirmation token), provided by the oauthlib, saved in the session to access files.';
45
+
$string['privacy:metadata'] = 'The ownCloud repository plugin neither stores any personal data nor transmits user data to the remote system.';
46
46
$string['internal'] = 'Internal (files stored in Moodle)';
47
47
$string['external'] = 'External (only links stored in Moodle)';
48
48
$string['both'] = 'Internal and external';
@@ -59,3 +59,11 @@
59
59
$string['cannotconnect'] = 'The user could not be authenticated, please log in and then upload the file.';
60
60
$string['filenotaccessed'] = 'The requested file could not be accessed. Please check whether you have chosen a valid file and you are authenticated with the right account.';
61
61
$string['couldnotmove'] = 'The requested file could not be moved in the {$a} folder.';
62
+
63
+
// Migrations.
64
+
$string['migrationexplanation'] = 'Starting with Moodle 3.6, the ownCloud repository is integrated into Moodle and is now called Nextcloud repository. It caters for both ownCloud and Nextcloud. As a consequence, this plugin is not maintained anymore. Please migrate files and configuration to the newer repository plugin using the following option.';
65
+
$string['migrationlink'] = 'Start migration';
66
+
$string['migration'] = 'Migrate repository';
67
+
$string['owncloudfilesmigrated'] = 'All configuration and files have been migrated to the Nextcloud repository. The ownCloud repository plugin can be deleted safely.';
68
+
$string['owncloudfilesnotmigrated'] = 'An error occurred when trying to migrate all configuration and files to the Nextcloud repository.';
69
+
$string['confirmmigration'] = 'Are you sure you want to migrate all configuration and files to the Nextcloud repository? The Nextcloud repository must be installed for files to continue working as before. Warning: This action cannot be undone!';
0 commit comments