Skip to content

Commit

Permalink
string update capabilities & role
Browse files Browse the repository at this point in the history
  • Loading branch information
eynimeni committed Dec 15, 2023
1 parent 816c8f3 commit ddd6946
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lang/de/local_adele.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
// Capabilities.
$string['adele:edit'] = 'Adele bearbeiten';
$string['adele:view'] = 'Adele anzeigen';
$string['adele:canmanage'] = 'Darf Adele Plugins managen';

// Role.
$string['adeleroledescription'] = 'Adele Verwalter/in';


// Vue component route not found.
$string['route_not_found_site_name'] = 'Fehler: Seite (Route) nicht gefunden!';
Expand Down
4 changes: 4 additions & 0 deletions lang/en/local_adele.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
// Capabilities.
$string['adele:edit'] = 'Edit adele';
$string['adele:view'] = 'View adele';
$string['adele:canmanage'] = 'Is allowed to manage Adele Plugins';

// Role.
$string['adeleroledescription'] = 'Adele Manager';

// Vue component route not found.
$string['route_not_found_site_name'] = 'Error: Page (route) not found!';
Expand Down

0 comments on commit ddd6946

Please sign in to comment.