alecpl
2012-04-23 91cb9dfe789871f9f0e9080752e21b7d4aaef94d
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Hjælp';
$labels['about'] = 'Om';
$labels['license'] = 'Licens';
 
?>