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

(-)a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql (-1 / +1 lines)
Lines 24-26 UPDATE systempreferences SET value = 'Ma bibliothèque' WHERE variable = 'Librar Link Here
24
UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'opaclanguages';
24
UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'opaclanguages';
25
UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay';
25
UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay';
26
UPDATE systempreferences SET value = 'Bienvenue dans Koha...\r\n<hr>' WHERE variable = 'OpacMainUserBlock';
26
UPDATE systempreferences SET value = 'Bienvenue dans Koha...\r\n<hr>' WHERE variable = 'OpacMainUserBlock';
27
- 
27
UPDATE systempreferences SET value = 'bibtex|dc|marcxml|marc8|utf8|marcstd|ris' WHERE variable = 'OpacExportOptions';

Return to bug 8441