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