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