fb9d61940367fcdeb85998e24f0301d44985dd8a
[koha.git] / installer / data / mysql / it-IT / necessari / 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
7 -- under the terms of the GNU General Public License as published by
8 -- the Free Software Foundation; either version 3 of the License, or
9 -- (at your option) any later version.
10 --
11 -- Koha is distributed in the hope that it will be useful, but
12 -- WITHOUT ANY WARRANTY; without even the implied warranty of
13 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 -- GNU General Public License for more details.
15 --
16 -- You should have received a copy of the GNU General Public License
17 -- along with Koha; if not, see <http://www.gnu.org/licenses>.
18
19 -- Koha is free software; you can redistribute it and/or modify it under the
20 -- terms of the GNU General Public License as published by the Free Software
21 -- Foundation; either version 2 of the License' WHERE variable = ' or (at your option) any later
22 -- version.
23
24 UPDATE systempreferences SET value = 'cataloguing' WHERE variable = 'AcqCreateItem';
25 UPDATE systempreferences SET value = '1' WHERE variable = 'AllowRenewalLimitOverride';
26 UPDATE systempreferences SET value = 'annual' WHERE variable = 'autoBarcode';
27 UPDATE systempreferences SET value = 'email' WHERE variable = 'AutoEmailPrimaryAddress';
28 UPDATE systempreferences SET value = '1' WHERE variable = 'BiblioAddsAuthorities';
29 UPDATE systempreferences SET value = 'surname|cardnumber' WHERE variable = 'BorrowerMandatoryField';
30 UPDATE systempreferences SET value = '0' WHERE variable = 'BorrowersLog';
31 UPDATE systempreferences SET value = 'Sig|Sig.ra|Sig.na' WHERE variable = 'BorrowersTitles';
32 UPDATE systempreferences SET value = '0' WHERE variable = 'CataloguingLog';
33 UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurrencyFormat';
34 UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat';
35 UPDATE systempreferences SET value = 'title' WHERE variable = 'defaultSortField';
36 UPDATE systempreferences SET value = 'asc' WHERE variable = 'defaultSortOrder';
37 UPDATE systempreferences SET value = '0' WHERE variable = 'FinesLog';
38 UPDATE systempreferences SET value = '1' WHERE variable = 'GoogleJackets';
39 UPDATE systempreferences SET value = '0' WHERE variable = 'IssueLog';
40 UPDATE systempreferences SET value = 'whitespace' WHERE variable = 'itemBarcodeInputFilter';
41 UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber';
42 UPDATE systempreferences SET value = 'koha@xxx.it' WHERE variable = 'KohaAdminEmailAddress';
43 UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language';
44 UPDATE systempreferences SET value = '0' WHERE variable = 'LetterLog';
45 UPDATE systempreferences SET value = ''  WHERE variable = 'MARCOrgCode';
46 UPDATE systempreferences SET value = '5' WHERE variable = 'maxreserves';
47 UPDATE systempreferences SET value = '0' WHERE variable = 'OpacAuthorities';
48 UPDATE systempreferences SET value = 'title' WHERE variable = 'OPACdefaultSortField';
49 UPDATE systempreferences SET value = 'asc' WHERE variable = 'OPACdefaultSortOrder';
50 UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'opaclanguages';
51 UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay';
52 UPDATE systempreferences SET value = '<h3>Benvenuto !!</h3>' WHERE variable = 'OpacMainUserBlock';
53 UPDATE systempreferences SET value = 'Links importanti qui.' WHERE variable = 'OpacNav';
54 UPDATE systempreferences SET value = '0' WHERE variable = 'OPACShelfBrowser';
55 UPDATE systempreferences SET value = '1' WHERE variable = 'OPACURLOpenInNewWindow';
56 UPDATE systempreferences SET value = '0' WHERE variable = 'QueryFuzzy';
57 UPDATE systempreferences SET value = '0' WHERE variable = 'QueryStemming';
58 UPDATE systempreferences SET value = '0' WHERE variable = 'QueryWeightFields';
59 UPDATE systempreferences SET value = '1' WHERE variable = 'TagsModeration';
60 UPDATE systempreferences SET value = '30600' WHERE variable = 'timeout';
61 UPDATE systempreferences SET value = '1' WHERE variable = 'UseICU';
62 UPDATE systempreferences SET value = 'URLLinkText' WHERE variable = 'URLLinkText';
63
64 UPDATE systempreferences SET value = '#200|<span style=\"font-weight:bold\">|{200a}{. 200c}{ : 200e}{200d}{ / 200f}{ ; 200g}{. 200h}{. 200i}|</span>\r\n#210|. &ndash; |{210a}{ : 210c}{, 210d}|\r\n#215|. &ndash; |{215a}{ ; 215d}|\r\n#225|. &ndash; |{(225a}{ ; 225v)}|\r\n#010|. &ndash; |{ISBN 010a}|' WHERE variable = 'ISBD';
65