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