summaryrefslogtreecommitdiff
path: root/locale/sv/arap
blob: 02c0fd7b1e94c5844d72739fc952c957899d8574 (plain)
  1. $self{texts} = {
  2. 'Address' => 'Dirección',
  3. 'Bcc' => 'Bcc',
  4. 'Cc' => 'Cc',
  5. 'Continue' => 'Continuar',
  6. 'Customer not on file!' => 'Cliente no existe en archivo!',
  7. 'Date' => 'Fecha',
  8. 'Description' => 'Descripción',
  9. 'E-mail' => 'Correo Electrónico',
  10. 'Message' => 'Mensaje',
  11. 'Number' => 'Número',
  12. 'Print' => 'Imprimir',
  13. 'Reference' => 'Referencia',
  14. 'Select from one of the names below' => 'Seleccione uno de los elementos listados',
  15. 'Subject' => 'Asunto',
  16. 'To' => 'Hasta ',
  17. 'Vendor not on file!' => 'Proveedor no está en archivo!',
  18. };
  19. $self{subs} = {
  20. 'add_transaction' => 'add_transaction',
  21. 'ap_transaction' => 'ap_transaction',
  22. 'ar_transaction' => 'ar_transaction',
  23. 'check_name' => 'check_name',
  24. 'check_project' => 'check_project',
  25. 'continue' => 'continue',
  26. 'delete_schedule' => 'delete_schedule',
  27. 'gl_transaction' => 'gl_transaction',
  28. 'name_selected' => 'name_selected',
  29. 'post_as_new' => 'post_as_new',
  30. 'print_and_post_as_new' => 'print_and_post_as_new',
  31. 'project_selected' => 'project_selected',
  32. 'rebuild_vc' => 'rebuild_vc',
  33. 'repost' => 'repost',
  34. 'reprint' => 'reprint',
  35. 'sales_invoice_' => 'sales_invoice_',
  36. 'save_schedule' => 'save_schedule',
  37. 'schedule' => 'schedule',
  38. 'select_name' => 'select_name',
  39. 'select_project' => 'select_project',
  40. 'vendor_invoice_' => 'vendor_invoice_',
  41. 'continuar' => 'continue',
  42. };
  43. 1;