Bug 14298: Add perms for other languages

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2015-09-14 10:50:12 +01:00 committed by Tomas Cohen Arazi
parent 8548c6acf9
commit a888b372f9
8 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Überfälligkeiten-Report ausführen'),
( 1, 'force_checkout', 'Ausleihsperren übergehen'),
( 1, 'manage_restrictions', 'Kontosperre "Gesperrt" aufheben'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Übrige Administrationsberechtigungen'),
( 3, 'manage_circ_rules', 'Ausleihkonditionen verwalten'),
( 6, 'place_holds', 'Vormerkungen für Benutzer setzen'),

View file

@ -4,6 +4,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Execute overdue items report'),
( 1, 'force_checkout', 'Force checkout if a limitation exists'),
( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
( 3, 'manage_circ_rules', 'manage circulation rules'),
( 6, 'place_holds', 'Place holds for patrons'),

View file

@ -4,6 +4,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Executer le rapport de retards'),
( 1, 'force_checkout', 'Forcer le prêt si une limitation existe'),
( 1, 'manage_restrictions', 'Gérer les suspensions d\'un utilisateur'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Paramètres du système restants'),
( 3, 'manage_circ_rules', 'Gestion des règles de circulation'),
( 6, 'place_holds', 'Réserver pour des adhérents'),

View file

@ -4,6 +4,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Esegui report per prestiti scaduti'),
( 1, 'force_checkout', 'Sblocca il prestito'),
( 1, 'manage_restrictions', 'Gestisci restrizioni per utenti'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Permessi rimanenti'),
( 3, 'manage_circ_rules', 'Gestisci regole circolazione'),
( 6, 'place_holds', 'Fai prenotazioni per gli utenti'),

View file

@ -24,6 +24,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Execute overdue items report'),
( 1, 'force_checkout', 'Force checkout if a limitation exists'),
( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Øvrige rettigheter knyttet til systempreferanser'),
( 3, 'manage_circ_rules', 'Endre sirkulasjonsregler'),
( 6, 'place_holds', 'Foreta reservering for lånere'),

View file

@ -4,6 +4,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Uruchamianie raportu o przetrzymanych egzemplarzach'),
( 1, 'force_checkout', 'Pozwolenie na wypożyczenie, pomimo ograniczeń'),
( 1, 'manage_restrictions', 'Zarządzanie ograniczeniami dla kont'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Pozostałe ustawienia systemowe'),
( 3, 'manage_circ_rules', 'Zarządzanie zasadami wypożyczeń'),
( 6, 'place_holds', 'Składanie zamówień w imieniu użytkownika'),

View file

@ -30,6 +30,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Execute overdue items report'),
( 1, 'force_checkout', 'Force checkout if a limitation exists'),
( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
( 3, 'manage_circ_rules', 'manage circulation rules'),
( 6, 'place_holds', 'Place holds for patrons'),

View file

@ -30,6 +30,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
( 1, 'overdues_report', 'Execute overdue items report'),
( 1, 'force_checkout', 'Force checkout if a limitation exists'),
( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
( 3, 'manage_circ_rules', 'manage circulation rules'),
( 6, 'place_holds', 'Place holds for patrons'),