diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-it/data/tdeedu/kanagram/persone.kvtml | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-it/data/tdeedu/kanagram/persone.kvtml')
-rw-r--r-- | tde-i18n-it/data/tdeedu/kanagram/persone.kvtml | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/tde-i18n-it/data/tdeedu/kanagram/persone.kvtml b/tde-i18n-it/data/tdeedu/kanagram/persone.kvtml new file mode 100644 index 00000000000..e76e59dd394 --- /dev/null +++ b/tde-i18n-it/data/tdeedu/kanagram/persone.kvtml @@ -0,0 +1,116 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE kvtml SYSTEM "kvoctrain.dtd"> +<!-- +This is a machine generated file. +Be careful when editing here. + +Short definition: + +lesson lesson group + desc name + %no its index + %query is in query selection + %current is current lesson +type type group + desc name + %no its index +e entry of dictionary + %s is selected + %m lesson member + %t common expression type + o original + %q in query ("o" is given, "t" is wanted) + %l language code + %r remark + %p pronunciation + %width column width + %t expression type (see QueryManager.h) + %tf false friend from + %ff false friend to + %a antonym + %y synonym + %x example + %u usage label + %h paraphrase + t translation .. + %q in query ("t" is given, "o" is wanted) + %l language code + %r remark + %p pronunciation + %width column width + %t expression type + %tf false friend from + %ff false friend to + %a antonym + %y synonym + %x example + %u usage label + %h paraphrase + + %d last query date (from;to) + %w dito, compressed and deprecated + %g grade (from;to) + %c count (from;to) + %b bad count (from;to) + + +Valid xml means: + - Close all tags + - Keep proper hierarchy + - All attributes are quoted +--><kvtml title="Persone" remark="Personaggi famosi nella storia" cols="0" generator="kanagram" lines="11" encoding="UTF-8" > + <options> + <sort on="1" /> + </options> + <e> + <o width="150" l="original" r="Filosofo greco" >aristotele</o> + </e> + <e> + <o r="Compositore" >beethoven</o> + </e> + <e> + <o r="Esploratore che ha scoperto le Americhe" >colombo</o> + </e> + <e> + <o r="Teoria dell'evoluzione" >darwin</o> + </e> + <e> + <o r="Inventore della lampadina" >edison</o> + </e> + <e> + <o r="Teoria della relatività" >einstein</o> + </e> + <e> + <o r="Ha scoperto la Penicillina" >fleming</o> + </e> + <e> + <o r="'La Terra ruota attorno al Sole'" >galileo</o> + </e> + <e> + <o r="Movimento per la non violenta indipendenza dell'India" >gandhi</o> + </e> + <e> + <o r="Ha contribuito alla fine del comunismo nell'URSS" >gorbaciov</o> + </e> + <e> + <o r="Ha fatto finire l'apartheid in Sud Africa" >mandela</o> + </e> + <e> + <o r="Inventore della radio" >marconi</o> + </e> + <e> + <o r="Pittore, scultore e architetto" >michelangelo</o> + </e> + <e> + <o r="Conquistatore francese" >napoleone</o> + </e> + <e> + <o r="Ha scoperto la gravità" >newton</o> + </e> + <e> + <o r="Ha inventato la vaccinazione" >pasteur</o> + </e> + <e> + <o r="Il primo presidente degli Stati Uniti d'America" >washington</o> + </e> +</kvtml>
\ No newline at end of file |