Thomas B.
2012-10-03 ccdd61e6c05cfe34dc9450631f4c20a98ab885d4
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Help';
$labels['about'] = 'About';
$labels['license'] = 'License';
 
?>