eeedc86367f0d3ae826a4248147a632f980bdb75
[koha.git] / installer / data / mysql / nb-NO / 1-Obligatorisk / system_preferences.sql
1 --
2 -- System preferences that differ from the global defaults
3 --
4 -- This file is part of Koha.
5 --
6 -- Koha is free software; you can redistribute it and/or modify it under the
7 -- terms of the GNU General Public License as published by the Free Software
8 -- Foundation; either version 2 of the License, or (at your option) any later
9 -- version.
10 -- 
11 -- Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12 -- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13 -- A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14 -- 
15 -- You should have received a copy of the GNU General Public License along
16 -- with Koha; if not, write to the Free Software Foundation, Inc.,
17 -- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 UPDATE systempreferences SET value = 'surname|cardnumber' WHERE variable = 'BorrowerMandatoryField';
20 UPDATE systempreferences SET value = 'far|mor' WHERE variable = 'borrowerRelationship';
21 UPDATE systempreferences SET value = 'Fru|Frøken|Herr' WHERE variable = 'BorrowersTitles';
22 UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurrencyFormat';
23 UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat';
24 UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'language';
25 UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'opaclanguages';
26 UPDATE systempreferences SET value = '<p>Velkommen til Koha...</p><hr />' WHERE variable = 'OpacMainUserBlock';
27 UPDATE systempreferences SET value = '<p>Viktige lenker kan plasseres her</p>' WHERE variable = 'OpacNav';
28 UPDATE systempreferences SET value = '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andre bibliotek (WorldCat)</a></li><li><a href="http://www.scholar.google.com/scholar?q={TITLE}" target="_blank">Andre databaser (Google Scholar)</a></li><li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr" target="_blank">Nettbutikker (Bookfinder.com)</a></li>' WHERE variable = 'OPACSearchForTitleIn';
29 UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
30 UPDATE systempreferences SET value = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å' WHERE variable = 'alphabet';
31 UPDATE systempreferences SET value = 'nor' WHERE variable = 'DefaultLanguageField008';