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