summaryrefslogtreecommitdiff
path: root/locale/co_utf/arap
blob: 2d9ee1062e9db1e6c1fa75352a975670ed07d5bc (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Address' => 'Dirección',
  4. 'Bcc' => 'Bcc',
  5. 'Cc' => 'Cc',
  6. 'Continue' => 'Continuar',
  7. 'Customer not on file!' => '¡El cliente no existe!',
  8. 'Date' => 'Fecha',
  9. 'Delete Schedule' => 'Borrar Programación',
  10. 'Description' => 'Descripción',
  11. 'E-mail' => 'Correo electrónico',
  12. 'E-mail message' => 'Mensaje Email',
  13. 'Every' => 'Cada',
  14. 'For' => 'Para',
  15. 'Include Payment' => 'Incluir Pago',
  16. 'Message' => 'Mensaje',
  17. 'Next Date' => 'Proxima Fecha',
  18. 'Number' => 'Número',
  19. 'Print' => 'Imprimir',
  20. 'Project not on file!' => 'Proyecto no existe!',
  21. 'Recurring Transaction' => 'Transacción Recurrente',
  22. 'Reference' => 'Referencia',
  23. 'Repeat' => 'Repetir',
  24. 'Save Schedule' => 'Guardar Programación',
  25. 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
  26. 'Select from one of the projects below' => 'Selecciona uno de los proyectos abajo',
  27. 'Startdate' => 'Fecha inicial',
  28. 'Subject' => 'Asunto',
  29. 'To' => 'Hasta ',
  30. 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
  31. 'Warning!' => 'Alerta!',
  32. 'You are posting an existing transaction!' => 'Está registrando una transacción existente!',
  33. 'You are printing and posting an existing transaction!' => 'Está imprimiendo registrando una transacción existente!',
  34. 'You are printing and saving an existing order' => 'Está imprimiendo y registrando un pedido existente',
  35. 'You are printing and saving an existing quotation' => 'Está imprimiendo y registrando una cotización existente',
  36. 'You are saving an existing order' => 'Está registrando un pedido existente',
  37. 'You are saving an existing quotation' => 'Está registrando una cotización existente',
  38. 'for' => 'para',
  39. 'sent' => 'Enviado',
  40. 'time(s)' => 'vez/veces',
  41. };
  42. $self{subs} = {
  43. 'add_transaction' => 'add_transaction',
  44. 'ap_transaction' => 'ap_transaction',
  45. 'ar_transaction' => 'ar_transaction',
  46. 'check_name' => 'check_name',
  47. 'check_project' => 'check_project',
  48. 'continue' => 'continue',
  49. 'delete_schedule' => 'delete_schedule',
  50. 'gl_transaction' => 'gl_transaction',
  51. 'name_selected' => 'name_selected',
  52. 'post_as_new' => 'post_as_new',
  53. 'print_and_post_as_new' => 'print_and_post_as_new',
  54. 'project_selected' => 'project_selected',
  55. 'rebuild_vc' => 'rebuild_vc',
  56. 'repost' => 'repost',
  57. 'reprint' => 'reprint',
  58. 'sales_invoice_' => 'sales_invoice_',
  59. 'save_schedule' => 'save_schedule',
  60. 'schedule' => 'schedule',
  61. 'select_name' => 'select_name',
  62. 'select_project' => 'select_project',
  63. 'vendor_invoice_' => 'vendor_invoice_',
  64. 'continuar' => 'continue',
  65. 'borrar_programación' => 'delete_schedule',
  66. 'guardar_programación' => 'save_schedule',
  67. };
  68. 1;