Bug 24545: Fix license statements
[koha-equinox.git] / installer / data / mysql / de-DE / mandatory / 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 UPDATE systempreferences SET value = 'DE' WHERE variable = 'AmazonLocale';
20 UPDATE systempreferences SET value = 'Vater|Mutter' WHERE variable = 'borrowerRelationship';
21 UPDATE systempreferences SET value = 'Herr|Frau' WHERE variable = 'BorrowersTitles';
22 UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurencyFormat';
23 UPDATE systempreferences SET value = 'de' WHERE variable = 'AddressFormat';
24 UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat';
25 UPDATE systempreferences SET value = 'z' WHERE variable = 'DefaultClassificationSource';
26 UPDATE systempreferences SET value = 'Willkommen im Koha-Katalog!' WHERE variable = 'OpacMainUserBlock';
27 UPDATE systempreferences SET value = '' WHERE variable = 'OpacNav';
28 UPDATE systempreferences SET value = '' WHERE variable = 'OpacNavBottom';
29 UPDATE systempreferences SET value = 
30     '<li><a href="https://worldcat.org/search?q={TITLE}" target="_blank">Andere Bibliotheken (WorldCat)</a></li>
31     <li><a href="https://scholar.google.com/scholar?q={TITLE}" target="_blank">Google Scholar</a></li>
32     <li><a href="https://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr" target="_blank">Online-Buchhandel (Bookfinder.com)</a></li>'
33     WHERE variable = 'OPACSearchForTitleIn';
34 -- Sunday = 0, Monday = 1, etc.
35 UPDATE systempreferences SET value = '1' WHERE variable = 'CalendarFirstDayOfWeek';
36 UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist';
37 UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutingListNote</a> konfiguriert.' where variable = 'RoutingListNote';
38 UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields';
39 UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language';
40 UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'opaclanguages';
41 UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay';