thomascube
2011-08-13 a02cfa9b085fc875fc55f57029a8e5846771ed5e
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>