Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / ru-RU / optional / library_item_types.sql
1 TRUNCATE itemtypes;
2
3 INSERT INTO `itemtypes` VALUES ('BK', ' Книги',5,0,0,'bridge/book.gif','');
4
5 INSERT INTO `itemtypes` VALUES ('MX', 'Смешанные атериалы',5,0,0,'bridge/kit.gif','');
6
7 INSERT INTO `itemtypes` VALUES ('CF', 'Компьютерные файлы',5,0,0,'bridge/computer_file.gif','');
8
9 INSERT INTO `itemtypes` VALUES ('MP', 'Карты',5,0,0,'bridge/map.gif','');
10
11 INSERT INTO `itemtypes` VALUES ('VM', 'Визуальные материалы',5,0,1,'bridge/dvd.gif','');
12
13 INSERT INTO `itemtypes` VALUES ('MU', 'Музыка',5,0,0,'bridge/sound.gif','');
14
15 INSERT INTO `itemtypes` VALUES ('CR', 'Продолжающиеся ресурсы',5,0,0,'bridge/periodical.gif','');
16
17 INSERT INTO `itemtypes` VALUES ('REF', 'Справочники',0,0,1,'','');