Browse Source

Update french and english translations

Emmanuel Vella 13 years ago
parent
commit
85c60f6d82

+ 1 - 2
Resources/translations/SonataAdminBundle.en.xliff

@@ -303,9 +303,8 @@
 
             <trans-unit id="list_results_count">
                 <source>list_results_count</source>
-                <target>{1}1 result|]1,Inf] %count% results</target>
+                <target>1 result|%count% results</target>
             </trans-unit>
-
         </body>
     </file>
 </xliff>

+ 1 - 1
Resources/translations/SonataAdminBundle.fr.xliff

@@ -261,7 +261,7 @@
 
             <trans-unit id="list_results_count">
                 <source>list_results_count</source>
-                <target>{1}1 résultat|]1,Inf] %count% résultats</target>
+                <target>1 résultat|%count% résultats</target>
             </trans-unit>
         </body>
     </file>