-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa1e6c9
commit c409beb
Showing
4 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<?php | ||
|
||
return array( | ||
'This value should not be blank' => 'Cette valeur ne peut pas être vide', | ||
'No customer found for this email.' => 'Aucun compte client correspondant', | ||
'Content does not exist.' => 'Le contenu demandé n\'éxiste pas.', | ||
'No coupons were found for this coupon code.' => 'Aucun code promo correspondant', | ||
'Content does not exist.' => "Le contenu demandé n'éxiste pas." | ||
'No customer found for this email.' => 'Aucun compte client correspondant', | ||
'This value should not be blank' => 'Cette valeur ne peut pas être vide', | ||
'You should sign in or register to use this coupon.' => 'Vous devez vous connecter ou vous inscrire pour utiliser ce coupon', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters