summaryrefslogtreecommitdiff
path: root/locale/co_utf/io
blob: 8d2b54212eb14939058800f062181bbe65a28970 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Add Purchase Order' => 'Añadir Pedido',
  4. 'Add Quotation' => 'Agregar Cotización',
  5. 'Add Request for Quotation' => 'Pedir Cotización',
  6. 'Add Sales Order' => 'Añadir Cotización',
  7. 'Address' => 'Dirección',
  8. 'Apr' => 'Abr',
  9. 'April' => 'Abril',
  10. 'Attachment' => 'Adjunto',
  11. 'Aug' => 'Ago',
  12. 'August' => 'Agosto',
  13. 'Bcc' => 'Bcc',
  14. 'Billing Address' => 'Dirección Factura',
  15. 'Bin' => 'Empaque',
  16. 'Bin List' => 'Lista Empaque',
  17. 'Cc' => 'Cc',
  18. 'City' => 'Ciudad',
  19. 'Company Name' => 'Nombre de la empresa',
  20. 'Contact' => 'Contacto',
  21. 'Continue' => 'Continuar',
  22. 'Copies' => 'Copias',
  23. 'Country' => 'País',
  24. 'Customer Number' => 'Número del cliente',
  25. 'Date' => 'Fecha',
  26. 'Dec' => 'Dic',
  27. 'December' => 'Diciembre',
  28. 'Delivery Date' => 'Fecha de entrega',
  29. 'Description' => 'Descripción',
  30. 'E-mail' => 'Correo electrónico',
  31. 'E-mail address missing!' => 'No se ha definido el correo electrónico',
  32. 'E-mailed' => 'Enviado por mail',
  33. 'Extended' => 'Extendido',
  34. 'Fax' => 'Fax',
  35. 'Feb' => 'Feb',
  36. 'February' => 'Febrero',
  37. 'Group' => 'Grupo',
  38. 'In-line' => 'Incrustado',
  39. 'Invoice' => 'Factura de Venta',
  40. 'Invoice Date missing!' => 'No se ha definido la fecha de la factura',
  41. 'Invoice Number missing!' => 'No se ha definido el número de la factura',
  42. 'Item not on file!' => 'El concepto no se encuentra en ningún archivo',
  43. 'Jan' => 'Ene',
  44. 'January' => 'Enero',
  45. 'Jul' => 'Jul',
  46. 'July' => 'Julio',
  47. 'Jun' => 'Jun',
  48. 'June' => 'Junio',
  49. 'Mar' => 'Mar',
  50. 'March' => 'Marzo',
  51. 'May' => 'Mayo',
  52. 'May ' => 'Mayo',
  53. 'Message' => 'Mensaje',
  54. 'Nov' => 'Nov',
  55. 'November' => 'Noviembre',
  56. 'Number' => 'Número',
  57. 'Number missing in Row' => 'No se ha definido el número en la fila',
  58. 'Oct' => 'Oct',
  59. 'October' => 'Octubre',
  60. 'Order Date missing!' => 'No se ha definido la fecha de la elaboración',
  61. 'Order Number missing!' => 'No se ha definido el número de la orden',
  62. 'PDF' => 'PDF',
  63. 'Packing List' => 'Albarán',
  64. 'Packing List Date missing!' => 'No se ha definido la fecha del albarán',
  65. 'Packing List Number missing!' => 'No se ha definido el número del albarán',
  66. 'Part' => 'Artículo',
  67. 'Phone' => 'Teléfono',
  68. 'Pick List' => 'Lista de Empaque',
  69. 'Postscript' => 'Postscript',
  70. 'Price' => 'Precio',
  71. 'Printed' => 'Impreso',
  72. 'Project' => 'Proyecto',
  73. 'Purchase Order' => 'Pedido',
  74. 'Qty' => 'Cantidad',
  75. 'Quotation' => 'Cotización',
  76. 'Quotation Date missing!' => 'Falta fecha de cotización',
  77. 'Quotation Number missing!' => 'Falta número de cotización',
  78. 'Recd' => 'Cobrado',
  79. 'Required by' => 'Aceptado el',
  80. 'SKU' => 'SKU',
  81. 'Sales Order' => 'Orden de Venta',
  82. 'Scheduled' => 'Programado',
  83. 'Screen' => 'Pantalla',
  84. 'Select items' => 'Seleccionar Itemes',
  85. 'Select txt, postscript or PDF!' => '¡Seleccione txt, postscript o PDF!',
  86. 'Sep' => 'Sep',
  87. 'September' => 'Septiembre',
  88. 'Serial No.' => 'No de Serial',
  89. 'Service' => 'Servicio',
  90. 'Ship' => 'Envio',
  91. 'Ship to' => 'Destino',
  92. 'Shipping Address' => 'Dirección del envio',
  93. 'State/Province' => 'Departamento',
  94. 'Subject' => 'Asunto',
  95. 'Subtotal' => 'Subtotal',
  96. 'Text' => 'Texto',
  97. 'To' => 'Hasta ',
  98. 'Translation not on file!' => 'No hay traducción',
  99. 'Unit' => 'Unidad',
  100. 'Vendor Number' => 'Código Vendedor',
  101. 'What type of item is this?' => '¿De qué tipo es este concepto?',
  102. 'Work Order' => 'Orden de Trabajo',
  103. 'Zip/Postal Code' => 'Código Postal',
  104. 'sent' => 'Enviado',
  105. };
  106. $self{subs} = {
  107. 'calc_markup' => 'calc_markup',
  108. 'check_form' => 'check_form',
  109. 'create_form' => 'create_form',
  110. 'customer_details' => 'customer_details',
  111. 'display_form' => 'display_form',
  112. 'display_row' => 'display_row',
  113. 'e_mail' => 'e_mail',
  114. 'invoicetotal' => 'invoicetotal',
  115. 'item_selected' => 'item_selected',
  116. 'new_item' => 'new_item',
  117. 'print' => 'print',
  118. 'print_form' => 'print_form',
  119. 'print_options' => 'print_options',
  120. 'purchase_order' => 'purchase_order',
  121. 'quotation' => 'quotation',
  122. 'rfq' => 'rfq',
  123. 'sales_order' => 'sales_order',
  124. 'select_item' => 'select_item',
  125. 'send_email' => 'send_email',
  126. 'ship_to' => 'ship_to',
  127. 'validate_items' => 'validate_items',
  128. 'vendor_details' => 'vendor_details',
  129. 'continuar' => 'continue',
  130. };
  131. 1;