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