Merge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster
[koha.git] / installer / data / mysql / nb-NO / 1-Obligatorisk / userflags.sql
1 -- 
2 -- Default classification sources and filing rules
3 -- for Koha.
4 --
5 -- Copyright (C) 2011 Magnus Enger Libriotech
6 --
7 -- This file is part of Koha.
8 --
9 -- Koha is free software; you can redistribute it and/or modify it under the
10 -- terms of the GNU General Public License as published by the Free Software
11 -- Foundation; either version 2 of the License, or (at your option) any later
12 -- version.
13 -- 
14 -- Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15 -- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 -- A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17 -- 
18 -- You should have received a copy of the GNU General Public License along
19 -- with Koha; if not, write to the Free Software Foundation, Inc.,
20 -- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
22 INSERT INTO `userflags` VALUES(0,'superlibrarian','Tilgang til alle bibliotekarfunksjoner',0);
23 INSERT INTO `userflags` VALUES(1,'circulate','Sirkulasjon',0);
24 INSERT INTO `userflags` VALUES(2,'catalogue','Søke i katalogen (internt)',0);
25 INSERT INTO `userflags` VALUES(3,'parameters','Endre Kohas systempreferanser',0);
26 INSERT INTO `userflags` VALUES(4,'borrowers','Legge til og endre lånere',0);
27 INSERT INTO `userflags` VALUES(5,'permissions','Endre brukerrettigheter',0);
28 INSERT INTO `userflags` VALUES(6,'reserveforothers','Reservere og endre reservasjoner for lånere',0);
29 INSERT INTO `userflags` VALUES(7,'borrow','Låne dokumenter',1);
30 INSERT INTO `userflags` VALUES(9,'editcatalogue','Endre katalogen (Endre bibliografiske poster og eksemplaropplysninger)',0);
31 INSERT INTO `userflags` VALUES(10,'updatecharges','Endre gebyrer for lånere',0);
32 INSERT INTO `userflags` VALUES(11,'acquisition','Innkjøp og/eller behandling av forslag',0);
33 INSERT INTO `userflags` VALUES(12,'management','Endre "library managament parameters"',0);
34 INSERT INTO `userflags` VALUES(13,'tools','Bruke verktøy (eksport, import, strekkoder)',0);
35 INSERT INTO `userflags` VALUES(14,'editauthorities','Tilgang til å endre autoriteter',0);
36 INSERT INTO `userflags` VALUES(15,'serials','Tilgang til å endre abonnementer',0);
37 INSERT INTO `userflags` VALUES(16,'reports','Tilgang til rapportmodulen',0);
38 INSERT INTO `userflags` VALUES(17,'staffaccess','Endre innlogging og rettigheter for bibliotekansatte',0);