Koha/installer/data/mysql/it-IT/necessari/sample_quotes.sql
Bernardo Gonzalez Kriegel be4cd79aea Bug 16554: rewrite mandatory and sample data - it-IT
More changes to it-IT files

Checked marc21 and unimarc files
unimarc_relatorterms.sql had bad encoding, others minor
errors

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-09-15 13:30:22 +00:00

7 lines
634 B
SQL

INSERT INTO `quotes` (id, source, text, timestamp)
VALUES (1,'Albert Einstein','Siamo tutti ignoranti.. ma non tutti ignoriamo le stesse cose.',now()),
(2,'Friedrich Nietzsche','Da quando ho imparato a camminare mi piace correre.',now()),
(3,'Albert Camus','L\'uomo può soltanto proporsi di diminuire aritmeticamente il dolore nel mondo.',now()),
(4,'Dino Basili','Non arriverà in cima. E\' troppo occupato a non far salire chi gli sta sotto.',now()),
(5,'Eleanor Roosevelt','Il futuro appartiene a coloro che credono nella bellezza dei propri sogni.',now()),
(6,'Erasmo da Rotterdam','Non sempre i matti parlano da matti.',now());