Author: vjousse
Date: 2010-01-23 00:33:23 +0100 (Sat, 23 Jan 2010)
New Revision: 27077

Modified:
   plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/data/fixtures/install.yml
Log:
[1.4][sfSympalPlugin][1.0] Some new french translation for default fixtures

Modified: plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml
===================================================================
--- plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml   2010-01-22 22:35:48 UTC 
(rev 27076)
+++ plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml   2010-01-22 23:33:23 UTC 
(rev 27077)
@@ -815,7 +815,7 @@
       </trans-unit>
       <trans-unit id="2600">
         <source>Showing %first% to %last% of %count% total results.</source>
-        <target>Affichage de %first% à %last% sur un total de %count% 
resultats.</target>
+        <target>Affichage des résulats %first% à %last% sur un total de 
%count%.</target>
       </trans-unit>
       <trans-unit id="2620">
         <source>Navigation</source>

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/data/fixtures/install.yml
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/data/fixtures/install.yml
      2010-01-22 22:35:48 UTC (rev 27076)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/data/fixtures/install.yml
      2010-01-22 23:33:23 UTC (rev 27077)
@@ -345,11 +345,35 @@
 
 sfSympalPage:
   register:
+<?php if (sfSympalConfig::isI18nEnabled('sfSympalContent')): ?>
+    Translation:
+      en:
+        title: Register
+      fr:
+        title: S'inscrire
+<?php else: ?>
     title: Register
+<?php endif; ?>     
     Content: Content_Page_register
   home:
+<?php if (sfSympalConfig::isI18nEnabled('sfSympalContent')): ?>
+    Translation:
+      en:
+        title: Home
+      fr:
+        title: Accueil
+<?php else: ?>
     title: Home
+<?php endif; ?>     
     Content: Content_Page_home
   sample_page:
+<?php if (sfSympalConfig::isI18nEnabled('sfSympalContent')): ?>
+    Translation:
+      en:
+        title: Sample Page
+      fr:
+        title: Page exemple
+<?php else: ?>
     title: Sample Page
+<?php endif; ?>     
     Content: Content_Page_sample_page
\ No newline at end of file

-- 
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