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