source:
branches/old/finance/include.php
Last change on this file was 403, checked in by , 16 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $OperationType = array |
4 | ( |
5 | 'buy' => 'Nákup', |
6 | 'sell' => 'Prodej', |
7 | 'consumption' => 'Spotřeba', |
8 | 'internet' => 'Internet', |
9 | 'contribution' => 'Přispěvek od', |
10 | ); |
11 | |
12 | ?> |
Note:
See TracBrowser
for help on using the repository browser.