From f920cf3dbcffd2c37a215ebc6f541b74cd30ba3d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:39:42 +0300 Subject: [PATCH] New translations field.php (French) --- .../visiosoft/base-theme/resources/lang/fr/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/fr/field.php b/addons/default/visiosoft/base-theme/resources/lang/fr/field.php index 1c98f2669..b3c1c4e03 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/fr/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/fr/field.php @@ -52,8 +52,8 @@ return [ 'mail' => 'Envoyer un mail', // Register instruction seed - 'register_instructions' => 'Register Instructions', - 'list' => 'List', - 'instruction_description' => 'Instruction Description', - 'instruction_list' => 'Instruction List', + 'register_instructions' => 'Instructions d\'enregistrement', + 'list' => 'liste', + 'instruction_description' => 'Description de l\'instruction', + 'instruction_list' => 'Liste d\'instructions', ]; \ No newline at end of file