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