-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
154 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
'view_usermgmt' => 'Benutzerverwaltung: Benutzer und Rollen betrachten', | ||
'usermgmt_manage_users' => 'Benutzerverwaltung: Benutzer erstellen, bearbeiten und löschen', | ||
'usermgmt_manage_roles' => 'Benutzerverwaltung: Rollen erstellen, bearbeiten und löschen', | ||
|
||
'configure_common_settings' => 'Allgemeine Einstellungen konfigurieren', | ||
|
||
'create_badges' => 'Badges: Badges erstellen', | ||
|
||
'view_fundraising_donors_donations' => 'Spendenverwaltung: Spender & Spenden betrachten', | ||
'manage_fundraising_donors_donations' => 'Spendenverwaltung: Spender & Spenden verwalten', | ||
'view_fundraising_reports' => 'Spendenverwaltung: Berichte betrachten', | ||
'accept_fundraising_donations_webhooks' => 'Spendenverwaltung: Webhooks akzeptieren', | ||
|
||
'view_transactions' => 'Buchhaltung: Transaktionen betrachten', | ||
'create_transactions' => 'Buchhaltung: Transaktionen erfassen', | ||
'update_transactions' => 'Buchhaltung: Transaktionen bearbeiten', | ||
'update_transaction_metadata' => 'Buchhaltung: Metadaten von Transaktionen bearbeiten', | ||
'delete_transactions' => 'Buchhaltung: Transaktionen löschen', | ||
'book_externally' => 'Buchhaltung: Transaktionen extern verbuchen', | ||
'view_summary' => 'Buchhaltung: Zusammenfassung ansehen', | ||
'manage_suppliers' => 'Buchhaltung: Lieferanten verwalten', | ||
'view_budgets' => 'Buchhaltung: Budgets ansehen', | ||
'manage_budgets' => 'Buchhaltung: Budgets verwalten', | ||
'configure_accounting' => 'Buchhaltung: Einstellungen bearbeiten', | ||
|
||
'view_community_volunteers' => 'Community Volunteers: Community Volunteers betrachten', | ||
'manage_community_volunteers' => 'Community Volunteers: Community Volunteers verwalten', | ||
|
||
'register_visitors' => 'Besucher: Registrieren', | ||
'export_visitors' => 'Besucher: Exportieren', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
'view_usermgmt' => 'User management: View users and roles', | ||
'usermgmt_manage_users' => 'User management: Create, edit and delete users', | ||
'usermgmt_manage_roles' => 'User management: Create, edit and delete roles', | ||
|
||
'configure_common_settings' => 'Configure common settings', | ||
|
||
'create_badges' => 'Badges: Create badges', | ||
|
||
'view_fundraising_donors_donations' => 'Donation management: View donors & donations', | ||
'manage_fundraising_donors_donations' => 'Donation management: Manage donors & donations', | ||
'view_fundraising_reports' => 'Donation management: View reports', | ||
'accept_fundraising_donations_webhooks' => 'Donation management: Accept Webhooks', | ||
|
||
'view_transactions' => 'Accounting: View transactions', | ||
'create_transactions' => 'Accounting: Register transactions', | ||
'update_transactions' => 'Accounting: Edit transactions', | ||
'update_transaction_metadata' => 'Accounting: Edit metadata of transactions', | ||
'delete_transactions' => 'Accounting: Delete transactions', | ||
'book_externally' => 'Accounting: Book transactions externally', | ||
'view_summary' => 'Accounting: View summary', | ||
'manage_suppliers' => 'Accounting: Manage suppliers', | ||
'view_budgets' => 'Accounting: View budgets', | ||
'manage_budgets' => 'Accounting: Manage budgets', | ||
'configure_accounting' => 'Accounting: Configure settings', | ||
|
||
'view_community_volunteers' => 'Community volunteers: View community volunteers', | ||
'manage_community_volunteers' => 'Community volunteers: Manage community volunteers', | ||
|
||
'register_visitors' => 'Visitors: Register', | ||
'export_visitors' => 'Visitors: Export', | ||
]; |
Oops, something went wrong.