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