blob: f21edf7cd947d1f5cc35efd9ef3a45f464c52d29 (
plain)
1
2
3
4
5
6
|
<?php
// translation done by Ulli Heist - http://heist.hobby-site.org/
$labels = array();
$labels['buttontitle'] = 'als SPAM markieren';
$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet';
?>
|