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