summaryrefslogtreecommitdiff
path: root/locale/cz/ca
blob: 97fdcf1d2078eed930f5980dde9dc63af8ae9ae7 (plain)
  1. $self{charset} = 'ISO-8859-2';
  2. $self{texts} = {
  3. 'Account' => '��et',
  4. 'Apr' => 'Dub',
  5. 'April' => 'Duben',
  6. 'Aug' => 'Srp',
  7. 'August' => 'Srpen',
  8. 'Chart of Accounts' => '��tov� rozvrh',
  9. 'Credit' => 'Dal',
  10. 'Date' => 'Datum',
  11. 'Debit' => 'M� d�ti',
  12. 'Dec' => 'Pro',
  13. 'December' => 'Prosinec',
  14. 'Description' => 'Popis',
  15. 'Feb' => '�no',
  16. 'February' => '�nor',
  17. 'From' => 'z',
  18. 'GIFI' => '��tovac� �et�zec',
  19. 'Include in Report' => 'Zahrnovat v sestav�',
  20. 'Jan' => 'Led',
  21. 'January' => 'Leden',
  22. 'Jul' => '�ec',
  23. 'July' => '�ervenec',
  24. 'Jun' => '�er',
  25. 'June' => '�erven',
  26. 'List Transactions' => 'Vypsat transakce',
  27. 'Mar' => 'B�e',
  28. 'March' => 'B�ezen',
  29. 'May' => 'Kv�ten',
  30. 'May ' => 'Kv�',
  31. 'Nov' => 'Lis',
  32. 'November' => 'Listopad',
  33. 'Oct' => '��j',
  34. 'October' => '��jen',
  35. 'Sep' => 'Z��',
  36. 'September' => 'Z���',
  37. 'Subtotal' => 'Mezisou�et',
  38. 'To' => 'do',
  39. };
  40. $self{subs} = {
  41. 'ca_subtotal' => 'ca_subtotal',
  42. 'chart_of_accounts' => 'chart_of_accounts',
  43. 'list' => 'list',
  44. 'list_transactions' => 'list_transactions',
  45. 'vypsat_transakce' => 'list_transactions',
  46. };
  47. 1;