there's no reason this should still be hanging aroudn the tree
[freeside.git] / sql-ledger / locale / co / pos
diff --git a/sql-ledger/locale/co/pos b/sql-ledger/locale/co/pos
deleted file mode 100644 (file)
index 43b2080..0000000
+++ /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;