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