Thomas Bruederli
2012-10-15 08df33b5c25577cf42d7f524eeaa367cbde886fb
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>