tbrehm
2008-06-13 7848cef8ea2f1345c08200d9a817404b437c53a5
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';
?>