From 9d9ea6f6d55cfb018e1cbfe9d96c1ae67390069d Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 11 Aug 2014 06:35:26 -0400 Subject: [PATCH] - added hhvm php.ini file usage --- interface/web/tools/lib/lang/fr_resync.lng | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/interface/web/tools/lib/lang/fr_resync.lng b/interface/web/tools/lib/lang/fr_resync.lng index f4cbf0d..ddc80e3 100644 --- a/interface/web/tools/lib/lang/fr_resync.lng +++ b/interface/web/tools/lib/lang/fr_resync.lng @@ -1,13 +1,16 @@ <?php -$wb['head_txt'] = 'Resync Tool'; -$wb['legend_txt'] = 'Resync'; -$wb['resync_sites_txt'] = 'Resync Websites'; -$wb['resync_ftp_txt'] = 'Resync FTP users'; -$wb['resync_shell_txt'] = 'Resync shell users'; -$wb['resync_cron_txt'] = 'Resync cronjobs'; -$wb['resync_db_txt'] = 'Resync clientdb config'; -$wb['resync_mailbox_txt'] = 'Resync Mailboxes'; -$wb['resync_dns_txt'] = 'Resync DNS records'; -$wb['btn_start_txt'] = 'Start'; -$wb['btn_cancel_txt'] = 'Cancel'; -?> \ No newline at end of file +$wb['head_txt'] = 'Outil de Resynchronisation'; +$wb['legend_txt'] = 'Resynchroniser'; +$wb['Resynchroniser_sites_txt'] = 'Resynchroniser Sites web'; +$wb['Resynchroniser_ftp_txt'] = 'Resynchroniser utilisateurs FTP'; +$wb['Resynchroniser_shell_txt'] = 'Resynchroniser utilisateurs shell'; +$wb['Resynchroniser_cron_txt'] = 'Resynchroniser cronjobs'; +$wb['Resynchroniser_db_txt'] = 'Resynchroniser configuration clientdb'; +$wb['Resynchroniser_mailbox_txt'] = 'Resynchroniser Boites aux lettres'; +$wb['Resynchroniser_dkim_txt'] = 'Resynchroniser DKIM-Keys'; +$wb['Resynchroniser_dns_txt'] = 'Resynchroniser enregistrements DNS'; +$wb['btn_start_txt'] = 'Dérrer'; +$wb['btn_cancel_txt'] = 'Annuler'; +$wb['Resynchroniser_client_txt'] = 'Resynchroniser Enregisitrements Client'; +?> + -- Gitblit v1.9.1