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