diff options
Diffstat (limited to 'kmymoney2/templates/es_ES/currency.kmt')
-rw-r--r-- | kmymoney2/templates/es_ES/currency.kmt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kmymoney2/templates/es_ES/currency.kmt b/kmymoney2/templates/es_ES/currency.kmt new file mode 100644 index 0000000..f0abe85 --- /dev/null +++ b/kmymoney2/templates/es_ES/currency.kmt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Converted using xea2kmt by Thomas Baumgart from GnuCash sources + + accounts/es_ES/acctchrt_currency.gnucash-xea + + Please check the source file for possible copyright + and licence information. +--> +<!DOCTYPE KMYMONEY-TEMPLATE> +<kmymoney-account-template> + <title>Cuenta de conversión monetaria</title> + <shortdesc>Cuenta para convertir y comerciar con moneda extranjera</shortdesc> + <longdesc>Deseará seleccionar este juego de cuentas si convierte monedas extranjeras. Note: La cuenta se encuentra en USD; edite la cuenta para alterar la moneda</longdesc> + <accounts> + <account type="9" name=""> + <account type="9" name="Inversiones"/> + </account> + </accounts> +</kmymoney-account-template> |