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