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