瀏覽代碼

[FrameworkBundle] added error messages from the Form Component in the default validators.fr.xliff

Fabien Potencier 15 年之前
父節點
當前提交
9c9edb3904
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff

+ 16 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff

@@ -110,6 +110,22 @@
                 <source>This value should be instance of class {{ class }}</source>
                 <target></target>
             </trans-unit>
+            <trans-unit id="28">
+                <source>This field group should not contain extra fields</source>
+                <target></target>
+            </trans-unit>
+            <trans-unit id="29">
+                <source>The uploaded file was too large. Please try to upload a smaller file</source>
+                <target></target>
+            </trans-unit>
+            <trans-unit id="30">
+                <source>The CSRF token is invalid</source>
+                <target></target>
+            </trans-unit>
+            <trans-unit id="31">
+                <source>The two values should be equal</source>
+                <target></target>
+            </trans-unit>
         </body>
     </file>
 </xliff>