<?php

$OperationType = array
(
  'buy' => 'Nákup',
  'sell' => 'Prodej',
  'consumption' => 'Spotřeba',
  'internet' => 'Internet',
  'contribution' => 'Přispěvek od',
);

?>