summaryrefslogtreecommitdiff
path: root/locale/es_utf/ct
blob: 2dba33110238d8fe93051db3381d7e57c37369aa (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'AP Transaction' => 'Gestión se pago',
  4. 'AP Transactions' => 'Gestiones de pagos',
  5. 'AR Transaction' => 'Gestión de cobro',
  6. 'AR Transactions' => 'Gestiones de cobros',
  7. 'Accounting Menu' => 'Menú general',
  8. 'Active' => 'Activo',
  9. 'Add Customer' => 'Añadir cliente',
  10. 'Add Vendor' => 'Añadir proveedor',
  11. 'Address' => 'Dirección',
  12. 'All' => 'Todos',
  13. 'Amount' => 'Total',
  14. 'Cannot delete customer!' => '¡No se puede borrar el cliente!',
  15. 'Cannot delete vendor!' => '¡No se puede borrar el vendedor!',
  16. 'Closed' => 'Cerrado',
  17. 'Contact' => 'Contacto',
  18. 'Continue' => 'Continuar',
  19. 'Credit Limit' => 'Limite de credito',
  20. 'Curr' => 'Mon.',
  21. 'Currency' => 'Moneda',
  22. 'Customer deleted!' => '¡Cliente borrado!',
  23. 'Customer saved!' => '¡Cliente guardado!',
  24. 'Customers' => 'Clientes',
  25. 'Delete' => 'Borrar',
  26. 'Delivery Date' => 'Fecha de entrega',
  27. 'Description' => 'Descripción',
  28. 'Discount' => 'Descuento',
  29. 'E-mail' => 'Correo electrónico',
  30. 'Employee' => 'Colaborador/Empleado',
  31. 'Fax' => 'Fax',
  32. 'From' => 'Desde',
  33. 'GIFI' => 'Código GIFI',
  34. 'ID' => 'ID',
  35. 'Include in Report' => 'Incluir en informe',
  36. 'Invoice' => 'Factura',
  37. 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
  38. 'Language' => 'Lenguaje',
  39. 'Name' => 'Nombre',
  40. 'Name missing!' => '¡Falta el nombre!',
  41. 'Notes' => 'Notas',
  42. 'Number' => 'Número',
  43. 'Open' => 'Abierto',
  44. 'Order' => 'Orden',
  45. 'Orphaned' => 'Huérfano',
  46. 'Phone' => 'Teléfono',
  47. 'Purchase Order' => 'Pedido',
  48. 'Purchase Orders' => 'Pedidos',
  49. 'Qty' => 'Cantidad',
  50. 'Sales Invoice' => 'Facturas de ventas',
  51. 'Sales Order' => 'Presupuesto',
  52. 'Sales Orders' => 'Presupuestos',
  53. 'Save' => 'Guardar',
  54. 'Save as new' => 'Guardar como nuevo',
  55. 'Sell Price' => 'Precio de venta',
  56. 'Subtotal' => 'Subtotal',
  57. 'Tax' => 'Impuesto',
  58. 'Tax Included' => 'Impuestos incluidos en el precio',
  59. 'Taxable' => 'Impuestos gravables',
  60. 'Terms' => 'Crédito',
  61. 'To' => 'Hasta ',
  62. 'Total' => 'Total',
  63. 'Unit' => 'Unidad',
  64. 'Update' => 'Actualizar',
  65. 'Vendor Invoice' => 'Factura de compras',
  66. 'Vendor deleted!' => '¡Proveedor borrado!',
  67. 'Vendor saved!' => '¡Proveedor guardado!',
  68. 'Vendors' => 'Proveedores',
  69. 'days' => 'días',
  70. };
  71. $self{subs} = {
  72. 'acc_menu' => 'acc_menu',
  73. 'add' => 'add',
  74. 'add_customer' => 'add_customer',
  75. 'add_transaction' => 'add_transaction',
  76. 'add_vendor' => 'add_vendor',
  77. 'ap_transaction' => 'ap_transaction',
  78. 'ar_transaction' => 'ar_transaction',
  79. 'continue' => 'continue',
  80. 'customer_pricelist' => 'customer_pricelist',
  81. 'delete' => 'delete',
  82. 'display' => 'display',
  83. 'display_pricelist' => 'display_pricelist',
  84. 'edit' => 'edit',
  85. 'form_footer' => 'form_footer',
  86. 'form_header' => 'form_header',
  87. 'history' => 'history',
  88. 'include_in_report' => 'include_in_report',
  89. 'item_selected' => 'item_selected',
  90. 'js_menu' => 'js_menu',
  91. 'list_history' => 'list_history',
  92. 'list_names' => 'list_names',
  93. 'list_subtotal' => 'list_subtotal',
  94. 'menubar' => 'menubar',
  95. 'pos' => 'pos',
  96. 'pricelist' => 'pricelist',
  97. 'pricelist_footer' => 'pricelist_footer',
  98. 'pricelist_header' => 'pricelist_header',
  99. 'purchase_order' => 'purchase_order',
  100. 'quotation' => 'quotation',
  101. 'rfq' => 'rfq',
  102. 'sales_invoice' => 'sales_invoice',
  103. 'sales_order' => 'sales_order',
  104. 'save' => 'save',
  105. 'save_as_new' => 'save_as_new',
  106. 'save_pricelist' => 'save_pricelist',
  107. 'search' => 'search',
  108. 'search_name' => 'search_name',
  109. 'section_menu' => 'section_menu',
  110. 'select_item' => 'select_item',
  111. 'transactions' => 'transactions',
  112. 'update' => 'update',
  113. 'vendor_invoice' => 'vendor_invoice',
  114. 'vendor_pricelist' => 'vendor_pricelist',
  115. 'gestión_se_pago' => 'ap_transaction',
  116. 'gestión_de_cobro' => 'ar_transaction',
  117. 'añadir_cliente' => 'add_customer',
  118. 'añadir_proveedor' => 'add_vendor',
  119. 'continuar' => 'continue',
  120. 'borrar' => 'delete',
  121. 'pedido' => 'purchase_order',
  122. 'facturas_de_ventas' => 'sales_invoice',
  123. 'presupuesto' => 'sales_order',
  124. 'guardar' => 'save',
  125. 'guardar_como_nuevo' => 'save_as_new',
  126. 'actualizar' => 'update',
  127. 'factura_de_compras' => 'vendor_invoice',
  128. };
  129. 1;