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