File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test_13e.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years, 1 month ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    1: <?xml version='1.0' encoding='iso-8859-15' standalone='yes' ?>
    2: <common-unit-translate>
    3:     <!-- Translations for the module and its attributes -->
    4:     <translate module='issued_invoice' as='Facturas emitidas' norma='no'>
    5:         <translate attr='All Columns' as='Todas las columnas' norma='no' />
    6:         <translate attr='invoice_number' as='Número' norma='no' />
    7:         <translate attr='date' as='Fecha' norma='no' />
    8:         <translate attr='amount' as='Importe' norma='no' />
    9:         <translate attr='year' as='Año' norma='no' />
   10:         <translate attr='tax' as='IVA' norma='no' />
   11:         <translate attr='amount_with_tax' as='Total' norma='no' />
   12:         <translate attr='cur_state' as='Estado' norma='no' />
   13:     </translate>
   14:     <!-- Translations for enum declarations -->
   15:     <translate enum='IssuedInvoiceState' as='Estado factura' norma='no'>
   16:         <translate value='Valid' as='Valida' norma='no' />
   17:         <translate value='Cancelled' as='Anulada' norma='no' />
   18:         <translate value='NegativeInvoice' as='Negativa' norma='no' />
   19:     </translate>
   20: </common-unit-translate>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>