remove byte order mark (BOM) from installer SQL files
[koha.git] / installer / data / mysql / de-DE / optional / sample_itemtypes.sql
1 INSERT INTO `itemtypes` VALUES ('BK', 'Bücher',5,0,'bridge/book.gif',NULL);
2 INSERT INTO `itemtypes` VALUES ('MX', 'Medienkombinationen',5,0,'bridge/kit.gif',NULL);
3 INSERT INTO `itemtypes` VALUES ('CF', 'Datenträger',5,0,'bridge/computer_file.gif',NULL);
4 INSERT INTO `itemtypes` VALUES ('MP', 'Karten',5,0,'bridge/map.gif',NULL);
5 INSERT INTO `itemtypes` VALUES ('VM', 'AV-Medien',5,0,'bridge/dvd.gif',NULL);
6 INSERT INTO `itemtypes` VALUES ('MU', 'Musik',5,0,'bridge/sound.gif',NULL);
7 INSERT INTO `itemtypes` VALUES ('CR', 'Zeitschriften',5,0,'bridge/periodical.gif',NULL);
8 INSERT INTO `itemtypes` VALUES ('REF', 'Nachschlagewerke',0,0,'',NULL);