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