thomascube
2009-11-03 655bd9ade2d78b8f167379abc482e981c7a95e29
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = 'Hjälp';
$labels['about'] = 'Om';
$labels['license'] = 'Licens';
 
?>