Aleksander Machniak
2012-07-23 40b6df30c5a1e8f3597a2ded8bca592530023cca
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>