summaryrefslogtreecommitdiff
path: root/locale/co_utf/cp
blob: f6f728d06565c01f9be39b4cce70df49e6a12c06 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'AP' => 'Facturas de Proveedores',
  4. 'AR' => 'Factura de Ventas',
  5. 'Account' => 'Cuenta',
  6. 'Accounting Menu' => 'Menú general',
  7. 'Address' => 'Dirección',
  8. 'All' => 'Todos',
  9. 'Amount' => 'Total',
  10. 'Amount Due' => 'Por Pagar',
  11. 'Bcc' => 'Bcc',
  12. 'Cannot post Payment!' => 'No puedo guardar pago',
  13. 'Cannot post Receipt!' => 'No puedo guardar recibo',
  14. 'Cannot post payment for a closed period!' => '¡No se puede registrar un pago en un periodo ya cerrado!',
  15. 'Cc' => 'Cc',
  16. 'Continue' => 'Continuar',
  17. 'Currency' => 'Moneda',
  18. 'Customer' => 'Cliente',
  19. 'Customer not on file!' => '¡El cliente no existe!',
  20. 'Date' => 'Fecha',
  21. 'Date missing!' => '¡Falta la fecha!',
  22. 'Delete Schedule' => 'Borrar Programación',
  23. 'Department' => 'Centro de Costos',
  24. 'Deposit' => 'Depósito',
  25. 'Description' => 'Descripción',
  26. 'Due Date' => 'Fecha de vencimiento',
  27. 'E-mail' => 'Correo electrónico',
  28. 'E-mail message' => 'Mensaje Email',
  29. 'Every' => 'Cada',
  30. 'Exchange Rate' => 'Tasa de Cambio',
  31. 'Exchange rate missing!' => 'Falta Tasa de Cambio',
  32. 'For' => 'Para',
  33. 'From' => 'De',
  34. 'Include Payment' => 'Incluir Pago',
  35. 'Invoice' => 'Factura de Venta',
  36. 'Invoices' => 'Facturas',
  37. 'Language' => 'Idioma',
  38. 'Memo' => 'Memo',
  39. 'Message' => 'Mensaje',
  40. 'Next Date' => 'Proxima Fecha',
  41. 'Number' => 'Número',
  42. 'PDF' => 'PDF',
  43. 'Payment' => 'Comprobante de Egreso',
  44. 'Payment posted!' => '¡Pago registrado!',
  45. 'Payments' => 'Pagos',
  46. 'Post' => 'Registrar',
  47. 'Postscript' => 'Postscript',
  48. 'Prepayment' => 'Anticipio',
  49. 'Print' => 'Imprimir',
  50. 'Project not on file!' => 'Proyecto no existe!',
  51. 'Receipt' => 'Recibo',
  52. 'Receipt posted!' => 'Recibo agregado',
  53. 'Receipts' => 'Recibos',
  54. 'Recurring Transaction' => 'Transacción Recurrente',
  55. 'Reference' => 'Referencia',
  56. 'Repeat' => 'Repetir',
  57. 'Save Schedule' => 'Guardar Programación',
  58. 'Screen' => 'Pantalla',
  59. 'Select' => 'Seleccionar',
  60. 'Select all' => 'Guardar todo',
  61. 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
  62. 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
  63. 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
  64. 'Source' => 'Fuente',
  65. 'Startdate' => 'Fecha inicial',
  66. 'Subject' => 'Asunto',
  67. 'To' => 'Hasta ',
  68. 'Update' => 'Actualizar',
  69. 'Vendor' => 'Proveedor',
  70. 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
  71. 'Warning!' => 'Alerta!',
  72. 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
  73. 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
  74. 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
  75. 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
  76. 'You are saving an existing order' => 'Está registrando un pedido existente',
  77. 'You are saving an existing quotation' => 'Está registrando una cotización existente',
  78. 'for' => 'para',
  79. 'sent' => 'Enviado',
  80. 'time(s)' => 'vez/veces',
  81. };
  82. $self{subs} = {
  83. 'acc_menu' => 'acc_menu',
  84. 'add_transaction' => 'add_transaction',
  85. 'ap_transaction' => 'ap_transaction',
  86. 'ar_transaction' => 'ar_transaction',
  87. 'check_form' => 'check_form',
  88. 'check_name' => 'check_name',
  89. 'check_openvc' => 'check_openvc',
  90. 'check_project' => 'check_project',
  91. 'continue' => 'continue',
  92. 'customer_details' => 'customer_details',
  93. 'delete_schedule' => 'delete_schedule',
  94. 'display' => 'display',
  95. 'gl_transaction' => 'gl_transaction',
  96. 'invoices_due' => 'invoices_due',
  97. 'js_menu' => 'js_menu',
  98. 'list_invoices' => 'list_invoices',
  99. 'menubar' => 'menubar',
  100. 'name_selected' => 'name_selected',
  101. 'payment' => 'payment',
  102. 'payment_footer' => 'payment_footer',
  103. 'payment_header' => 'payment_header',
  104. 'payments' => 'payments',
  105. 'payments_footer' => 'payments_footer',
  106. 'payments_header' => 'payments_header',
  107. 'post' => 'post',
  108. 'post_as_new' => 'post_as_new',
  109. 'post_payment' => 'post_payment',
  110. 'post_payments' => 'post_payments',
  111. 'print' => 'print',
  112. 'print_and_post_as_new' => 'print_and_post_as_new',
  113. 'print_form' => 'print_form',
  114. 'print_payment' => 'print_payment',
  115. 'print_payments' => 'print_payments',
  116. 'project_selected' => 'project_selected',
  117. 'rebuild_vc' => 'rebuild_vc',
  118. 'repost' => 'repost',
  119. 'reprint' => 'reprint',
  120. 'sales_invoice_' => 'sales_invoice_',
  121. 'save_schedule' => 'save_schedule',
  122. 'schedule' => 'schedule',
  123. 'section_menu' => 'section_menu',
  124. 'select_all' => 'select_all',
  125. 'select_name' => 'select_name',
  126. 'select_project' => 'select_project',
  127. 'update' => 'update',
  128. 'update_payment' => 'update_payment',
  129. 'update_payments' => 'update_payments',
  130. 'vendor_details' => 'vendor_details',
  131. 'vendor_invoice_' => 'vendor_invoice_',
  132. 'continuar' => 'continue',
  133. 'borrar_programación' => 'delete_schedule',
  134. 'registrar' => 'post',
  135. 'imprimir' => 'print',
  136. 'guardar_programación' => 'save_schedule',
  137. 'guardar_todo' => 'select_all',
  138. 'actualizar' => 'update',
  139. };
  140. 1;