Koha/installer/data/mysql/es-ES/optional/sample_holidays.sql
Tomas Cohen Arazi c2cf2e3cec Bug 6316 - Initial commit for es-ES translated scripts
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+
2011-06-08 10:07:51 +12:00

4 lines
147 B
SQL

INSERT INTO `repeatable_holidays` VALUES
(2,'',0,NULL,NULL,'','Sundays'),
(3,'',NULL,1,1,'','New Year\'s Day'),
(4,'',NULL,25,12,'','Christmas');