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