summaryrefslogtreecommitdiff
path: root/locale/sv/ca
blob: 68b4619ae4214e83fcc8913d634d210466f221e1 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Cuenta',
  3. 'Apr' => 'Abr',
  4. 'April' => 'Abril',
  5. 'Aug' => 'Ago',
  6. 'August' => 'Agosto',
  7. 'Balance' => 'Balance',
  8. 'Chart of Accounts' => 'Catálogo Contable',
  9. 'Credit' => 'Crédito',
  10. 'Current' => 'Actual',
  11. 'Date' => 'Fecha',
  12. 'Debit' => 'Débito',
  13. 'Dec' => 'Dic',
  14. 'December' => 'Diciembre',
  15. 'Description' => 'Descripción',
  16. 'Feb' => 'Feb',
  17. 'February' => 'Febrero',
  18. 'From' => 'Desde',
  19. 'GIFI' => 'Código GIFI',
  20. 'Include in Report' => 'Incluya en informe',
  21. 'Jan' => 'Ene',
  22. 'January' => 'Enero',
  23. 'Jul' => 'Jul',
  24. 'July' => 'Julio',
  25. 'Jun' => 'Jun',
  26. 'June' => 'Junio',
  27. 'List Transactions' => 'Listar Transacciones',
  28. 'Mar' => 'Mar',
  29. 'March' => 'Marzo',
  30. 'May' => 'May',
  31. 'May ' => 'Mayo',
  32. 'Nov' => 'Nov',
  33. 'November' => 'Noviembre',
  34. 'Oct' => 'Oct',
  35. 'October' => 'Octubre',
  36. 'Project Number' => 'Número de Proyecto',
  37. 'R' => 'R',
  38. 'Reference' => 'Referencia',
  39. 'Sep' => 'Sep',
  40. 'September' => 'Septiembre',
  41. 'Subtotal' => 'Subtotal',
  42. 'To' => 'Hasta ',
  43. };
  44. $self{subs} = {
  45. 'ca_subtotal' => 'ca_subtotal',
  46. 'chart_of_accounts' => 'chart_of_accounts',
  47. 'list' => 'list',
  48. 'list_transactions' => 'list_transactions',
  49. 'listar_transacciones' => 'list_transactions',
  50. };
  51. 1;