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