diff options
Diffstat (limited to 'koffice-i18n-it/docs/koffice/kexi/index.docbook')
-rw-r--r-- | koffice-i18n-it/docs/koffice/kexi/index.docbook | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/koffice-i18n-it/docs/koffice/kexi/index.docbook b/koffice-i18n-it/docs/koffice/kexi/index.docbook new file mode 100644 index 00000000..3c5fd603 --- /dev/null +++ b/koffice-i18n-it/docs/koffice/kexi/index.docbook @@ -0,0 +1,152 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY package "koffice"> + <!ENTITY kappname "&kexi;"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % Italian "INCLUDE"> + + <!-- Chapters --> + <!ENTITY intro SYSTEM "intro.docbook"> + <!ENTITY basics SYSTEM "basics.docbook"> + <!ENTITY building SYSTEM "building.docbook"> + <!ENTITY querydesigning SYSTEM "querydesigning.docbook"> + <!ENTITY enteringdataintotables SYSTEM "enteringdataintotables.docbook"> + <!ENTITY designingforms SYSTEM "designingforms.docbook"> + <!ENTITY enteringdatausingforms SYSTEM "enteringdatausingforms.docbook"> + <!ENTITY configuration SYSTEM "configuration.docbook"> + <!ENTITY menus SYSTEM "menus.docbook"> + <!ENTITY credits SYSTEM "credits.docbook"> + <!ENTITY database SYSTEM "database.docbook"> + <!ENTITY comparing SYSTEM "comparing.docbook"> + <!-- Do not define any other entities; instead, use the entities + from entities/general.entities and $LANG/user.entities. --> +]> + +<book lang="&language;"> + +<bookinfo> +<title +>Manuale di &kexi; </title> + +<authorgroup> + <author +><personname +> <firstname +>Martin</firstname +> <othername +>A.</othername +> <surname +>Ellis</surname +> </personname +> <email +>[email protected]</email +> </author> + <author +><personname +> <firstname +>Jaroslaw</firstname +> <surname +>Staniek</surname +> </personname +> <email +>[email protected]</email +> </author> + <othercredit role="translator" +><firstname +>Andrea</firstname +><surname +>Di Menna</surname +><affiliation +><address +><email +>[email protected]</email +></address +></affiliation +><contrib +>Traduzione del documento</contrib +></othercredit +> +</authorgroup> + +<copyright> + <year +>2004</year> + <year +>2005</year> + <year +>2006</year> + <holder +>Jaroslaw Staniek</holder> + <holder +>Martin Ellis</holder> +</copyright> + +<!-- Translators: put here the copyright notice of the translation --> +<!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook + and in the FDL itself on how to use it. --> +<legalnotice +>&FDLNotice;</legalnotice> + +<!-- Date and version information of the documentation +Don't forget to include this last date and this last revision number, we +need them for translation coordination ! +Please respect the format of the date (YYYY-MM-DD) and of the version +(V.MM.LL), it could be used by automation scripts. +Do NOT change these in the translation. --> + +<date +>2006-09-07</date> +<releaseinfo +>1.6</releaseinfo> + +<!-- Abstract about this handbook --> +<abstract> + <para +>&kexi; è un'applicazione per la creazione di banche dati e la gestione di dati della suite di produttività &koffice;. </para> +</abstract> + +<!-- Keywords --> +<keywordset> + <keyword +>KDE</keyword> + <keyword +>KOffice</keyword> + <keyword +>Kexi</keyword> + <keyword +>banca dati</keyword> +</keywordset> + +</bookinfo> + +<!-- The contents of the documentation begin here. Label +each chapter so with the id attribute. This is necessary for two reasons: it +allows you to easily reference the chapter from other chapters of your +document, and if there is no ID, the name of the generated HTML files will vary +from time to time making it hard to manage for maintainers and for the CVS +system. Any chapter labelled (OPTIONAL) may be left out at the author's +discretion. Other chapters should not be left out in order to maintain a +consistent documentation style across all KDE apps. --> + +&intro; +&basics; +&building; +&configuration; +&menus; +&credits; +&database; +&comparing; + +&documentation.index; +</book> + +<!-- +Local Variables: +mode: sgml +sgml-minimize-attributes: nil +sgml-general-insert-case: lower +End: + +vim:tabstop=2:shiftwidth=2:expandtab +kate: space-indent on; indent-width 2; tab-width 2; indent-mode none; +--> |