diff options
Diffstat (limited to 'sql-ledger/locale/co/arapprn')
-rw-r--r-- | sql-ledger/locale/co/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sql-ledger/locale/co/arapprn b/sql-ledger/locale/co/arapprn deleted file mode 100644 index a88783e9c..000000000 --- a/sql-ledger/locale/co/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$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; |