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