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