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