-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from bibich/fix-asset
Fixed asset use
- Loading branch information
Showing
10 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
Empty file.
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
Empty file.
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,14 +1,16 @@ | ||
<?php | ||
|
||
return array( | ||
'Notify store admin of new comment' => 'Notification d\'un nouveau commentaire à l\'administrateur de la boutique.', | ||
'New comment on %ref_type_title "%ref_title"' => 'Nouveau commentaire sur %ref_type_title "%ref_title"', | ||
'We inform you that a new customer comment has been posted for the %ref_type_title "%ref_title"' | ||
=> 'Nous vous informons qu\'un nouveau commentaire client a été posté sur %ref_type_title "%ref_title"', | ||
'Best Regards.' => 'Cordialement.', | ||
'Content: ' => 'Contenu: ', | ||
'Dear' => 'Bonjour', | ||
'Feel free to contact us for any further information' => 'N\'hésitez pas à nous contacter pour tout autre question.', | ||
'It would be great to share your thoughts on products with other customers.' => 'Il serait formidable de partager vos avis sur les produits avec d\'autres clients.', | ||
'Rating: ' => 'Note: ', | ||
'Thank you for your order on our online store %store_name' => 'Merci pour votre commande sur notre boutique en ligne %store_name', | ||
'Title: ' => 'Titre: ', | ||
'Content: ' => 'Contenu: ', | ||
'You can now activate this comment by going to the comment management interface: %comment_management_link' | ||
=> 'Vous pouvez dores et déjà activer ce commentaire en vous rendant dans l\'interface de gestion des avis: %comment_management_link', | ||
'You can now activate this comment by going to the comment management interface.' | ||
=> 'Vous pouvez dores et déjà activer ce commentaire en vous rendant dans l\'interface de gestion des avis.', | ||
'We inform you that a new customer comment has been posted for the %ref_type_title "%ref_title"' => 'Nous vous informons qu\'un nouveau commentaire client a été posté sur %ref_type_title "%ref_title"', | ||
'You can now activate this comment by going to the comment management interface.' => 'Vous pouvez dores et déjà activer ce commentaire en vous rendant dans l\'interface de gestion des avis.', | ||
'You can now activate this comment by going to the comment management interface: %comment_management_link' => 'Vous pouvez dores et déjà activer ce commentaire en vous rendant dans l\'interface de gestion des avis: %comment_management_link', | ||
'You can post comments on this products: ' => 'Vous pouvez laisser un commentaire sur les produits suivants : ', | ||
); |
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
Empty file.
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
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