From 20e5e5d6bcc91c477290684cd11d4e888bc6c190 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 20 Feb 2020 12:10:03 -0500 Subject: [PATCH] Minor - MigrationMoodle: Add lang vars - refs BT#15992 --- plugin/migrationmoodle/lang/english.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugin/migrationmoodle/lang/english.php b/plugin/migrationmoodle/lang/english.php index af73b128c0..910f4de33d 100644 --- a/plugin/migrationmoodle/lang/english.php +++ b/plugin/migrationmoodle/lang/english.php @@ -7,6 +7,12 @@ $strings['plugin_comment'] = 'Execute a migration process from Moodle data to Ch $strings['MoodlePassword'] = 'Moodle password'; $strings['UninstallError'] = 'An error ocurred while the plugin was uninstalled.'; +$strings['active'] = 'Active'; +$strings['db_host'] = 'Moodle DB host'; +$strings['db_user'] = 'Moodle DB user'; +$strings['db_password'] = 'Moodle DB password'; +$strings['db_name'] = 'Moodle DB name'; + // Tasks $strings['UsersTask'] = 'Users'; $strings['EfcUsersTask'] = 'Users (filtered with username efc*)';