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