Thomas Bruederli
2012-11-11 93a41586db5b4575c1857a978e4619ea742bb848
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>