diff options
| author | ivan <ivan> | 2004-11-15 10:35:56 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 | 
| commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
| tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/pa/pos | |
| parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) | |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/locale/pa/pos')
| -rw-r--r-- | sql-ledger/locale/pa/pos | 48 | 
1 files changed, 48 insertions, 0 deletions
diff --git a/sql-ledger/locale/pa/pos b/sql-ledger/locale/pa/pos new file mode 100644 index 000000000..d5ebd2a0f --- /dev/null +++ b/sql-ledger/locale/pa/pos @@ -0,0 +1,48 @@ +$self{texts} = { +  'Account'                     => 'Cuenta', +  'Continue'                    => 'Continuar', +  'Credit Limit'                => 'Limite de Credito', +  'Currency'                    => 'Moneda', +  'Customer'                    => 'Cliente', +  'Delete'                      => 'Borrar', +  'Description'                 => 'Descripción', +  'Exchange Rate'               => 'Tasa de Intercambio', +  'Exchange rate missing!'      => 'No se encuentra cambio de moneda', +  'From'                        => 'Desde', +  'Language'                    => 'Lenguaje', +  'Number'                      => 'Número', +  'Open'                        => 'Abierto', +  'Paid'                        => 'Total Pagado', +  'Price'                       => 'Precio', +  'Qty'                         => 'Cantidad', +  'Record in'                   => 'Registrar en', +  'Remaining'                   => 'Remanente', +  'Screen'                      => 'Pantalla', +  'Source'                      => 'Fuente', +  'Subtotal'                    => 'Subtotal', +  'To'                          => 'Hasta ', +  'Total'                       => 'Total', +  'Unit'                        => 'Unidad', +}; + +$self{subs} = { +  'add'                         => 'add', +  'display_row'                 => 'display_row', +  'edit'                        => 'edit', +  'form_footer'                 => 'form_footer', +  'form_header'                 => 'form_header', +  'lookup_partsgroup'           => 'lookup_partsgroup', +  'openinvoices'                => 'openinvoices', +  'post'                        => 'post', +  'print'                       => 'print', +  'print_form'                  => 'print_form', +  'print_options'               => 'print_options', +  'receipts'                    => 'receipts', +  'continuar'                   => 'continue', +  'borrar'                      => 'delete', +  'post'                        => 'post', +  'print'                       => 'print', +  'update'                      => 'update', +}; + +1;  | 
