Florian Schaal
2015-01-13 cc2d7b297c8b8755c4cdf5ea2a13c390f51c23d1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['head_txt'] = 'Outil de Resynchronisation';
$wb['legend_txt'] = 'Resynchroniser';
$wb['resync_sites_txt'] = 'Resynchroniser Sites web';
$wb['resync_ftp_txt'] = 'Resynchroniser utilisateurs FTP';
$wb['resync_shell_txt'] = 'Resynchroniser utilisateurs shell';
$wb['resync_cron_txt'] = 'Resynchroniser cronjobs';
$wb['resync_db_txt'] = 'Resynchroniser configuration clientdb';
$wb['resync_mailbox_txt'] = 'Resynchroniser Boites aux lettres';
$wb['resync_dkim_txt'] = 'Resynchroniser DKIM-Keys';
$wb['resync_dns_txt'] = 'Resynchroniser enregistrements DNS';
$wb['btn_start_txt'] = 'Dérrer';
$wb['btn_cancel_txt'] = 'Annuler';
$wb['resync_client_txt'] = 'Resynchroniser Enregisitrements Client';
?>