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