Bug 10050: Update German web installer files for 3.12 - Mandatory
[koha.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 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 = '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 = 'metric' WHERE variable = 'dateformat';
24 UPDATE systempreferences SET value = 'z' WHERE variable = 'DefaultClassificationSource';
25 UPDATE systempreferences SET value = 'Willkommen im Koha-Katalog!' WHERE variable = 'OpacMainUserBlock';
26 UPDATE systempreferences SET value = '' WHERE variable = 'OpacNav';
27 UPDATE systempreferences SET value = '' WHERE variable = 'OpacNavBottom';
28 UPDATE systempreferences SET value = 
29     '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andere Bibliotheken (WorldCat)</a></li>
30     <li><a href="http://www.scholar.google.com/scholar?q={TITLE}" target="_blank">Google Scholar</a></li>
31     <li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr" target="_blank">Online-Buchhandel (Bookfinder.com)</a></li>' 
32     WHERE variable = 'OPACSearchForTitleIn';
33 UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
34 UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist';
35 UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutlingListNote</a> konfiguriert.' where variable = 'RoutingListNote';
36 UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields';