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