alecpl
2010-03-06 94fe9ca1a87b20ddeee55024986e95ca72097af6
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Help';
$labels['about'] = 'About';
$labels['license'] = 'License';
 
?>