koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Using translated templates


From: paul POULAIN
Subject: Re: [Koha-devel] Using translated templates
Date: Mon Dec 2 02:46:13 2002
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.1) Gecko/20020826

Francisco M. Marzoa Alonso a écrit:

I've not been able to understand this. Where and how should I exactly add 'es' language? Where's (or should be) my systempreferences file? What syntax must I use?

here's a dump of my systempref table :

CREATE TABLE systempreferences (
 variable char(50) NOT NULL default '',
 value char(200) default NULL,
 explanation char(200) NOT NULL default '',
 PRIMARY KEY  (variable)
) TYPE=ISAM PACK_KEYS=1;

INSERT INTO systempreferences VALUES ('template', 'default', 'Template default 
name. Not used for instance');
INSERT INTO systempreferences VALUES ('autoBarcode', '0', '1 or else. If 1, 
Barcode is auto-calculated');
INSERT INTO systempreferences VALUES ('acquisitions', 'simple', 'normal or 
simple : will use acquisition system found in directory acqui.simple or 
acquisition');
INSERT INTO systempreferences VALUES ('autoMemberNum', '1', '');
INSERT INTO systempreferences VALUES ('authoritysep', '--', 'The separator used 
for authority management');
INSERT INTO systempreferences VALUES ('opaclanguages', 'fr en', 'languages');
INSERT INTO systempreferences VALUES ('opacthemes', 'default', 'themes');

--
Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]