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