Bug 8015: (follow-up) add user permissions to all languages
[koha.git] / installer / data / mysql / ru-RU / mandatory / permissions_and_user_flags.sql
index 868c3c0..0ebb745 100644 (file)
@@ -17,7 +17,9 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES
    (14,'editauthorities', 'Разрешение на изменение авторитетных источников',0),
    (15,'serials',         'Разрешение на управление подпиской периодических изданий',0),
    (16,'reports',         'Разрешение на доступ к модулю отчетов',0),
-   (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0)
+   (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0),
+   (18,'coursereserves',  'Course Reserves',0),
+   (19,'plugins',         'Koha plugins', '0')
 ;
 
 TRUNCATE permissions;
@@ -40,6 +42,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (11, 'budget_modify', 'Modify budget (can''t create lines, but can modify existing ones)'),
    (11, 'planning_manage', 'Manage budget plannings'),
    (11, 'order_manage', 'Manage orders & basket'),
+   (11, 'order_manage_all', 'Manage all orders and baskets, regardless of restrictions on them'),
    (11, 'group_manage', 'Manage orders & basketgroups'),
    (11, 'order_receive', 'Manage orders & basket'),
    (11, 'budget_add_del', 'Add and delete budgets (but cant modify budgets)'),
@@ -67,6 +70,8 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (13, 'moderate_tags', 'Moderate patron tags'),
    (13, 'rotating_collections', 'Manage rotating collections'),
    (13, 'upload_local_cover_images', 'Upload local cover images'),
+   (13, 'manage_patron_lists', 'Add, edit and delete patron lists and their contents'),
+   (13, 'marc_modification_templates', 'Manage marc modification templates'),
    (15, 'check_expiration',            'Check the expiration of a serial'),
    (15, 'claim_serials',               'Claim missing serials'),
    (15, 'create_subscription',         'Create a new subscription'),
@@ -75,7 +80,15 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (15, 'receive_serials',             'Serials receiving'),
    (15, 'renew_subscription',          'Renew a subscription'),
    (15, 'routing',                     'Routing'),
+   (15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependantBranches is used)'),
    (16, 'execute_reports', 'Execute SQL reports'),
-   (16, 'create_reports', 'Create SQL Reports')
+   (16, 'create_reports', 'Create SQL Reports'),
+   (18, 'manage_courses', 'Add, edit and delete courses'),
+   (18, 'add_reserves', 'Add course reserves'),
+   (18, 'delete_reserves', 'Remove course reserves'),
+   (19, 'manage', 'Manage plugins ( install / uninstall )'),
+   (19, 'tool', 'Use tool plugins'),
+   (19, 'report', 'Use report plugins'),
+   (19, 'configure', 'Configure plugins')
 ;