Explicitly denote the encoding of the file in

the initial xml tag. Fixes problems in the new-file-wizard in
all non-C locales.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11908 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2005-11-11 20:53:45 +00:00
parent ea450db5cb
commit 810d65e460
170 changed files with 173 additions and 169 deletions

View File

@@ -1,5 +1,9 @@
2005-11-11 Christian Stimming <stimming@tuhh.de> 2005-11-11 Christian Stimming <stimming@tuhh.de>
* account/*/.xea: Explicitly denote the encoding of the file in
the initial xml tag. Fixes problems in the new-file-wizard in all
non-C locales.
* po/glossary/*.po: Copy glossary po files from old 1.8 branch to * po/glossary/*.po: Copy glossary po files from old 1.8 branch to
HEAD. HEAD.

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Investment Accounts Investment Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Business Accounts Business Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Car Loan Car Loan

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
CD and Money Market CD and Money Market

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
A Simple Checkbook A Simple Checkbook

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Childcare Expenses Childcare Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Common Accounts Common Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Education Loan Education Loan

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Fixed Assets Fixed Assets

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Full Chart Full Chart

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Home Mortgage Loan Home Mortgage Loan

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Homeowner Expenses Homeowner Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Other Loans Other Loans

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Renter Expenses Renter Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Retirement Accounts Retirement Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Spouse Income Spouse Income

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Spouse Retirement Accounts Spouse Retirement Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Car Loan Accounts Car Loan Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Childcare Expenses Childcare Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Common Accounts Common Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Brokerage Accounts Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Bilejer Bilejer

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Basiskonti Basiskonti

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Realkreditl<74>n Realkreditl<74>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Boligejer Boligejer

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Aktienhandel Aktienhandel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
KMU Kontenrahmen KMU Kontenrahmen

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Allgemeine Konten Allgemeine Konten

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Kinder Kinder

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Sonstige Sachanlage Sonstige Sachanlage

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Sonstiger Kredit Sonstiger Kredit

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Autobesitz Autobesitz

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Kredit Auto Kredit Auto

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Aktienhandel Aktienhandel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Allgemeine Konten Allgemeine Konten

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Alle Konten Alle Konten

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Hausbesitz Hausbesitz

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Geldanlagen Geldanlagen

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Kinder Kinder

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Sonstige Sachanlage Sonstige Sachanlage

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Sonstiger Kredit Sonstiger Kredit

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Kontenrahmen SKR04 Kontenrahmen SKR04

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Studium Studium

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-7"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-7"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-7"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Cuentas de Inversi<73>n Cuentas de Inversi<73>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Pr<50>stamo de autom<6F>vil Pr<50>stamo de autom<6F>vil

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Pagar<61>s y mercado monetario Pagar<61>s y mercado monetario

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Gastos de guarder<65>a Gastos de guarder<65>a

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Cuentas comunes Cuentas comunes

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Cuenta de conversi<73>n monetaria Cuenta de conversi<73>n monetaria

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Pr<50>stamo para educaci<63>n Pr<50>stamo para educaci<63>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Activos fijos Activos fijos

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Pr<50>stamo hipotecario Pr<50>stamo hipotecario

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Gastos de propietario de casa Gastos de propietario de casa

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Otros pr<70>stamos Otros pr<70>stamos

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Gastos de inquilino Gastos de inquilino

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Cuentas de jubilaci<63>n Cuentas de jubilaci<63>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Ingresos de c<>nyuge Ingresos de c<>nyuge

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Cuentas de jubilaci<63>n de c<>nyuge Cuentas de jubilaci<63>n de c<>nyuge

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Comptes d'investissement Comptes d'investissement

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Emprunt automobile Emprunt automobile

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
CD et march<63> mon<6F>taire CD et march<63> mon<6F>taire

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
D<>penses de garderie D<>penses de garderie

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Comptes communs Comptes communs

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Compte de commerce de devises/monnaies Compte de commerce de devises/monnaies

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Emprunt Etudiant Emprunt Etudiant

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Actifs fixes Actifs fixes

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Hypoth<74>que d'emprunt immobilier Hypoth<74>que d'emprunt immobilier

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
D<>penses de propri<72>taire immobilier D<>penses de propri<72>taire immobilier

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Autres emprunts Autres emprunts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
D<>penses de location D<>penses de location

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Comptes d'<27>pargne retraite Comptes d'<27>pargne retraite

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Revenus de l'<27>pouse Revenus de l'<27>pouse

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Comptes d'<27>pargne retraite de l'<27>pouse Comptes d'<27>pargne retraite de l'<27>pouse

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Befektetési számlák Befektetési számlák

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Vállalkozás-számlák Vállalkozás-számlák

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Autóhitel Autóhitel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
CD és pénzpiaci CD és pénzpiaci

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Egyszerű folyószámla Egyszerű folyószámla

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Gyerektartás költségei Gyerektartás költségei

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Gyakori számlák Gyakori számlák

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Diákhitel Diákhitel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Befektetett eszközök Befektetett eszközök

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Lakáshitel Lakáshitel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Lakásköltségek Lakásköltségek

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example> <gnc-account-example>
<gnc-act:title> <gnc-act:title>
Más hitelek Más hitelek

Some files were not shown because too many files have changed in this diff Show More