gnucash/accounts/fr_FR/acctchrt_currency.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

51 lines
1.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Compte de commerce de devises/monnaies
</gnc-act:title>
<gnc-act:short-description>
Compte pour le commerce et la conversion d'une monnaie étrangère
</gnc-act:short-description>
<gnc-act:long-description>
Vous devriez sélectionner cet ensemble de comptes si vous convertissez des monnaies étrangères.
Note: compte actuellement en DEM; editer le compte pour changer la monnaie.
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>Actif</act:name>
<act:id type="new">b3c65be1c5d163746ddc0c506f3f4619</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Actif</act:description>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Investissements</act:name>
<act:id type="new">d9c796b35784533aee4309e28a3cbfc5</act:id>
<act:type>ASSET</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>USD</cmdty:id>
</act:currency>
<act:description>Investissements</act:description>
<act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Marché monétaire</act:name>
<act:id type="new">9206632307989cb5b244ad5da5d3131b</act:id>
<act:type>CURRENCY</act:type>
<act:currency>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>DEM</cmdty:id>
</act:currency>
<act:description>Marché monétaire</act:description>
<act:parent type="new">d9c796b35784533aee4309e28a3cbfc5</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->