blob: 55d75e21ce1cac2df775f93f34fa8aede90aa814 (
plain)
1
2
3
4
5
6
7
8
|
<?php
// translation done by Ulli Heist - http://heist.hobby-site.org/
$labels = array();
$labels['help'] = 'Hilfe';
$labels['about'] = 'Über';
$labels['license'] = 'Lizenz';
?>
|