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