From 9b3069a1eacd3cbda0bfe565925e80f667f6c96d Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 23 Apr 2014 11:22:01 -0400 Subject: [PATCH] Merge remote-tracking branch 'origin/stable-3.0.5' --- interface/web/vm/lib/lang/fr_openvz_vm_list.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/vm/lib/lang/fr_openvz_vm_list.lng b/interface/web/vm/lib/lang/fr_openvz_vm_list.lng index 2238e2b..9a6f78f 100644 --- a/interface/web/vm/lib/lang/fr_openvz_vm_list.lng +++ b/interface/web/vm/lib/lang/fr_openvz_vm_list.lng @@ -1,10 +1,10 @@ <?php -$wb['list_head_txt'] = 'Virtual server'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Serveur virtuel'; +$wb['active_txt'] = 'Actif'; $wb['server_id_txt'] = 'Hostserver'; -$wb['ostemplate_id_txt'] = 'OSTemplate'; -$wb['template_id_txt'] = 'Template'; +$wb['ostemplate_id_txt'] = 'Modèle OS (OSTemplate)'; +$wb['template_id_txt'] = 'Modèle'; $wb['hostname_txt'] = 'Hostname'; -$wb['ip_address_txt'] = 'IP address'; +$wb['ip_address_txt'] = 'Adresse IP'; $wb['veid_txt'] = 'VEID'; ?> -- Gitblit v1.9.1