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+
7 lines
625 B
SQL
7 lines
625 B
SQL
INSERT INTO `z3950servers`
|
|
(`host`, `port`, `db`, `userid`, `password`, `name`, `id`, `checked`, `rank`, `syntax`, `encoding`) VALUES
|
|
('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,1,1,'USMARC','MARC-8'),
|
|
('hopkins1.bobst.nyu.edu',9991,'NYU01PUB','','','NEW YORK UNIVERSITY LIBRARIES',5,0,0,'USMARC','MARC-8'),
|
|
('clio-db.cc.columbia.edu',7090,'voyager','','','COLUMBIA UNIVERSITY',6,0,0,'USMARC','MARC-8'),
|
|
('catalog.nypl.org',210,'innopac','','','NEW YORK PUBLIC LIBRARY',7,0,0,'USMARC','MARC-8'),
|
|
('siris-libraries.si.edu',210,'Default','','','SMITHSONIAN INSTITUTION LIBRARIES',10,0,0,'USMARC','MARC-8');
|