ea2f870bd9d40173f04a4bae161e0707b74c01f1
[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 under the
7 -- terms of the GNU General Public License as published by the Free Software
8 -- Foundation; either version 2 of the License' WHERE variable = ' or (at your option) any later
9 -- version.
10 -- 
11 -- Koha is distributed in the hope that it will be useful' WHERE variable = ' 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' WHERE variable = ' write to the Free Software Foundation' WHERE variable = ' Inc.' WHERE variable = '
17 -- 51 Franklin Street' WHERE variable = ' Fifth Floor' WHERE variable = ' Boston' WHERE variable = ' MA 02110-1301 USA.
18
19 UPDATE systempreferences SET value = 'cataloguing' WHERE variable = 'AcqCreateItem';
20 UPDATE systempreferences SET value = '1' WHERE variable = 'AllowRenewalLimitOverride';
21 UPDATE systempreferences SET value = 'annual' WHERE variable = 'autoBarcode';
22 UPDATE systempreferences SET value = 'email' WHERE variable = 'AutoEmailPrimaryAddress';
23 UPDATE systempreferences SET value = '1' WHERE variable = 'BiblioAddsAuthorities';
24 UPDATE systempreferences SET value = 'surname|cardnumber' WHERE variable = 'BorrowerMandatoryField';
25 UPDATE systempreferences SET value = '0' WHERE variable = 'BorrowersLog';
26 UPDATE systempreferences SET value = 'Sig|Sig.ra|Sig.na' WHERE variable = 'BorrowersTitles';
27 UPDATE systempreferences SET value = '0' WHERE variable = 'CataloguingLog';
28 UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurrencyFormat';
29 UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat';
30 UPDATE systempreferences SET value = 'title' WHERE variable = 'defaultSortField';
31 UPDATE systempreferences SET value = 'asc' WHERE variable = 'defaultSortOrder';
32 UPDATE systempreferences SET value = '0' WHERE variable = 'FinesLog';
33 UPDATE systempreferences SET value = '1' WHERE variable = 'GoogleJackets';
34 UPDATE systempreferences SET value = '0' WHERE variable = 'IssueLog';
35 UPDATE systempreferences SET value = 'whitespace' WHERE variable = 'itemBarcodeInputFilter';
36 UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber';
37 UPDATE systempreferences SET value = 'koha@xxx.it' WHERE variable = 'KohaAdminEmailAddress';
38 UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language';
39 UPDATE systempreferences SET value = '0' WHERE variable = 'LetterLog';
40 UPDATE systempreferences SET value = ''  WHERE variable = 'MARCOrgCode';
41 UPDATE systempreferences SET value = '5' WHERE variable = 'maxreserves';
42 UPDATE systempreferences SET value = '0' WHERE variable = 'OpacAuthorities';
43 UPDATE systempreferences SET value = 'title' WHERE variable = 'OPACdefaultSortField';
44 UPDATE systempreferences SET value = 'asc' WHERE variable = 'OPACdefaultSortOrder';
45 UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'opaclanguages';
46 UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay';
47 UPDATE systempreferences SET value = '<h3>Benvenuto !!</h3>' WHERE variable = 'OpacMainUserBlock';
48 UPDATE systempreferences SET value = 'Links importanti qui.' WHERE variable = 'OpacNav';
49 UPDATE systempreferences SET value = '0' WHERE variable = 'OPACShelfBrowser';
50 UPDATE systempreferences SET value = '1' WHERE variable = 'OPACURLOpenInNewWindow';
51 UPDATE systempreferences SET value = '0' WHERE variable = 'QueryFuzzy';
52 UPDATE systempreferences SET value = '0' WHERE variable = 'QueryStemming';
53 UPDATE systempreferences SET value = '0' WHERE variable = 'QueryWeightFields';
54 UPDATE systempreferences SET value = '1' WHERE variable = 'TagsModeration';
55 UPDATE systempreferences SET value = '30600' WHERE variable = 'timeout';
56 UPDATE systempreferences SET value = '1' WHERE variable = 'UseICU';
57 UPDATE systempreferences SET value = 'URLLinkText' WHERE variable = 'URLLinkText';
58
59 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';
60