alecpl
2009-07-24 9240c6a7d9053af43fe16629f0a38440c6369fdc
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>