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