Bug 12461 - Add patron clubs feature
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / permissions.inc
index 4a262b9..7c6275a 100644 (file)
@@ -19,6 +19,7 @@
     [%- CASE 'coursereserves' -%]<span>Course reserves</span>
     [%- CASE 'plugins' -%]<span>Koha plugins</span>
     [%- CASE 'lists' -%]<span>Lists</span>
+    [%- CASE 'clubs' -%]<span>Patron clubs</span>
     [%- END -%]
 [%- END -%]
 
@@ -63,7 +64,7 @@
     [%- CASE 'edit_quotes' -%]<span>Edit quotes for quote-of-the-day feature</span>
     [%- CASE 'export_catalog' -%]<span>Export bibliographic and holdings data</span>
     [%- CASE 'import_patrons' -%]<span>Import patron data</span>
-    [%- CASE 'inventory' -%]<span>Perform inventory (stocktaking) of your catalog</span>
+    [%- CASE 'inventory' -%]<span>Perform inventory of your catalog</span>
     [%- CASE 'items_batchdel' -%]<span>Perform batch deletion of items</span>
     [%- CASE 'items_batchmod' -%]<span>Perform batch modification of items</span>
     [%- CASE 'items_batchmod_restricted' -%]<span>Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required)</span>
@@ -90,6 +91,7 @@
     [%- CASE 'renew_subscription' -%]<span>Renew a subscription</span>
     [%- CASE 'routing' -%]<span>Routing</span>
     [%- CASE 'superserials' -%]<span>Manage subscriptions from any branch (only applies when IndependentBranches is used)</span>
+    [%- CASE 'delete_reports' -%]<span>Delete SQL reports</span>
     [%- CASE 'create_reports' -%]<span>Create SQL reports</span>
     [%- CASE 'execute_reports' -%]<span>Execute SQL reports</span>
     [%- CASE 'add_reserves' -%]<span>Add course reserves</span>
     [%- CASE 'report' -%]<span>Use report plugins</span>
     [%- CASE 'tool' -%]<span>Use tool plugins</span>
     [%- CASE 'delete_public_lists' -%]<span>Delete public lists</span>
+    [%- CASE 'upload_general_files' -%]<span>Upload any file</span>
+    [%- CASE 'upload_manage' -%]<span>Manage uploaded files (<i>Useless without upload_general_files</i>)</span>
+    [%- CASE 'edit_clubs' -%]<span>Create and edit clubs</span>
+    [%- CASE 'edit_templates' -%]<span>Create and edit club templates</span>
+    [%- CASE 'enroll' -%]<span>Enroll patrons in clubs</span>
     [%- END -%]
 [%- END -%]