diff options
Diffstat (limited to 'sql-ledger/locale/ec/arapprn')
| -rw-r--r-- | sql-ledger/locale/ec/arapprn | 34 | 
1 files changed, 34 insertions, 0 deletions
diff --git a/sql-ledger/locale/ec/arapprn b/sql-ledger/locale/ec/arapprn new file mode 100644 index 000000000..678d5b0e0 --- /dev/null +++ b/sql-ledger/locale/ec/arapprn @@ -0,0 +1,34 @@ +$self{texts} = { +  'Account'                     => 'Cuenta', +  'Amount'                      => 'Total', +  'Check'                       => 'Cheque', +  'Continue'                    => 'Continuar', +  'Date'                        => 'Fecha', +  'Memo'                        => 'Memo', +  'PDF'                         => 'PDF', +  'Postscript'                  => 'Postscript', +  'Printed'                     => 'Impreso', +  'Queue'                       => 'Cola', +  'Queued'                      => 'en cola', +  'Receipt'                     => 'Recibo', +  'Screen'                      => 'Pantalla', +  'Select Printer or Queue!'    => 'Seleccione Impresora o Cola', +  'Select postscript or PDF!'   => '¡Seleccione postscript o PDF', +  'Source'                      => 'Fuente', +}; + +$self{subs} = { +  'customer_details'            => 'customer_details', +  'payment_selected'            => 'payment_selected', +  'print'                       => 'print', +  'print_and_post'              => 'print_and_post', +  'print_check'                 => 'print_check', +  'print_options'               => 'print_options', +  'print_receipt'               => 'print_receipt', +  'print_transaction'           => 'print_transaction', +  'select_payment'              => 'select_payment', +  'vendor_details'              => 'vendor_details', +  'continuar'                   => 'continue', +}; + +1;  | 
