alecpl
2011-09-08 d96dc639fce2c2e3d1745dacd64a38dbf2bfd4a5
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>