View | Details | Raw Unified | Return to bug 22471
Collapse All | Expand All

(-)a/installer/data/mysql/fi-FI/mandatory/system_preferences.sql (+43 lines)
Line 0 Link Here
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 = 'takaaja' WHERE variable = 'borrowerRelationship';
20
UPDATE systempreferences SET value = '' WHERE variable = 'BorrowersTitles';
21
UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurencyFormat';
22
UPDATE systempreferences SET value = 'de' WHERE variable = 'AddressFormat';
23
UPDATE systempreferences SET value = 'dmydot' WHERE variable = 'dateformat';
24
UPDATE systempreferences SET value = 'z' WHERE variable = 'DefaultClassificationSource';
25
UPDATE systempreferences SET value = 'Tervetuloa Kohan asiakaskäyttöliittymään!' 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">Muut kirjastot (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">Verkkokaupat (Bookfinder.com)</a></li>
32
    <li><a href="https://openlibrary.org/search/?author=({AUTHOR})&title=({TITLE})" target="_blank">Open Library (openlibrary.org)</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.24|0.14|0.10|0.00' WHERE variable = 'gist';
37
UPDATE systempreferences SET value = 'Vaihda tämä ilmoitus muokkaamalla järjestelmäasetusta <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutingListNote</a>.' where variable = 'RoutingListNote';
38
UPDATE systempreferences SET value = 'barcode' WHERE variable = 'uniqueitemfields';
39
UPDATE systempreferences SET value = 'fi-FI,en' WHERE variable = 'language';
40
UPDATE systempreferences SET value = 'fi-FI,en' WHERE variable = 'opaclanguages';
41
UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay';
42
UPDATE systempreferences SET value = 'fin' WHERE variable = 'DefaultLanguageField008';
43
UPDATE systempreferences SET value = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å Ä Ö' WHERE variable = 'alphabet';
(-)a/installer/data/mysql/fi-FI/mandatory/system_preferences.txt (-1 / +1 lines)
Line 0 Link Here
0
- 
1
Järjestelmäasetukset

Return to bug 22471