alecpl
2009-11-02 ac67db19802abd7d2a18c1bb804c3bfd887e9bdf
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>