15e78498ac
To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'necessari' => SUCCESS: no errors => Extra: see the italian installation and control the translation Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Tested doing it-IT install, all files selected, all load ok. No koha-qa errors Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Ran the Italian web installer, no errors. Checked some of the changed data, like the translated notices, in the interface. No problems found. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
7 lines
730 B
SQL
7 lines
730 B
SQL
INSERT INTO `quotes` (id, source, text, timestamp)
|
|
VALUES (1,'Albert Einstein','Siamo tutti ignoranti.. ma non tutti ignoriamo le stesse cose.','0000-00-00 00:00:00'),
|
|
(2,'Friedrich Nietzsche','Da quando ho imparato a camminare mi piace correre.','0000-00-00 00:00:00'),
|
|
(3,'Albert Camus','L\'uomo può soltanto proporsi di diminuire aritmeticamente il dolore nel mondo.','0000-00-00 00:00:00'),
|
|
(4,'Dino Basili','Non arriverà in cima. E\' troppo occupato a non far salire chi gli sta sotto.','0000-00-00 00:00:00'),
|
|
(5,'Eleanor Roosevelt','Il futuro appartiene a coloro che credono nella bellezza dei propri sogni.','0000-00-00 00:00:00'),
|
|
(6,'Erasmo da Rotterdam','Non sempre i matti parlano da matti.','0000-00-00 00:00:00');
|