Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / pl-PL / optional / sample_itemtypes.sql
1 INSERT INTO `itemtypes` VALUES ('BK', 'Książki',5,0,'bridge/book.gif','');
2 INSERT INTO `itemtypes` VALUES ('MX', 'Materiały mieszane',5,0,'bridge/kit.gif','');
3 INSERT INTO `itemtypes` VALUES ('CF', 'Pliki komputerowe',5,0,'bridge/computer_file.gif','');
4 INSERT INTO `itemtypes` VALUES ('MP', 'Mapy',5,0,'bridge/map.gif','');
5 INSERT INTO `itemtypes` VALUES ('VM', 'Materiały wziualne',5,1,'bridge/dvd.gif','');
6 INSERT INTO `itemtypes` VALUES ('MU', 'Muzyka',5,0,'bridge/sound.gif','');
7 INSERT INTO `itemtypes` VALUES ('CR', 'Wydawnictwa ciągłe',5,0,'bridge/periodical.gif','');
8 INSERT INTO `itemtypes` VALUES ('REF', 'Reference',0,1,'','');