alecpl
2009-12-31 d62c312e04d06408b3a51f8c80ec58493fe70da9
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Help';
$labels['about'] = 'About';
$labels['license'] = 'License';
 
?>