X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=sql-ledger%2Flocale%2Fmx%2Fpos;fp=sql-ledger%2Flocale%2Fmx%2Fpos;h=0000000000000000000000000000000000000000;hp=c748030b45e27d631a94918d236715da246104aa;hb=86b1b489a4ed2f9bc0cba6cafeab0d6eca5584dc;hpb=948b8acdd4b9b3864342062d0c397a11f57c5700 diff --git a/sql-ledger/locale/mx/pos b/sql-ledger/locale/mx/pos deleted file mode 100644 index c748030b4..000000000 --- a/sql-ledger/locale/mx/pos +++ /dev/null @@ -1,64 +0,0 @@ -$self{texts} = { - 'Account' => 'Cuenta', - 'Add POS Invoice' => 'Nueva factura de Pto. de Vta.', - 'Cannot post transaction!' => '¡No se puede registrar el movimiento!', - 'Change' => 'Cambiar', - 'Continue' => 'Continuar', - 'Credit Limit' => 'Límite de crédito', - 'Currency' => 'Moneda', - 'Current' => 'Actual', - 'Customer' => 'Cliente', - 'Customer missing!' => '¡Falta el cliente!', - 'Delete' => 'Borrar', - 'Department' => 'Departamento', - 'Description' => 'Descripción', - 'Edit POS Invoice' => 'Modificar ticket', - 'Exchange Rate' => 'Tipo de cambio', - 'Exchange rate missing!' => '¡Falta el tipo de cambio!', - 'Extended' => 'Extendido', - 'From' => 'De', - 'Language' => 'Lenguaje', - 'Memo' => 'Nota', - 'Number' => 'Número', - 'Open' => 'Abierto', - 'Paid' => 'Pagado', - 'Post' => 'Registrar', - 'Posted!' => '¡Registrado!', - 'Price' => 'Precio', - 'Print' => 'Vista Preliminar', - 'Printed' => 'Impreso', - 'Qty' => 'Cant.', - 'Receipts' => 'Cobros', - 'Record in' => 'Registrar en', - 'Remaining' => 'Disponible', - 'Salesperson' => 'Vendedor', - 'Screen' => 'Pantalla', - 'Source' => 'Referencia', - 'Subtotal' => 'Subtotal', - 'To' => 'A', - 'Total' => 'Total', - 'Unit' => 'Unidad', - 'Update' => 'Actualizar', -}; - -$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', - 'vista_preliminar' => 'print', - 'actualizar' => 'update', -}; - -1;