tbrehm
2007-05-26 a9a11217ef22be2ac1d111a08692aab9c7d3b5bc
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb["list_head_txt"] = 'Datei Synchronisation';
$wb["jobname_txt"] = 'Name';
$wb["ftp_host_txt"] = 'FTP Server';
$wb["local_path_txt"] = 'lokaler Pfad';
 
$wb["page_txt"] = 'Page';
$wb["page_of_txt"] = 'of';
$wb["page_next_txt"] = 'Next';
$wb["page_back_txt"] = 'Back';
$wb["delete_txt"] = 'Delete';
$wb["filter_txt"] = 'Filter';
?>