Aleksander Machniak
2013-01-17 474d9d49df58a673350e4fb8b68589a578eaae96
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>