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