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