gnucash maint: Add XML namespaces for all Account Hierarchy Templates.
Frank H.Ellenberger
fell at code.gnucash.org
Wed Mar 14 03:51:45 EDT 2018
Updated via https://github.com/Gnucash/gnucash/commit/9d2fdd41 (commit)
from https://github.com/Gnucash/gnucash/commit/d61cd79a (commit)
commit 9d2fdd41aee0797f137596c7be763fe928086a35
Author: Di Mang <dimang.freenet at gmail.com>
Date: Sun Mar 11 17:21:43 2018 +0100
Add XML namespaces for all Account Hierarchy Templates.
ca, cs, da, de_AT, de_CH, el_GR, en_GB, en_IN, es_ES,
es_MX, fi_FI, fr_CA, fr_CH, fr_FR, hu_HU, it, ja, ko,
lt, lv, nb, nl, pl, pt_BR, pt_PT, sk, sv_AX, sv_FI,
sv_SE, tr_TR, zh_CN, zh_HK, zh_TW
diff --git a/accounts/ca/acctchrt_brokerage.gnucash-xea b/accounts/ca/acctchrt_brokerage.gnucash-xea
index f7dd0f2..09fbbf1 100644
--- a/accounts/ca/acctchrt_brokerage.gnucash-xea
+++ b/accounts/ca/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Compte d'Inversió
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_carloan.gnucash-xea b/accounts/ca/acctchrt_carloan.gnucash-xea
index 499b172..006df9b 100644
--- a/accounts/ca/acctchrt_carloan.gnucash-xea
+++ b/accounts/ca/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstec d'automòbil
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea b/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea
index c77b3c8..c26be09 100644
--- a/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Pagarés i mercat monetari
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_childcare.gnucash-xea b/accounts/ca/acctchrt_childcare.gnucash-xea
index 3cfea6b..aacd3b0 100644
--- a/accounts/ca/acctchrt_childcare.gnucash-xea
+++ b/accounts/ca/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despeses de la llar d'infants
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_common.gnucash-xea b/accounts/ca/acctchrt_common.gnucash-xea
index e61093f..4b05ce7 100644
--- a/accounts/ca/acctchrt_common.gnucash-xea
+++ b/accounts/ca/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes comuns
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_currency.gnucash-xea b/accounts/ca/acctchrt_currency.gnucash-xea
index 4b5acca..80ad06e 100644
--- a/accounts/ca/acctchrt_currency.gnucash-xea
+++ b/accounts/ca/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Compte de conversió monetà ria
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_eduloan.gnucash-xea b/accounts/ca/acctchrt_eduloan.gnucash-xea
index c4f69f0..9b9c477 100644
--- a/accounts/ca/acctchrt_eduloan.gnucash-xea
+++ b/accounts/ca/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstec per a l'educació
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_fixedassets.gnucash-xea b/accounts/ca/acctchrt_fixedassets.gnucash-xea
index d0bbe54..955ea3f 100644
--- a/accounts/ca/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/ca/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Actius fixos
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_homeloan.gnucash-xea b/accounts/ca/acctchrt_homeloan.gnucash-xea
index c872aef..a499469 100644
--- a/accounts/ca/acctchrt_homeloan.gnucash-xea
+++ b/accounts/ca/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstec hipotecari
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_homeown.gnucash-xea b/accounts/ca/acctchrt_homeown.gnucash-xea
index 126c4f1..4fcfc98 100644
--- a/accounts/ca/acctchrt_homeown.gnucash-xea
+++ b/accounts/ca/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despeses de propietari de casa
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_otherloan.gnucash-xea b/accounts/ca/acctchrt_otherloan.gnucash-xea
index 9959254..574dcc4 100644
--- a/accounts/ca/acctchrt_otherloan.gnucash-xea
+++ b/accounts/ca/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Altres préstecs
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_renter.gnucash-xea b/accounts/ca/acctchrt_renter.gnucash-xea
index d076ff4..6e0928c 100644
--- a/accounts/ca/acctchrt_renter.gnucash-xea
+++ b/accounts/ca/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despeses d'inquilÃ
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_retiremt.gnucash-xea b/accounts/ca/acctchrt_retiremt.gnucash-xea
index 9e26790..27a8168 100644
--- a/accounts/ca/acctchrt_retiremt.gnucash-xea
+++ b/accounts/ca/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes de jubilació
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_spouseinc.gnucash-xea b/accounts/ca/acctchrt_spouseinc.gnucash-xea
index a02afd7..0d947aa 100644
--- a/accounts/ca/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/ca/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ingressos de cònjuge
</gnc-act:title>
diff --git a/accounts/ca/acctchrt_spouseretire.gnucash-xea b/accounts/ca/acctchrt_spouseretire.gnucash-xea
index b5f1393..9060bc3 100644
--- a/accounts/ca/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/ca/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes de jubilació de cònjuge
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_brokerage.gnucash-xea b/accounts/cs/acctchrt_brokerage.gnucash-xea
index 4454efb..240d306 100644
--- a/accounts/cs/acctchrt_brokerage.gnucash-xea
+++ b/accounts/cs/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
InvestiÄnà úÄty
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_carloan.gnucash-xea b/accounts/cs/acctchrt_carloan.gnucash-xea
index d844340..4ce9bf8 100644
--- a/accounts/cs/acctchrt_carloan.gnucash-xea
+++ b/accounts/cs/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ÃvÄr na auto
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea b/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea
index b7e3c50..236fd77 100644
--- a/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Depozitnà certifikát a penÄžnà trh
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_childcare.gnucash-xea b/accounts/cs/acctchrt_childcare.gnucash-xea
index edd2f31..025c6d2 100644
--- a/accounts/cs/acctchrt_childcare.gnucash-xea
+++ b/accounts/cs/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Výdaje na péÄi o dÃtÄ
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_common.gnucash-xea b/accounts/cs/acctchrt_common.gnucash-xea
index fc116e9..95e197b 100644
--- a/accounts/cs/acctchrt_common.gnucash-xea
+++ b/accounts/cs/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
BÄžné úÄty
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_currency.gnucash-xea b/accounts/cs/acctchrt_currency.gnucash-xea
index 2411827..a826292 100644
--- a/accounts/cs/acctchrt_currency.gnucash-xea
+++ b/accounts/cs/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ÃÄet na obchodovánà s mÄnou
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_eduloan.gnucash-xea b/accounts/cs/acctchrt_eduloan.gnucash-xea
index aa8e4a4..cfbfbf7 100644
--- a/accounts/cs/acctchrt_eduloan.gnucash-xea
+++ b/accounts/cs/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Studijnà půjÄka
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_fixedassets.gnucash-xea b/accounts/cs/acctchrt_fixedassets.gnucash-xea
index f5e2306..3a1526b 100644
--- a/accounts/cs/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/cs/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Fixnà aktiva
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_homeloan.gnucash-xea b/accounts/cs/acctchrt_homeloan.gnucash-xea
index cd01cef..40d33ad 100644
--- a/accounts/cs/acctchrt_homeloan.gnucash-xea
+++ b/accounts/cs/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
HypotéÄnà úvÄr
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_homeown.gnucash-xea b/accounts/cs/acctchrt_homeown.gnucash-xea
index 32a86b7..4332770 100644
--- a/accounts/cs/acctchrt_homeown.gnucash-xea
+++ b/accounts/cs/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Výdaje z vlastnictvà domu
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_otherloan.gnucash-xea b/accounts/cs/acctchrt_otherloan.gnucash-xea
index 02310fc..7d1c9e8 100644
--- a/accounts/cs/acctchrt_otherloan.gnucash-xea
+++ b/accounts/cs/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ostatnà půjÄky
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_renter.gnucash-xea b/accounts/cs/acctchrt_renter.gnucash-xea
index 9f98060..c70214a 100644
--- a/accounts/cs/acctchrt_renter.gnucash-xea
+++ b/accounts/cs/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Výdaje na nájemné
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_retiremt.gnucash-xea b/accounts/cs/acctchrt_retiremt.gnucash-xea
index f860bc0..cedc25b 100644
--- a/accounts/cs/acctchrt_retiremt.gnucash-xea
+++ b/accounts/cs/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Penzijnà úÄty
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_spouseinc.gnucash-xea b/accounts/cs/acctchrt_spouseinc.gnucash-xea
index bca81f3..8b68ce7 100644
--- a/accounts/cs/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/cs/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Partnerův pÅÃjem
</gnc-act:title>
diff --git a/accounts/cs/acctchrt_spouseretire.gnucash-xea b/accounts/cs/acctchrt_spouseretire.gnucash-xea
index e77d682..509e8c5 100644
--- a/accounts/cs/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/cs/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Partnerova penze
</gnc-act:title>
diff --git a/accounts/da/acctchrt_car.gnucash-xea b/accounts/da/acctchrt_car.gnucash-xea
index 427719c..814168e 100644
--- a/accounts/da/acctchrt_car.gnucash-xea
+++ b/accounts/da/acctchrt_car.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Bilejer
</gnc-act:title>
diff --git a/accounts/da/acctchrt_common.gnucash-xea b/accounts/da/acctchrt_common.gnucash-xea
index 89cdd5d..ff87054 100644
--- a/accounts/da/acctchrt_common.gnucash-xea
+++ b/accounts/da/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Basiskonti
</gnc-act:title>
diff --git a/accounts/da/acctchrt_homeloan.gnucash-xea b/accounts/da/acctchrt_homeloan.gnucash-xea
index 6efd0d2..a228db6 100644
--- a/accounts/da/acctchrt_homeloan.gnucash-xea
+++ b/accounts/da/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Realkreditlån
</gnc-act:title>
diff --git a/accounts/da/acctchrt_homeown.gnucash-xea b/accounts/da/acctchrt_homeown.gnucash-xea
index fc97ee8..5580e00 100644
--- a/accounts/da/acctchrt_homeown.gnucash-xea
+++ b/accounts/da/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Boligejer
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_auto.gnucash-xea b/accounts/de_AT/acctchrt_auto.gnucash-xea
index f85ac65..fa712c2 100644
--- a/accounts/de_AT/acctchrt_auto.gnucash-xea
+++ b/accounts/de_AT/acctchrt_auto.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Autobesitz
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_autoloan.gnucash-xea b/accounts/de_AT/acctchrt_autoloan.gnucash-xea
index d0135b5..d68ee2d 100644
--- a/accounts/de_AT/acctchrt_autoloan.gnucash-xea
+++ b/accounts/de_AT/acctchrt_autoloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kredit Auto
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_brokerage.gnucash-xea b/accounts/de_AT/acctchrt_brokerage.gnucash-xea
index 7a06558..aa973d4 100644
--- a/accounts/de_AT/acctchrt_brokerage.gnucash-xea
+++ b/accounts/de_AT/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Aktienhandel
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_business.gnucash-xea b/accounts/de_AT/acctchrt_business.gnucash-xea
index 6718ffa..3a1cd0b 100644
--- a/accounts/de_AT/acctchrt_business.gnucash-xea
+++ b/accounts/de_AT/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kleinunternehmen
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_common.gnucash-xea b/accounts/de_AT/acctchrt_common.gnucash-xea
index bcc3f86..9002cd6 100644
--- a/accounts/de_AT/acctchrt_common.gnucash-xea
+++ b/accounts/de_AT/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Allgemeine Konten
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_houseown.gnucash-xea b/accounts/de_AT/acctchrt_houseown.gnucash-xea
index 7ebc1c0..08fafbb 100644
--- a/accounts/de_AT/acctchrt_houseown.gnucash-xea
+++ b/accounts/de_AT/acctchrt_houseown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Hausbesitz
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_investment.gnucash-xea b/accounts/de_AT/acctchrt_investment.gnucash-xea
index aa5bbbc..bad113e 100644
--- a/accounts/de_AT/acctchrt_investment.gnucash-xea
+++ b/accounts/de_AT/acctchrt_investment.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Geldanlagen
</gnc-act:title>
diff --git a/accounts/de_AT/acctchrt_kids.gnucash-xea b/accounts/de_AT/acctchrt_kids.gnucash-xea
index 887521c..3dd3795 100644
--- a/accounts/de_AT/acctchrt_kids.gnucash-xea
+++ b/accounts/de_AT/acctchrt_kids.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kinder
</gnc-act:title>
diff --git a/accounts/de_CH/acctchrt_brokerage.gnucash-xea b/accounts/de_CH/acctchrt_brokerage.gnucash-xea
index ba424b7..b141fb7 100644
--- a/accounts/de_CH/acctchrt_brokerage.gnucash-xea
+++ b/accounts/de_CH/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Aktienhandel
</gnc-act:title>
diff --git a/accounts/de_CH/acctchrt_chkmu.gnucash-xea b/accounts/de_CH/acctchrt_chkmu.gnucash-xea
index 2ed5316..7b1edbb 100644
--- a/accounts/de_CH/acctchrt_chkmu.gnucash-xea
+++ b/accounts/de_CH/acctchrt_chkmu.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
KMU Kontenrahmen
</gnc-act:title>
diff --git a/accounts/de_CH/acctchrt_common.gnucash-xea b/accounts/de_CH/acctchrt_common.gnucash-xea
index c50ce21..45e6f68 100644
--- a/accounts/de_CH/acctchrt_common.gnucash-xea
+++ b/accounts/de_CH/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Allgemeine Konten
</gnc-act:title>
diff --git a/accounts/de_CH/acctchrt_kids.gnucash-xea b/accounts/de_CH/acctchrt_kids.gnucash-xea
index 2bc7242..7ad111c 100644
--- a/accounts/de_CH/acctchrt_kids.gnucash-xea
+++ b/accounts/de_CH/acctchrt_kids.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kinder
</gnc-act:title>
diff --git a/accounts/de_CH/acctchrt_otherasset.gnucash-xea b/accounts/de_CH/acctchrt_otherasset.gnucash-xea
index 097bee0..f52e51b 100644
--- a/accounts/de_CH/acctchrt_otherasset.gnucash-xea
+++ b/accounts/de_CH/acctchrt_otherasset.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Sonstige Sachanlage
</gnc-act:title>
diff --git a/accounts/de_CH/acctchrt_otherloan.gnucash-xea b/accounts/de_CH/acctchrt_otherloan.gnucash-xea
index bd79fd5..5e74302 100644
--- a/accounts/de_CH/acctchrt_otherloan.gnucash-xea
+++ b/accounts/de_CH/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Sonstiger Kredit
</gnc-act:title>
diff --git a/accounts/el_GR/acctchrt_brokerage.gnucash-xea b/accounts/el_GR/acctchrt_brokerage.gnucash-xea
index d2122ee..657c77b 100644
--- a/accounts/el_GR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/el_GR/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ÎογαÏιαÏμοί ÎÏενδÏÏεÏν
</gnc-act:title>
diff --git a/accounts/el_GR/acctchrt_carloan.gnucash-xea b/accounts/el_GR/acctchrt_carloan.gnucash-xea
index 9048100..8a57b97 100644
--- a/accounts/el_GR/acctchrt_carloan.gnucash-xea
+++ b/accounts/el_GR/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Îάνειο ÎÏ
ÏοκινήÏοÏ
</gnc-act:title>
diff --git a/accounts/el_GR/acctchrt_common.gnucash-xea b/accounts/el_GR/acctchrt_common.gnucash-xea
index 1ba8854..e190e7f 100644
--- a/accounts/el_GR/acctchrt_common.gnucash-xea
+++ b/accounts/el_GR/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ΣÏ
Î½Î®Î¸ÎµÎ¹Ï ÎογαÏιαÏμοί
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_brokerage.gnucash-xea b/accounts/en_GB/acctchrt_brokerage.gnucash-xea
index c71e0eb..95567f6 100644
--- a/accounts/en_GB/acctchrt_brokerage.gnucash-xea
+++ b/accounts/en_GB/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Investment Accounts
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_business.gnucash-xea b/accounts/en_GB/acctchrt_business.gnucash-xea
index 6da53af..5fdf513 100644
--- a/accounts/en_GB/acctchrt_business.gnucash-xea
+++ b/accounts/en_GB/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Business Accounts
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_carloan.gnucash-xea b/accounts/en_GB/acctchrt_carloan.gnucash-xea
index 0dde038..ff3951c 100644
--- a/accounts/en_GB/acctchrt_carloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Car Loan
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea b/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea
index 44fa23c..12291c7 100644
--- a/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD and Money Market
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_checkbook.gnucash-xea b/accounts/en_GB/acctchrt_checkbook.gnucash-xea
index 5a417d8..08cf829 100644
--- a/accounts/en_GB/acctchrt_checkbook.gnucash-xea
+++ b/accounts/en_GB/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
A Simple Checkbook
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_childcare.gnucash-xea b/accounts/en_GB/acctchrt_childcare.gnucash-xea
index ad1871a..2d97e48 100644
--- a/accounts/en_GB/acctchrt_childcare.gnucash-xea
+++ b/accounts/en_GB/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Childcare Expenses
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_common.gnucash-xea b/accounts/en_GB/acctchrt_common.gnucash-xea
index 504381a..7507fd0 100644
--- a/accounts/en_GB/acctchrt_common.gnucash-xea
+++ b/accounts/en_GB/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Common Accounts
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_eduloan.gnucash-xea b/accounts/en_GB/acctchrt_eduloan.gnucash-xea
index 7f43fd5..0ac4775 100644
--- a/accounts/en_GB/acctchrt_eduloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Education Loan
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_fixedassets.gnucash-xea b/accounts/en_GB/acctchrt_fixedassets.gnucash-xea
index c2e4c39..f109bff 100644
--- a/accounts/en_GB/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/en_GB/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Fixed Assets
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_full.gnucash-xea b/accounts/en_GB/acctchrt_full.gnucash-xea
index f9bec95..b239b8f 100644
--- a/accounts/en_GB/acctchrt_full.gnucash-xea
+++ b/accounts/en_GB/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Full Chart
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_homeloan.gnucash-xea b/accounts/en_GB/acctchrt_homeloan.gnucash-xea
index 9e2c954..ab10e1b 100644
--- a/accounts/en_GB/acctchrt_homeloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Home Mortgage Loan
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_homeown.gnucash-xea b/accounts/en_GB/acctchrt_homeown.gnucash-xea
index aedc427..fdd8f46 100644
--- a/accounts/en_GB/acctchrt_homeown.gnucash-xea
+++ b/accounts/en_GB/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Homeowner Expenses
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_otherloan.gnucash-xea b/accounts/en_GB/acctchrt_otherloan.gnucash-xea
index 0bd8ac1..a7ae9d6 100644
--- a/accounts/en_GB/acctchrt_otherloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Other Loans
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_renter.gnucash-xea b/accounts/en_GB/acctchrt_renter.gnucash-xea
index e0d3935..678990a 100644
--- a/accounts/en_GB/acctchrt_renter.gnucash-xea
+++ b/accounts/en_GB/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Renter Expenses
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_retiremt.gnucash-xea b/accounts/en_GB/acctchrt_retiremt.gnucash-xea
index 9ccf899..daf2deb 100644
--- a/accounts/en_GB/acctchrt_retiremt.gnucash-xea
+++ b/accounts/en_GB/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Retirement Accounts
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_spouseinc.gnucash-xea b/accounts/en_GB/acctchrt_spouseinc.gnucash-xea
index 1934bda..b848090 100644
--- a/accounts/en_GB/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/en_GB/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Spouse Income
</gnc-act:title>
diff --git a/accounts/en_GB/acctchrt_spouseretire.gnucash-xea b/accounts/en_GB/acctchrt_spouseretire.gnucash-xea
index 2f953de..ab03655 100644
--- a/accounts/en_GB/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/en_GB/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Spouse Retirement Accounts
</gnc-act:title>
diff --git a/accounts/en_GB/uk-vat.gnucash-xea b/accounts/en_GB/uk-vat.gnucash-xea
index 5ebd26e..5603576 100644
--- a/accounts/en_GB/uk-vat.gnucash-xea
+++ b/accounts/en_GB/uk-vat.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
UK VAT Accounts
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_brokerage.gnucash-xea b/accounts/es_ES/acctchrt_brokerage.gnucash-xea
index 756224d..dab0fec 100644
--- a/accounts/es_ES/acctchrt_brokerage.gnucash-xea
+++ b/accounts/es_ES/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas de Inversión
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_carloan.gnucash-xea b/accounts/es_ES/acctchrt_carloan.gnucash-xea
index 40814b0..f665329 100644
--- a/accounts/es_ES/acctchrt_carloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstamo de automóvil
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea b/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
index 2aebdc5..8f2da04 100644
--- a/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Pagarés y mercado monetario
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_childcare.gnucash-xea b/accounts/es_ES/acctchrt_childcare.gnucash-xea
index 22b0242..3ad5b8b 100644
--- a/accounts/es_ES/acctchrt_childcare.gnucash-xea
+++ b/accounts/es_ES/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gastos de guarderÃa
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_common.gnucash-xea b/accounts/es_ES/acctchrt_common.gnucash-xea
index 57f55a7..4c3267a 100644
--- a/accounts/es_ES/acctchrt_common.gnucash-xea
+++ b/accounts/es_ES/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas comunes
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_currency.gnucash-xea b/accounts/es_ES/acctchrt_currency.gnucash-xea
index cb54b9f..5157811 100644
--- a/accounts/es_ES/acctchrt_currency.gnucash-xea
+++ b/accounts/es_ES/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuenta de conversión monetaria
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_eduloan.gnucash-xea b/accounts/es_ES/acctchrt_eduloan.gnucash-xea
index 43041e3..07f808f 100644
--- a/accounts/es_ES/acctchrt_eduloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstamo para educación
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_fixedassets.gnucash-xea b/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
index 807a00c..4b64765 100644
--- a/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Activos fijos
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_homeloan.gnucash-xea b/accounts/es_ES/acctchrt_homeloan.gnucash-xea
index d3f384c..e1ac9e2 100644
--- a/accounts/es_ES/acctchrt_homeloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstamo hipotecario
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_homeown.gnucash-xea b/accounts/es_ES/acctchrt_homeown.gnucash-xea
index d852762..7764e2a 100644
--- a/accounts/es_ES/acctchrt_homeown.gnucash-xea
+++ b/accounts/es_ES/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gastos de propietario de casa
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_otherloan.gnucash-xea b/accounts/es_ES/acctchrt_otherloan.gnucash-xea
index 3350240..6640187 100644
--- a/accounts/es_ES/acctchrt_otherloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Otros préstamos
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_renter.gnucash-xea b/accounts/es_ES/acctchrt_renter.gnucash-xea
index c57f907..31315ae 100644
--- a/accounts/es_ES/acctchrt_renter.gnucash-xea
+++ b/accounts/es_ES/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gastos de inquilino
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_retiremt.gnucash-xea b/accounts/es_ES/acctchrt_retiremt.gnucash-xea
index 5119a9b..be0bea0 100644
--- a/accounts/es_ES/acctchrt_retiremt.gnucash-xea
+++ b/accounts/es_ES/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas de jubilación
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_spouseinc.gnucash-xea b/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
index 840dca1..ec7e41b 100644
--- a/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ingresos de cónyuge
</gnc-act:title>
diff --git a/accounts/es_ES/acctchrt_spouseretire.gnucash-xea b/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
index 394080f..01df55c 100644
--- a/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas de jubilación de cónyuge
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_brokerage.gnucash-xea b/accounts/es_MX/acctchrt_brokerage.gnucash-xea
index 756224d..dab0fec 100644
--- a/accounts/es_MX/acctchrt_brokerage.gnucash-xea
+++ b/accounts/es_MX/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas de Inversión
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_carloan.gnucash-xea b/accounts/es_MX/acctchrt_carloan.gnucash-xea
index 40814b0..f665329 100644
--- a/accounts/es_MX/acctchrt_carloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstamo de automóvil
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea b/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea
index 0205724..4c9344f 100644
--- a/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Pagarés y mercado monetario
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_childcare.gnucash-xea b/accounts/es_MX/acctchrt_childcare.gnucash-xea
index 22b0242..3ad5b8b 100644
--- a/accounts/es_MX/acctchrt_childcare.gnucash-xea
+++ b/accounts/es_MX/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gastos de guarderÃa
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_common.gnucash-xea b/accounts/es_MX/acctchrt_common.gnucash-xea
index 305c653..af13ed2 100644
--- a/accounts/es_MX/acctchrt_common.gnucash-xea
+++ b/accounts/es_MX/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas comunes
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_currency.gnucash-xea b/accounts/es_MX/acctchrt_currency.gnucash-xea
index 7099aee..b2a0ff0 100644
--- a/accounts/es_MX/acctchrt_currency.gnucash-xea
+++ b/accounts/es_MX/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuenta de Compra-Venta de monedas
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_eduloan.gnucash-xea b/accounts/es_MX/acctchrt_eduloan.gnucash-xea
index 43041e3..07f808f 100644
--- a/accounts/es_MX/acctchrt_eduloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstamo para educación
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_fixedassets.gnucash-xea b/accounts/es_MX/acctchrt_fixedassets.gnucash-xea
index 807a00c..4b64765 100644
--- a/accounts/es_MX/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/es_MX/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Activos fijos
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_homeloan.gnucash-xea b/accounts/es_MX/acctchrt_homeloan.gnucash-xea
index d3f384c..e1ac9e2 100644
--- a/accounts/es_MX/acctchrt_homeloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Préstamo hipotecario
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_homeown.gnucash-xea b/accounts/es_MX/acctchrt_homeown.gnucash-xea
index 473634b..10ddad8 100644
--- a/accounts/es_MX/acctchrt_homeown.gnucash-xea
+++ b/accounts/es_MX/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gastos de propietario de casa
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_otherloan.gnucash-xea b/accounts/es_MX/acctchrt_otherloan.gnucash-xea
index 3350240..6640187 100644
--- a/accounts/es_MX/acctchrt_otherloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Otros préstamos
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_renter.gnucash-xea b/accounts/es_MX/acctchrt_renter.gnucash-xea
index c57f907..31315ae 100644
--- a/accounts/es_MX/acctchrt_renter.gnucash-xea
+++ b/accounts/es_MX/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gastos de inquilino
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_retiremt.gnucash-xea b/accounts/es_MX/acctchrt_retiremt.gnucash-xea
index 5119a9b..be0bea0 100644
--- a/accounts/es_MX/acctchrt_retiremt.gnucash-xea
+++ b/accounts/es_MX/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas de jubilación
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_spouseinc.gnucash-xea b/accounts/es_MX/acctchrt_spouseinc.gnucash-xea
index 840dca1..ec7e41b 100644
--- a/accounts/es_MX/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/es_MX/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ingresos de cónyuge
</gnc-act:title>
diff --git a/accounts/es_MX/acctchrt_spouseretire.gnucash-xea b/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
index 394080f..01df55c 100644
--- a/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Cuentas de jubilación de cónyuge
</gnc-act:title>
diff --git a/accounts/fi_FI/acctchrt_common.gnucash-xea b/accounts/fi_FI/acctchrt_common.gnucash-xea
index 695d887..4c489b8 100644
--- a/accounts/fi_FI/acctchrt_common.gnucash-xea
+++ b/accounts/fi_FI/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Henkilökohtainen
</gnc-act:title>
diff --git a/accounts/fi_FI/acctchrt_ry.gnucash-xea b/accounts/fi_FI/acctchrt_ry.gnucash-xea
index 65104df..d1f4a36 100644
--- a/accounts/fi_FI/acctchrt_ry.gnucash-xea
+++ b/accounts/fi_FI/acctchrt_ry.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Yhdistys
</gnc-act:title>
diff --git a/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea b/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea
index e970333..e751353 100644
--- a/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea
+++ b/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea
@@ -1,12 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example
- xmlns="http://www.gnucash.org/XML/"
- xmlns:act="http://www.gnucash.org/XML/act"
- xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
- xmlns:gnc="http://www.gnucash.org/XML/gnc"
- xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
- xmlns:slot="http://www.gnucash.org/XML/slot"
->
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>Yritykset ja organisaatiot</gnc-act:title>
<gnc-act:short-description>Yritykset ja organisaatiot</gnc-act:short-description>
<gnc-act:long-description>
diff --git a/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea b/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea
index 11c8c1b..e0eaa0a 100644
--- a/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Actifs fixes
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_automobile.gnucash-xea b/accounts/fr_CA/acctchrt_automobile.gnucash-xea
index b4a0994..ccffc42 100644
--- a/accounts/fr_CA/acctchrt_automobile.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_automobile.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Véhicule
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_basecommune.gnucash-xea b/accounts/fr_CA/acctchrt_basecommune.gnucash-xea
index 2ccb066..d2005e9 100644
--- a/accounts/fr_CA/acctchrt_basecommune.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_basecommune.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
- <gnc-account-example>
+ <gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Base de comptes communs
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea b/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
index c5a2dab..e2ae94a 100644
--- a/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD/CPG et marché monéraire
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_chequier.gnucash-xea b/accounts/fr_CA/acctchrt_chequier.gnucash-xea
index 80d9262..d07a805 100644
--- a/accounts/fr_CA/acctchrt_chequier.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_chequier.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Chéquier
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea b/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea
index ff57f69..161ecd8 100644
--- a/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Retraite Conjoint(e)
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea b/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea
index 0cf776a..66d8898 100644
--- a/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Revenus - Conjoint(e)
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_courtage.gnucash-xea b/accounts/fr_CA/acctchrt_courtage.gnucash-xea
index 44d266c..626cddd 100644
--- a/accounts/fr_CA/acctchrt_courtage.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_courtage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Courtage et placements
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea b/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea
index 5939b4d..7a6ea32 100644
--- a/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Emprunt pour études
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_garderie.gnucash-xea b/accounts/fr_CA/acctchrt_garderie.gnucash-xea
index cd9235a..96f8fb5 100644
--- a/accounts/fr_CA/acctchrt_garderie.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_garderie.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Enfant à charge
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_locataire.gnucash-xea b/accounts/fr_CA/acctchrt_locataire.gnucash-xea
index 1091b24..f4581ac 100644
--- a/accounts/fr_CA/acctchrt_locataire.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_locataire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Location d'un logis
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea b/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea
index bab17ee..48f02db 100644
--- a/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Propriétaire d'une résidence
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_retraite.gnucash-xea b/accounts/fr_CA/acctchrt_retraite.gnucash-xea
index 5da32f0..41ee8a5 100644
--- a/accounts/fr_CA/acctchrt_retraite.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_retraite.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Retraite
</gnc-act:title>
diff --git a/accounts/fr_CA/acctchrt_revenus.gnucash-xea b/accounts/fr_CA/acctchrt_revenus.gnucash-xea
index bcf1350..fe30fbc 100644
--- a/accounts/fr_CA/acctchrt_revenus.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_revenus.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Revenus d'emploi
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_brokerage.gnucash-xea b/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
index 906b8ea..0a133ee 100644
--- a/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'investissement
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_business.gnucash-xea b/accounts/fr_CH/acctchrt_business.gnucash-xea
index 0e62139..7cc59e3 100644
--- a/accounts/fr_CH/acctchrt_business.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'affaires
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_carloan.gnucash-xea b/accounts/fr_CH/acctchrt_carloan.gnucash-xea
index b713541..5b19516 100644
--- a/accounts/fr_CH/acctchrt_carloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Emprunt automobile
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea b/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
index 31ccf3b..b24aa8d 100644
--- a/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD et marché monétaire
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_childcare.gnucash-xea b/accounts/fr_CH/acctchrt_childcare.gnucash-xea
index f5d7bdf..68d76b0 100644
--- a/accounts/fr_CH/acctchrt_childcare.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dépenses de garderie
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_common.gnucash-xea b/accounts/fr_CH/acctchrt_common.gnucash-xea
index c8bdd47..d5e0ed5 100644
--- a/accounts/fr_CH/acctchrt_common.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes communs
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_currency.gnucash-xea b/accounts/fr_CH/acctchrt_currency.gnucash-xea
index af498c8..0073201 100644
--- a/accounts/fr_CH/acctchrt_currency.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Compte de commerce de devises/monnaies
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_eduloan.gnucash-xea b/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
index 732b0db..94d1587 100644
--- a/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Emprunt Etudiant
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea b/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
index 6824615..9f5721c 100644
--- a/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Actifs fixes
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_homeloan.gnucash-xea b/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
index aa069d0..cfa2361 100644
--- a/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Hypothèque d'emprunt immobilier
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_homeown.gnucash-xea b/accounts/fr_CH/acctchrt_homeown.gnucash-xea
index a09a2c0..395c1ea 100644
--- a/accounts/fr_CH/acctchrt_homeown.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dépenses de propriétaire immobilier
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_otherloan.gnucash-xea b/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
index 93d8164..bebe61b 100644
--- a/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Autres emprunts
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_renter.gnucash-xea b/accounts/fr_CH/acctchrt_renter.gnucash-xea
index c387759..809f287 100644
--- a/accounts/fr_CH/acctchrt_renter.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dépenses de location
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_retiremt.gnucash-xea b/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
index d2165b0..505c964 100644
--- a/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'épargne retraite
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea b/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
index 9a7772f..4a06a37 100644
--- a/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Revenus du conjoint
</gnc-act:title>
diff --git a/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea b/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
index 142f487..0139766 100644
--- a/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'épargne retraite du conjoint
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_brokerage.gnucash-xea b/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
index bb90cba..d5a90fe 100644
--- a/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'investissement
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_business.gnucash-xea b/accounts/fr_FR/acctchrt_business.gnucash-xea
index 6bc6a43..a699db0 100644
--- a/accounts/fr_FR/acctchrt_business.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'affaires
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_carloan.gnucash-xea b/accounts/fr_FR/acctchrt_carloan.gnucash-xea
index de8a94a..cf0367a 100644
--- a/accounts/fr_FR/acctchrt_carloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Emprunt automobile
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea b/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
index fd9f6c6..954d7a7 100644
--- a/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD et marché monétaire
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_childcare.gnucash-xea b/accounts/fr_FR/acctchrt_childcare.gnucash-xea
index 1eedfcf..80dccff 100644
--- a/accounts/fr_FR/acctchrt_childcare.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dépenses de garderie
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_common.gnucash-xea b/accounts/fr_FR/acctchrt_common.gnucash-xea
index 29fbe81..a8f4c03 100644
--- a/accounts/fr_FR/acctchrt_common.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes communs
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_currency.gnucash-xea b/accounts/fr_FR/acctchrt_currency.gnucash-xea
index 9b1b180..c760556 100644
--- a/accounts/fr_FR/acctchrt_currency.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Compte de commerce de devises/monnaies
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_eduloan.gnucash-xea b/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
index f62eb6e..40b9734 100644
--- a/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Emprunt Etudiant
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea b/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
index aed5fa2..e647c89 100644
--- a/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Actifs fixes
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_homeloan.gnucash-xea b/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
index 601251a..7e42f04 100644
--- a/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Hypothèque d'emprunt immobilier
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_homeown.gnucash-xea b/accounts/fr_FR/acctchrt_homeown.gnucash-xea
index 7f44f30..d309d39 100644
--- a/accounts/fr_FR/acctchrt_homeown.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dépenses de propriétaire immobilier
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_otherloan.gnucash-xea b/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
index 9a3bad8..399bd24 100644
--- a/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Autres emprunts
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_renter.gnucash-xea b/accounts/fr_FR/acctchrt_renter.gnucash-xea
index cb4dcf1..5341d32 100644
--- a/accounts/fr_FR/acctchrt_renter.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dépenses de location
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_retiremt.gnucash-xea b/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
index 1edd655..19fb935 100644
--- a/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'épargne retraite
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
index 8527c26..9392e9e 100644
--- a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Revenus du conjoint
</gnc-act:title>
diff --git a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
index 750a989..29bf5f0 100644
--- a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Comptes d'épargne retraite du conjoint
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_brokerage.gnucash-xea b/accounts/hu_HU/acctchrt_brokerage.gnucash-xea
index c9a7bf8..9d393d8 100644
--- a/accounts/hu_HU/acctchrt_brokerage.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Befektetési számlák
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_business.gnucash-xea b/accounts/hu_HU/acctchrt_business.gnucash-xea
index 040e05d..d93d908 100644
--- a/accounts/hu_HU/acctchrt_business.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Vállalkozás-számlák
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_carloan.gnucash-xea b/accounts/hu_HU/acctchrt_carloan.gnucash-xea
index da50946..fbece33 100644
--- a/accounts/hu_HU/acctchrt_carloan.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Autóhitel
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea b/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea
index 0fba547..e98730e 100644
--- a/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD és pénzpiaci
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_checkbook.gnucash-xea b/accounts/hu_HU/acctchrt_checkbook.gnucash-xea
index 8f70109..8f0b19c 100644
--- a/accounts/hu_HU/acctchrt_checkbook.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Egyszerű folyószámla
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_childcare.gnucash-xea b/accounts/hu_HU/acctchrt_childcare.gnucash-xea
index 3154ae0..1050744 100644
--- a/accounts/hu_HU/acctchrt_childcare.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gyerektartás költségei
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_common.gnucash-xea b/accounts/hu_HU/acctchrt_common.gnucash-xea
index 0bc4b92..30b59d8 100644
--- a/accounts/hu_HU/acctchrt_common.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Gyakori számlák
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_eduloan.gnucash-xea b/accounts/hu_HU/acctchrt_eduloan.gnucash-xea
index 0def934..1afec0d 100644
--- a/accounts/hu_HU/acctchrt_eduloan.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Diákhitel
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea b/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea
index 5b5acc0..f33e269 100644
--- a/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Befektetett eszközök
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_homeloan.gnucash-xea b/accounts/hu_HU/acctchrt_homeloan.gnucash-xea
index 1f5c57b..42249fa 100644
--- a/accounts/hu_HU/acctchrt_homeloan.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Lakáshitel
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_homeown.gnucash-xea b/accounts/hu_HU/acctchrt_homeown.gnucash-xea
index bd7c9d1..f35277a 100644
--- a/accounts/hu_HU/acctchrt_homeown.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Lakásköltségek
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_otherloan.gnucash-xea b/accounts/hu_HU/acctchrt_otherloan.gnucash-xea
index 86efdb3..704a9f5 100644
--- a/accounts/hu_HU/acctchrt_otherloan.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Más hitelek
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_renter.gnucash-xea b/accounts/hu_HU/acctchrt_renter.gnucash-xea
index 2722b4d..b459bd8 100644
--- a/accounts/hu_HU/acctchrt_renter.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Bérköltségek
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_retiremt.gnucash-xea b/accounts/hu_HU/acctchrt_retiremt.gnucash-xea
index 3e8b581..488bb18 100644
--- a/accounts/hu_HU/acctchrt_retiremt.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
NyugdÃjszámlák
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea b/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea
index 6bc8af2..bc8651d 100644
--- a/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Hitvesi jövedelem
</gnc-act:title>
diff --git a/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea b/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea
index b99c2d3..e872a2e 100644
--- a/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Hitvesi nyugdÃjszámlák
</gnc-act:title>
diff --git a/accounts/it/acctchrt_brokerage.gnucash-xea b/accounts/it/acctchrt_brokerage.gnucash-xea
index 7e98515..123b65e 100644
--- a/accounts/it/acctchrt_brokerage.gnucash-xea
+++ b/accounts/it/acctchrt_brokerage.gnucash-xea
@@ -7,7 +7,38 @@
Thanks to:
Luca Rota <lrota at freemail.it>.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conti investimenti
</gnc-act:title>
diff --git a/accounts/it/acctchrt_carloan.gnucash-xea b/accounts/it/acctchrt_carloan.gnucash-xea
index 70c1289..ea56e41 100644
--- a/accounts/it/acctchrt_carloan.gnucash-xea
+++ b/accounts/it/acctchrt_carloan.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Mutuo auto
</gnc-act:title>
diff --git a/accounts/it/acctchrt_checkbook.gnucash-xea b/accounts/it/acctchrt_checkbook.gnucash-xea
index 9921d8e..a8e4830 100644
--- a/accounts/it/acctchrt_checkbook.gnucash-xea
+++ b/accounts/it/acctchrt_checkbook.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Semplice libro conti
</gnc-act:title>
diff --git a/accounts/it/acctchrt_childcare.gnucash-xea b/accounts/it/acctchrt_childcare.gnucash-xea
index 0cac19a..b9ee643 100644
--- a/accounts/it/acctchrt_childcare.gnucash-xea
+++ b/accounts/it/acctchrt_childcare.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Uscite baby sitter
</gnc-act:title>
diff --git a/accounts/it/acctchrt_common.gnucash-xea b/accounts/it/acctchrt_common.gnucash-xea
index bce81e4..6208d39 100644
--- a/accounts/it/acctchrt_common.gnucash-xea
+++ b/accounts/it/acctchrt_common.gnucash-xea
@@ -7,7 +7,38 @@
Thanks to:
Luca Rota <lrota at freemail.it>.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conti comuni
</gnc-act:title>
diff --git a/accounts/it/acctchrt_fixedassets.gnucash-xea b/accounts/it/acctchrt_fixedassets.gnucash-xea
index 346de2b..03d1816 100644
--- a/accounts/it/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/it/acctchrt_fixedassets.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Attività ingenti
</gnc-act:title>
diff --git a/accounts/it/acctchrt_homeloan.gnucash-xea b/accounts/it/acctchrt_homeloan.gnucash-xea
index b5f1cb6..e96a59c 100644
--- a/accounts/it/acctchrt_homeloan.gnucash-xea
+++ b/accounts/it/acctchrt_homeloan.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Mutuo casa
</gnc-act:title>
diff --git a/accounts/it/acctchrt_homeown.gnucash-xea b/accounts/it/acctchrt_homeown.gnucash-xea
index 569b4fc..28f8e51 100644
--- a/accounts/it/acctchrt_homeown.gnucash-xea
+++ b/accounts/it/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<!--
Italian translation for GnuCash
Copyright (C) 1998-2003 Free Software Foundation, Inc.
diff --git a/accounts/it/acctchrt_otherloan.gnucash-xea b/accounts/it/acctchrt_otherloan.gnucash-xea
index e7c5d09..dec5eeb 100644
--- a/accounts/it/acctchrt_otherloan.gnucash-xea
+++ b/accounts/it/acctchrt_otherloan.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Altri mutui
</gnc-act:title>
diff --git a/accounts/it/acctchrt_renter.gnucash-xea b/accounts/it/acctchrt_renter.gnucash-xea
index 32c6dc2..3b7db73 100644
--- a/accounts/it/acctchrt_renter.gnucash-xea
+++ b/accounts/it/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<!--
Italian translation for GnuCash
Copyright (C) 1998-2003 Free Software Foundation, Inc.
diff --git a/accounts/it/acctchrt_retiremt.gnucash-xea b/accounts/it/acctchrt_retiremt.gnucash-xea
index 7bc7d93..b5b7ba5 100644
--- a/accounts/it/acctchrt_retiremt.gnucash-xea
+++ b/accounts/it/acctchrt_retiremt.gnucash-xea
@@ -4,7 +4,38 @@
Copyright (C) 1998-2003 Free Software Foundation, Inc.
Lorenzo Cappelletti <lorenzo.cappelletti at email.com>, 2003.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conti fondo pensione
</gnc-act:title>
diff --git a/accounts/it/acctchrt_spouseinc.gnucash-xea b/accounts/it/acctchrt_spouseinc.gnucash-xea
index f408ffa..cf5f25d 100644
--- a/accounts/it/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/it/acctchrt_spouseinc.gnucash-xea
@@ -7,7 +7,38 @@
Thanks to:
Luca Rota <lrota at freemail.it>.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Entrate coniuge
</gnc-act:title>
diff --git a/accounts/it/acctchrt_spouseretire.gnucash-xea b/accounts/it/acctchrt_spouseretire.gnucash-xea
index 648d1f4..a7ead94 100644
--- a/accounts/it/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/it/acctchrt_spouseretire.gnucash-xea
@@ -7,7 +7,38 @@
Thanks to:
Luca Rota <lrota at freemail.it>.
-->
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conti fondo pensione coniuge
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_brokerage.gnucash-xea b/accounts/ja/acctchrt_brokerage.gnucash-xea
index 12e88fb..e0e6bb3 100644
--- a/accounts/ja/acctchrt_brokerage.gnucash-xea
+++ b/accounts/ja/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
æè³åå®ç§ç®é
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_business.gnucash-xea b/accounts/ja/acctchrt_business.gnucash-xea
index 0afc7bf..975644b 100644
--- a/accounts/ja/acctchrt_business.gnucash-xea
+++ b/accounts/ja/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ãã¸ãã¹åå®ç§ç®
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_carloan.gnucash-xea b/accounts/ja/acctchrt_carloan.gnucash-xea
index b0dd5c3..dbac443 100644
--- a/accounts/ja/acctchrt_carloan.gnucash-xea
+++ b/accounts/ja/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
èªåè»ãã¼ã³
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea b/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea
index e35988d..8939c50 100644
--- a/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
宿é éã¨MMF
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_checkbook.gnucash-xea b/accounts/ja/acctchrt_checkbook.gnucash-xea
index c057494..5377f36 100644
--- a/accounts/ja/acctchrt_checkbook.gnucash-xea
+++ b/accounts/ja/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
åç´å°åæå¸³
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_childcare.gnucash-xea b/accounts/ja/acctchrt_childcare.gnucash-xea
index 583d27d..0c691f8 100644
--- a/accounts/ja/acctchrt_childcare.gnucash-xea
+++ b/accounts/ja/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
é¤è²è²»ç¨
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_common.gnucash-xea b/accounts/ja/acctchrt_common.gnucash-xea
index 2841d3a..49aae92 100644
--- a/accounts/ja/acctchrt_common.gnucash-xea
+++ b/accounts/ja/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
å
±éåå®ç§ç®é
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_eduloan.gnucash-xea b/accounts/ja/acctchrt_eduloan.gnucash-xea
index 3a4870f..4eea63e 100644
--- a/accounts/ja/acctchrt_eduloan.gnucash-xea
+++ b/accounts/ja/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
æè²ãã¼ã³
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_fixedassets.gnucash-xea b/accounts/ja/acctchrt_fixedassets.gnucash-xea
index 95df662..8363a0e 100644
--- a/accounts/ja/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/ja/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
åºå®è³ç£
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_full.gnucash-xea b/accounts/ja/acctchrt_full.gnucash-xea
index 0a17b76..65b3ec4 100644
--- a/accounts/ja/acctchrt_full.gnucash-xea
+++ b/accounts/ja/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
å®å
¨åå®ç§ç®é
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_homeloan.gnucash-xea b/accounts/ja/acctchrt_homeloan.gnucash-xea
index c0fecb9..7446e8d 100644
--- a/accounts/ja/acctchrt_homeloan.gnucash-xea
+++ b/accounts/ja/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ä½å®
ãã¼ã³
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_homeown.gnucash-xea b/accounts/ja/acctchrt_homeown.gnucash-xea
index 4fea0d0..4605db1 100644
--- a/accounts/ja/acctchrt_homeown.gnucash-xea
+++ b/accounts/ja/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ä½å±
è²»
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_otherloan.gnucash-xea b/accounts/ja/acctchrt_otherloan.gnucash-xea
index 559d19e..2143a30 100644
--- a/accounts/ja/acctchrt_otherloan.gnucash-xea
+++ b/accounts/ja/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ãã®ä»ã®ãã¼ã³
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_renter.gnucash-xea b/accounts/ja/acctchrt_renter.gnucash-xea
index 718cce0..25e03ec 100644
--- a/accounts/ja/acctchrt_renter.gnucash-xea
+++ b/accounts/ja/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
è³è²¸è²»ç¨
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_retiremt.gnucash-xea b/accounts/ja/acctchrt_retiremt.gnucash-xea
index aa3c373..e80a7d5 100644
--- a/accounts/ja/acctchrt_retiremt.gnucash-xea
+++ b/accounts/ja/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
å人年é
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_spouseinc.gnucash-xea b/accounts/ja/acctchrt_spouseinc.gnucash-xea
index b33c4ba..55f5e1d 100644
--- a/accounts/ja/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/ja/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
é
å¶è
åç
</gnc-act:title>
diff --git a/accounts/ja/acctchrt_spouseretire.gnucash-xea b/accounts/ja/acctchrt_spouseretire.gnucash-xea
index 4115987..b8b0823 100644
--- a/accounts/ja/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/ja/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
é
å¶è
å人年é
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_brokerage.gnucash-xea b/accounts/ko/acctchrt_brokerage.gnucash-xea
index 18e2c58..b4e67f0 100644
--- a/accounts/ko/acctchrt_brokerage.gnucash-xea
+++ b/accounts/ko/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
í¬ì ê³ì
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_business.gnucash-xea b/accounts/ko/acctchrt_business.gnucash-xea
index c9a671a..9babe6a 100644
--- a/accounts/ko/acctchrt_business.gnucash-xea
+++ b/accounts/ko/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ì¬ì
ê³ì
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_carloan.gnucash-xea b/accounts/ko/acctchrt_carloan.gnucash-xea
index 5879b9e..313c9a5 100644
--- a/accounts/ko/acctchrt_carloan.gnucash-xea
+++ b/accounts/ko/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ì°¨ ëì¶
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea b/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea
index 13a2473..a668f5a 100644
--- a/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD ë° ë¨¸ë ë§ì¼
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_checkbook.gnucash-xea b/accounts/ko/acctchrt_checkbook.gnucash-xea
index d7f24e6..afe94be 100644
--- a/accounts/ko/acctchrt_checkbook.gnucash-xea
+++ b/accounts/ko/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ë¨ì ìíì±
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_childcare.gnucash-xea b/accounts/ko/acctchrt_childcare.gnucash-xea
index 6c7279b..bef44a8 100644
--- a/accounts/ko/acctchrt_childcare.gnucash-xea
+++ b/accounts/ko/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ìì¡ë¹
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_common.gnucash-xea b/accounts/ko/acctchrt_common.gnucash-xea
index 64723c0..28eed49 100644
--- a/accounts/ko/acctchrt_common.gnucash-xea
+++ b/accounts/ko/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ì¼ë° ê³ì
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_eduloan.gnucash-xea b/accounts/ko/acctchrt_eduloan.gnucash-xea
index 8802561..2436a06 100644
--- a/accounts/ko/acctchrt_eduloan.gnucash-xea
+++ b/accounts/ko/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
êµì¡ë¹ ëì¶
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_fixedassets.gnucash-xea b/accounts/ko/acctchrt_fixedassets.gnucash-xea
index 614e2c2..9812aed 100644
--- a/accounts/ko/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/ko/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ê³ ì ìì°
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_homeloan.gnucash-xea b/accounts/ko/acctchrt_homeloan.gnucash-xea
index 06ed11e..d43adb5 100644
--- a/accounts/ko/acctchrt_homeloan.gnucash-xea
+++ b/accounts/ko/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ì§ ì ë¹ ëì¶
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_homeown.gnucash-xea b/accounts/ko/acctchrt_homeown.gnucash-xea
index 9c67e97..0a8324c 100644
--- a/accounts/ko/acctchrt_homeown.gnucash-xea
+++ b/accounts/ko/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ì§ ìì 주 ì§ì¶
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_otherloan.gnucash-xea b/accounts/ko/acctchrt_otherloan.gnucash-xea
index 21abfac..883c6f1 100644
--- a/accounts/ko/acctchrt_otherloan.gnucash-xea
+++ b/accounts/ko/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
기í ëì¶
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_renter.gnucash-xea b/accounts/ko/acctchrt_renter.gnucash-xea
index f56d1ba..1153adf 100644
--- a/accounts/ko/acctchrt_renter.gnucash-xea
+++ b/accounts/ko/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ë í¸ ì§ì¶
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_retiremt.gnucash-xea b/accounts/ko/acctchrt_retiremt.gnucash-xea
index d8ccf68..af1b1fd 100644
--- a/accounts/ko/acctchrt_retiremt.gnucash-xea
+++ b/accounts/ko/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
í´ì§ì ê³ì
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_spouseinc.gnucash-xea b/accounts/ko/acctchrt_spouseinc.gnucash-xea
index 5dde435..843a44a 100644
--- a/accounts/ko/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/ko/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ë°°ì°ì ìë
</gnc-act:title>
diff --git a/accounts/ko/acctchrt_spouseretire.gnucash-xea b/accounts/ko/acctchrt_spouseretire.gnucash-xea
index a333f5b..26ec8ae 100644
--- a/accounts/ko/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/ko/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ë°°ì°ì í´ì§ ê³ì
</gnc-act:title>
diff --git a/accounts/lt/acctchrt_business.gnucash-xea b/accounts/lt/acctchrt_business.gnucash-xea
index 46bbb29..ae465c2 100644
--- a/accounts/lt/acctchrt_business.gnucash-xea
+++ b/accounts/lt/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Verslo sÄ
skaitos
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_brokerage.gnucash-xea b/accounts/lv/acctchrt_brokerage.gnucash-xea
index 58bf2d5..84193b0 100644
--- a/accounts/lv/acctchrt_brokerage.gnucash-xea
+++ b/accounts/lv/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Investīcijas
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_business.gnucash-xea b/accounts/lv/acctchrt_business.gnucash-xea
index cddabdc..046ab84 100644
--- a/accounts/lv/acctchrt_business.gnucash-xea
+++ b/accounts/lv/acctchrt_business.gnucash-xea
@@ -1,34 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
<gnc-account-example
- xmlns:gnc="http://www.gnucash.org/XML/gnc"
- xmlns:act="http://www.gnucash.org/XML/act"
- xmlns:book="http://www.gnucash.org/XML/book"
- xmlns:cd="http://www.gnucash.org/XML/cd"
- xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
- xmlns:price="http://www.gnucash.org/XML/price"
- xmlns:slot="http://www.gnucash.org/XML/slot"
- xmlns:split="http://www.gnucash.org/XML/split"
- xmlns:sx="http://www.gnucash.org/XML/sx"
- xmlns:trn="http://www.gnucash.org/XML/trn"
- xmlns:ts="http://www.gnucash.org/XML/ts"
- xmlns:fs="http://www.gnucash.org/XML/fs"
- xmlns:bgt="http://www.gnucash.org/XML/bgt"
- xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
- xmlns:lot="http://www.gnucash.org/XML/lot"
- xmlns:addr="http://www.gnucash.org/XML/addr"
- xmlns:owner="http://www.gnucash.org/XML/owner"
- xmlns:billterm="http://www.gnucash.org/XML/billterm"
- xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
- xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
- xmlns:cust="http://www.gnucash.org/XML/cust"
- xmlns:employee="http://www.gnucash.org/XML/employee"
- xmlns:entry="http://www.gnucash.org/XML/entry"
- xmlns:invoice="http://www.gnucash.org/XML/invoice"
- xmlns:job="http://www.gnucash.org/XML/job"
- xmlns:order="http://www.gnucash.org/XML/order"
- xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
- xmlns:tte="http://www.gnucash.org/XML/tte"
- xmlns:vendor="http://www.gnucash.org/XML/vendor">
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
UzÅÄmÄjdarbÄ«bas konti
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_carloan.gnucash-xea b/accounts/lv/acctchrt_carloan.gnucash-xea
index deecf57..4df3508 100644
--- a/accounts/lv/acctchrt_carloan.gnucash-xea
+++ b/accounts/lv/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Autolīzings
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea b/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea
index d43b631..f0a87af 100644
--- a/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Noguldījumi un naudas investīcijas
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_checkbook.gnucash-xea b/accounts/lv/acctchrt_checkbook.gnucash-xea
index c3d0d3f..44df04f 100644
--- a/accounts/lv/acctchrt_checkbook.gnucash-xea
+++ b/accounts/lv/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
MinimÄla ienÄkumu un izdevumu uzskaite
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_childcare.gnucash-xea b/accounts/lv/acctchrt_childcare.gnucash-xea
index 2622338..3c321d3 100644
--- a/accounts/lv/acctchrt_childcare.gnucash-xea
+++ b/accounts/lv/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
BÄrni
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_common.gnucash-xea b/accounts/lv/acctchrt_common.gnucash-xea
index f64fcd0..7a174d9 100644
--- a/accounts/lv/acctchrt_common.gnucash-xea
+++ b/accounts/lv/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
BiežÄk lietotie konti
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_eduloan.gnucash-xea b/accounts/lv/acctchrt_eduloan.gnucash-xea
index 8689c72..7d92346 100644
--- a/accounts/lv/acctchrt_eduloan.gnucash-xea
+++ b/accounts/lv/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Studiju kredīts
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_fixedassets.gnucash-xea b/accounts/lv/acctchrt_fixedassets.gnucash-xea
index bc49ff4..ec17936 100644
--- a/accounts/lv/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/lv/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Īpašumi
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_full.gnucash-xea b/accounts/lv/acctchrt_full.gnucash-xea
index b82b292..9ec1173 100644
--- a/accounts/lv/acctchrt_full.gnucash-xea
+++ b/accounts/lv/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Visi konti
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_homeloan.gnucash-xea b/accounts/lv/acctchrt_homeloan.gnucash-xea
index 186c0a5..9f0b9bc 100644
--- a/accounts/lv/acctchrt_homeloan.gnucash-xea
+++ b/accounts/lv/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
MÄjokļa kredÄ«ts
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_homeown.gnucash-xea b/accounts/lv/acctchrt_homeown.gnucash-xea
index e357dd2..ff55dc7 100644
--- a/accounts/lv/acctchrt_homeown.gnucash-xea
+++ b/accounts/lv/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
MÄjokļa izdevumi
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_otherloan.gnucash-xea b/accounts/lv/acctchrt_otherloan.gnucash-xea
index d16d896..cb0f50b 100644
--- a/accounts/lv/acctchrt_otherloan.gnucash-xea
+++ b/accounts/lv/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Citi aizÅÄmumi
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_renter.gnucash-xea b/accounts/lv/acctchrt_renter.gnucash-xea
index 1d730b3..8949e7c 100644
--- a/accounts/lv/acctchrt_renter.gnucash-xea
+++ b/accounts/lv/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
MÄjokļa Ä«re
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_retiremt.gnucash-xea b/accounts/lv/acctchrt_retiremt.gnucash-xea
index 924129e..2352b86 100644
--- a/accounts/lv/acctchrt_retiremt.gnucash-xea
+++ b/accounts/lv/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Pensijas fondi
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_spouseinc.gnucash-xea b/accounts/lv/acctchrt_spouseinc.gnucash-xea
index cc48f13..bd30ac0 100644
--- a/accounts/lv/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/lv/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
DzÄ«vesbiedra ienÄkumi
</gnc-act:title>
diff --git a/accounts/lv/acctchrt_spouseretire.gnucash-xea b/accounts/lv/acctchrt_spouseretire.gnucash-xea
index 8d18c75..10b7cf1 100644
--- a/accounts/lv/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/lv/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dzīvesbiedra pensijas fondi
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_brokerage.gnucash-xea b/accounts/nb/acctchrt_brokerage.gnucash-xea
index 1a42e89..90a2d60 100644
--- a/accounts/nb/acctchrt_brokerage.gnucash-xea
+++ b/accounts/nb/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Investment Accounts
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_business.gnucash-xea b/accounts/nb/acctchrt_business.gnucash-xea
index 7def471..09e1b6b 100644
--- a/accounts/nb/acctchrt_business.gnucash-xea
+++ b/accounts/nb/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Nærings Kontoer
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_carloan.gnucash-xea b/accounts/nb/acctchrt_carloan.gnucash-xea
index f054c0b..f33f871 100644
--- a/accounts/nb/acctchrt_carloan.gnucash-xea
+++ b/accounts/nb/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Billån
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea b/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
index 1e3ba26..bb9cf7e 100644
--- a/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
CD and Money Market
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_checkbook.gnucash-xea b/accounts/nb/acctchrt_checkbook.gnucash-xea
index e91da76..85ef510 100644
--- a/accounts/nb/acctchrt_checkbook.gnucash-xea
+++ b/accounts/nb/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
A Simple Checkbook
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_childcare.gnucash-xea b/accounts/nb/acctchrt_childcare.gnucash-xea
index 1843c21..f684f1e 100644
--- a/accounts/nb/acctchrt_childcare.gnucash-xea
+++ b/accounts/nb/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Childcare Expenses
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_common.gnucash-xea b/accounts/nb/acctchrt_common.gnucash-xea
index bc3dc61..4c878d9 100644
--- a/accounts/nb/acctchrt_common.gnucash-xea
+++ b/accounts/nb/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Common Accounts
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_eduloan.gnucash-xea b/accounts/nb/acctchrt_eduloan.gnucash-xea
index 2ac29a8..3170053 100644
--- a/accounts/nb/acctchrt_eduloan.gnucash-xea
+++ b/accounts/nb/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Studielån
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_fixedassets.gnucash-xea b/accounts/nb/acctchrt_fixedassets.gnucash-xea
index 15d8178..8544044 100644
--- a/accounts/nb/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/nb/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Fixed Assets
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_full.gnucash-xea b/accounts/nb/acctchrt_full.gnucash-xea
index 4f27a3d..59eb9c4 100644
--- a/accounts/nb/acctchrt_full.gnucash-xea
+++ b/accounts/nb/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Full Chart
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_homeloan.gnucash-xea b/accounts/nb/acctchrt_homeloan.gnucash-xea
index c262b2c..1c2c576 100644
--- a/accounts/nb/acctchrt_homeloan.gnucash-xea
+++ b/accounts/nb/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Huslån - Pantegjeld
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_homeown.gnucash-xea b/accounts/nb/acctchrt_homeown.gnucash-xea
index d6b4f47..d30559c 100644
--- a/accounts/nb/acctchrt_homeown.gnucash-xea
+++ b/accounts/nb/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Huseiers Utgifter
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_otherloan.gnucash-xea b/accounts/nb/acctchrt_otherloan.gnucash-xea
index bb78692..0fab587 100644
--- a/accounts/nb/acctchrt_otherloan.gnucash-xea
+++ b/accounts/nb/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Andre LÃ¥n
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_renter.gnucash-xea b/accounts/nb/acctchrt_renter.gnucash-xea
index 769fc8e..8e6ce58 100644
--- a/accounts/nb/acctchrt_renter.gnucash-xea
+++ b/accounts/nb/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Husleie Utgifter
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_retiremt.gnucash-xea b/accounts/nb/acctchrt_retiremt.gnucash-xea
index 41c5884..b25579a 100644
--- a/accounts/nb/acctchrt_retiremt.gnucash-xea
+++ b/accounts/nb/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Retirement Accounts
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_spouseinc.gnucash-xea b/accounts/nb/acctchrt_spouseinc.gnucash-xea
index d401ba9..ca6fe3c 100644
--- a/accounts/nb/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/nb/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Spouse Income
</gnc-act:title>
diff --git a/accounts/nb/acctchrt_spouseretire.gnucash-xea b/accounts/nb/acctchrt_spouseretire.gnucash-xea
index edf628b..c56a043 100644
--- a/accounts/nb/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/nb/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Spouse Retirement Accounts
</gnc-act:title>
diff --git a/accounts/nl/acctchrt_checkbook.gnucash-xea b/accounts/nl/acctchrt_checkbook.gnucash-xea
index 62d2523..3ed0e86 100644
--- a/accounts/nl/acctchrt_checkbook.gnucash-xea
+++ b/accounts/nl/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Eenvoudige betaalrekening
</gnc-act:title>
diff --git a/accounts/nl/acctchrt_full.gnucash-xea b/accounts/nl/acctchrt_full.gnucash-xea
index 759f526..d9493c8 100644
--- a/accounts/nl/acctchrt_full.gnucash-xea
+++ b/accounts/nl/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Alle rekeningen
</gnc-act:title>
diff --git a/accounts/nl/acctchrt_rgs_1.1.gnucash-xea b/accounts/nl/acctchrt_rgs_1.1.gnucash-xea
index 2ebd191..a768c5a 100644
--- a/accounts/nl/acctchrt_rgs_1.1.gnucash-xea
+++ b/accounts/nl/acctchrt_rgs_1.1.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example xmlns="http://www.gnucash.org/XML/" xmlns:act="http://www.gnucash.org/XML/act" xmlns:addr="http://www.gnucash.org/XML/addr" xmlns:bgt="http://www.gnucash.org/XML/bgt" xmlns:billterm="http://www.gnucash.org/XML/billterm" xmlns:book="http://www.gnucash.org/XML/book" xmlns:bt-days="http://www.gnucash.org/XML/bt-days" xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox" xmlns:cd="http://www.gnucash.org/XML/cd" xmlns:cmdty="http://www.gnucash.org/XML/cmdty" xmlns:cust="http://www.gnucash.org/XML/cust" xmlns:employee="http://www.gnucash.org/XML/employee" xmlns:entry="http://www.gnucash.org/XML/entry" xmlns:fs="http://www.gnucash.org/XML/fs" xmlns:gnc="http://www.gnucash.org/XML/gnc" xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act" xmlns:invoice="http://www.gnucash.org/XML/invoice" xmlns:job="http://www.gnucash.org/XML/job" xmlns:lot="http://www.gnucash.org/XML/lot" xmlns:order="http://www.gnucash.org/XML/order" xmlns:owner="http://www.gnucash.org/XML/owner" xmlns:price="http://www.gnucash.org/XML/price" xmlns:recurrence="http://www.gnucash.org/XML/recurrence" xmlns:slot="http://www.gnucash.org/XML/slot" xmlns:split="http://www.gnucash.org/XML/split" xmlns:sx="http://www.gnucash.org/XML/sx" xmlns:taxtable="http://www.gnucash.org/XML/taxtable" xmlns:trn="http://www.gnucash.org/XML/trn" xmlns:ts="http://www.gnucash.org/XML/ts" xmlns:tte="http://www.gnucash.org/XML/tte" xmlns:vendor="http://www.gnucash.org/XML/vendor">
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
RGS 1.1
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_brokerage.gnucash-xea b/accounts/pl/acctchrt_brokerage.gnucash-xea
index 0b76448..24bb715 100644
--- a/accounts/pl/acctchrt_brokerage.gnucash-xea
+++ b/accounts/pl/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Konta inwestycyjne
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_business.gnucash-xea b/accounts/pl/acctchrt_business.gnucash-xea
index 824c077..961d65e 100644
--- a/accounts/pl/acctchrt_business.gnucash-xea
+++ b/accounts/pl/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Konta firmowe
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_carloan.gnucash-xea b/accounts/pl/acctchrt_carloan.gnucash-xea
index 5b40779..aa74f5a 100644
--- a/accounts/pl/acctchrt_carloan.gnucash-xea
+++ b/accounts/pl/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kredyt na samochód
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea b/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea
index ecc56b7..6939d48 100644
--- a/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Rynek pieniÄżny i certyfikatów depozytowych
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_checkbook.gnucash-xea b/accounts/pl/acctchrt_checkbook.gnucash-xea
index 725cad1..9b80089 100644
--- a/accounts/pl/acctchrt_checkbook.gnucash-xea
+++ b/accounts/pl/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Prosta ksiÄ
żeczka czekowa
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_childcare.gnucash-xea b/accounts/pl/acctchrt_childcare.gnucash-xea
index 0b734a6..2e3935f 100644
--- a/accounts/pl/acctchrt_childcare.gnucash-xea
+++ b/accounts/pl/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Wydatki na dzieci
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_common.gnucash-xea b/accounts/pl/acctchrt_common.gnucash-xea
index c82c6ea..8dae876 100644
--- a/accounts/pl/acctchrt_common.gnucash-xea
+++ b/accounts/pl/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Konta ogólne
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_eduloan.gnucash-xea b/accounts/pl/acctchrt_eduloan.gnucash-xea
index 96e28c7..7908a32 100644
--- a/accounts/pl/acctchrt_eduloan.gnucash-xea
+++ b/accounts/pl/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Pożyczka na edukacjÄ
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_fixedassets.gnucash-xea b/accounts/pl/acctchrt_fixedassets.gnucash-xea
index fdbe3e4..f171431 100644
--- a/accounts/pl/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/pl/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Årodki trwaÅe
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_full.gnucash-xea b/accounts/pl/acctchrt_full.gnucash-xea
index ec94cc7..272a778 100644
--- a/accounts/pl/acctchrt_full.gnucash-xea
+++ b/accounts/pl/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
PeÅny plan kont
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_homeloan.gnucash-xea b/accounts/pl/acctchrt_homeloan.gnucash-xea
index 418df76..639389b 100644
--- a/accounts/pl/acctchrt_homeloan.gnucash-xea
+++ b/accounts/pl/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kredyt hipoteczny
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_homeown.gnucash-xea b/accounts/pl/acctchrt_homeown.gnucash-xea
index 808d3ed..ffd426f 100644
--- a/accounts/pl/acctchrt_homeown.gnucash-xea
+++ b/accounts/pl/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Wydatki wÅaÅciciela domu
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_otherloan.gnucash-xea b/accounts/pl/acctchrt_otherloan.gnucash-xea
index cdd2ab8..7982bf1 100644
--- a/accounts/pl/acctchrt_otherloan.gnucash-xea
+++ b/accounts/pl/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kredyty inne
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_renter.gnucash-xea b/accounts/pl/acctchrt_renter.gnucash-xea
index 4500cf0..604bfcb 100644
--- a/accounts/pl/acctchrt_renter.gnucash-xea
+++ b/accounts/pl/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Koszty wynajmu
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_retiremt.gnucash-xea b/accounts/pl/acctchrt_retiremt.gnucash-xea
index 8d2ed4e..3e19f97 100644
--- a/accounts/pl/acctchrt_retiremt.gnucash-xea
+++ b/accounts/pl/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Konta zwiÄ
zane z emeryturÄ
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_spouseinc.gnucash-xea b/accounts/pl/acctchrt_spouseinc.gnucash-xea
index 2f3a653..ad2da3b 100644
--- a/accounts/pl/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/pl/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dochody wspóÅmaÅżonka
</gnc-act:title>
diff --git a/accounts/pl/acctchrt_spouseretire.gnucash-xea b/accounts/pl/acctchrt_spouseretire.gnucash-xea
index 8c14b2b..446948a 100644
--- a/accounts/pl/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/pl/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Konta emerytury maÅżeÅskiej
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_brokerage.gnucash-xea b/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
index 909687d..8b98be4 100644
--- a/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conta de Investimentos
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_carloan.gnucash-xea b/accounts/pt_BR/acctchrt_carloan.gnucash-xea
index be090a6..6ab0348 100644
--- a/accounts/pt_BR/acctchrt_carloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Empréstimo para Automóvel
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea b/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
index d33cc73..3124786 100644
--- a/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Depósitos a Prazo e Mercado Monetário
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_childcare.gnucash-xea b/accounts/pt_BR/acctchrt_childcare.gnucash-xea
index 643572a..742f1cf 100644
--- a/accounts/pt_BR/acctchrt_childcare.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despesas de Cuidados InfantÃs
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_common.gnucash-xea b/accounts/pt_BR/acctchrt_common.gnucash-xea
index 8a1d96a..b660a02 100644
--- a/accounts/pt_BR/acctchrt_common.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Contas Comuns
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_currency.gnucash-xea b/accounts/pt_BR/acctchrt_currency.gnucash-xea
index f1b461c..a42c2db 100644
--- a/accounts/pt_BR/acctchrt_currency.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conta de Conversão Monetária
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_eduloan.gnucash-xea b/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
index 2684f14..ccddaf5 100644
--- a/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Crédito Educativo
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea b/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
index bce9424..df110b6 100644
--- a/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ativo Fixo
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_homeloan.gnucash-xea b/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
index 0176d7c..bf33363 100644
--- a/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Empréstimo para Habitação
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_homeown.gnucash-xea b/accounts/pt_BR/acctchrt_homeown.gnucash-xea
index 9fc9a60..f9fd9ba 100644
--- a/accounts/pt_BR/acctchrt_homeown.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despesas da Casa
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_otherloan.gnucash-xea b/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
index f470063..689061b 100644
--- a/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Outros Empréstimos
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_renter.gnucash-xea b/accounts/pt_BR/acctchrt_renter.gnucash-xea
index b7e5f02..2de8123 100644
--- a/accounts/pt_BR/acctchrt_renter.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despesas de Aluguel
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_retiremt.gnucash-xea b/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
index 5a7dc93..55072cc 100644
--- a/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Contas de Aposentadoria
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea b/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
index ea29f31..9f17e44 100644
--- a/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Receitas do Cônjuge
</gnc-act:title>
diff --git a/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea b/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
index fdb57ff..d1b61a7 100644
--- a/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Contas de Aposentadoria do Cônjuge
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_brokerage.gnucash-xea b/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
index be98b0a..aa09596 100644
--- a/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Conta de Investimentos
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_carloan.gnucash-xea b/accounts/pt_PT/acctchrt_carloan.gnucash-xea
index da98799..22c27fb 100644
--- a/accounts/pt_PT/acctchrt_carloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Empréstimo para Automóvel
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea b/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
index 5e114a4..087478d 100644
--- a/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Depósitos a Prazo e Mercado Monetário
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_childcare.gnucash-xea b/accounts/pt_PT/acctchrt_childcare.gnucash-xea
index 862c11f..1bc22b2 100644
--- a/accounts/pt_PT/acctchrt_childcare.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despesas de Cuidados InfantÃs
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_common.gnucash-xea b/accounts/pt_PT/acctchrt_common.gnucash-xea
index 0906dcb..156a18c 100644
--- a/accounts/pt_PT/acctchrt_common.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Contas Comuns
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_eduloan.gnucash-xea b/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
index 9adb53d..7639dd7 100644
--- a/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Empréstimo para Educação
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea b/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
index 42957c4..a4b7f19 100644
--- a/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Imobilizado Corpóreo
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_homeloan.gnucash-xea b/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
index 4aeb252..606226e 100644
--- a/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Empréstimo para Habitação
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_homeown.gnucash-xea b/accounts/pt_PT/acctchrt_homeown.gnucash-xea
index fcf3703..6f22512 100644
--- a/accounts/pt_PT/acctchrt_homeown.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despesas da Casa
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_otherloan.gnucash-xea b/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
index 569e9c0..537e0fe 100644
--- a/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Outros Empréstimos
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_renter.gnucash-xea b/accounts/pt_PT/acctchrt_renter.gnucash-xea
index 0823851..a3883e1 100644
--- a/accounts/pt_PT/acctchrt_renter.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Despesas de Aluguer
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_retiremt.gnucash-xea b/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
index 0170018..f73c317 100644
--- a/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Contas de Reforma
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea b/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
index cb18ef6..c57fef4 100644
--- a/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Receitas da Esposa
</gnc-act:title>
diff --git a/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea b/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
index 5d48ef9..40d3b5f 100644
--- a/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Contas de Reforma da Esposa
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_brokerage.gnucash-xea b/accounts/sk/acctchrt_brokerage.gnucash-xea
index 742be49..456252c 100644
--- a/accounts/sk/acctchrt_brokerage.gnucash-xea
+++ b/accounts/sk/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Investièné úèty
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_carloan.gnucash-xea b/accounts/sk/acctchrt_carloan.gnucash-xea
index ac72171..60f9821 100644
--- a/accounts/sk/acctchrt_carloan.gnucash-xea
+++ b/accounts/sk/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Úver na auto
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea b/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea
index 33f0be3..1726bf9 100644
--- a/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Depozitný certifikát a peòa¾ný trh
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_childcare.gnucash-xea b/accounts/sk/acctchrt_childcare.gnucash-xea
index b450564..d3ff886 100644
--- a/accounts/sk/acctchrt_childcare.gnucash-xea
+++ b/accounts/sk/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Výdavky na staroslivos» o die»a
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_common.gnucash-xea b/accounts/sk/acctchrt_common.gnucash-xea
index d81dc72..1ee5dd2 100644
--- a/accounts/sk/acctchrt_common.gnucash-xea
+++ b/accounts/sk/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Be¾né úèty
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_currency.gnucash-xea b/accounts/sk/acctchrt_currency.gnucash-xea
index a0c7858..32cb39d 100644
--- a/accounts/sk/acctchrt_currency.gnucash-xea
+++ b/accounts/sk/acctchrt_currency.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Úèet na obchodovanie s menou
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_eduloan.gnucash-xea b/accounts/sk/acctchrt_eduloan.gnucash-xea
index e5830ca..84aa4c0 100644
--- a/accounts/sk/acctchrt_eduloan.gnucash-xea
+++ b/accounts/sk/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
©tudijná pô¾ièka
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_fixedassets.gnucash-xea b/accounts/sk/acctchrt_fixedassets.gnucash-xea
index 55c5d31..c83885c 100644
--- a/accounts/sk/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/sk/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Fixné aktíva
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_homeloan.gnucash-xea b/accounts/sk/acctchrt_homeloan.gnucash-xea
index 9a66c5d..a947ca4 100644
--- a/accounts/sk/acctchrt_homeloan.gnucash-xea
+++ b/accounts/sk/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Hypotekárny úver
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_homeown.gnucash-xea b/accounts/sk/acctchrt_homeown.gnucash-xea
index 4b95bc5..2c26502 100644
--- a/accounts/sk/acctchrt_homeown.gnucash-xea
+++ b/accounts/sk/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Výdaje z vlastníctva domu
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_otherloan.gnucash-xea b/accounts/sk/acctchrt_otherloan.gnucash-xea
index 5818c75..acf915f 100644
--- a/accounts/sk/acctchrt_otherloan.gnucash-xea
+++ b/accounts/sk/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ostatné pô¾ièky
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_renter.gnucash-xea b/accounts/sk/acctchrt_renter.gnucash-xea
index 162d2ae..a465594 100644
--- a/accounts/sk/acctchrt_renter.gnucash-xea
+++ b/accounts/sk/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Výdavky na nájomné
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_retiremt.gnucash-xea b/accounts/sk/acctchrt_retiremt.gnucash-xea
index 0ac2ad6..f119241 100644
--- a/accounts/sk/acctchrt_retiremt.gnucash-xea
+++ b/accounts/sk/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Dôchodkové úèty
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_spouseinc.gnucash-xea b/accounts/sk/acctchrt_spouseinc.gnucash-xea
index 3410ec7..1089781 100644
--- a/accounts/sk/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/sk/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Man¾elov/Man¾elkin príjem
</gnc-act:title>
diff --git a/accounts/sk/acctchrt_spouseretire.gnucash-xea b/accounts/sk/acctchrt_spouseretire.gnucash-xea
index 59c9ad7..58725c0 100644
--- a/accounts/sk/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/sk/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-2"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Man¾elov/Man¾elkin dôchodok
</gnc-act:title>
diff --git a/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea b/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea
index ed4ee7f..5291f87 100644
--- a/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea
+++ b/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea
@@ -1,12 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example
- xmlns="http://www.gnucash.org/XML/"
- xmlns:act="http://www.gnucash.org/XML/act"
- xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
- xmlns:gnc="http://www.gnucash.org/XML/gnc"
- xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
- xmlns:slot="http://www.gnucash.org/XML/slot"
->
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>Företag och organisationer</gnc-act:title>
<gnc-act:short-description>Företag och organisationer</gnc-act:short-description>
<gnc-act:long-description>
diff --git a/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea b/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea
index ed4ee7f..5291f87 100644
--- a/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea
+++ b/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea
@@ -1,12 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example
- xmlns="http://www.gnucash.org/XML/"
- xmlns:act="http://www.gnucash.org/XML/act"
- xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
- xmlns:gnc="http://www.gnucash.org/XML/gnc"
- xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
- xmlns:slot="http://www.gnucash.org/XML/slot"
->
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>Företag och organisationer</gnc-act:title>
<gnc-act:short-description>Företag och organisationer</gnc-act:short-description>
<gnc-act:long-description>
diff --git a/accounts/sv_SE/bas_2012.gnucash-xea b/accounts/sv_SE/bas_2012.gnucash-xea
index 3a4243b..48bb82a 100644
--- a/accounts/sv_SE/bas_2012.gnucash-xea
+++ b/accounts/sv_SE/bas_2012.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Kontoplan BAS 2012
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_brokerage.gnucash-xea b/accounts/tr_TR/acctchrt_brokerage.gnucash-xea
index 2e8bd82..ab53c45 100644
--- a/accounts/tr_TR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Yatırım Hesapları
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_carloan.gnucash-xea b/accounts/tr_TR/acctchrt_carloan.gnucash-xea
index 4f5ca84..9b30415 100644
--- a/accounts/tr_TR/acctchrt_carloan.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
TaÅıt Kredisi
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea b/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea
index 51a2451..c76fa80 100644
--- a/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-9"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Repo, Mevduat Sertifikasý
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_checkbook.gnucash-xea b/accounts/tr_TR/acctchrt_checkbook.gnucash-xea
index 027c3a8..2e44bcd 100644
--- a/accounts/tr_TR/acctchrt_checkbook.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Nakit Yönetim
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_common.gnucash-xea b/accounts/tr_TR/acctchrt_common.gnucash-xea
index 38e797e..e629554 100644
--- a/accounts/tr_TR/acctchrt_common.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Genel Plan
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea b/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea
index a447203..923bacd 100644
--- a/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Duran Varlıklar
</gnc-act:title>
diff --git a/accounts/tr_TR/acctchrt_homeloan.gnucash-xea b/accounts/tr_TR/acctchrt_homeloan.gnucash-xea
index 6886bde..6f176c0 100644
--- a/accounts/tr_TR/acctchrt_homeloan.gnucash-xea
+++ b/accounts/tr_TR/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
Ev Kredisi (Morgıç)
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_brokerage.gnucash-xea b/accounts/zh_CN/acctchrt_brokerage.gnucash-xea
index b71279a..143c54a 100644
--- a/accounts/zh_CN/acctchrt_brokerage.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_brokerage.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
æèµç§ç®
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_business.gnucash-xea b/accounts/zh_CN/acctchrt_business.gnucash-xea
index 2fb0103..f2ef9a4 100644
--- a/accounts/zh_CN/acctchrt_business.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ä¼ä¸ç§ç®
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_carloan.gnucash-xea b/accounts/zh_CN/acctchrt_carloan.gnucash-xea
index 33f41e0..782e1a9 100644
--- a/accounts/zh_CN/acctchrt_carloan.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_carloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
汽车贷款
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea b/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea
index e3c97a0..94eee9a 100644
--- a/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
宿忬¾åéèå¸åº
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_checkbook.gnucash-xea b/accounts/zh_CN/acctchrt_checkbook.gnucash-xea
index c9dc8c3..9d76471 100644
--- a/accounts/zh_CN/acctchrt_checkbook.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_checkbook.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ä¸ä¸ªç®åçè´¦æ¬
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_childcare.gnucash-xea b/accounts/zh_CN/acctchrt_childcare.gnucash-xea
index 8f799cb..bbcec1b 100644
--- a/accounts/zh_CN/acctchrt_childcare.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_childcare.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
è²å¿è´¹ç¨
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_common.gnucash-xea b/accounts/zh_CN/acctchrt_common.gnucash-xea
index e9ca056..c1d1c9e 100644
--- a/accounts/zh_CN/acctchrt_common.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_common.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
éç¨ç§ç®
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_eduloan.gnucash-xea b/accounts/zh_CN/acctchrt_eduloan.gnucash-xea
index bd287cd..c1b4af0 100644
--- a/accounts/zh_CN/acctchrt_eduloan.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_eduloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
å©å¦è´·æ¬¾
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea b/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea
index a63aeac..52aabd0 100644
--- a/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
åºå®èµäº§
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_full.gnucash-xea b/accounts/zh_CN/acctchrt_full.gnucash-xea
index 3e4f8b6..a55a761 100644
--- a/accounts/zh_CN/acctchrt_full.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_full.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ææçç§ç®
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_homeloan.gnucash-xea b/accounts/zh_CN/acctchrt_homeloan.gnucash-xea
index 949cf39..a316016 100644
--- a/accounts/zh_CN/acctchrt_homeloan.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_homeloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
æ¿å±æµæ¼è´·æ¬¾
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_homeown.gnucash-xea b/accounts/zh_CN/acctchrt_homeown.gnucash-xea
index 16e98d2..ee2ef3f 100644
--- a/accounts/zh_CN/acctchrt_homeown.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_homeown.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
æ¿ä¸»è´¹ç¨
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_otherloan.gnucash-xea b/accounts/zh_CN/acctchrt_otherloan.gnucash-xea
index d47c255..9664b82 100644
--- a/accounts/zh_CN/acctchrt_otherloan.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_otherloan.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
å
¶å®è´·æ¬¾
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_renter.gnucash-xea b/accounts/zh_CN/acctchrt_renter.gnucash-xea
index 357a012..6818e00 100644
--- a/accounts/zh_CN/acctchrt_renter.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_renter.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
ç§æ¿è´¹ç¨
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_retiremt.gnucash-xea b/accounts/zh_CN/acctchrt_retiremt.gnucash-xea
index b79aefb..ba57ca7 100644
--- a/accounts/zh_CN/acctchrt_retiremt.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_retiremt.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
éä¼ç§ç®
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea b/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
index 2232a73..49487fc 100644
--- a/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
é
å¶çæ¶å
¥
</gnc-act:title>
diff --git a/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea b/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
index e92a9af..6bb6142 100644
--- a/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
é
å¶éä¼ç§ç®
</gnc-act:title>
diff --git a/accounts/zh_HK/acctchrt_business.gnucash-xea b/accounts/zh_HK/acctchrt_business.gnucash-xea
index 744485d..d1a47aa 100644
--- a/accounts/zh_HK/acctchrt_business.gnucash-xea
+++ b/accounts/zh_HK/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
忥右æ·
</gnc-act:title>
diff --git a/accounts/zh_TW/acctchrt_business.gnucash-xea b/accounts/zh_TW/acctchrt_business.gnucash-xea
index b925524..43516b4 100644
--- a/accounts/zh_TW/acctchrt_business.gnucash-xea
+++ b/accounts/zh_TW/acctchrt_business.gnucash-xea
@@ -1,5 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gnc-account-example>
+<gnc-account-example
+ xmlns="http://www.gnucash.org/XML/"
+ xmlns:act="http://www.gnucash.org/XML/act"
+ xmlns:addr="http://www.gnucash.org/XML/addr"
+ xmlns:bgt="http://www.gnucash.org/XML/bgt"
+ xmlns:billterm="http://www.gnucash.org/XML/billterm"
+ xmlns:book="http://www.gnucash.org/XML/book"
+ xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
+ xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
+ xmlns:cd="http://www.gnucash.org/XML/cd"
+ xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
+ xmlns:cust="http://www.gnucash.org/XML/cust"
+ xmlns:employee="http://www.gnucash.org/XML/employee"
+ xmlns:entry="http://www.gnucash.org/XML/entry"
+ xmlns:fs="http://www.gnucash.org/XML/fs"
+ xmlns:gnc="http://www.gnucash.org/XML/gnc"
+ xmlns:gnc-act="http://www.gnucash.org/XML/gnc-act"
+ xmlns:invoice="http://www.gnucash.org/XML/invoice"
+ xmlns:job="http://www.gnucash.org/XML/job"
+ xmlns:lot="http://www.gnucash.org/XML/lot"
+ xmlns:order="http://www.gnucash.org/XML/order"
+ xmlns:owner="http://www.gnucash.org/XML/owner"
+ xmlns:price="http://www.gnucash.org/XML/price"
+ xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
+ xmlns:slot="http://www.gnucash.org/XML/slot"
+ xmlns:split="http://www.gnucash.org/XML/split"
+ xmlns:sx="http://www.gnucash.org/XML/sx"
+ xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
+ xmlns:trn="http://www.gnucash.org/XML/trn"
+ xmlns:ts="http://www.gnucash.org/XML/ts"
+ xmlns:tte="http://www.gnucash.org/XML/tte"
+ xmlns:vendor="http://www.gnucash.org/XML/vendor">
<gnc-act:title>
忥右æ¶
</gnc-act:title>
Summary of changes:
accounts/ca/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/ca/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/cs/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/da/acctchrt_car.gnucash-xea | 33 +++++++++++-
accounts/da/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/da/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/da/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_auto.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_autoloan.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_houseown.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_investment.gnucash-xea | 33 +++++++++++-
accounts/de_AT/acctchrt_kids.gnucash-xea | 33 +++++++++++-
accounts/de_CH/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/de_CH/acctchrt_chkmu.gnucash-xea | 33 +++++++++++-
accounts/de_CH/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/de_CH/acctchrt_kids.gnucash-xea | 33 +++++++++++-
accounts/de_CH/acctchrt_otherasset.gnucash-xea | 33 +++++++++++-
accounts/de_CH/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/el_GR/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/el_GR/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/el_GR/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/en_GB/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/en_GB/uk-vat.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/es_ES/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/es_MX/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/fi_FI/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/fi_FI/acctchrt_ry.gnucash-xea | 33 +++++++++++-
accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea | 40 ++++++++++++---
accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_automobile.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_basecommune.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_chequier.gnucash-xea | 33 +++++++++++-
.../fr_CA/acctchrt_conjointretraite.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_conjointrev.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_courtage.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_garderie.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_locataire.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_proprietaire.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_retraite.gnucash-xea | 33 +++++++++++-
accounts/fr_CA/acctchrt_revenus.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/fr_CH/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/fr_FR/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/hu_HU/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/it/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/ja/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/ko/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/lt/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_business.gnucash-xea | 60 +++++++++++-----------
accounts/lv/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/lv/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/nb/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/nl/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/nl/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/nl/acctchrt_rgs_1.1.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/pl/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/pt_BR/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/pt_PT/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_currency.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/sk/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea | 40 ++++++++++++---
accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea | 40 ++++++++++++---
accounts/sv_SE/bas_2012.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/tr_TR/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_brokerage.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_carloan.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_checkbook.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_childcare.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_common.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_eduloan.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_fixedassets.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_full.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_homeloan.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_homeown.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_otherloan.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_renter.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_retiremt.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_spouseinc.gnucash-xea | 33 +++++++++++-
accounts/zh_CN/acctchrt_spouseretire.gnucash-xea | 33 +++++++++++-
accounts/zh_HK/acctchrt_business.gnucash-xea | 33 +++++++++++-
accounts/zh_TW/acctchrt_business.gnucash-xea | 33 +++++++++++-
338 files changed, 10815 insertions(+), 387 deletions(-)
More information about the gnucash-changes
mailing list