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