|
1 | 1 | <?php |
2 | 2 | $wb['head_txt'] = 'Outil de Resynchronisation'; |
3 | 3 | $wb['legend_txt'] = 'Resynchroniser'; |
4 | | -$wb['Resynchroniser_sites_txt'] = 'Resynchroniser Sites web'; |
5 | | -$wb['Resynchroniser_ftp_txt'] = 'Resynchroniser utilisateurs FTP'; |
6 | | -$wb['Resynchroniser_shell_txt'] = 'Resynchroniser utilisateurs shell'; |
7 | | -$wb['Resynchroniser_cron_txt'] = 'Resynchroniser cronjobs'; |
8 | | -$wb['Resynchroniser_db_txt'] = 'Resynchroniser configuration clientdb'; |
9 | | -$wb['Resynchroniser_mailbox_txt'] = 'Resynchroniser Boites aux lettres'; |
10 | | -$wb['Resynchroniser_dkim_txt'] = 'Resynchroniser DKIM-Keys'; |
11 | | -$wb['Resynchroniser_dns_txt'] = 'Resynchroniser enregistrements DNS'; |
| 4 | +$wb['resync_sites_txt'] = 'Resynchroniser Sites web'; |
| 5 | +$wb['resync_ftp_txt'] = 'Resynchroniser utilisateurs FTP'; |
| 6 | +$wb['resync_shell_txt'] = 'Resynchroniser utilisateurs shell'; |
| 7 | +$wb['resync_cron_txt'] = 'Resynchroniser cronjobs'; |
| 8 | +$wb['resync_db_txt'] = 'Resynchroniser configuration clientdb'; |
| 9 | +$wb['resync_mailbox_txt'] = 'Resynchroniser Boites aux lettres'; |
| 10 | +$wb['resync_dkim_txt'] = 'Resynchroniser DKIM-Keys'; |
| 11 | +$wb['resync_dns_txt'] = 'Resynchroniser enregistrements DNS'; |
12 | 12 | $wb['btn_start_txt'] = 'Dérrer'; |
13 | 13 | $wb['btn_cancel_txt'] = 'Annuler'; |
14 | | -$wb['Resynchroniser_client_txt'] = 'Resynchroniser Enregisitrements Client'; |
15 | | -$wb['resync_webdav_txt'] = 'Resync WebDAV-Users'; |
16 | | -$wb['resync_mail_txt'] = 'Resync Maildomains'; |
17 | | -$wb['resync_vserver_txt'] = 'Resync vServer'; |
18 | | -$wb['resync_firewall_txt'] = 'Resync Firewall'; |
19 | | -$wb['resync_no_server_txt'] = 'No active server found'; |
| 14 | +$wb['resync_client_txt'] = 'Resynchroniser Enregisitrements Client'; |
20 | 15 | ?> |
0 commit comments