1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
$self{texts} = {
'AP' => 'Ctas X Pagar',
'AP Transaction' => 'Transaccion - CxP',
'AP Transactions' => 'Transacciones - Cuentas por Pagar',
'AR' => 'Ctas X Cobrar',
'AR Transaction' => 'Transaccion - CxC',
'AR Transactions' => 'Transacciones - CxC',
'Accounting Menu' => 'Menú de Contabilidad',
'Accounts' => 'Cuentas',
'Active' => 'Activa',
'Add Customer' => 'Agregar Cliente',
'Add Vendor' => 'Agregar Proveedor',
'Address' => 'Dirección',
'All' => 'Todos',
'Amount' => 'Total',
'Bcc' => 'Bcc',
'Cannot delete customer!' => 'No puede borrar cliente!',
'Cannot delete vendor!' => 'No puede borrar proveedor!',
'Cc' => 'Cc',
'Closed' => 'Cerrado',
'Company' => 'Compañía',
'Contact' => 'Contacto',
'Continue' => 'Continuar',
'Credit Limit' => 'Limite de Credito',
'Curr' => 'Mon.',
'Currency' => 'Moneda',
'Customer' => 'Cliente',
'Customer deleted!' => 'Cliente borrado!',
'Customer saved!' => 'Cliente guardado!',
'Customers' => 'Clientes',
'Delete' => 'Borrar',
'Delivery Date' => 'Fecha de Entrega',
'Description' => 'Descripción',
'Detail' => 'Detalle',
'Discount' => 'Descuento',
'E-mail' => 'Correo Electrónico',
'Edit Customer' => 'Editar Cliente',
'Edit Vendor' => 'Editar Proveedor',
'Employee' => 'Empleado',
'Fax' => 'Fax',
'From' => 'Desde',
'GIFI' => 'Código GIFI',
'Group' => 'Grupo',
'ID' => 'ID',
'Include in Report' => 'Incluya en informe',
'Invoice' => 'Factura',
'Item not on file!' => '¡El artículo no se encuentra en archivo!',
'Name' => 'Nombre',
'Name missing!' => 'Falta nombre!',
'No.' => ' No ',
'Notes' => 'Notas',
'Number' => 'Número',
'Open' => 'Abierto',
'Order' => 'Orden',
'Orphaned' => 'Huerfano',
'POS' => 'POS',
'Payment' => 'Pago',
'Phone' => 'Teléfono',
'Project Number' => 'Número de Proyecto',
'Purchase Order' => 'Orden de Compra',
'Purchase Orders' => 'Ordenes de Compra',
'Qty' => 'Cant.',
'Sales Invoice' => 'Factura de Venta',
'Sales Invoices' => 'Facturas de Venta',
'Sales Order' => 'Orden de venta',
'Sales Orders' => 'Ordenes de venta',
'Salesperson' => 'Vendedor',
'Save' => 'Salvar',
'Save as new' => 'Guardar como nuevo',
'Search' => 'Buscar',
'Sell Price' => 'Precio de Venta',
'Subtotal' => 'Subtotal',
'Summary' => 'Resumen',
'Tax' => 'Impuesto',
'Tax Included' => 'Impuesto Incluido',
'To' => 'Hasta ',
'Total' => 'Total',
'Unit' => 'Unidad',
'Update' => 'Actualizar',
'Vendor' => 'Proveedor',
'Vendor Invoice' => 'Factura de Proveedor',
'Vendor Invoices' => 'Factura de Proveedor',
'Vendor deleted!' => 'Proveedor borrado!',
'Vendor saved!' => 'Proveedor guardado!',
'Vendors' => 'Proveedores',
'days' => 'Días',
};
$self{subs} = {
'acc_menu' => 'acc_menu',
'add' => 'add',
'add_customer' => 'add_customer',
'add_transaction' => 'add_transaction',
'add_vendor' => 'add_vendor',
'ap_transaction' => 'ap_transaction',
'ar_transaction' => 'ar_transaction',
'continue' => 'continue',
'create_links' => 'create_links',
'credit_invoice' => 'credit_invoice',
'customer_pricelist' => 'customer_pricelist',
'debit_invoice' => 'debit_invoice',
'delete' => 'delete',
'display' => 'display',
'display_pricelist' => 'display_pricelist',
'edit' => 'edit',
'form_footer' => 'form_footer',
'form_header' => 'form_header',
'history' => 'history',
'include_in_report' => 'include_in_report',
'item_selected' => 'item_selected',
'js_menu' => 'js_menu',
'list_history' => 'list_history',
'list_names' => 'list_names',
'list_subtotal' => 'list_subtotal',
'menubar' => 'menubar',
'pos' => 'pos',
'pricelist' => 'pricelist',
'pricelist_footer' => 'pricelist_footer',
'pricelist_header' => 'pricelist_header',
'purchase_order' => 'purchase_order',
'quotation' => 'quotation',
'rfq' => 'rfq',
'sales_invoice' => 'sales_invoice',
'sales_order' => 'sales_order',
'save' => 'save',
'save_as_new' => 'save_as_new',
'save_pricelist' => 'save_pricelist',
'search' => 'search',
'search_name' => 'search_name',
'section_menu' => 'section_menu',
'select_item' => 'select_item',
'shipping_address' => 'shipping_address',
'transactions' => 'transactions',
'update' => 'update',
'vendor_invoice' => 'vendor_invoice',
'vendor_pricelist' => 'vendor_pricelist',
'transaccion___cxp' => 'ap_transaction',
'transaccion___cxc' => 'ar_transaction',
'agregar_cliente' => 'add_customer',
'agregar_proveedor' => 'add_vendor',
'continuar' => 'continue',
'borrar' => 'delete',
'pos' => 'pos',
'orden_de_compra' => 'purchase_order',
'factura_de_venta' => 'sales_invoice',
'orden_de_venta' => 'sales_order',
'salvar' => 'save',
'guardar_como_nuevo' => 'save_as_new',
'actualizar' => 'update',
'factura_de_proveedor' => 'vendor_invoice',
};
1;
|