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