Thomas Bruederli
2012-06-20 1fe450b5aa830b44fa093d87f0fb71965a9f36cb
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Help';
$labels['about'] = 'About';
$labels['license'] = 'License';
 
?>