Aleksander Machniak
2012-12-21 768e33a7955bd6f73c33363533843e41a720d29c
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Pomoc';
$labels['about'] = 'O programie';
$labels['license'] = 'Licencja';
 
?>