Tomas Cohen Arazi
c2cf2e3cec
After some time having doubts on how to start a spanish translation of SQL files, I decided to submit a copy of 'en' directory, called 'es-ES' so people can start translating. I hope this is Ok. if not, hopefully this will lead us to some advice on how to do it :-D We need spanish-speaking people to help on translating! Regards To+
2 lines
277 B
SQL
2 lines
277 B
SQL
INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`)
|
|
VALUES ('SHOW_BCODE', 'Show barcode on the summary screen items listings', 0, 0, 1, 0, 0, 'YES_NO');
|