summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/co/pos
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/co/pos')
-rw-r--r--sql-ledger/locale/co/pos68
1 files changed, 0 insertions, 68 deletions
diff --git a/sql-ledger/locale/co/pos b/sql-ledger/locale/co/pos
deleted file mode 100644
index 43b2080..0000000
--- a/sql-ledger/locale/co/pos
+++ /dev/null
@@ -1,68 +0,0 @@
-$self{texts} = {
- 'Account' => 'Cuenta',
- 'Add POS Invoice' => 'Agregar Factura POS',
- 'Cannot post transaction!' => '¡No se puede registrar la transacción',
- 'Change' => 'Cambiar',
- 'Continue' => 'Continuar',
- 'Credit Limit' => 'Limite de credito',
- 'Currency' => 'Moneda',
- 'Current' => 'Actual',
- 'Customer' => 'Cliente',
- 'Customer missing!' => '¡Falta el cliente!',
- 'Delete' => 'Borrar',
- 'Department' => 'Centro de Costos',
- 'Description' => 'Descripción',
- 'Edit POS Invoice' => 'Editar Factura Punto de Venta',
- 'Exchange Rate' => 'Tasa de Cambio',
- 'Exchange rate missing!' => 'Falta Tasa de Cambio',
- 'Extended' => 'Extendido',
- 'From' => 'De',
- 'Language' => 'Idioma',
- 'Memo' => 'Memo',
- 'Month' => 'Mes',
- 'Number' => 'Número',
- 'Open' => 'Abierto',
- 'Paid' => 'Pagado',
- 'Period' => 'Periodo',
- 'Post' => 'Registrar',
- 'Posted!' => 'Agregado!',
- 'Price' => 'Precio',
- 'Print' => 'Imprimir',
- 'Printed' => 'Impreso',
- 'Qty' => 'Cantidad',
- 'Quarter' => 'Trimestre',
- 'Receipts' => 'Recibos',
- 'Record in' => 'Registrar en',
- 'Remaining' => 'Resto',
- 'Salesperson' => 'Vendedor',
- 'Screen' => 'Pantalla',
- 'Source' => 'Fuente',
- 'Subtotal' => 'Subtotal',
- 'To' => 'Hasta ',
- 'Total' => 'Total',
- 'Unit' => 'Unidad',
- 'Update' => 'Actualizar',
- 'Year' => 'Año',
-};
-
-$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',
- 'registrar' => 'post',
- 'imprimir' => 'print',
- 'actualizar' => 'update',
-};
-
-1;