tbrehm
2007-08-11 54fb5932b92ab1dcd914340edd61f36bc01c0845
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb["header_txt"] = 'Formulareditor';
$wb["title_txt"] = 'Formulartitel';
$wb["name_txt"] = 'Formularname';
$wb["delete_txt"] = 'Löschen';
$wb["properties_txt"] = 'Eigenschaften';
$wb["new_tab_txt"] = 'Reiter neu';
$wb["edit_txt"] = 'Bearbeiten';
$wb["delete_txt"] = 'X';
$wb["new_txt"] = 'Neu';
$wb["up_txt"] = '^';
$wb["down_txt"] = 'v';
$wb["module_txt"] = 'Modul';
$wb["form_txt"] = 'Formular';
$wb["description_txt"] = 'Beschreibung';
 
?>