Skip to content

Commit

Permalink
Strings for the competency progress widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithyanandan-lms committed May 2, 2024
1 parent 8b711c5 commit 4523e9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion lang/en/block_dash.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,4 +859,15 @@

$string['managedashaddonplugins'] = "Manage Dash addon plugins";
$string['dashaddonpluginname'] = 'Dash addon name';
$string['hideshow'] = 'Hide/Show';
$string['hideshow'] = 'Hide/Show';
// ...Dashaddon skill graph strings.
$string['managecapabilitymissing'] = 'Require capability "moodle/competency:competencymanage" to access the page is missing';
$string['managecompentency'] = 'Manage competencies appearance';
$string['totalprogress'] = 'Total progress';
$string['setup'] = 'Setup';
$string['compentenciesnotfound'] = 'Competency not found.';
$string['competencyappearance'] = 'Competency appearances';
$string['competencyheading'] = 'Setup competency appearance';
$string['competencycolor'] = 'Competency color';
$string['competencyimage'] = 'Competency image';
$string['datasource:competency_progress_widget'] = 'Competency breakdown progress widget';
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
* Version details
*
* @package block_dash
* @copyright 2020 onwards bdecent gmbh <https://bdecent.de>
* @copyright 2022 bdecent gmbh <https://bdecent.de>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024042800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022112800; // Requires Moodle 4.1.
$plugin->version = 2024042501; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021051700; // Requires this Moodle version.
$plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.13';
$plugin->supported = [401, 403];
$plugin->supported = [311, 401];

0 comments on commit 4523e9e

Please sign in to comment.