tbrehm
2008-04-23 035e7dd7d6af8f18453aecae63caddb94c11d754
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';
 
?>