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

(-)a/installer/data/mysql/de-DE/mandatory/system_preferences.sql (-1 / +12 lines)
Lines 16-20 Link Here
16
-- with Koha; if not, write to the Free Software Foundation, Inc.,
16
-- with Koha; if not, write to the Free Software Foundation, Inc.,
17
-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
UPDATE systempreferences SET value = 'DE' WHERE variable = 'AmazonLocale';
19
UPDATE systempreferences SET value = 'Vater|Mutter' WHERE variable = 'borrowerRelationship';
20
UPDATE systempreferences SET value = 'Vater|Mutter' WHERE variable = 'borrowerRelationship';
20
UPDATE systempreferences SET value = 'Herr|Frau' WHERE variable = 'BorrowersTitles';
21
UPDATE systempreferences SET value = 'Herr|Frau' WHERE variable = 'BorrowersTitles';
21
- 
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! (OpacMainUserBlock)' WHERE variable = 'OpacMainUserBlock';
26
UPDATE systempreferences SET value = 'Wichtige Links hier...(OpacNav)' WHERE variable = 'OpacNav';
27
UPDATE systempreferences SET value = '...oder hier (OpacNavBottom)' 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';

Return to bug 7079