summaryrefslogtreecommitdiff
path: root/locale/ec/arap
blob: e968ab998dca80c761f5cecaaca9751c4f411850 (plain)
  1. $self{texts} = {
  2. 'Address' => 'Dirección',
  3. 'Bcc' => 'Bcc',
  4. 'Cc' => 'Cc',
  5. 'Continue' => 'Continuar',
  6. 'Customer not on file!' => '¡El cliente no existe!',
  7. 'Date' => 'Fecha',
  8. 'Description' => 'Descripción',
  9. 'E-mail' => 'Correo electrónico',
  10. 'Message' => 'Mensaje',
  11. 'Number' => 'Número',
  12. 'Print' => 'Imprimir',
  13. 'Project not on file!' => '¡Proyecto no en archivo!',
  14. 'Reference' => 'Referencia',
  15. 'Select from one of the names below' => 'Seleccione uno de los nombres de la lista',
  16. 'Select from one of the projects below' => 'Seleccione de uno de los proyectos siguientes',
  17. 'Startdate' => 'FechaInicio',
  18. 'Subject' => 'Asunto',
  19. 'To' => 'Hasta ',
  20. 'Vendor not on file!' => '¡No se encuentra el proveedor en la base de datos!',
  21. 'Warning!' => '¡Precaución!',
  22. 'sent' => 'enviado',
  23. };
  24. $self{subs} = {
  25. 'add_transaction' => 'add_transaction',
  26. 'ap_transaction' => 'ap_transaction',
  27. 'ar_transaction' => 'ar_transaction',
  28. 'check_name' => 'check_name',
  29. 'check_project' => 'check_project',
  30. 'continue' => 'continue',
  31. 'delete_schedule' => 'delete_schedule',
  32. 'gl_transaction' => 'gl_transaction',
  33. 'name_selected' => 'name_selected',
  34. 'post_as_new' => 'post_as_new',
  35. 'print_and_post_as_new' => 'print_and_post_as_new',
  36. 'project_selected' => 'project_selected',
  37. 'rebuild_vc' => 'rebuild_vc',
  38. 'repost' => 'repost',
  39. 'reprint' => 'reprint',
  40. 'sales_invoice_' => 'sales_invoice_',
  41. 'save_schedule' => 'save_schedule',
  42. 'schedule' => 'schedule',
  43. 'select_name' => 'select_name',
  44. 'select_project' => 'select_project',
  45. 'vendor_invoice_' => 'vendor_invoice_',
  46. 'continuar' => 'continue',
  47. };
  48. 1;