Initial Commit
This commit is contained in:
14
local/modules/Comment/I18n/email/default/en_US.php
Normal file
14
local/modules/Comment/I18n/email/default/en_US.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return array(
|
||||
'Notify store admin of new comment' => 'Notify store admin of new comment',
|
||||
'New comment on %ref_type_title "%ref_title"' => 'New comment on %ref_type_title "%ref_title"',
|
||||
'We inform you that a new customer comment has been posted for the %ref_type_title "%ref_title"'
|
||||
=> 'We inform you that a new customer comment has been posted for the %ref_type_title "%ref_title"',
|
||||
'Rating: ' => 'Rating: ',
|
||||
'Title: ' => 'Title: ',
|
||||
'Content: ' => 'Content: ',
|
||||
'You can now activate this comment by going to the comment management interface: %comment_management_link'
|
||||
=> 'You can now activate this comment by going to the comment management interface: %comment_management_link',
|
||||
'You can now activate this comment by going to the comment management interface.'
|
||||
=> 'You can now activate this comment by going to the comment management interface.',
|
||||
);
|
||||
16
local/modules/Comment/I18n/email/default/fr_FR.php
Normal file
16
local/modules/Comment/I18n/email/default/fr_FR.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'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: ',
|
||||
'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 : ',
|
||||
);
|
||||
Reference in New Issue
Block a user