gnucash/accounts/de_CH/acctchrt_otherloan.gnucash-xea
Christian Stimming 810d65e460 Explicitly denote the encoding of the file in
the initial xml tag. Fixes problems in the new-file-wizard in
all non-C locales.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11908 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 20:53:45 +00:00

49 lines
1.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Sonstiger Kredit
</gnc-act:title>
<gnc-act:short-description>
Sonstige Kredite
</gnc-act:short-description>
<gnc-act:long-description>
Weitere Kredite
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>Passiva</act:name>
<act:id type="new">60d5e7e410dc5fdf91cf2ecbb5b7245c</act:id>
<act:type>LIABILITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Passiva</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Kredite</act:name>
<act:id type="new">13df44e66790069c74d563946aa0394e</act:id>
<act:type>LIABILITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Kredite</act:description>
<act:parent type="new">60d5e7e410dc5fdf91cf2ecbb5b7245c</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Sonstige</act:name>
<act:id type="new">d03b7df998c899931382300b5d7ee27b</act:id>
<act:type>LIABILITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:commodity>
<act:description>Sonstige Kredite</act:description>
<act:parent type="new">13df44e66790069c74d563946aa0394e</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->