Browse Source

updated message_batch_confirmation to comply with the transchoice in the batch_confirmation.html.twig template.
added translation for message_batch_all_confirmation.

sjopet 13 years ago
parent
commit
cd3f03018f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Resources/translations/SonataAdminBundle.nl.xliff

+ 5 - 1
Resources/translations/SonataAdminBundle.nl.xliff

@@ -184,7 +184,11 @@
             </trans-unit>
             <trans-unit id="message_batch_confirmation">
                 <source>message_batch_confirmation</source>
-                <target>Weet je zeker dat voor alle geselecteerde items de handeling moet worden uitgevoerd?</target>
+                <target>Weet je zeker dat de handeling moet worden uitgevoerd voor het geselecteerde item?|Weet je zeker dat voor de %count% geselecteerde items de handeling moet worden uitgevoerd?</target>
+            </trans-unit>
+            <trans-unit id="message_batch_all_confirmation">
+                <source>message_batch_all_confirmation</source>
+                <target>Weet je zeker dat voor alle items de handeling moet worden uitgevoerd?</target>
             </trans-unit>
             <trans-unit id="btn_execute_batch_action">
                 <source>btn_execute_batch_action</source>