tbrehm
2007-10-17 3f6bd21c5dc1440505c56128a40ee3c2b0f65600
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb["jobname_txt"] = 'Nom de la tache';
$wb["jobname_err"] = 'Le nom est ide.';
$wb["sync_interval_minutes_txt"] = 'Intervalle (Min.)';
$wb["ftp_host_txt"] = 'Hôte FTP';
$wb["ftp_path_txt"] = 'Dossier FTP';
$wb["ftp_username_txt"] = 'Utilisateur FTP';
$wb["ftp_password_txt"] = 'Mot de passe FTP';
$wb["local_path_txt"] = 'Dossier Local';
$wb["wput_options_txt"] = 'Options Wput';
$wb["active_txt"] = 'Active';
?>