소스 검색

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>