Author: mahono
Date: 2010-01-20 13:26:19 +0100 (Wed, 20 Jan 2010)
New Revision: 26932

Modified:
   plugins/sfSympalPlugin/trunk/i18n/messages.de.xml
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_config/templates/indexSuccess.php
Log:
[1.4][sfSympalPlugin][1.0] Fixes German translation and wraps a missing i18n 
message

Modified: plugins/sfSympalPlugin/trunk/i18n/messages.de.xml
===================================================================
--- plugins/sfSympalPlugin/trunk/i18n/messages.de.xml   2010-01-20 12:16:22 UTC 
(rev 26931)
+++ plugins/sfSympalPlugin/trunk/i18n/messages.de.xml   2010-01-20 12:26:19 UTC 
(rev 26932)
@@ -127,7 +127,10 @@
         <source>Manage the configuration of your Sympal project from the
   easy to use web form below. The different functionalities added by Sympal
   plugins may add settings here for you to control.</source>
-        <target></target>
+        <target>Verwalten Sie die Konfiguration Ihres Projektes mit diesem
+  einfach zu bedienenden Formular. Die verschiedenen Funktionen, die durch
+  Plugins hinzugefügt wurden, können hier zusätzliche Einstellungen
+  hinzufügen.</target>
       </trans-unit>
       <trans-unit id="290">
         <source>Rows per page</source>
@@ -162,8 +165,8 @@
         <target>Öffentlicher Schlüssel für ReCaptcha</target>
       </trans-unit>
       <trans-unit id="400">
-        <source>Privater Schlüssel für ReCaptcha</source>
-        <target></target>
+        <source>Recaptcha private key</source>
+        <target>Privater Schlüssel für ReCaptcha</target>
       </trans-unit>
       <trans-unit id="410">
         <source>Breadcrumbs separator</source>

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_config/templates/indexSuccess.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_config/templates/indexSuccess.php
       2010-01-20 12:16:22 UTC (rev 26931)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_config/templates/indexSuccess.php
       2010-01-20 12:26:19 UTC (rev 26932)
@@ -17,7 +17,7 @@
             <?php echo $form->renderGroup($group) ?>
           </fieldset>
         <?php endforeach; ?>
-        <input type="submit" name="save" value="Save" />
+        <input type="submit" name="save" value="<?php echo __('Save') ?>" />
       </form>
     </div>
   </div>

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