source: branches/old/finance/include.php

Last change on this file was 403, checked in by george, 16 years ago
  • Přidáno: RSS kanál pro seznam finančních příspěvků. * Přidáno: Návod a soubory ke stažení pro testovací realm 3.0.3 WoTLK.
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.