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