Author: ornicar2
Date: 2010-02-03 17:40:12 +0100 (Wed, 03 Feb 2010)
New Revision: 27500

Modified:
   plugins/dmContactPlugin/data/dm/i18n/en_fr.yml
   plugins/dmContactPlugin/modules/dmContact/templates/_form.php
Log:
[Diem][dmContactPlugin] updated thanks message and added french translation

Modified: plugins/dmContactPlugin/data/dm/i18n/en_fr.yml
===================================================================
--- plugins/dmContactPlugin/data/dm/i18n/en_fr.yml      2010-02-03 16:36:55 UTC 
(rev 27499)
+++ plugins/dmContactPlugin/data/dm/i18n/en_fr.yml      2010-02-03 16:40:12 UTC 
(rev 27500)
@@ -1,2 +1,3 @@
 "Your email will never be published": "Votre courriel ne sera jamais publié"
-"Please enter a message": "Veuillez saisir un message"
\ No newline at end of file
+"Please enter a message": "Veuillez saisir un message"
+"Thank you, your contact request has been sent.": "Merci, votre demande de 
contact a été envoyée."
\ No newline at end of file

Modified: plugins/dmContactPlugin/modules/dmContact/templates/_form.php
===================================================================
--- plugins/dmContactPlugin/modules/dmContact/templates/_form.php       
2010-02-03 16:36:55 UTC (rev 27499)
+++ plugins/dmContactPlugin/modules/dmContact/templates/_form.php       
2010-02-03 16:40:12 UTC (rev 27500)
@@ -4,7 +4,7 @@
 
 if($sf_user->hasFlash('contact_form_valid'))
 {
-  echo _tag('p.form_valid', __('Thank you for your message.'));
+  echo _tag('p.form_valid', __('Thank you, your contact request has been 
sent.'));
 }
 
 // open the form tag with a dm_contact_form css class

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to