summaryrefslogtreecommitdiff
path: root/locale/ec/ca
blob: 26c254586602b0039c655f38a1c3c15638d3063b (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' => 'Plan de cuentas',
  9. 'Credit' => 'Crédito',
  10. 'Current' => 'Actual',
  11. 'Date' => 'Fecha',
  12. 'Debit' => 'Débito',
  13. 'Dec' => 'Dic',
  14. 'December' => 'Diciembre',
  15. 'Department' => 'Departamento',
  16. 'Description' => 'Descripción',
  17. 'Feb' => 'Feb',
  18. 'February' => 'Febrero',
  19. 'From' => 'Desde',
  20. 'GIFI' => 'Plan Único de Cuentas (PUC)',
  21. 'Include in Report' => 'Incluir en informe',
  22. 'Jan' => 'Ene',
  23. 'January' => 'Enero',
  24. 'Jul' => 'Jul',
  25. 'July' => 'Julio',
  26. 'Jun' => 'Jun',
  27. 'June' => 'Junio',
  28. 'List Transactions' => 'Listar transacciones',
  29. 'Mar' => 'Mar',
  30. 'March' => 'Marzo',
  31. 'May' => 'Mayo',
  32. 'May ' => 'Mayo',
  33. 'Month' => 'Mes',
  34. 'Nov' => 'Nov',
  35. 'November' => 'Noviembre',
  36. 'Oct' => 'Oct',
  37. 'October' => 'Octubre',
  38. 'Period' => 'Período',
  39. 'Project Number' => 'número del projecto',
  40. 'Quarter' => 'Trimestre',
  41. 'R' => 'Reconciliado',
  42. 'Reference' => 'Referencia',
  43. 'Sep' => 'Sep',
  44. 'September' => 'Septiembre',
  45. 'Subtotal' => 'Subtotal',
  46. 'To' => 'Hasta ',
  47. 'Year' => 'Año',
  48. };
  49. $self{subs} = {
  50. 'ca_subtotal' => 'ca_subtotal',
  51. 'chart_of_accounts' => 'chart_of_accounts',
  52. 'list' => 'list',
  53. 'list_transactions' => 'list_transactions',
  54. 'listar_transacciones' => 'list_transactions',
  55. };
  56. 1;