tbrehm
2009-08-10 21dba7b6cb53c43644a00cc423f87459da1f66bd
1
2
3
4
5
6
7
8
9
10
<?php
$wb['rulename_txt'] = 'Name';
$wb['action_txt'] = 'Aktion';
$wb['target_txt'] = 'Ordner';
$wb['active_txt'] = 'Aktiv';
$wb['rulename_error_empty'] = 'Name ist leer.';
$wb['searchterm_is_empty'] = 'Suchbegriff ist leer.';
$wb['source_txt'] = 'Quelle';
?>