Author: vjousse
Date: 2010-01-22 08:48:17 +0100 (Fri, 22 Jan 2010)
New Revision: 27030
Modified:
plugins/sfSympalPlugin/trunk/i18n/messages.de.xml
plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_sites/config/generator.yml
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/modules/sympal_page/templates/_register.php
Log:
[1.4][sfSympalPlugin][1.0] Added some new french translations
Modified: plugins/sfSympalPlugin/trunk/i18n/messages.de.xml
===================================================================
--- plugins/sfSympalPlugin/trunk/i18n/messages.de.xml 2010-01-22 02:29:10 UTC
(rev 27029)
+++ plugins/sfSympalPlugin/trunk/i18n/messages.de.xml 2010-01-22 07:48:17 UTC
(rev 27030)
@@ -1263,6 +1263,15 @@
<source>Editing the "%content%" %type% Menu Item</source>
<target>Bearbeiten Sie den Menüpunkt für %type% "%content%"</target>
</trans-unit>
+
+ <trans-unit id="4020">
+ <source>You are already registered.</source>
+ <target></target>
+ </trans-unit>
+ <trans-unit id="4030">
+ <source>Editing Content titled %%title%%</source>
+ <target></target>
+ </trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
Modified: plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml
===================================================================
--- plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml 2010-01-22 02:29:10 UTC
(rev 27029)
+++ plugins/sfSympalPlugin/trunk/i18n/messages.fr.xml 2010-01-22 07:48:17 UTC
(rev 27030)
@@ -1234,12 +1234,26 @@
<trans-unit id="4000">
<source>Add the "%content%" %type% to your Menu</source>
- <target></target>
+ <target>Ajoutez le "%content%" %type% à votre menu</target>
</trans-unit>
<trans-unit id="4010">
<source>Editing the "%content%" %type% Menu Item</source>
- <target></target>
+ <target>Édition du menu "%content%" %type%</target>
</trans-unit>
+
+ <trans-unit id="4020">
+ <source>You are already registered.</source>
+ <target>Vous êtes déjà inscrit.</target>
+ </trans-unit>
+ <trans-unit id="4030">
+ <source>Editing Content titled %%title%%</source>
+ <target>Édition du contenu nommé %%title%%</target>
+ </trans-unit>
+ <trans-unit id="4030">
+ <source>Editing %%title%% site</source>
+ <target>Édition du site %%title%%</target>
+ </trans-unit>
+
</body>
</file>
</xliff>
\ No newline at end of file
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_sites/config/generator.yml
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_sites/config/generator.yml
2010-01-22 02:29:10 UTC (rev 27029)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_sites/config/generator.yml
2010-01-22 07:48:17 UTC (rev 27030)
@@ -36,5 +36,6 @@
help: The meta keywords to use for pages in this site.
meta_description:
help: The meta description to use for pages in this site.
- edit: ~
+ edit:
+ title: Editing %%title%% site
new: ~
\ No newline at end of file
Modified:
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/modules/sympal_page/templates/_register.php
===================================================================
---
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/modules/sympal_page/templates/_register.php
2010-01-22 02:29:10 UTC (rev 27029)
+++
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalPagesPlugin/modules/sympal_page/templates/_register.php
2010-01-22 07:48:17 UTC (rev 27030)
@@ -1,7 +1,7 @@
<?php echo get_sympal_breadcrumbs($menuItem, $content) ?>
<?php if ($sf_user->isAuthenticated()): ?>
- <p>You are already registered.</p>
+ <p><?php echo __('You are already registered.'); ?></p>
<?php else: ?>
<h1><?php echo get_sympal_content_slot($content, 'title') ?></h1>
--
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.