View | Details | Raw Unified | Return to bug 10222
Collapse All | Expand All

(-)a/installer/data/mysql/de-DE/optional/sample_creator_data.sql (-1 / +6 lines)
Lines 22-28 INSERT INTO `creator_templates` VALUES (1,1,'Avery 5160 | 1 x 2-5/8','3 Spalten, Link Here
22
UNLOCK TABLES;
22
UNLOCK TABLES;
23
23
24
LOCK TABLES `printers_profile` WRITE;
24
LOCK TABLES `printers_profile` WRITE;
25
INSERT INTO `printers_profile` VALUES (1,'Laserdrucker Bibliothek',1,'Bypass',-2,9,3,0,'POINT','Labels'),(11,'Laserdrucker Bibliothek',1,'Fach 1',0,0,0,0,'POINT','Labels'),(16,'Testdrucker 01',23,'Testfach',0,0,0,0,'POINT','Patroncards');
25
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creep_horz, creep_vert, units, creator ) VALUES
26
( 1,'Laserdrucker Bibliothek',  1,'Bypass', -2,9,3,0,'POINT','Labels'),
27
(13,'Laserdrucker Bibliothek',  7,'Fach 1',  0,0,0,0,'POINT','Labels'),
28
(14,'Laserdrucker Bibliothek', 12,'Fach 2',  0,0,0,0,'POINT','Labels'),
29
(16,'Testdrucker 01',          23,'Testfach',0,0,0,0,'POINT','Patroncards'),
30
(22,'Laserdrucker Bibliothek',  0,'Fach 3',  0,0,0,0,'POINT','Labels');
26
UNLOCK TABLES;
31
UNLOCK TABLES;
27
32
28
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
33
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
(-)a/installer/data/mysql/en/optional/sample_creator_data.sql (-1 / +1 lines)
Lines 22-28 INSERT INTO `creator_templates` VALUES (1,1,'Avery 5160 | 1 x 2-5/8','3 columns, Link Here
22
UNLOCK TABLES;
22
UNLOCK TABLES;
23
23
24
LOCK TABLES `printers_profile` WRITE;
24
LOCK TABLES `printers_profile` WRITE;
25
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creek_horz, creep_vert, units, creator ) VALUES
25
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creep_horz, creep_vert, units, creator ) VALUES
26
( 1,'Library Laser',   1,'Bypass', -2,9,3,0,'POINT','Labels'),
26
( 1,'Library Laser',   1,'Bypass', -2,9,3,0,'POINT','Labels'),
27
(13,'Library Laser',   7,'Tray 1',  0,0,0,0,'POINT','Labels'),
27
(13,'Library Laser',   7,'Tray 1',  0,0,0,0,'POINT','Labels'),
28
(14,'Library Laser',  12,'Tray 2',  0,0,0,0,'POINT','Labels'),
28
(14,'Library Laser',  12,'Tray 2',  0,0,0,0,'POINT','Labels'),
(-)a/installer/data/mysql/es-ES/optional/sample_creator_data.sql (-1 / +6 lines)
Lines 21-27 INSERT INTO `creator_templates` VALUES (1,1,'Avery 5160 | 1 x 2-5/8','3 columns, Link Here
21
UNLOCK TABLES;
21
UNLOCK TABLES;
22
22
23
LOCK TABLES `printers_profile` WRITE;
23
LOCK TABLES `printers_profile` WRITE;
24
INSERT INTO `printers_profile` VALUES (1,'Library Laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),(11,'Library Laser',1,'Tray 1',0,0,0,0,'POINT','Labels'),(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards');
24
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creep_horz, creep_vert, units, creator ) VALUES
25
( 1,'Library Laser',   1,'Bypass', -2,9,3,0,'POINT','Labels'),
26
(13,'Library Laser',   7,'Tray 1',  0,0,0,0,'POINT','Labels'),
27
(14,'Library Laser',  12,'Tray 2',  0,0,0,0,'POINT','Labels'),
28
(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'),
29
(22,'Library Laser',   0,'Tray 3',  0,0,0,0,'POINT','Labels');
25
UNLOCK TABLES;
30
UNLOCK TABLES;
26
31
27
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
32
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
(-)a/installer/data/mysql/fr-CA/facultatif/sample_creator_data.sql (-4 / +6 lines)
Lines 34-43 UNLOCK TABLES; Link Here
34
34
35
LOCK TABLES `printers_profile` WRITE;
35
LOCK TABLES `printers_profile` WRITE;
36
/*!40000 ALTER TABLE `printers_profile` DISABLE KEYS */;
36
/*!40000 ALTER TABLE `printers_profile` DISABLE KEYS */;
37
INSERT INTO `printers_profile` VALUES
37
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creep_horz, creep_vert, units, creator ) VALUES
38
(1,'Imprimante laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),
38
( 1,'Imprimante laser',      1,'Bypass', -2,9,3,0,'POINT','Labels'),
39
(11,'Imprimante laser',1,'Tray 1',0,0,0,0,'POINT','Labels'),
39
(13,'Imprimante laser',      7,'Tray 1',  0,0,0,0,'POINT','Labels'),
40
(16,'Imprimante de test 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards');
40
(14,'Imprimante laser',     12,'Tray 2',  0,0,0,0,'POINT','Labels'),
41
(16,'Imprimante de test 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'),
42
(22,'Imprimante laser',      0,'Tray 3',  0,0,0,0,'POINT','Labels');
41
/*!40000 ALTER TABLE `printers_profile` ENABLE KEYS */;
43
/*!40000 ALTER TABLE `printers_profile` ENABLE KEYS */;
42
UNLOCK TABLES;
44
UNLOCK TABLES;
43
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
45
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
(-)a/installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.sql (-2 / +6 lines)
Lines 21-27 INSERT INTO `creator_templates` VALUES (1,1,'Avery 5160 | 1 x 2-5/8','3 columns, Link Here
21
UNLOCK TABLES;
21
UNLOCK TABLES;
22
22
23
LOCK TABLES `printers_profile` WRITE;
23
LOCK TABLES `printers_profile` WRITE;
24
INSERT INTO `printers_profile` VALUES (1,'Library Laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),(11,'Library Laser',1,'Tray 1',0,0,0,0,'POINT','Labels'),(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards');
24
INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creep_horz, creep_vert, units, creator ) VALUES
25
( 1,'Library Laser',   1,'Bypass', -2,9,3,0,'POINT','Labels'),
26
(13,'Library Laser',   7,'Tray 1',  0,0,0,0,'POINT','Labels'),
27
(14,'Library Laser',  12,'Tray 2',  0,0,0,0,'POINT','Labels'),
28
(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'),
29
(22,'Library Laser',   0,'Tray 3',  0,0,0,0,'POINT','Labels');
25
UNLOCK TABLES;
30
UNLOCK TABLES;
26
31
27
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
32
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
28
- 

Return to bug 10222