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