Aleksander Machniak
2012-09-04 524d738fd2d6d466f028277d7fa29c16ac25bdc8
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Hjælp';
$labels['about'] = 'Om';
$labels['license'] = 'Licens';
 
?>