diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
commit | dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (patch) | |
tree | 99e72842fe687baea16376a147619b6048d7e441 /kmymoney2/templates/de_AT/common.kmt | |
download | kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.tar.gz kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.zip |
Added kmymoney
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/templates/de_AT/common.kmt')
-rw-r--r-- | kmymoney2/templates/de_AT/common.kmt | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/kmymoney2/templates/de_AT/common.kmt b/kmymoney2/templates/de_AT/common.kmt new file mode 100644 index 0000000..919c158 --- /dev/null +++ b/kmymoney2/templates/de_AT/common.kmt @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Converted using xea2kmt by Thomas Baumgart from GnuCash sources + + accounts/de_AT/acctchrt_common.gnucash-xea + + Please check the source file for possible copyright + and licence information. +--> +<!DOCTYPE KMYMONEY-TEMPLATE> +<kmymoney-account-template> + <title>Allgemeine Konten</title> + <shortdesc>Grundlegende Kontenstruktur</shortdesc> + <longdesc>Die meisten Anwender benötigen diese grundlegende Kontenstruktur. Sie finden hier die allgemein üblichen Konten wie Giro-, Sparkonto, Bargeld, Kreditkarte, Erträge und verschiedene Ausgaben.</longdesc> + <accounts> + <account type="10" name=""> + <account type="10" name="Barverbindlichkeiten"> + <account type="4" name="Kreditkarte"/> + </account> + </account> + <account type="16" name=""/> + <account type="13" name=""> + <account type="13" name="Spenden"/> + <account type="13" name="Körperpflege"/> + <account type="13" name="Lebensmittel"/> + <account type="13" name="Unterhaltung"> + <account type="13" name="Reisen"/> + <account type="13" name="Ausgehen"/> + <account type="13" name="Sport"/> + <account type="13" name="Musik/Kino/Theater"/> + </account> + <account type="13" name="Hobbies"/> + <account type="13" name="Fahrtkosten"> + <account type="13" name="Netzkarten"/> + <account type="13" name="Fahrkarten"/> + </account> + <account type="13" name="Versicherungen"> + <account type="13" name="Haftpflicht"/> + <account type="13" name="Krankenversicherung"/> + </account> + <account type="13" name="Geschenke"/> + <account type="13" name="Bildung"> + <account type="13" name="Büroartikel"/> + <account type="13" name="Abonnements"/> + <account type="13" name="Bücher"/> + <account type="13" name="Zeitungen"/> + </account> + <account type="13" name="Telekommunikation"> + <account type="13" name="Online-Dienste"/> + <account type="13" name="Rundfunk"/> + <account type="13" name="Telefon"/> + </account> + <account type="13" name="Gesundheit"> + <account type="13" name="Medikamente"/> + </account> + <account type="13" name="EDV"/> + <account type="13" name="Sonstiges"> + <account type="13" name="Bankgebühren"/> + <account type="13" name="Sonstiges"/> + </account> + <account type="13" name="Kleidung"/> + <account type="13" name="Steuern"> + <account type="13" name="Sozialversicherung"/> + <account type="13" name="Einkommenssteuer"/> + <account type="13" name="Sonstige"/> + </account> + <account type="13" name="Wohnen"> + <account type="13" name="Ausstattung"/> + <account type="13" name="Miete"/> + <account type="13" name="Nebenkosten"> + <account type="13" name="Wasser"/> + <account type="13" name="Gas"/> + <account type="13" name="Hausverwaltung"/> + <account type="13" name="Abfall"/> + <account type="13" name="Strom"/> + </account> + </account> + </account> + <account type="9" name=""> + <account type="9" name="Barvermögen"> + <account type="1" name="Sparkonto"/> + <account type="1" name="Girokonto"/> + <account type="3" name="Bargeld"/> + <account type="3" name="Quick"/> + </account> + </account> + <account type="12" name=""> + <account type="12" name="Sonstiges"/> + <account type="12" name="Gehalt"> + <account type="12" name="Zulagen"/> + <account type="12" name="Gehalt"/> + </account> + <account type="12" name="Glücksspiel"/> + <account type="12" name="Geschenke"/> + <account type="12" name="Zinsen"> + <account type="12" name="Sonstige"/> + <account type="12" name="Girokonto"/> + <account type="12" name="Sparkonto"/> + </account> + </account> + </accounts> +</kmymoney-account-template> |