Inital commit
This commit is contained in:
@@ -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',
|
||||
);
|
||||
@@ -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',
|
||||
);
|
||||
Reference in New Issue
Block a user