thomascube
2012-02-01 7fb577bc8f7c0fd24c7d6119bdf87f3cee4a1418
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>