瀏覽代碼

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 年之前
父節點
當前提交
cd3f03018f
共有 1 個文件被更改,包括 5 次插入1 次删除
  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>