summaryrefslogtreecommitdiff
path: root/locale/gr/ca
blob: 1b6a371f6694d5e60c2a5dbf97a645fcaf526c9c (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'Account' => '�����������',
  4. 'Apr' => '���',
  5. 'April' => '��������',
  6. 'Aug' => '���',
  7. 'August' => '���������',
  8. 'Balance' => '��������',
  9. 'Chart of Accounts' => '������� ��� �������',
  10. 'Credit' => '�������',
  11. 'Current' => '������',
  12. 'Date' => '����������',
  13. 'Debit' => '�����',
  14. 'Dec' => '���',
  15. 'December' => '����������',
  16. 'Department' => '�����',
  17. 'Description' => '���������',
  18. 'Feb' => '���',
  19. 'February' => '�����������',
  20. 'From' => '���',
  21. 'Jan' => '���',
  22. 'January' => '����������',
  23. 'Jul' => '����',
  24. 'July' => '�������',
  25. 'Jun' => '����',
  26. 'June' => '�������',
  27. 'List Transactions' => '����� ��������',
  28. 'Mar' => '���',
  29. 'March' => '�������',
  30. 'May' => '�����',
  31. 'May ' => '�����',
  32. 'Month' => '�����',
  33. 'Nov' => '���',
  34. 'November' => '���������',
  35. 'Oct' => '���',
  36. 'October' => '���������',
  37. 'Project Number' => '������� �����',
  38. };
  39. $self{subs} = {
  40. 'ca_subtotal' => 'ca_subtotal',
  41. 'chart_of_accounts' => 'chart_of_accounts',
  42. 'list' => 'list',
  43. 'list_transactions' => 'list_transactions',
  44. '�����_��������' => 'list_transactions',
  45. };
  46. 1;