Bug 6537 - squashed version of the previous 5 commits, signed-off
[koha_gimpoz] / installer / data / mysql / fr-FR / 1-Obligatoire / unimarc_standard_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 = 1 WHERE variable = 'BiblioAddsAuthorities';
20 UPDATE systempreferences SET value = 'cardnumber|surname|address' WHERE variable = 'BorrowerMandatoryField';
21 UPDATE systempreferences SET value = 'Père|Mère|grand-parent|Tuteur légal|Autre' WHERE variable = 'borrowerRelationship';
22 UPDATE systempreferences SET value = 'M|Mme|Mlle' WHERE variable = 'BorrowersTitles';
23 UPDATE systempreferences SET value = 0 WHERE variable = 'CataloguingLog';
24 UPDATE systempreferences SET value = 1 WHERE variable = 'expandedSearchOption';
25 UPDATE systempreferences SET value = 0 WHERE variable = 'FinesLog';
26 UPDATE systempreferences SET value = 'holdingbranch' WHERE variable = 'HomeOrHoldingBranchReturn';
27 UPDATE systempreferences SET value = '' WHERE variable = 'intranet_includes';
28 UPDATE systempreferences SET value = 0 WHERE variable = 'IssueLog';
29 UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber';
30 UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'language';
31 UPDATE systempreferences SET value = 0 WHERE variable = 'LetterLog';
32 UPDATE systempreferences SET value = 'Ma bibliothèque' WHERE variable = 'LibraryName';
33 UPDATE systempreferences SET value = 0 WHERE variable = 'MARCOrgCode';
34 UPDATE systempreferences SET value = 2 WHERE variable = 'maxreserves';
35 UPDATE systempreferences SET value = 0 WHERE variable = 'NotifyBorrowerDeparture';
36 UPDATE systempreferences SET value = 1 WHERE variable = 'OpacBrowser';
37 UPDATE systempreferences SET value = 1 WHERE variable = 'OpacCloud';
38 UPDATE systempreferences SET value = 0 WHERE variable = 'OpacHighlightedWords';
39 UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'opaclanguages';
40 UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay';
41 UPDATE systempreferences SET value = 'Bienvenue dans Koha...\r\n<hr>' WHERE variable = 'OpacMainUserBlock';
42 UPDATE systempreferences SET value = '' WHERE variable = 'OpacNav';
43 UPDATE systempreferences SET value = 'serialcollection' WHERE variable = 'opacSerialDefaultTab';
44 UPDATE systempreferences SET value = 'jpg' WHERE variable = 'patronimages';
45 UPDATE systempreferences SET value = 0 WHERE variable = 'QueryFuzzy';
46 UPDATE systempreferences SET value = 0 WHERE variable = 'QueryStemming';
47 UPDATE systempreferences SET value = 0 WHERE variable = 'QueryWeightFields';
48 UPDATE systempreferences SET value = 10 WHERE variable = 'ReservesMaxPickUpDelay';
49 UPDATE systempreferences SET value = 0 WHERE variable = 'ReservesNeedReturns';
50 UPDATE systempreferences SET value = 0 WHERE variable = 'ReturnLog';
51 UPDATE systempreferences SET value = 1 WHERE variable = 'SearchMyLibraryFirst';
52 UPDATE systempreferences SET value = 0 WHERE variable = 'SubscriptionLog';
53 UPDATE systempreferences SET value = 30600 WHERE variable = 'timeout';
54
55 UPDATE `systempreferences` SET value = "'title' => '200a,200c,200d,200e,225a,225d,225e,225f,225h,225i,225v,500*,501*,503*,510*,512*,513*,514*,515*,516*,517*,518*,519*,520*,530*,531*,532*,540*,541*,545*,604t,610t,605a',
56         'author' =>'200f,600a,601a,604a,700a,700b,700c,700d,700a,701b,701c,701d,702a,702b,702c,702d,710a,710b,710c,710d,711a,711b,711c,711d,712a,712b,712c,712d',
57         'isbn' => '010a',
58         'issn' => '011a',
59         'biblionumber' =>'0909',
60         'itemtype' => '200b',
61         'language' => '101a',
62         'publisher' => '210c',
63         'date' => '210d',
64         'note' => '300a,301a,302a,303a,304a,305a,306az,307a,308a,309a,310a,311a,312a,313a,314a,315a,316a,317a,318a,319a,320a,321a,322a,323a,324a,325a,326a,327a,328a,330a,332a,333a,336a,337a,345a',
65         'Koha-Auth-Number' => '6009,6019,6029,6039,6049,6059,6069,6109,7009,7019,7029,7109,7119,7129',
66         'subject' => '600*,601*,606*,610*',
67         'dewey' => '676a',
68         'homebranch' => '995a,995b',
69         'lcn' => '995k'" WHERE variable = 'NoZebraIndexes';