Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
return array(
'Help !!!' => 'Help !!!',
'If you are logged in with another customer he will be offline' => 'If you are logged in with another customer he will be offline',
'Take customer account' => 'Take customer account',
'To ask for help' => 'To ask for help',
'To connect to the customer\'s account' => 'To connect to the customer\'s account',
'You have not need the customer password' => 'You have not need the customer password',
);

View File

@@ -0,0 +1,10 @@
<?php
return array(
'Help !!!' => 'Aide !!!',
'If you are logged in with another customer he will be offline' => 'Si vous êtes connecté avec un autre client, il sera déconnecté',
'Take customer account' => 'Se connecter au compte client',
'To ask for help' => 'Pour de l\'aide',
'To connect to the customer\'s account' => 'Pour vous connecter au compte client',
'You have not need the customer password' => 'Vous n\'avez pas besoin du mot de passe du client',
);

View File

@@ -0,0 +1,5 @@
<?php
return array(
'Customer not found' => ' Customer not found',
);

View File

@@ -0,0 +1,5 @@
<?php
return array(
'Customer not found' => 'Impossible de trouver le client',
);