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