diff options
Diffstat (limited to 'locale/co_utf/pos')
-rwxr-xr-x | locale/co_utf/pos | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/locale/co_utf/pos b/locale/co_utf/pos deleted file mode 100755 index 2701bf1d..00000000 --- a/locale/co_utf/pos +++ /dev/null @@ -1,82 +0,0 @@ -$self{charset} = 'UTF-8'; - -$self{texts} = { - 'Accounting Menu' => 'Menú general', - 'Add POS Invoice' => 'Agregar Factura PdV', - 'Amount' => 'Total', - 'Business' => 'Empresa', - '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', - 'Period' => 'Periodo', - 'Post' => 'Registrar', - 'Posted!' => 'Agregado!', - 'Price' => 'Precio', - 'Print' => 'Imprimir', - 'Print and Post' => 'Imprimir y Registrar', - 'Printed' => 'Impreso', - 'Qty' => 'Cantidad', - 'Quarter' => 'Trimestre', - 'Receipts' => 'Recibos', - 'Record in' => 'Registrar en', - 'Remaining' => 'Resto', - 'Salesperson' => 'Vendedor', - 'Screen' => 'Pantalla', - 'Source' => 'Fuente', - 'Subtotal' => 'Subtotal', - 'Tax Included' => 'Impuestos Incluidos', - 'To' => 'Hasta ', - 'Total' => 'Total', - 'Trade Discount' => 'Descuento', - 'Unit' => 'Unidad', - 'Update' => 'Actualizar', - 'Year' => 'Año', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'display' => 'display', - 'display_row' => 'display_row', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'js_menu' => 'js_menu', - 'lookup_partsgroup' => 'lookup_partsgroup', - 'menubar' => 'menubar', - 'openinvoices' => 'openinvoices', - 'post' => 'post', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'receipts' => 'receipts', - 'section_menu' => 'section_menu', - 'continuar' => 'continue', - 'borrar' => 'delete', - 'registrar' => 'post', - 'imprimir' => 'print', - 'imprimir_y_registrar' => 'print_and_post', - 'actualizar' => 'update', -}; - -1; - |