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