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